wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

AWS Certified Solutions Architect - Associate (SAA-C03) - 2

Total questions: 65

Worksheet time: 3hrs 15mins

Name
Class
Date
1.

You have configured a VPC with both a public and a private subnet. You need to deploy a web server and a database. You want the web server to be accessed from the Internet by customers. Which is the proper configuration for this architecture?

a)

Database outside the VPC for decoupling from web server, and web server in public subnet for internet access.

b)

Both web server and database in public subnets to facilitate internet access.

c)

Web server outside of VPC for internet access, database in private subnet.

d)

Web server in public subnet, database in private subnet.

2.

You have been evaluating the NACLs in your company. Currently, you are looking at the default network ACL. Which statement is true regarding subnets and NACLs?

a)

The default NACL will always be associated with each subnet.

b)

Only public subnets can use the default NACL.

c)

Each subnet in your VPC must be associated with a network ACL. If you don't explicitly associate a subnet with a network ACL, the subnet is automatically associated with the default network ACL.

d)

You have to delete the default NACL before creating a custom NACL to associate with a subnet.

3.

You work for an oil and gas company as a lead in data analytics. The company is using IoT devices to better understand their assets in the field (for example, pumps, generators, valve assemblies, and so on). Your task is to monitor the IoT devices in real-time to provide valuable insight that can help you maintain the reliability, availability, and performance of your IoT devices. What tool can you use to process streaming data in real time with standard SQL without having to learn new programming languages or processing frameworks?

a)

AWS RedShift

b)

Kinesis Data Analytics

c)

AWS Kinesis Streams

d)

AWS Lambda

4.

You are managing S3 buckets in your organization. One of the buckets in your organization has gotten some bizarre uploads and you would like to be aware of these types of uploads as soon as possible. Because of that, you configure event notifications for this bucket. Which of the following is NOT a supported destination for event notifications?

a)

SQS

b)

SES

c)

SNS

d)

Lambda function

5.

Jamal recently joined a small company as a Site Reliability Engineer on the cloud development team. The team leverages numerous AWS Lambda functions with several backend AWS resources, as well as other backend microservices. A recent update to some of the different functions' code has begun to cause massive delays within the application workloads. The development initially turned on more detailed logging within their code base; however, this did not provide the application insights required to troubleshoot the issue. What can Jamal do to more easily gain a better understanding of the response times of the affected AWS Lambda functions, as well as all the connected downstream resources within the entire application flow?

a)

Run a containerized version of the application and output log files with responses.

b)

Enable AWS X-Ray within each function to gain detailed information about responses.

c)

Update the code to log their response times for each function.

d)


This is not needed. Simply increase the resource settings for each function.

6.

You have been assigned the review of the security in your company AWS cloud environment. Your final deliverable will be a report detailing potential security issues. One of the first things that you need to describe is the responsibilities of the company under the shared responsibility model. Which measure is the customer’s responsibility?

a)

EC2 instance OS patching

b)

Physical security of data centers

c)

Managing underlying network infrastructure

d)

Virtualization infrastructure

7.

You have been evaluating the NACLs in your company. Most of the NACLs are configured the same:

100 All Traffic Allow

200 All Traffic Deny

* All Traffic Deny

How can the last rule * All Traffic Deny be edited?

a)

The Deny can be changed to Allow.

b)


You can't modify or remove this rule.

c)

It’s a placeholder and can be deleted.

d)

Any number can replace the *.

8.

A company has a great deal of data in S3 buckets for which they want to create a database. Creating the RDS database, normalizing the data, and migrating to the RDS database will take time and is the long-term plan. But there's an immediate need to query this data to retrieve information necessary for an audit. Which AWS service will enable querying data in S3 using standard SQL commands?

a)

DynamoDB

b)

There is no such service, but there are third-party tools.

c)

Amazon SQL Connector

d)

Amazon Athena

9.

You are working for a large financial institution and have been tasked with creating a relational database solution to deal with a read-heavy workload. The database needs to be highly available within the Oregon region and quickly recover if an Availability Zone goes offline. Which of the following would you select to meet these requirements?

(Choose2)

