Amazon AWS Certified Developer Associate Exam Practice Questions (P. 5)
- Full Access (443 questions)
- Six months of Premium Access
- Access to one million comments
- Seamless ChatGPT Integration
- Ability to download PDF files
- Anki Flashcard files for revision
- No Captcha & No AdSense
- Advanced Exam Configuration
Question #41
`hot` shard is resharded.
Assuming that the initial number of shards in the Kinesis data stream is 4, and after resharding the number of shards increased to 6, what is the maximum number of EC2 instances that can be deployed to process data from all the shards?

Hi! Do you need help with this question ?
- Why isn't the A the right answer?
- Traducir la pregunta al español
Contributor get free access to an augmented ChatGPT 4 trained with the latest IT Questions.
Question #42
How should the Developer incorporate unit tests as part of CI/CD pipelines?
- ACreate a separate CodePipeline pipeline to run unit tests
- BUpdate the AWS CodeBuild specification to include a phase for running unit testsMost Voted
- CInstall the AWS CodeDeploy agent on an Amazon EC2 instance to run unit tests
- DCreate a testing branch in AWS CodeCommit to run unit tests
D

Hi! Do you need help with this question ?
- Why isn't the A the right answer?
- Traducir la pregunta al español
Contributor get free access to an augmented ChatGPT 4 trained with the latest IT Questions.
Question #43
Which approach should the Developer use to achieve this goal?
- AUse the Amazon CloudWatch metrics reported by default for all EC2 instances. View each value from the CloudWatch console.
- BDevelop the application to store each value in a file on Amazon S3 every minute with the timestamp as the name.
- CPublish each generated value as a custom metric to Amazon CloudWatch using available AWS SDKs.Most Voted
- DStore each value as a variable and add the variable to the list of EC2 metrics that should be reported to the Amazon CloudWatch console.
C

Hi! Do you need help with this question ?
- Why isn't the A the right answer?
- Traducir la pregunta al español
Contributor get free access to an augmented ChatGPT 4 trained with the latest IT Questions.
Question #44

The command returned errors and no rows were returned.
What is the MOST likely cause of these issues?
- AThe command is incorrect; it should be rewritten to use put-item with a string argument.
- BThe developer needs to log a ticket with AWS Support to enable access to the demoman-table.
- CAmazon DynamoDB cannot be accessed from the AWS CLI and needs to be called via the REST API.
- DThe IAM user needs an associated policy with read access to demoman-table.Most Voted
D

Hi! Do you need help with this question ?
- Why isn't the A the right answer?
- Traducir la pregunta al español
Contributor get free access to an augmented ChatGPT 4 trained with the latest IT Questions.
Question #45
As part of the application, sensitive documents such as medical records, medical imaging, bank statements, and receipts are uploaded to Amazon S3. All documents must be securely transmitted and stored. All access to the documents must be recorded for auditing.
What is the MOST secure approach?
- AUse S3 default encryption using Advanced Encryption Standard-256 (AES-256) on the destination bucket.
- BUse Amazon Cognito for authorization and authentication to ensure the security of the application and documents.
- CUse AWS Lambda to encrypt and decrypt objects as they are placed into the S3 bucket.
- DUse client-side encryption/decryption with Amazon S3 and AWS KMS.Most Voted
D

Hi! Do you need help with this question ?
- Why isn't the A the right answer?
- Traducir la pregunta al español
Contributor get free access to an augmented ChatGPT 4 trained with the latest IT Questions.
Question #46
How should the application be deployed while minimizing the number of resources to manage?
- ACreate a separate API Gateway and separate Lambda function for each environment in the same Region.
- BAssign a Region for each environment and deploy API Gateway and Lambda to each Region.
- CCreate one API Gateway with multiple stages with one Lambda function with multiple aliases.Most Voted
- DCreate one API Gateway and one Lambda function, and use a REST parameter to identify the environment.
C
Reference:
https://aws.amazon.com/blogs/compute/using-api-gateway-stage-variables-to-manage-lambda-functions/

Hi! Do you need help with this question ?
- Why isn't the A the right answer?
- Traducir la pregunta al español
Contributor get free access to an augmented ChatGPT 4 trained with the latest IT Questions.
Question #47
Load Balancer (ALB). However, all the client IP addresses now appear to be the same. The application must maintain the ability to scale horizontally.
Based on this scenario, what is the MOST cost-effective solution to this problem?
- ARemove the application from the ALB. Delete the ALB and change Amazon Route 53 to direct traffic to the instance running the application.
- BRemove the application from the ALB. Create a Classic Load Balancer in its place. Direct traffic to the application using the HTTP protocol.
- CAlter the application code to inspect the X-Forwarded-For header. Ensure that the code can work properly if a list of IP addresses is passed in the header.Most Voted
- DAlter the application code to inspect a custom header. Alter the client code to pass the IP address in the custom header.
C

Hi! Do you need help with this question ?
- Why isn't the A the right answer?
- Traducir la pregunta al español
Contributor get free access to an augmented ChatGPT 4 trained with the latest IT Questions.
Question #48
How can this issue be addressed?
- AUpdate the Lambda function's execution role to include the missing permissions.Most Voted
- BUpdate the Lambda function's resource policy to include the missing permissions.
- CInclude an IAM policy document at the root of the deployment package and redeploy the Lambda function.
- DRedeploy the Lambda function using an account with access to the AdministratorAccess policy.
A
Reference:
https://aws.amazon.com/premiumsupport/knowledge-center/access-denied-lambda-s3-bucket/

Hi! Do you need help with this question ?
- Why isn't the A the right answer?
- Traducir la pregunta al español
Contributor get free access to an augmented ChatGPT 4 trained with the latest IT Questions.
Question #49
How should the Developer identify and troubleshoot the root cause of the performance issues in production?
- AAdd logging statements to the Lambda functions, then use Amazon CloudWatch to view the logs.
- BUse AWS CloudTrail and then examine the logs.
- CUse AWS X-Ray, then examine the segments and errors.Most Voted
- DRun Amazon Inspector agents and then analyze performance.
C

Hi! Do you need help with this question ?
- Why isn't the A the right answer?
- Traducir la pregunta al español
Contributor get free access to an augmented ChatGPT 4 trained with the latest IT Questions.
Question #50
What should a Developer do to ensure the data is encrypted on disk without impacting performance?
- AConfigure the Amazon EC2 instance fleet to use encrypted EBS volumes for storing data.Most Voted
- BAdd logic to write all data to an encrypted Amazon S3 bucket.
- CAdd a custom encryption algorithm to the application that will encrypt and decrypt all data.
- DCreate a new Amazon Machine Image (AMI) with an encrypted root volume and store the data to ephemeral disks.
A
Reference:
https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/EBSEncryption.html


Hi! Do you need help with this question ?
- Why isn't the A the right answer?
- Traducir la pregunta al español
Contributor get free access to an augmented ChatGPT 4 trained with the latest IT Questions.
All Pages