nerdexam
Amazon

DVA-C02 · Question #608

A developer is creating an application that must be able to generate API responses without backend integrations. Multiple internal teams need to work with the API while the application is still in dev

The correct answer is D. Create an Amazon API Gateway REST API. Enable mock integration on the method of the API. The API needs to: Generate responses without backend integrations: This indicates the use of mock responses for Be used by multiple internal teams during development. Minimize operational overhead. REST APIs: Fully managed API Gateway option that supports advanced capabilities li

Submitted by kim_seoul· Mar 5, 2026Development with AWS Services

Question

A developer is creating an application that must be able to generate API responses without backend integrations. Multiple internal teams need to work with the API while the application is still in development. Which solution will meet these requirements with the LEAST operational overhead?

Options

  • ACreate an Amazon API Gateway REST API. Set up a proxy resource that has the HTTP proxy
  • BCreate an Amazon API Gateway HTTP API. Provision a VPC link, and set up a private integration
  • CCreate an Amazon API Gateway HTTP API. Enable mock integration on the method of the API
  • DCreate an Amazon API Gateway REST API. Enable mock integration on the method of the API

How the community answered

(44 responses)
  • A
    7% (3)
  • B
    5% (2)
  • C
    16% (7)
  • D
    73% (32)

Explanation

The API needs to: Generate responses without backend integrations: This indicates the use of mock responses for Be used by multiple internal teams during development. Minimize operational overhead. REST APIs: Fully managed API Gateway option that supports advanced capabilities like mock integrations, request/response transformation, and more. HTTP APIs: Lightweight option for building APIs quickly. It supports fewer features but has lower operational complexity and cost. Mock Integration: Allows API Gateway to return pre-defined responses without requiring backend

Community Discussion

No community discussion yet for this question.

Full DVA-C02 Practice