Inspirational journeys

Follow the stories of academics and their research expeditions

AWS Certified Cloud Practitioner Certification - Part 23

Mary Smith

Wed, 16 Jul 2025

AWS Certified Cloud Practitioner Certification - Part 23

1. Which service is best for storing common database query results, which helps to alleviate database access load?

A) A. Amazon Machine Learning
B) B. Amazon SQS
C) C. Amazon ElastiCache
D) D. Amazon EC2 Instance Store



2. Which of the following is a component of the shared responsibility model managed entirely by AWS?

A) A. Patching operating system software
B) B. Encrypting data
C) C. Enforcing multi-factor authentication
D) D. Auditing physical data center assets



3. Which options does AWS make available for customers who want to learn about security in the cloud in an instructor-led setting? (Choose two.)(Select 2answers)

A) A. AWS Trusted Advisor
B) B. AWS Online Tech Talks
C) C. AWS Blog
D) D. AWS Forums
E) E. AWS Classroom Training


4. Which of the following features can be configured through the Amazon Virtual Private Cloud (Amazon VPC) Dashboard? (Choose two.)(Select 2answers)

A) A. Amazon CloudFront distributions
B) B. Amazon Route 53
C) C. Security Groups
D) D. Subnets
E) E. Elastic Load Balancing


5. If each department within a company has its own AWS account, what is one way to enable consolidated billing?

A) A. Use AWS Budgets on each account to pay only to budget.
B) B. Contact AWS Support for a monthly bill.
C) C. Create an AWS Organization from the payer account and invite the other accounts to join.
D) D. Put all invoices into one Amazon Simple Storage Service (Amazon S3) bucket, load data into Amazon Redshift, and then run a billing report.



1. Right Answer: C
Explanation: Amazon ElastiCache for Redis is a great choice for implementing a highly available, distributed, and secure inmemory cache to decrease access latency, increase throughput, and ease the load off your relational or NoSQL databases and applications. ElastiCache can serve frequently requested items at sub-millisecond response times, and enables you to easily scale for higher loads without growing the costlier backend databases. Database query results caching, persistent session caching, and full-page caching are all popular examples of caching with ElastiCache for Redis. https://aws.amazon.com/products/databases/real-time-apps-elasticache-for-redis/

2. Right Answer: D
Explanation: Of course, Amazon is responsible for auditing physical data center assets and resources since it is the property of Amazon Inc. Customers have no access to physical sites, hence they are not responsible for maintaining physical data center assets.

3. Right Answer: B,E
Explanation:

4. Right Answer: C,D
Explanation: Amazon Virtual Private Cloud (Amazon VPC) lets you provision a logically isolated section of the AWS Cloud where you can launch AWS resources in a virtual network that you define. You have complete control over your virtual networking environment, including selection of your own IP address range, creation of subnets, and configuration of route tables and network gateways. You can use both IPv4 and IPv6 in your VPC for secure and easy access to resources and applications. You can easily customize the network configuration for your Amazon VPC. For example, you can create a public-facing subnet for your web servers that has access to the Internet, and place your backend systems such as databases or application servers in a private-facing subnet with no Internet access. You can leverage multiple layers of security, including security groups and network access control lists, to help control access to Amazon EC2 instances in each subnet. https://aws.amazon.com/vpc/

5. Right Answer: C
Explanation: https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/consolidated-billing.html

0 Comments

Leave a comment