Search⌘ K

Deployment I

Review assessment questions and explanations against all options to equip yourself with the necessary understanding to confidently tackle the AWS Certified Developer – Associate (DVA-C02) exam questions from the Deployment domain.

Question 40

A development team is planning to use AWS CDK to build and deploy infrastructure for a multi-service microservices application. The team wants to ensure maximum reusability and enforce best practices related to security, scalability, and maintainability in all environments.

What combination of CDK features should they use to meet these requirements?

A. Define reusable custom L2/L3 constructs and leverage stacks with context variables for environment-specific configuration.

B. Use L1 constructs only, as they provide fine-grained control over each resource.

C. Combine CDK with SAM templates to enforce validation logic.

D. Deploy each stack using different programming languages for polyglot flexibility.

Question 41

...