a)

Create a read replica and point your read workloads to the new endpoint RDS provides.

b)

Use an Amazon Aurora global database to ensure a region failure won't break the application.

c)

Split your database into multiple RDS instances across different regions. In the event of a failure, point your application to the new region.

d)

Using RDS, create a read replica. If an AZ fails, RDS will automatically cut over to the read replica.

e)

Enable Multi-AZ support for the RDS database.

10.

You work for an online education company that offers a 7-day unlimited access free trial for all new users. You discover that someone has been taking advantage of this and has created a script to register a new user every time the 7-day trial ends. They also use this script to download large amounts of video files, which they then put up on popular pirate websites. You need to find a way to automate the detection of fraud like this using machine learning and artificial intelligence. Which AWS service would best suit this?

a)

Amazon Fraud Detector

b)

Amazon Inspector

c)

Amazon Detective

d)

Amazon Rekognition

11.

You are put in charge of your company’s Disaster Recovery planning. As part of this plan, you intend to create all of the company infrastructure with CloudFormation templates. The templates can then be saved in another region and used to launch a new environment in case of disaster. What determines the costs associated with CloudFormation templates?

a)

The distance of the region from the home region.

b)

There is a cost per template and discounts for over 100 templates.

c)

There is no cost for templates, but when deployed, the resources created may accumulate charges.

d)

It depends whether the resources in the template are in the free tier.

12.

You have multiple EC2 instances housing applications in a VPC in a single Availability Zone. Your EC2 workloads need low-latency network performance, high network throughput, and a tightly-coupled node-to-node communication. What's the best measure you can do to ensure this throughput?

a)


Increase the size of the instances

b)

Use Auto Scaling Groups

c)

Use Elastic Network Interfaces

d)

Launch your instances in a cluster placement group

13.

A software company is looking for compute capacity in the cloud for a fault-tolerant and flexible application. The application is not mission-critical, so occasional downtime is acceptable. What type of EC2 servers can be used to meet these requirements at the lowest cost?

a)

On-Demand

b)

Reserved

c)

Dedicated Hosts

d)

Spot

14.

A company is running a teaching application which is consumed by users all over the world. The application is translated into 5 different languages. All of these language files need to be stored somewhere that is highly-durable and can be accessed frequently. As content is added to the site, the storage demands will grow by a factor of five, so the storage must be highly-scalable as well. Which storage option will be highly-durable, cost-effective, and highly-scalable?

a)

Glacier

b)

RDS

c)

EBS Instance Store Volumes

d)

Amazon S3

15.

A large financial institution is gradually moving their infrastructure and applications to AWS. The company has data needs that will utilize all of RDS, DynamoDB, Redshift, and ElastiCache. Which description best describes Amazon Redshift?

a)

Cloud-based relational database.

b)

Key-value and document database that delivers single-digit millisecond performance at any scale.

c)

Can be used to significantly improve latency and throughput for many read-heavy application workloads.

d)

Near real-time complex querying on massive data sets.

16.

Your development team has created a gaming application that uses DynamoDB to store user statistics and provide fast game updates back to users. The team has begun testing the application but needs a consistent data set to perform tests with. The testing process alters the dataset, so the baseline data needs to be retrieved upon each new test. Which AWS service can meet this need by exporting data from DynamoDB and importing data into DynamoDB?

a)

AWS Import/Export

b)

DAX

c)

Elastic Map Reduce

d)

Redshift

17.

A gaming company is creating an application which simply provides a leaderboard for specific games. The leaderboard will use DynamoDB for data, and simply needs to be updated in near real-time. An EC2 instance will be configured to house the application which will be accessed by subscribers from the Internet. Which step is NOT necessary for internet traffic to flow to and from the Internet?

a)

Add a route to your subnet's route table that directs internet-bound traffic to the internet gateway.

b)

Attach an internet gateway to your VPC.

c)

Ensure that your network access control lists and security group rules allow the relevant traffic to flow to and from your instance.

d)

A route in the route table to the DynamoDB table.

18.

