Welcome to ExamTopics
ExamTopics Logo
- Expert Verified, Online, Free.
exam questions

Exam Certified Integration Architect All Questions

View all questions & answers for the Certified Integration Architect exam

Exam Certified Integration Architect topic 1 question 49 discussion

Actual exam question from Salesforce's Certified Integration Architect
Question #: 49
Topic #: 1
[All Certified Integration Architect Questions]

An integration architect has designed a mobile application for Salesforce users to get data while on the road using a custom user interface (UI). The application is secured with OAuth and is currently functioning well. There is a new requirement where the mobile application needs to obtain the GPS coordinates and store them on a custom geolocation field.
The geolocation field is secured with field-level security, so users can view the value without changing it.
What should be done to meet the requirement?

  • A. The mobile device makes a REST API Inbound call.
  • B. The mobile device makes a REST Apex inbound call.
  • C. The mobile device makes a SOAP API inbound call.
  • D. The mobile device receives a REST Apex callout call.
Show Suggested Answer Hide Answer
Suggested Answer: A 🗳️

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
SS1121
3 months, 3 weeks ago
Selected Answer: B
REST Apex Inbound Call: This allows the mobile application to make a call to a custom Apex REST endpoint. The Apex code can run in the system context, which means it has the necessary permissions to update the field even if the user does not have write access to the geolocation field.
upvoted 2 times
...
Paul421
5 months, 1 week ago
Selected Answer: B
to bypass security - with a connected app with higher priveleges
upvoted 1 times
...
Abulz
10 months, 2 weeks ago
Current Answer is B Rest API respects FLS, Rest APEX allows you to bypass the FLS
upvoted 2 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...