Exam: Cloud Digital Leader 0 Likes
A food delivery service needs access to real-time menu information (Digital Leader)
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?
A) Site reliability engineering (SRE)
B) An application programming interface (API)
C) A customized machine learning model
D) A multi-regional database
Solution
Correct answer: B) An application programming interface (API).
Here's why:
A) Site Reliability Engineering (SRE) is a set of practices aimed at ensuring the reliability and scalability of software systems. While SRE principles can help maintain the reliability of APIs, it's not directly related to accessing real-time menu information or sharing customer order information.
B) An application programming interface (API) is the standard way for different software applications to communicate and share data with each other. The food delivery service can develop APIs to allow partner restaurants to provide real-time menu information and receive customer order information instantly. This would enable seamless integration between the food delivery platform and the restaurant systems, facilitating efficient operations and providing a better experience for customers.
C) A customized machine learning model is not the appropriate solution for accessing real-time menu information or sharing customer order information with partner restaurants. Machine learning models are used for tasks such as data analysis, prediction, and classification, but they are not designed for real-time data exchange between systems.
D) A multi-regional database could potentially store menu information and customer orders, but it would not provide real-time access or facilitate communication between the food delivery service and partner restaurants. Using a database alone would require additional mechanisms, such as APIs, to enable real-time data exchange.
Therefore, B) An application programming interface (API) is the most suitable solution for the organization to access real-time menu information from partner restaurants and share customer order information with them in real tim
Category: Innovating with data and Google Cloud
Language: English