Your company is storing highly sensitive data in S3 Buckets. The data includes personal and financial information. An audit has determined that this data must be stored in a secured manner and any data stored in the buckets already or data coming into the buckets must be analyzed and alerts sent out flagging improperly stored data. Which AWS service can be used to meet this requirement?

a)

AWS GuardDuty

b)


Amazon Macie

c)

AWS Trusted Advisor

d)

AWS Inspector

19.

You work for an organization that has multiple AWS accounts in multiple regions and multiple applications. You have been tasked with making sure that all your firewall rules across these multiple accounts and regions are consistent. You need to do this as quickly and efficiently as possible. Which AWS service would help you achieve this?

a)

AWS Network Firewall

b)

Amazon Detective

c)

AWS Web Application Firewall (AWS WAF)

d)

AWS Firewall Manager

20.

Several instances you are creating have a specific data requirement. The requirement states that the data on the root device needs to persist independently from the lifetime of the instance. After considering AWS storage options, which is the simplest way to meet these requirements?

a)

Create a cron job to migrate the data to S3.

b)

Send the data to S3 using S3 lifecycle rules.

c)

Store the data on the local instance store.

d)

Store your root device data on Amazon EBS and set the DeleteOnTermination attribute to false using a block device mapping.

21.

An international company has many clients around the world. These clients need to transfer gigabytes to terabytes of data quickly and on a regular basis to an S3 bucket. Which S3 feature will enable these long distance data transfers in a secure and fast manner?

a)


Cross-account replication

b)

Multipart upload

c)

Transfer Acceleration

d)

AWS Snowmobile

22.

Your company has asked you to look into some latency issues with the company web app. The application is backed by an AWS RDS database. Your analysis has determined that the requests made of the application are very read heavy, and this is where improvements can be made. Which service can you use to store frequently accessed data in-memory?

a)

Amazon EBS

b)

Amazon ElastiCache

c)

Amazon DynamoDB

d)

Amazon DynamoDB Accelerator (DAX)

23.

A small development team with very limited AWS knowledge has begun the process of creating and deploying a new frontend application based on React within AWS. The application is simple and does not need any backend processing via traditional databases. The application does, however, require GraphQL interactions to complete the required processing of data. Which AWS service can the team use to complete this?

a)

Stand up a full stack application easily via AWS Amplify.

b)

Host the application in AWS Lambda instead and perform the processing using DynamoDB.

c)

Deploy a GraphQL interface via AWS AppSync.

d)

Leverage API Gateway for any GraphQL calls. It supports GraphQL and REST API.

24.

Your company is storing stack traces for application errors in an S3 Bucket. The engineers using these stack traces review them when addressing application issues. It has been decided that the files only need to be kept for four weeks then they can be purged. How can you meet this requirement in S3?

a)

Create a bucket policy to purge the rules after one month.

b)

Write a cron job to purge the files after one month.

c)

Add an S3 Lifecycle rule to archive these files to Glacier after one month.

d)

Configure the S3 Lifecycle rules to purge the files after a month.

25.

A car insurance company keeps specific details about accidents on file for a year, for quick retrieval, and then archives those files to long-term storage. The files are mainly accessed in the first 30 days. A recent audit has approved the general steps they are taking but pointed out many deficiencies in the technologies they are using. You have been hired as a consultant to come up with an automated solution. Your solution will recommend AWS storage options. What storage options could you recommend to meet the lifecycle requirements outlined, provide high availability, and offer the most savings?

a)

Store the accident files in S3 for a year, then have the lifecycle policy move them to S3 IA.

b)

Store the accident files in EBS volumes for a year, then migrate them to Glacier.

c)

Store the accident files in Glacier for maximum cost savings.

d)

Store the accident files in S3 for 30 days, then have the lifecycle policy move them to S3-IA. After a year, move them to Glacier.

26.

You have just been hired by a large organization which uses many different AWS services in their environment. Some of the services which handle data include: RDS, Redshift, ElastiCache, DynamoDB, S3, and Glacier. You have been instructed to configure a web application using stateless web servers. Which services can you use to handle session state data?

(Choose3)

a)

Amazon RDS

b)

Amazon ElastiCache

c)

