AOS_TEMA3_EC3_2024

AOS_TEMA3_EC3_2024

University

45 Qs

quiz-placeholder

Similar activities

unit 7

unit 7

University

49 Qs

English-B1(1-50)

English-B1(1-50)

University

50 Qs

AOS_TEMA3_EC3_2024

AOS_TEMA3_EC3_2024

Assessment

Quiz

others

University

Medium

Created by

Marcela Castro León

Used 2+ times

FREE Resource

45 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

5 mins • 1 pt

A developer is building a microservices-based application using Amazon EC2 instances. The application uses multiple APIs and requires low-latency communication between the microservices hosted in different EC2 instances. Which option should the developer implement to optimize performance?
Use an Application Load Balancer to route traffic between the services.
Use AWS Lambda to replace EC2 instances for inter-service communication.
Use an Auto Scaling group to ensure scalability of the services.
Prioritize the scalability within the availability zone.

2.

MULTIPLE CHOICE QUESTION

5 mins • 1 pt

An organization wants to host a legacy application on Amazon EC2 instance. The application requires persistent storage for its stateful components. The application needs high availability, data durability, and low-latency disk performance. What should the Solutions Architect recommend?
Use Amazon EBS General Purpose SSD (gp3) volumes.
Use Amazon EC2 instance store volumes.
Use Amazon S3 for persistent storage.
Use Amazon EFS for application data.

3.

MULTIPLE CHOICE QUESTION

5 mins • 1 pt

A DevOps engineer is managing an EC2 Auto Scaling group hosting a CI/CD pipeline. The pipeline occasionally experiences delays because of inconsistent performance during scaling activities. How can the engineer improve the consistency of the environment during scale-in and scale-out events?
Use Spot Instances in the Auto Scaling group for cost efficiency.
Configure lifecycle hooks to run custom scripts during instance launch and termination.
Use Reserved Instances for the Auto Scaling group to stabilize capacity.
Enable instance refresh for the Auto Scaling group.

4.

MULTIPLE CHOICE QUESTION

5 mins • 1 pt

A developer is managing a web application hosted on Amazon EC2 instances. The application experiences unpredictable traffic spikes. The developer needs to ensure the application can handle high traffic while minimizing costs. Which solution is most appropriate?
Manually monitor traffic and launch new EC2 instances as needed.
Use an Auto Scaling group to automatically adjust the number of EC2 instances based on demand.
Deploy the application using Amazon S3 for hosting.
Use Amazon EC2 Spot Instances for all traffic demands.

5.

MULTIPLE CHOICE QUESTION

5 mins • 1 pt

A solutions architect is designing an application hosted on Amazon EC2 instances. The application must be highly available and resilient to regional failures. What design should the solutions architect implement?
Deploy EC2 instances in a single Availability Zone and use an Application Load Balancer.
Deploy EC2 instances across multiple Availability Zones within a single Region and use an Application Load Balancer.
Deploy EC2 instances in multiple Regions without load balancing.
Deploy EC2 instances in a single Region and use Amazon CloudFront to distribute traffic.

6.

MULTIPLE CHOICE QUESTION

5 mins • 1 pt

A DevOps engineer is tasked with implementing a continuous deployment pipeline for a web application running on Amazon EC2 instances. The pipeline must ensure that infrastructure is immutable during deployments. What solution should the engineer use?
Perform in-place updates on EC2 instances using AWS CodeDeploy.
Use AWS CloudFormation to deploy new EC2 instances and terminate old instances.
Deploy new application versions to the same EC2 instances using Amazon Elastic Beanstalk.
Manually create and test new EC2 instances for every deployment.

7.

MULTIPLE CHOICE QUESTION

5 mins • 1 pt

Which method should the developer use to provide secure access to the S3 bucket from the EC2 instances?
Store the credentials in environment variables on the EC2 instances.
Use IAM roles with appropriate permissions and attach them to the EC2 instances.
Embed the credentials directly in the application code.
Use AWS Secrets Manager to store and retrieve credentials.

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?