Login
Remember
Register
Ask a Question
Recent questions in AWS
0
votes
1
answer
Your team has just finished developing a new version of an existing application. This is a web-based application hosted on AWS. Currently, Route 53 is being used to point the company's DNS name to the web site.
asked
Jul 22, 2024
in
AWS
by
DavidAnderson
aws-developer-certification-exam
0
votes
1
answer
Your team has been instructed to develop a completely new solution for AWS. Currently, you have a limitation on the tools available to manage the complete lifecycle of the project.
asked
Jul 18, 2024
in
AWS
by
DavidAnderson
aws-developer-certification-exam
0
votes
1
answer
You've been given the requirement to customize the content which is distributed to users via a Cloudfront Distribution. The content origin is an S3 bucket.
asked
Jul 18, 2024
in
AWS
by
DavidAnderson
aws-developer-certification-exam
0
votes
1
answer
Your team has completed development of an application. Now, this needs to be deployed to an application on an EC2 Instance.
asked
Jul 18, 2024
in
AWS
by
DavidAnderson
aws-developer-certification-exam
0
votes
1
answer
You're developing an application onto AWS which is based on the Microservices. These Microservices will be created based on AWS Lambda functions.
asked
Jul 18, 2024
in
AWS
by
DavidAnderson
aws-developer-certification-exam
0
votes
1
answer
You have been instructed to manage the deployments of an application onto Elastic Beanstalk. Since this is just a development environment, you have been told to ensure that the least amount of time is taken for each deployment.
asked
Jul 18, 2024
in
AWS
by
DavidAnderson
aws-developer-certification-exam
0
votes
1
answer
Your company is going to develop an application in .NET Core with DynamoDB. There is a requirement that all data needs to be encrypted at rest.
asked
Jul 18, 2024
in
AWS
by
DavidAnderson
aws-developer-certification-exam
0
votes
1
answer
You are using AWS DynamoDB as a database to save sales data for a global appliance company. Which of the following keys can be used to encrypt the DynamoDB data at rest?
asked
Jul 18, 2024
in
AWS
by
DavidAnderson
aws-developer-certification-exam
0
votes
1
answer
There should be a facility to manage user profiles. Which of the following would you consider as part of the development process for the application?
asked
Jul 17, 2024
in
AWS
by
DavidAnderson
aws-developer-certification-exam
0
votes
1
answer
You have created the following stages in CodePipeline. What happens if there is a failure detected in the "Build" stage?
asked
Jul 17, 2024
in
AWS
by
DavidAnderson
aws-developer-certification-exam
0
votes
1
answer
A software engineer is developing an application in AWS using AWS SDK. You need a mechanism implemented in the AWS SDK to deal with "logging" and for "re-trying" the errors.
asked
Jul 15, 2024
in
AWS
by
DavidAnderson
aws-developer-certification-exam
0
votes
1
answer
There will be 2 pricing tiers. How will you ensure that the premium customers' messages are given more preference?
asked
Jul 15, 2024
in
AWS
by
DavidAnderson
aws-developer-certification-exam
0
votes
1
answer
You are developing a banking application that will interact with a DynamoDB table. The table is going to take in a lot of read and write operations.
asked
Jul 15, 2024
in
AWS
by
DavidAnderson
aws-developer-certification-exam
0
votes
1
answer
Your team has been instructed to deploy a Microservices and an ETL based application onto AWS. There is a requirement to manage the containerization of the application using Docker.
asked
Jul 15, 2024
in
AWS
by
DavidAnderson
aws-developer-certification-exam
0
votes
1
answer
You are using AWS Envelope Encryption to encrypt all of your sensitive data.Which of the following is true with regards to the AWS Envelope Encryption service?
asked
Jul 15, 2024
in
AWS
by
DavidAnderson
aws-developer-certification-exam
0
votes
1
answer
An application hosted in AWS has been configured to use a DynamoDB table. Several items are written to the DynamoDB table. These items are only accessed in a particular time frame, after which they can be deleted.
asked
Jul 15, 2024
in
AWS
by
DavidAnderson
aws-developer-certification-exam
0
votes
1
answer
A company is planning on using AWS CodePipeline for their underlying CI/CD process. The code will be picked up from an S3 bucket.
asked
Jul 15, 2024
in
AWS
by
DavidAnderson
aws-developer-certification-exam
0
votes
1
answer
You're developing an AWS Lambda function that is interacting with a DynamoDB table. The function was working well, but now it is giving the results with a time delay.
asked
Jul 15, 2024
in
AWS
by
DavidAnderson
aws-developer-certification-exam
0
votes
1
answer
You are a developer that has recently been hired for your API expertise. The company is currently using API Gateway services for development.
asked
Jul 15, 2024
in
AWS
by
DavidAnderson
aws-developer-certification-exam
0
votes
1
answer
You are using AWS SAM templates to deploy a serverless application. Which of the following resource will embed nested applications from Amazon S3 buckets?`
asked
Jul 15, 2024
in
AWS
by
DavidAnderson
aws-developer-certification-exam
0
votes
1
answer
A developer is writing an application that will store data in a DynamoDB table. The ratio of reads operations to write operations will be 1000 to 1, with the same data being accessed frequently
asked
Jul 13, 2024
in
AWS
by
DavidAnderson
aws-developer-certification-exam
0
votes
1
answer
An organization is using AWS Elastic Beanstalk for a web application. The Developer needs to configure the Elastic Beanstalk environment with deployment methods to create new instances and deploy code to those instances
asked
Jul 13, 2024
in
AWS
by
DavidAnderson
aws-developer-certification-exam
0
votes
1
answer
An organization has an Amazon Aurora RDS instance that handles all of its AWS-based e-commerce activity. The application accessing the database needs to create large sales reports on an hourly basis, running 15 minutes after the hour.
asked
Jul 13, 2024
in
AWS
by
DavidAnderson
aws-developer-certification-exam
0
votes
1
answer
A Developer has been asked to create an AWS Elastic Beanstalk environment for a production web application that needs to handle thousands of requests.
asked
Jul 13, 2024
in
AWS
by
DavidAnderson
aws-developer-certification-exam
0
votes
1
answer
An application is publishing a custom CloudWatch metric any time an HTTP 504 error appears in the application error logs. These errors are being received intermittently.
asked
Jul 13, 2024
in
AWS
by
DavidAnderson
aws-developer-certification-exam
0
votes
1
answer
An organization deployed their static website on Amazon S3. Now, the Developer has a requirement to serve dynamic content using a serverless solution.
asked
Jul 13, 2024
in
AWS
by
DavidAnderson
aws-developer-certification-exam
0
votes
1
answer
A developer is using Amazon API Gateway as an HTTP proxy to a backend endpoint. There are three separate environments: Development, Testing, Production, and three corresponding stages in the API gateway.
asked
Jul 13, 2024
in
AWS
by
DavidAnderson
aws-developer-certification-exam
0
votes
1
answer
A Developer is writing several Lambda functions that each access data in a common RDS DB instance. They must share a connection string that contains the secret database credentials.`
asked
Jul 13, 2024
in
AWS
by
DavidAnderson
aws-developer-certification-exam
0
votes
1
answer
A Developer is migrating an on-premises application to the AWS Cloud.The application currently uses Microsoft SQL, encrypting some of the data using Transparent Data Encryption.
asked
Jul 13, 2024
in
AWS
by
DavidAnderson
aws-developer-certification-exam
0
votes
1
answer
You are using AWS SAM to define a Lambda function and configure CodeDeploy to manage deployment patterns.
asked
Jul 13, 2024
in
AWS
by
DavidAnderson
aws-developer-certification-exam
Page:
« prev
1
...
9
10
11
12
13
14
15
16
17
18
19
...
58
next »
Recent questions in AWS
...