Amazon S3 Glacier

d)

Amazon DynamoDB

e)

Amazon Redshift

27.

After several issues with your application and unplanned downtime, your recommendation to migrate your application to AWS is approved. You have set up high availability on the front end with a load balancer and an Auto Scaling Group. What step can you take with your database to configure high-availability and ensure minimal downtime (under five minutes)?

a)


Create a read replica.

b)


Enable Multi-AZ failover on the database.

c)

Take frequent snapshots of your database.

d)

Create your database using CloudFormation and save the template for reuse.

28.

Your application is housed on an Auto Scaling Group of EC2 instances. The application is backed by the Multi-AZ MySQL RDS database and an additional read replica. You need to simulate some failures for disaster recovery drills. Which event will not cause an RDS to perform a failover to the standby replica?

a)


Compute unit failure on primary

b)

Storage failure on primary

c)

Read replica failure

d)


Loss of network connectivity to primary

29.

A previous cloud engineer deployed several Amazon EC2 instances within your AWS account. You have recently taken over control of the account and have noticed there is a significant amount of idle and underutilized instances in place. Hundreds of instances are within the account, and you do not have the time to go through each instance and manually check all of them.

Which AWS service allows you to kick off the collection of metrics and generate recommendations for incorrectly sized EC2 instances?

a)

Amazon CloudWatch dashboards

b)

AWS Compute Optimizer

c)

AWS Budgets

d)

AWS Cost and Usage Reports

30.

You suspect that one of the AWS services your company is using has gone down. Which service can provide you proactive and transparent notifications about the status of your specific AWS environment?

a)

Amazon Inspector

b)

AWS Trusted Advisor

c)

AWS Personal Health Dashboard

d)

AWS Organizations

31.

Your company uses IoT devices installed in businesses to provide those business real-time data for analysis. You have decided to use AWS Kinesis Data Firehose to stream the data to multiple backend storing services for analytics. Which service listed is not a viable solution to stream the real time data to?

a)

ElasticSearch

b)

Redshift

c)

S3

d)

Athena

32.

A small company has nearly 200 users who already have AWS accounts in the company AWS environment. A new S3 bucket has been created which will need to allow roughly a third of all users access to sensitive information in the bucket. What is the most time efficient way to get these users access to the bucket?

a)

Create a new policy which will grant permissions to the bucket. Create a group and attach the policy to that group. Add the users to this group.

b)

Create a new policy which will grant permissions to the bucket. Create a role and attach the policy to that role. Add the users to this role.

c)

Create a new bucket policy granting the appropriate permissions and attach it to the bucket.

d)

Create a new role which will grant permissions to the bucket. Create a group and attach the role to that group. Add the users to this group.

33.

A database outage has been very costly to your organization. You have been tasked with configuring a more highly available architecture. The main requirement is that the chosen architecture needs to meet an aggressive RTO in case of disaster. You have decided to use an Amazon RDS for MySQL Multi-AZ instance deployment. How is the replication handled for Amazon RDS for MySQL with a Multi-AZ instance configuration?

a)

You can configure an Amazon RDS for MySQL standby replica in a different Availability Zone and send traffic synchronously or asynchronously depending on your cost considerations

b)


Amazon RDS for MySQL automatically provisions and maintains a synchronous standby replica in a different Region

c)

Amazon RDS for MySQL automatically provisions and maintains an asynchronous standby replica in a different Availability Zone

d)

Amazon RDS for MySQL automatically provisions and maintains a synchronous standby replica in a different Availability Zone

34.

A travel company has deployed a web application that serves travel updates to users all over the world. This application uses an Amazon RDS database, which is very read-heavy and can have performance issues at certain times of the year. What can you do to enhance performance and reduce the load on your source DB instance?

a)

Add read replicas

b)

Place CloudFront in front of the Database.

c)


Configure multi-Region RDS

d)

Configure RDS Multi-AZ

35.

You work for a company that needs to pursue a FedRAMP assessment and accreditation. They need to generate a FedRAMP Customer Package, which is a report designed to get accreditation. The report contains a number of sections, such as AWS East/West and GovCloud Executive Briefing, Control Implementation Summary (CIS), Customer Responsibility Matrix (CRM), and E-Authentication. You need this information as quickly as possible. Which AWS service should you use to find this information?

