Google Cloud Digital Leader — Question 245
A food delivery service needs access to real-time menu information from all partner restaurants. They also need to share customer order information with the restaurants in real time.
What should the organization use?
Answer options
- A. Site reliability engineering (SRE)
- B. An application programming interface (API)
- C. A customized machine learning model
- D. A multi-regional database
Correct answer: B
Explanation
The correct answer is B, as an application programming interface (API) allows for real-time communication between the food delivery service and partner restaurants, enabling access to menu information and sharing of customer orders. Options A, C, and D do not specifically address the requirement for real-time data exchange; SRE focuses on system reliability, a customized machine learning model is not suitable for this type of data sharing, and a multi-regional database does not guarantee real-time access or updates.