Inspirational journeys

Follow the stories of academics and their research expeditions

AWS Cloud Practitioner Questions 2022 - Part 47

Mary Smith

Sun, 19 Apr 2026

AWS Cloud Practitioner Questions 2022 - Part 47

1. A data center that an AWS service uses to perform service-specific operations, such as caching copies of your content (so the content is closer to users and can be delivered faster) is called...

A) Virtual Private Cloud (VPC).
B) edge location.
C) Availability Zone.
D) AWS Region.



2. Your Auto Scaling group has a desired capacity of 5 VMs and a maximum size of 5 VMs. What will Auto Scaling do if you manually terminate one of these instances?

A) It will terminate one instance.
B) It will not start any new instances.
C) It will start a new instance.
D) It will change the desired capacity to 4.



3. What do you need to provide for a new IAM user who will have programmatic access to AWS resources?

A) You must provide a password.
B) You must provide an access key ID.
C) You must provide a password and MFA.
D) You must provide AWS access keys (access key ID and secret access key).



4. Your team wants to know which programming language they should use with AWS Lambda. Select all programming languages in which you can write Lambda functions without implementing a custom runtime.(Select 4answers)

A) Python
B) Scala
C) Java
D) Ruby
E) R
F) JavaScript

5. What is the benefit of templates for Terraform configuration?

A) Templates ensure that one resource is created before another. Otherwise, resources will be created in parallel.
B) Terraform doesn't support templates.
C) Templates allow you to isolate parts of your configuration into single building blocks that can be reused.
D) Templates allow you to hardcode properties for your resources.



1. Right Answer: B
Explanation:

2. Right Answer: C
Explanation:

3. Right Answer: D
Explanation:

4. Right Answer: A,C,D,F
Explanation:

5. Right Answer: C
Explanation:

0 Comments

Leave a comment