a)

Use AWS Certificate Manager to generate the report.

b)

Use AWS Trusted Advisor to generate the report.

c)

Use AWS Artifact to download the report.

d)

Call your AWS Technical Account Manager (TAM) and ask for this information.

36.

Recent worldwide events have dictated that you perform your duties as a Solutions Architect from home. You need to be able to manage several EC2 instances while working from home and have been testing the ability to SSH into these instances. One instance in particular has been a problem and you cannot SSH into this instance. What should you check first to troubleshoot this issue?

a)

Make sure that your VPC has a connected Virtual Private Gateway

b)


Make sure that the Security Group for the instance allows inbound on port 443 from your home IP address

c)


Make sure that the security group for the instance allows inbound on port 80 from your home IP address

d)

Make sure that the security group for the instance allows inbound on port 22 from your home IP address

37.

You have been tasked with migrating an application and the servers it runs on to the company AWS cloud environment. You have created a checklist of steps necessary to perform this migration. A subsection in the checklist is security considerations. One of the things that you need to consider is the shared responsibility model. Which option does AWS handle under the shared responsibility model?

a)

User Authentication

b)

Firewall configuration

c)

Client-side data encryption

d)

Physical hardware infrastructure

38.

A team member has been tasked to configure four EC2 instances for four separate applications. These are not high-traffic apps, so there is no need for an Auto Scaling group. The instances are all in the same public subnet and each instance has an EIP address, and all of the instances have the same security group. But none of the instances can send or receive internet traffic. You verify that all the instances have a public IP address. You also verify that an internet gateway has been configured. What is the most likely issue?

a)

The route table is corrupt.

b)

There is no route in the route table to the internet gateway (or it has been deleted).

c)

Each instance needs its own security group.

d)

You are using the default NACL.

39.

The CFO of your company approaches you and inquires about cutting costs in your AWS account. One area you are able to identify for cost cutting is in S3. There is data in S3 that is very rarely used and has only been retained for audit purposes. You decide to archive this data to a cheaper storage solution. Which AWS solution would meet this requirement?

a)

Use a lifecycle policy to archive the data to Amazon SQS.

b)


Use a lifecycle policy to archive the data to Glacier.

c)


Write a cron job to archive the data to DynamoDB.

d)

Use a lifecycle policy to archive the data to Redshift.

40.

The company you work for has reshuffled teams a bit and you’ve been moved from the AWS IAM team to the AWS network team. One of your first assignments is to review the subnets in the main VPCs. You have recommended that the company add some private subnets and segregate databases from public traffic. What differentiates a public subnet from a private subnet?

a)

Public subnets are meant to house EC2 instances with public IP addresses.

b)

Public subnets are associated with public Availability zones.

c)

A public subnet has a public IP address.

d)

If a subnet's traffic is routed to an internet gateway, the subnet is known as a public subnet.

41.

You have been tasked to review your company disaster recovery plan due to some new requirements. The driving factor is that the Recovery Time Objective has become very aggressive. Because of this, it has been decided to configure Multi-AZ deployments for the RDS MySQL databases. Unrelated to DR, it has been determined that some read traffic needs to be offloaded from the master database. What step can be taken to meet this requirement?

a)

Add DAX to the solution to alleviate excess read traffic.

b)

Add read replicas to offload some read traffic.

c)

Convert to Aurora to allow the standby to serve read traffic.

d)


Redirect some of the read traffic to the standby database.

42.

You have been evaluating the NACLs in your company. Currently, you are looking at the default network ACL. What is true about the default network ACL?

a)

You can add or remove rules from the default network ACL.

b)

The default NACL denies all traffic.

c)

You can only edit the default NACL if it is the only NACL in the VPC.

d)

You cannot edit the default NACL.

43.

You work for the national weather service and are in the process of doing some research on climate change. You have thousands of weather stations around the country that all have temperature sensors that report temperatures every 15 seconds. This time-series data is then fed to AWS where you need to run machine learning on it in real time. Which AWS service would best suit your requirements?

