ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 240 - Certified Platform Developer II discussion

Report
Export

When calling a RESTful web service, a developer receives a JSON payload that has a data hierarchy that is nested three levels deep. How can the developer describe the external data?

A.
Deserialize the data untyped and then process it.
Answers
A.
Deserialize the data untyped and then process it.
B.
Declare a class with three levels and deserialize the JSON typed with this class.
Answers
B.
Declare a class with three levels and deserialize the JSON typed with this class.
C.
Use the ANT migration tool, the custom metadata API, or the Dataloader.
Answers
C.
Use the ANT migration tool, the custom metadata API, or the Dataloader.
D.
Use middleware to flatten the JSON and consume it as a new custom object.
Answers
D.
Use middleware to flatten the JSON and consume it as a new custom object.
Suggested answer: A
asked 23/09/2024
Andre van Mierlo
37 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first