ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 45 - AD0-E207 discussion

Report
Export

An Architect needs to update mobile data collection to comply with company and legal guidelines (GDPR, CCPA). The Architect discovers the Android version of their mobile application tracks the latitude, longitude, and iBeacon data. Tracking specific geographic data is now considered out of compliance with company guidelines, and must be updated.

Which call must be removed?

A.
getGeoCoordinates
Answers
A.
getGeoCoordinates
B.
trackState
Answers
B.
trackState
C.
trackAction
Answers
C.
trackAction
D.
trackLocation
Answers
D.
trackLocation
Suggested answer: D

Explanation:

Business Requirement: Ensure compliance with GDPR and CCPA by updating mobile data collection practices.

Tracking Methods:

getGeoCoordinates: Retrieves geographical coordinates but is typically not the method used for tracking purposes.

trackState: Tracks the state of the application and user interaction.

trackAction: Tracks specific user actions within the application.

trackLocation: Explicitly tracks geographic location data, including latitude, longitude, and iBeacon data.

Explanation:

trackLocation: Must be removed to comply with regulations as it directly tracks and transmits geographic location data.

Verification: According to Adobe Mobile Services documentation, removing the trackLocation call ensures compliance with data protection regulations by eliminating the collection of sensitive geographic data (Adobe Mobile SDK Guide).

asked 02/10/2024
Erwin Zeisseink
29 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first