a)


Amazon Transcribe

b)

Amazon Lex

c)

Amazon Rekognition

d)

Amazon Forecast

44.

You have configured an Auto Scaling Group of EC2 instances fronted by an Application Load Balancer and backed by an RDS database. You want to begin monitoring the EC2 instances using CloudWatch metrics. Which metric is not readily available out of the box?

a)

NetworkIn

b)

DiskReadOps

c)

CPU utilization

d)

Memory utilization

45.

You work for an online cloud education provider that provides hands-on labs for training students. Recently, you noticed a spike in CPU activity for one of your EC2 instances and you suspect it is being used to mine bitcoin rather than for educational purposes. Somehow, your production environment has been compromised and you need to quickly identify the root cause of this compromise. Which AWS service would be best suited to identify the root cause?

a)

AWS Trusted Advisor

b)

Amazon CloudWatch

c)

Amazon Detective

d)

AWS Artifact

46.

A small software team is creating an application which will give subscribers real-time weather updates. The application will run on EC2 and will make several requests to AWS services such as S3 and DynamoDB. What is the best way to grant permissions to these other AWS services?

a)

Create an IAM user, grant the user permissions, and pass the user credentials to the application.

b)

Embed the appropriate credentials to access AWS services in the application.

c)

Create an IAM role that you attach to the EC2 instance to give temporary security credentials to applications running on the instance.

d)


Create an IAM policy that you attach to the EC2 instance to give temporary security credentials to applications running on the instance.

47.

You are working as a Solutions Architect in a large healthcare organization. You have many Auto Scaling groups that you need to create. One requirement is that you need to reuse some software licenses and therefore need to use dedicated hosts on EC2 instances in your Auto Scaling groups. What step must you take to meet this requirement?

a)


Use a launch template with your Auto Scaling group and select the Dedicated Host option.

b)


Create your launch configuration, but manually change the instances to Dedicated Hosts in the EC2 console.

c)

Create the Dedicated Host EC2 instances, and then add them to an existing Auto Scaling group.

d)

Make sure your launch configurations are using Dedicated Hosts.

48.

You have been assigned to create an architecture which uses load balancers to direct traffic to an Auto Scaling Group of EC2 instances across multiple Availability Zones. The application to be deployed on these instances is a life insurance application which requires path-based and host-based routing. Which type of load balancer will you need to use?

a)

Classic Load Balancer

b)


Network Load Balancer

c)

Any type of load balancer will meet these requirements.

d)

Application Load Balancer

49.

A consultant is hired by a small company to configure an AWS environment. The consultant begins working with the VPC and launching EC2 instances within the VPC. The initial instances will be placed in a public subnet. The consultant begins to create security groups. How many security groups can be attached to an EC2 instance?

a)

Instances in private subnets cannot have multiple security groups.

b)

You can assign two security groups to an instance.

c)

You can only assign one security group to an instance.

d)

You can assign up to five security groups to the instance.

50.

You work for an online school that teaches IT by recording their screen and narrating what they are doing. The school is becoming quite popular, and you need to convert the video files into many different formats to support various laptops, tablets, and mobile devices. Which AWS service should you consider using?

a)

Amazon CloudFront

b)


Amazon Elastic Transcoder

c)


Amazon CloudWatch

d)

Amazon Kinesis Video Streams

51.

Your application team has been approved to create a new machine learning application over the next two years. You intend to leverage numerous Amazon SageMaker instances and components to back your application. Your manager is worried about the cost potential of the services involved.

How could you maximize your savings opportunities for the Amazon SageMaker service?

a)

Purchase a one-year All Upfront Compute Savings Plan. This applies to all SageMaker instances and components within any AWS Region.

b)


Purchase a one-year All Upfront SageMaker Savings Plan. This applies to all SageMaker instances and components within any AWS Region.

c)

Purchase a three-year All Upfront Compute Savings Plan. This applies to all SageMaker instances and components within any AWS Region.

d)

