AWS Certified Developer Associate DVA-C02 Practice Question

A team is deploying a web application on AWS and needs to structure the application files and directories in a way that ensures easy artifact packaging for deployment. The application consists of a front-end built with JavaScript, a back-end using Node.js, and several configuration files. Which of the following directory structures aligns best with deployment best practices for separating concerns and simplifying artifact creation?

  • /app
      /public
        /css
        /js
      /src
        /models
        /routes
      /config
        database-config.json
        app-config.json
    
  • /app
      /assets
        /css
        /js
      /server
      database-config.json
      app-config.json
    
  • /app
      /javascript
      /node
      /config-files
        database-config.json
        app-config.json
    
  • /app
      /front-end
        /styles
        /scripts
      /back-end
        /server
        database-config.json
        app-config.json
    
AWS Certified Developer Associate DVA-C02
Deployment
Your Score:
Settings & Objectives
Random Mixed
Questions are selected randomly from all chosen topics, with a preference for those you haven’t seen before. You may see several questions from the same objective or domain in a row.
Rotate by Objective
Questions cycle through each objective or domain in turn, helping you avoid long streaks of questions from the same area. You may see some repeat questions, but the distribution will be more balanced across topics.

Check or uncheck an objective to set which questions you will receive.

Bash, the Crucial Exams Chat Bot
AI Bot