DVA-C02 Exam Questions
794 real DVA-C02 exam questions with expert-verified answers and explanations. Page 4 of 16.
- Question #153Monitoring and Troubleshooting
Users are reporting errors in an application. The application consists of several microservices that are deployed on Amazon Elastic Container Service (Amazon ECS) with AWS Fargate....
- Question #154Security, Identity, and Compliance - Implement least privilege access using IAM policies with appropriate actions and resource ARNs
A developer is creating an application for a company. The application needs to read the file doc.txt that is placed in the root folder of an Amazon S3 bucket that is named DOC-EXAM...
IAM PoliciesLeast PrivilegeS3 Access ControlResource-Based Permissions - Question #155Deployment
A company has an application that uses AWS CodePipeline to automate its continuous integration and continuous delivery (CI/CD) workflow. The application uses AWS CodeCommit for ver...
- Question #156Deployment
A developer wants to add request validation to a production environment Amazon API Gateway API. The developer needs to test the changes before the API is deployed to the production...
- Question #157Development with AWS Services
An online food company provides an Amazon API Gateway HTTP API to receive orders for partners. The API is integrated with an AWS Lambda function. The Lambda function stores the ord...
- Question #158Troubleshooting and Optimization
A company's website runs on an Amazon EC2 instance and uses Auto Scaling to scale the environment during peak times. Website users across the world are experiencing high latency du...
- Question #159Security
A company has an Amazon S3 bucket containing premier content that it intends to make available to only paid subscribers of its website. The S3 bucket currently has default permissi...
- Question #160Development with AWS Services
A developer is creating an AWS Lambda function that searches for items from an Amazon DynamoDB table that contains customer contact information. The DynamoDB table items have the c...
- Question #161Deployment
A developer is building an application that uses AWS API Gateway APIs, AWS Lambda functions, and AWS DynamoDB tables. The developer uses the AWS Serverless Application Model (AWS S...
- Question #162Security
A developer is building an application that gives users the ability to view bank accounts from multiple sources in a single dashboard. The developer has automated the process to re...
- Question #163Security
A developer is trying to get data from an Amazon DynamoDB table called demoman-table. The developer configured the AWS CLI to use a specific IAM user's credentials and ran the foll...
- Question #164Security
An organization is using Amazon CloudFront to ensure that its users experience low-latency access to its web application. The organization has identified a need to encrypt all traf...
- Question #165Security
A developer is planning to migrate on-premises company data to Amazon S3. The data must be encrypted, and the encryption keys must support automatic annual rotation. The company mu...
- Question #166Deployment
A team of developers is using an AWS CodePipeline pipeline as a continuous integration and continuous delivery (CI/CD) mechanism for a web application. A developer has written unit...
CodePipelineCodeBuildCI/CDAutomated Testing - Question #167Security
A company has multiple Amazon VPC endpoints in the same VPC. A developer needs to configure an Amazon S3 bucket policy so users can access an S3 bucket only by using these VPC endp...
S3 bucket policiesVPC endpointsIAM conditionsNetwork security - Question #168Security
A company uses a custom root certificate authority certificate chain (Root CA Cert) that is 10 KB in size to generate SSL certificates for its on-premises HTTPS endpoints. One of t...
- Question #169Monitoring and Troubleshooting
A developer maintains applications that store several secrets in AWS Secrets Manager. The applications use secrets that have changed over time. The developer needs to identify requ...
- Question #170Development with AWS Services
A developer is writing a serverless application that requires an AWS Lambda function to be invoked every 10 minutes. What is an automated and serverless way to invoke the function?
- Question #171Security
A company is using Amazon OpenSearch Service to implement an audit monitoring system. A developer needs to create an AWS CloudFormation custom resource that is associated with an A...
- Question #172Development with AWS Services
An application runs on multiple EC2 instances behind an ELB. Where is the session data best written so that it can be served reliably across multiple requests?
- Question #173Troubleshooting and Optimization
An ecommerce application is running behind an Application Load Balancer. A developer observes some unexpected load on the application during non-peak hours. The developer wants to...
- Question #174Refactoring
A developer migrated a legacy application to an AWS Lambda function. The function uses a third- party service to pull data with a series of API calls at the end of each month. The...
- Question #175Monitoring and Troubleshooting
A developer must analyze performance issues with production-distributed applications written as AWS Lambda functions. These distributed Lambda applications invoke other components...
- Question #176Deployment
A developer wants to deploy a new version of an AWS Elastic Beanstalk application. During deployment, the application must maintain full capacity and avoid service interruption. Ad...
- Question #177Development with AWS Services
A developer has observed an increase in bugs in the AWS Lambda functions that a development team has deployed in its Node.js application. To minimize these bugs, the developer want...
- Question #178Security
A developer is troubleshooting an application that uses Amazon DynamoDB in the us-west-2 Region. The application is deployed to an Amazon EC2 instance. The application requires rea...
- Question #179Security
When using the AWS Encryption SDK, how does the developer keep track of the data encryption keys used to encrypt data?
- Question #180Security
An application that runs on AWS Lambda requires access to specific highly confidential objects in an Amazon S3 bucket. In accordance with the principle of least privilege, a compan...
- Question #181Security
A developer has code that is stored in an Amazon S3 bucket. The code must be deployed as an AWS Lambda function across multiple accounts in the same AWS Region as the S3 bucket. An...
- Question #182Development with AWS Services
A developer at a company needs to create a small application that makes the same API call once each day at a designated time. The company does not have infrastructure in the AWS Cl...
ServerlessScheduled EventsAPI IntegrationOperational Efficiency - Question #183Troubleshooting and Optimization
A developer is building a serverless application that is based on AWS Lambda. The developer initializes the AWS software development kit (SDK) outside of the Lambda handler functio...
- Question #184Troubleshooting and Optimization
A company is using Amazon RDS as the backend database for its application. After a recent marketing campaign, a surge of read requests to the database increased the latency of data...
CachingElastiCache for RedisHigh AvailabilityEncryption - Question #185Troubleshooting and Optimization
A developer at a company recently created a serverless application to process and show data from business reports. The application's user interface (UI) allows users to select and...
- Question #186Development with AWS Services
A developer has an application that is composed of many different AWS Lambda functions. The Lambda functions all use some of the same dependencies. To avoid security issues, the de...
AWS LambdaLambda LayersDependency ManagementCode Reusability - Question #187Troubleshooting and Optimization
A mobile app stores blog posts in an Amazon DynamoDB table. Millions of posts are added every day, and each post represents a single item in the table. The mobile app requires only...
- Question #188Security
A developer is modifying an existing AWS Lambda function. While checking the code, the developer notices hardcoded parameter values for an Amazon RDS for SQL Server user name, pass...
- Question #189Security
A developer accesses AWS CodeCommit over SSH. The SSH keys configured to access AWS CodeCommit are tied to a user with the following permissions: The developer needs to create/dele...
- Question #190Troubleshooting and Optimization
An application that is deployed to Amazon EC2 is using Amazon DynamoDB. The application calls the DynamoDB REST API. Periodically, the application receives a ProvisionedThroughputE...
- Question #191Troubleshooting and Optimization
When a developer tries to run an AWS CodeBuild project, it raises an error because the length of all environment variables exceeds the limit for the combined maximum of characters....
- Question #192Troubleshooting and Optimization
A company is expanding the compatibility of its photo-sharing mobile app to hundreds of additional devices with unique screen dimensions and resolutions. Photos are stored in Amazo...
- Question #193Troubleshooting and Optimization
A company is building an application for stock trading. The application needs sub-millisecond latency for processing trade requests. The company uses Amazon DynamoDB to store all t...
DynamoDBDAXCachingPerformance Optimization - Question #194Monitoring and Troubleshooting
A developer is working on a Python application that runs on Amazon EC2 instances. The developer wants to enable tracing of application requests to debug performance issues in the c...
AWS X-RayApplication TracingPerformance DebuggingEC2 Instances - Question #195Security
A company has an application that runs as a series of AWS Lambda functions. Each Lambda function receives data from an Amazon Simple Notification Service (Amazon SNS) topic and wri...
- Question #196Monitoring and Troubleshooting
A developer is troubleshooting an Amazon API Gateway API. Clients are receiving HTTP 400 response errors when the clients try to access an endpoint of the API. How can the develope...
- Question #197Deployment
A company developed an API application on AWS by using Amazon CloudFront, Amazon API Gateway, and AWS Lambda. The API has a minimum of four requests every second. A developer notic...
- Question #198Deployment
A company is building a microservices application that consists of many AWS Lambda functions. The development team wants to use AWS Serverless Application Model (AWS SAM) templates...
AWS SAMLambda DeploymentCanary ReleasesAutomated Testing - Question #199Security
A company is using AWS CloudFormation to deploy a two-tier application. The application will use Amazon RDS as its backend database. The company wants a solution that will randomly...
- Question #200Development with AWS Services
A developer has been asked to create an AWS Lambda function that is invoked any time updates are made to items in an Amazon DynamoDB table. The function has been created, and appro...
- Question #201Deployment
A developer needs to deploy an application running on AWS Fargate using Amazon ECS. The application has environment variables that must be passed to a container for the application...
- Question #202Development with AWS Services
A developer is creating a machine learning (ML) pipeline in AWS Step Functions that contains AWS Lambda functions. The developer has configured an Amazon Simple Queue Service (Amaz...
AWS Step Functions LocalLocal TestingService Integration MockingServerless Workflows