Purchase a three-year All Upfront SageMaker Savings Plan. This applies to all SageMaker instances and components within any AWS Region.

52.

After an IT Steering Committee meeting, you have been put in charge of configuring a hybrid environment for the company’s compute resources. You weigh the pros and cons of various technologies based on the requirements you are given. The main requirements to drive this selection are overall cost considerations and the ability to reuse existing internet connections. Which technology best meets these requirements?

a)


AWS Direct Gateway

b)


AWS Managed VPN

c)

AWS Direct Connect

d)

VPC Peering

53.

Bill is a cloud solutions architect for a small technology startup company. The company started out completely on-premises, but Bill has finally convinced them to explore shifting their application to AWS. The application is fairly complex and leverages message brokers that communicate using AMQP 1.0 protocols to exchange data between nodes and complete workloads.

Which service should Bill use to design the new AWS cloud-based architecture?

a)

Amazon MQ

b)

Amazon SNS

c)

AWS Batch

d)

Amazon SQS

54.

A consultant is hired by a small company to configure an AWS environment. The consultant begins working with the VPC and launching EC2 instances within the VPC. The initial instances will be placed in a public subnet. The consultant begins to create security groups. What is true of the default security group?

a)

You can't delete this group, nor can you change the group's rules.

b)

You can delete this group, however, you can’t change the group's rules.

c)

You can't delete this group, however, you can change the group's rules.

d)


You can delete this group or you can change the group's rules.

55.

The company you work for has reshuffled teams a bit and you’ve been moved from the AWS IAM team to the AWS Network team. One of your first assignments is to review the subnets in the main VPCs. What are two key concepts regarding subnets?

(Choose2)

a)


Each subnet maps to a single Availability Zone.

b)

Every subnet you create is associated with the main route table for the VPC.

c)

A subnet spans all the Availability Zones in a Region.

d)

Each subnet is associated with one security group.

e)

Private subnets can only hold databases.

56.

A pharmaceutical company has begun to explore using AWS cloud services for their computation workloads for processing incoming orders. Currently, they process orders on-premises using self-managed virtual machines with batch software installed. The current infrastructure design does not scale well and is cumbersome to update. In addition, each processed batch job takes roughly 30-45 minutes to complete. The processing times cannot be reduced due to the complexity of the application code, and they want to make the new solution as hands-off as possible with automatic scaling based on the number of queued orders.

Which AWS service would you recommend they use for this application design that best meets their needs and is cost optimized?

a)

An Amazon EC2 AMI with batch software installed used in an Auto Scaling group

b)

Amazon EKS

c)

AWS Batch

d)

AWS Lambda with Amazon SQS

57.

You are working as a Solutions Architect in a large healthcare organization. You have many Auto Scaling Groups that utilize launch configurations. Many of these launch configurations are similar yet have subtle differences. You’d like to use multiple versions of these launch configurations. An ideal approach would be to have a default launch configuration and then have additional versions that add additional features. Which option best meets these requirements?

a)

Store the launch configurations in S3 and turn on versioning.

b)

Use launch templates instead.

c)

Simply create the needed versions. Launch configurations already have versioning.

d)

Create the launch configurations in CloudFormation and version the templates accordingly.

58.

You are consulting for a state agency focused on the state lottery. You have been given a task to have 2 million bar codes created as quickly as possible. This will require EC2 instances and an average CPU utilization of 70% for each of them. So you plan to spin up 10 EC2 instances to create the bar codes. You estimate the instances will complete the job from around 11 p.m. to 1 a.m. You don’t want the instances sitting idle for up to 9 hours until the next morning. What can you do to terminate these instances when they are done?

a)

You can create a CloudWatch alarm that is triggered when the average CPU utilization percentage has been lower than 5% for 15 minutes and terminates the instance.

b)

Write a cron job that queries the instance status. If a certain status is met, have the cron job kick off CloudFormation to terminate the existing instance, and create a new instance from a template.

c)

Write a cron job that queries the instance status. Also, write a Lambda function that can be triggered upon a certain status and terminate the instance.

d)

Write a Python script that queries the instance status. Also, write a Lambda function that can be triggered upon a certain status and terminate the instance.

