Login
Remember
Register
Ask a Question
Recent questions in AWS
0
votes
1
answer
Which of the following would be a secure and easier way to share the repository with the development team?
asked
Aug 31, 2024
in
AWS
by
DavidAnderson
aws-developer-associate-certifications-questions-answers
0
votes
1
answer
Which of the following attributes can be used to test the new Function with migrating 5% of traffic to the new version?
asked
Aug 31, 2024
in
AWS
by
DavidAnderson
aws-developer-associate-certifications-questions-answers
0
votes
1
answer
Which of the following is a recommended practice when working with activity workers and tasks in Step Functions?
asked
Aug 31, 2024
in
AWS
by
DavidAnderson
aws-developer-associate-certifications-questions-answers
0
votes
1
answer
Your company has a bucket that has versioning and Encryption enabled.The bucket receives thousands of PUT operations per day.
asked
Aug 31, 2024
in
AWS
by
DavidAnderson
aws-developer-associate-certifications-questions-answers
0
votes
1
answer
You are developing an application that is working with a DynamoDB table. During the development phase, you want to know how much of the Consumed capacity is being used for the queries being fired.
asked
Aug 31, 2024
in
AWS
by
DavidAnderson
aws-developer-associate-certifications-questions-answers
0
votes
1
answer
How can you achieve the same when the movement is made to DynamoDB in the easiest way possible?
asked
Aug 28, 2024
in
AWS
by
DavidAnderson
aws-developer-associate-certifications-questions-answers
0
votes
1
answer
As part of the deployment, you need to ensure that a high-end instance type is used to deploy the underlying instances. Which of the following would you use to enable this?
asked
Aug 28, 2024
in
AWS
by
DavidAnderson
aws-developer-associate-certifications-questions-answers
0
votes
1
answer
You also need to ensure that the AWS service has orchestration services built-in. Which of the following can be used for this purpose?
asked
Aug 28, 2024
in
AWS
by
DavidAnderson
aws-developer-associate-certifications-questions-answers
0
votes
1
answer
You need these instances to share data via a shared file system. Which of the following would you use for this purpose?
asked
Aug 28, 2024
in
AWS
by
DavidAnderson
aws-developer-associate-certifications-questions-answers
0
votes
1
answer
Which of the following two options would be part of the implementation process?
asked
Aug 28, 2024
in
AWS
by
DavidAnderson
aws-developer-associate-certifications-questions-answers
0
votes
1
answer
Upon some research, you find that some S3 buckets are not getting deleted. Which of the following could be the reason?
asked
Aug 28, 2024
in
AWS
by
DavidAnderson
aws-developer-associate-certifications-questions-answers
0
votes
1
answer
Which of the following are the types supported while defining Parameters in a CloudFormation template?
asked
Aug 28, 2024
in
AWS
by
DavidAnderson
aws-developer-associate-certifications-questions-answers
0
votes
1
answer
A large multi-media company is hosting their application on AWS. The application is currently using DynamoDB table for storage and retrieval of data.
asked
Aug 28, 2024
in
AWS
by
DavidAnderson
aws-developer-associate-certifications-questions-answers
0
votes
1
answer
Your company currently is maintaining excel sheets with data that now needs to be ported to a DynamoDB table.
asked
Aug 28, 2024
in
AWS
by
DavidAnderson
aws-developer-associate-certifications-questions-answers
0
votes
1
answer
You now need to read the data from the table and only retrieve certain attributes in the query. Which of the following would you use for this purpose?
asked
Aug 28, 2024
in
AWS
by
DavidAnderson
aws-developer-associate-certifications-questions-answers
0
votes
1
answer
Your team needs to develop an application that needs to make use of SQS queues. There is a requirement that when a message is added to the queue, the message is not visible for 5 minutes to consumers.
asked
Aug 26, 2024
in
AWS
by
DavidAnderson
aws-developer-associate-certifications-questions-answers
0
votes
1
answer
You are in charge of developing Cloudformation templates that would be used to deploy databases in different AWS Accounts. To ensure that the passwords for the database are passed in a secure manner, which of the following could you use with Cloudformation?
asked
Aug 26, 2024
in
AWS
by
DavidAnderson
aws-developer-associate-certifications-questions-answers
0
votes
1
answer
Your company has a set of EC2 Instances and On-premise. They now want to automate the deployment of their applications using the AWS Code Deploy tool in AWS.
asked
Aug 26, 2024
in
AWS
by
DavidAnderson
aws-developer-associate-certifications-questions-answers
0
votes
1
answer
You would need a new service to deliver and manage messages for the distributed system. Which of the following services should you suggest?
asked
Aug 26, 2024
in
AWS
by
DavidAnderson
aws-developer-associate-certifications-questions-answers
0
votes
1
answer
There are severe latency issues, and you need to diagnose the reason for those latency issues. Which of the following could be used to address this concern?
asked
Aug 26, 2024
in
AWS
by
DavidAnderson
aws-developer-associate-certifications-questions-answers
0
votes
1
answer
Which of the following would be needed to make successful calls to AWS services using REST API?
asked
Aug 26, 2024
in
AWS
by
DavidAnderson
aws-developer-associate-certifications-questions-answers
0
votes
1
answer
The program needs to call each lambda function version for testing purposes. How can you accomplish this in the easiest way to ensure the least changes need to be made to the .Net program?
asked
Aug 26, 2024
in
AWS
by
DavidAnderson
aws-developer-associate-certifications-questions-answers
0
votes
1
answer
The data key should be in the encrypted format. Which of the following would you most ideally use?
asked
Aug 26, 2024
in
AWS
by
DavidAnderson
aws-developer-associate-certifications-questions-answers
0
votes
1
answer
It also needs to be ensured that a second level of authentication is available for users. Which of the following would assist in this? Choose 2 answers from the options given below.
asked
Aug 26, 2024
in
AWS
by
DavidAnderson
aws-developer-associate-certifications-questions-answers
0
votes
1
answer
It's a custom application with unique configuration files and software to include. Which of the following would be the best way to provision the environment in the least time possible?
asked
Aug 26, 2024
in
AWS
by
DavidAnderson
aws-developer-associate-certifications-questions-answers
0
votes
1
answer
Which of the following service would allow you to check the performance of your underlying Lambda function?
asked
Aug 23, 2024
in
AWS
by
DavidAnderson
aws-developer-associate-certifications-questions-answers
0
votes
1
answer
It's been noticed that when the application is pulling messages, a lot of empty responses are being returned. What change can you make to ensure that the application uses the SQS queue effectively?
asked
Aug 23, 2024
in
AWS
by
DavidAnderson
aws-developer-associate-certifications-questions-answers
0
votes
1
answer
A requirement is present which states that the cache should always have the most recent data that is present in the database and should not contain stale data. What strategy for ElastiCache can the developer use to implement this?
asked
Aug 23, 2024
in
AWS
by
DavidAnderson
aws-developer-associate-certifications-questions-answers
0
votes
1
answer
Currently, the company does not have a key store for managing encryption. Which of the following could the developer use in this code for encrypting data?
asked
Aug 23, 2024
in
AWS
by
DavidAnderson
aws-developer-associate-certifications-questions-answers
0
votes
1
answer
You need to check and see what the issue is. Which of the following can help the developer debug the issue with the Lambda function?
asked
Aug 23, 2024
in
AWS
by
DavidAnderson
aws-developer-associate-certifications-questions-answers
Page:
« prev
1
...
3
4
5
6
7
8
9
10
11
12
13
...
58
next »
Recent questions in AWS
...