Certified Pega Senior System Architect v8.7 — Question 39
A city resident can report potholes to the Department of Transportation by logging in to a mobile Pega Platform application that utilizes the Pega API.
Which two Pega API interactions do you use to facilitate this? (Choose two.)
Answer options
- A. Submit the report using POST/cases
- B. Access the related case type to report using GET/casetypes
- C. Update the report using GET/cases
- D. Log into the application using PUT/authenticate
Correct answer: A, D
Explanation
The correct answers are A and D. Submitting the report with POST/cases is necessary to create a new report, while logging into the application using PUT/authenticate is essential for user authentication. The other options, B and C, do not pertain to the actions required for reporting potholes.