59.

You have just started work at a small startup in the Seattle area. Your first job is to help containerize your company's microservices and move them to AWS. The team has selected ECS as their orchestration service of choice. You've discovered the code currently uses access keys and secret access keys in order to communicate with S3. How can you best handle this authentication for the newly containerized application?

a)

Attach a role with the appropriate permissions to the task definition in ECS.

b)

Attach a role to the EC2 instances that will run your ECS tasks.

c)

Leave the credentials where they are.

d)

Migrate the access and secret access keys to the Dockerfile.

60.

A new startup company decides to use AWS to host their web application. They configure a VPC as well as two subnets within the VPC. They also attach an internet gateway to the VPC. In the first subnet, they create an EC2 instance to host a web application. There is a network ACL and a security group, which both have the proper ingress and egress to and from the internet. There is a route in the route table to the internet gateway. The EC2 instances added to the subnet need to have a globally unique IP address to ensure internet access. Which is not a globally unique IP address?

a)


Elastic IP address

b)


Public IP address

c)

Private IP address

d)

IPv6 address

61.

A new startup company decides to use AWS to host their web application. They configure a VPC as well as two subnets within the VPC. They also attach an internet gateway to the VPC. In the first subnet, they create the EC2 instance which will host their web application. They finish the configuration by making the application accessible from the Internet. The second subnet has an instance hosting a smaller, secondary application. But this application is not currently accessible from the Internet. What could be potential problems?

(Choose2)

a)

The second subnet does not have a public IP address.

b)

The second subnet does not have a route in the route table to the virtual private gateway.

c)

The EC2 instance does not have a public IP address.

d)


The second subnet does not have a route in the route table to the internet gateway.

e)

The EC2 instance is not attached to an internet gateway.

62.

Recently, a production instance was forced to reboot unexpectedly during business hours, causing significant customer impact. After root cause analysis, it was found that the reboot was caused by AWS due to underlying hardware maintenance that needed to be performed. You have been tasked with finding a way to automate the start and stop of the Amazon EC2 instance in case of similar future events. How would you go about creating the optimal solution for this?

a)

Set up an Amazon EventBridge rule that is triggered by the AWS Health event. Target a Lambda function to parse the incoming event and reference the Amazon EC2 instance, ID included. Have the function perform a stop and start of the instance.

b)


Use AWS CloudTrail to kick off a reboot event in AWS Health based on the EC2 instance ID received.

c)

You cannot automate this. Instead, set up an Amazon SNS notification topic to alert operations teams that they need to log in and manually stop and then start the Amazon EC2 instance.

d)

Set up AWS Health Scheduled Events to automatically reboot the Amazon EC2 instance during night hours.

63.

You work in healthcare for an IVF clinic. You host an application on AWS, which allows patients to track their medication during IVF cycles. The application also allows them to view test results, which contain sensitive medical data. You have a regulatory requirement that the application is secure and you must use a firewall managed by AWS that enables control and visibility over VPC-to-VPC traffic and prevents the VPCs hosting your sensitive application resources from accessing domains using unauthorized protocols. What AWS service would support this?

a)

AWS PrivateLink

b)

AWS Firewall Manager

c)

AWS WAF

d)

AWS Network Firewall

64.

You have two EC2 instances running in the same VPC, but in different subnets. You are removing the secondary ENI from an EC2 instance and attaching it to another EC2 instance. You want this to be fast and with limited disruption. So you want to attach the ENI to the EC2 instance when it’s running. What is this called?

a)

warm attach

b)

cold attach

c)

synchronous attach

d)

hot attach

65.

You work for a Defense contracting company. The company develops software applications which perform intensive calculations in the area of Mechanical Engineering related to metals for ship building. The company competes for and wins contracts that typically range from 1 year to up to 5 years. These long-term contracts mean that the duration of your need for EC2 instances can be matched to the length of these contracts, and then extended if necessary. The main requirement is consistent performance for the duration of the contract. Which EC2 purchasing option provides the best value, given these long-term contracts?

a)

Spot

b)

Reserved

c)

On-Demand

d)

Dedicated Host