nerdexam
Google

CLOUD-DIGITAL-LEADER · Question #221

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…

The correct answer is B. An application programming interface (API). APIs enable two-way, real-time data exchange between separate systems, making them the correct tool for sharing menu and order data between a delivery platform and restaurants.

Digital Solution Architecture and Integration

Question

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?

Options

  • ASite reliability engineering (SRE)
  • BAn application programming interface (API)
  • CA customized machine learning model
  • DA multi-regional database

How the community answered

(45 responses)
  • A
    2% (1)
  • B
    89% (40)
  • C
    2% (1)
  • D
    7% (3)

Why each option

APIs enable two-way, real-time data exchange between separate systems, making them the correct tool for sharing menu and order data between a delivery platform and restaurants.

ASite reliability engineering (SRE)

Site reliability engineering is an operational discipline focused on system availability and reliability, not a technology for data exchange between applications.

BAn application programming interface (API)Correct

An Application Programming Interface (API) provides a standardized contract that allows two independent software systems to send and receive data in real time over a network. A food delivery platform can call a restaurant's API to fetch current menu data, and the restaurant's system can receive order payloads via the delivery platform's API, enabling bidirectional, low-latency communication without either party needing to access the other's database directly.

CA customized machine learning model

A machine learning model analyzes or predicts from data; it does not provide the communication interface needed to share live menu and order information.

DA multi-regional database

A multi-regional database stores and replicates data geographically but does not inherently provide the integration mechanism for real-time data exchange between separate organizations' systems.

Concept tested: API-based real-time data integration between systems

Source: https://cloud.google.com/apigee/docs/api-platform/get-started/what-apigee

Topics

#API#System Integration#Real-time Data#Application Communication

Community Discussion

No community discussion yet for this question.

Full CLOUD-DIGITAL-LEADER Practice