Latest AWS Practice Test 2023: How AWS Practice Exams Can Help You Prepare !!

Are you looking to become an AWS certified professional? Our practice exams are the perfect way to prepare for your certification exam. With industry best questions and detailed explanations, you’ll have the confidence to pass with flying colors. Our AWS practice exams are designed to optimize your studying time and ensure you’re ready to tackle the real exam. Start your journey towards AWS certification success and boost your career today with ITExamTest.

AWS | ITExamTest | aws practice exams

Why taking AWS practice exams is important

  • Familiarity with exam format: AWS practice exams are designed to mimic the format of the actual certification exam. This helps you become familiar with the structure of the exam, the types of questions asked, and the time constraints you’ll be under.
  • Identify knowledge gaps: Practice exams help you identify areas where you may be weak or need more practice. By taking these exams, you can focus your studies on those specific areas and improve your knowledge and understanding.
  • Build confidence: By practicing with mock exams, you can build confidence in your ability to answer questions correctly and pass the actual certification exam.
  • ncrease chances of passing: The more you practice, the more prepared you will be for the actual certification exam. This can increase your chances of passing the exam and obtaining your AWS certification.
0%
3

Best of luck !! Your Time Start's Now 👍

Time Over Now 👍


AWS Certified Database – Specialty DBS-C01 Updated May 2023

The DBS-C01 practice exam consists of 270 questions and you need to attend random 60 Question and you will have 120 minutes to complete the exam. In order to pass the exam, you must achieve a score of at least 70%.

Once you have successfully passed the DBS-C01 practice exam with a score of at least 70%, you will receive a certificate via email.

1 / 60

A company has a production Amazon Aurora Db cluster that serves both online transaction processing
(OLTP) transactions and compute-intensive reports. The reports run for 10% of the total cluster uptime
while the OLTP transactions run all the time. The company has benchmarked its workload and
determined that a six-node Aurora DB cluster is appropriate for the peak workload.

The company is now looking at cutting costs for this DB cluster, but needs to have a sufficient number of
nodes in the cluster to support the workload at different times. The workload has not changed since the
previous benchmarking exercise.
How can a Database Specialist address these requirements with minimal user involvement?

 

2 / 60

An ecommerce company uses Amazon DynamoDB as the backend for its payments system. A new
regulation requires the company to log all data access requests for financial audits. For this purpose, the
company plans to use AWS logging and save logs to Amazon S3
How can a database specialist activate logging on the database?

3 / 60

A stock market analysis firm maintains two locations: one in the us-east-1 Region and another in the eu-
west-2 Region. The business want to build an AWS database solution capable of providing rapid and

accurate updates.
Dashboards with advanced analytical queries are used to present data in the eu-west-2 office. Because
the corporation will use these dashboards to make purchasing choices, they must have less than a
second to obtain application data.
Which solution satisfies these criteria and gives the MOST CURRENT dashboard?

4 / 60

A company has a database fleet that includes an Amazon RDS for MySQL DB instance. During an audit,
the company discovered that the data that is stored on the DB instance is unencrypted.
A database specialist must enable encryption for the DB instance. The database specialist also must
encrypt all connections to the DB instance.
Which combination of actions should the database specialist take to meet these requirements? (Choose three.)

5 / 60

An worldwide gaming company's development team is experimenting with using Amazon DynamoDB to
store in-game events for three mobile titles. Maximum concurrent users for the most popular game is 500,000, while the least popular game is 10,000. The typical event is 20 KB in size, while the average user
session generates one event each second. Each event is assigned a millisecond time stamp and a globally
unique identification.
The lead developer generated a single DynamoDB database with the following structure for the events:
Partition key: game name
Sort key: event identifier
Local secondary index: player identifier
Event time
In a small-scale development setting, the tests were successful. When the application was deployed to
production, however, new events were not being added to the database, and the logs indicated
DynamoDB failures with the ItemCollectionSizeLimitExceededException issue code.
Which design modification should a database professional offer to the development team?

6 / 60

A large financial services company requires that all data be encrypted in transit. A Developer is
attempting to connect to an Amazon RDS DB instance using the company VPC for the first time with
credentials provided by a Database Specialist. Other members of the Development team can connect,
but this user is consistently receiving an error indicating a communications link failure. The Developer
asked the Database Specialist to reset the password a number of times, but the error persists.
Which step should be taken to troubleshoot this issue?

7 / 60

An online gaming company is planning to launch a new game with Amazon DynamoDB as its data store.
The database should be designated to support the following use cases:
Update scores in real time whenever a player is playing the game. Retrieve a player’s score details for a
specific game session.
A Database Specialist decides to implement a DynamoDB table. Each player has a unique user_id and
each
game has a unique game_id.
Which choice of keys is recommended for the DynamoDB table?

8 / 60

A company has multiple applications serving data from a secure on-premises database. The company is
migrating all applications and databases to the AWS Cloud. The IT Risk and Compliance department
requires that auditing be enabled on all secure databases to capture all log ins, log outs, failed logins,
permission changes, and database schema changes. A Database Specialist has recommended Amazon
Aurora MySQL as the migration target, and leveraging the Advanced Auditing feature in Aurora.
Which events need to be specified in the Advanced Auditing configuration to satisfy the minimum auditing requirements? (Choose three.)

9 / 60

A significant automotive manufacturer is switching a mission-critical finance application's database to
Amazon DynamoDB. According to the company's risk and compliance policy, any update to the database
must be documented as a log entry for auditing purposes. Each minute, the system anticipates about
500,000 log entries. Log entries should be kept in Apache Parquet files in batches of at least 100,000
records per file.
How could a database professional approach these needs while using DynamoDB?

10 / 60

A company developed an AWS CloudFormation template used to create all new Amazon DynamoDB
tables in its AWS account. The template configures provisioned throughput capacity using hard-coded
values. The company wants to change the template so that the tables it creates in the future have
independently configurable read and write capacity units assigned.
Which solution will enable this change?

11 / 60

A startup company is building a new application to allow users to visualize their on-premises and cloud
networking components. The company expects billions of components to be stored and requires
responses in milliseconds. The application should be able to identify:
The networks and routes affected if a particular component fails.
The networks that have redundant routes between them.
The networks that do not have redundant routes between them.
The fastest path between two networks.
Which database engine meets these requirements?

12 / 60

A gaming company is evaluating Amazon ElastiCache as a solution to manage player leaderboards.

Millions of players around the world will complete in annual tournaments. The company wants to
implement an architecture that is highly available. The company also wants to ensure that maintenance
activities have minimal impact on the availability of the gaming platform.
Which combination of steps should the company take to meet these requirements? (Choose two.)

 

13 / 60

A manufacturing company’s website uses an Amazon Aurora PostgreSQL DB cluster.
Which configurations will result in the LEAST application downtime during a failover? (Choose three.)

14 / 60

A company’s Security department established new requirements that state internal users must connect
to an existing Amazon RDS for SQL Server DB instance using their corporate Active Directory (AD)
credentials. A Database Specialist must make the modifications needed to fulfill this requirement.
Which combination of actions should the Database Specialist take? (Choose three.)

15 / 60

A company is going to use an Amazon Aurora PostgreSQL DB cluster for an application backend. The DB
cluster contains some tables with sensitive dat
a. A Database Specialist needs to control the access privileges at the table level.
How can the Database Specialist meet these requirements?

16 / 60

A large gaming company is creating a centralized solution to store player session state for multiple online
games. The workload required key-value storage with low latency and will be an equal mix of reads and
writes. Data should be written into the AWS Region closest to the user across the games’ geographically
distributed user base. The architecture should minimize the amount of overhead required to manage the
replication of data between Regions.
Which solution meets these requirements?

17 / 60

A company is running a two-tier ecommerce application in one AWS account. The web server is
deployed using an Amazon RDS for MySQL Multi-AZ DB instance. A Developer mistakenly deleted the
database in the production environment. The database has been restored, but this resulted in hours of
downtime and lost revenue.
Which combination of changes in existing IAM policies should a Database Specialist make to prevent an
error like this from happening in the future? (Choose three.)

18 / 60

In North America, a business launched a mobile game that swiftly expanded to 10 million daily active
players. The game's backend is hosted on AWS and makes considerable use of a TTL-configured Amazon
DynamoDB table.
When an item is added or changed, its TTL is set to 600 seconds plus the current epoch time. The game
logic is reliant on the purging of outdated data in order to compute rewards points properly. At times,
items from the table are read that are many hours beyond their TTL expiration.
How should a database administrator resolve this issue?

19 / 60

A company has a database monitoring solution that uses Amazon CloudWatch for its Amazon RDS for
SQL Server environment. The cause of a recent spike in CPU utilization was not determined using the
standard metrics that were collected. The CPU spike caused the application to perform poorly, impacting
users. A Database Specialist needs to determine what caused the CPU spike.
Which combination of steps should be taken to provide more visibility into the processes and queries
running during an increase in CPU load? (Choose two.)

20 / 60

Recently, a financial institution created a portfolio management service. The application's backend is
powered by Amazon Aurora, which supports MySQL.
The firm demands a response time of five minutes and a response time of five minutes. A database
professional must create a disaster recovery system that is both efficient and has a low replication
latency.
How should the database professional tackle these requirements?

21 / 60

The website of a manufacturing firm makes use of an Amazon Aurora PostgreSQL database cluster.
Which settings will result in the LEAST amount of downtime for the application during failover? (Select
three.)

22 / 60

A business is launching a new Amazon RDS for SQL Server database instance. The organization wishes to
allow auditing of the SQL Server database.
Which measures should a database professional perform in combination to achieve this requirement?(Select two.)

23 / 60

A company is running a finance application on an Amazon RDS for MySQL DB instance. The application is
governed by multiple financial regulatory agencies. The RDS DB instance is set up with security groups to
allow access to certain Amazon EC2 servers only. AWS KMS is used for encryption at rest.
Which step will provide additional security?

24 / 60

A company wants to migrate its existing on-premises Oracle database to Amazon Aurora PostgreSQL. The
migration must be completed with minimal downtime using AWS DMS. A Database Specialist must
validate that the data was migrated accurately from the source to the target before the cutover. The
migration must have minimal impact on the performance of the source database.
Which approach will MOST effectively meet these requirements?

25 / 60

A development team asks a database specialist to create a copy of a production Amazon RDS for MySQL
DB instance every morning. The development team will use the copied DB instance as a testing
environment for development. The original DB instance and the copy will be hosted in different VPCs of
the same AWS account. The development team wants the copy to be available by 6 AM each day and
wants to use the same endpoint address each day.
Which combination of steps should the database specialist take to meet these requirements MOST cost-effectively? (Choose three.)

26 / 60

An ecommerce company is using Amazon DynamoDB as the backend for its order-processing application.
The
steady increase in the number of orders is resulting in increased DynamoDB costs. Order verification and
reporting perform many repeated GetItem functions that pull similar datasets, and this read activity is
contributing to the increased costs. The company wants to control these costs without significant
development efforts.
How should a Database Specialist address these requirements?

27 / 60

along with the DB instances to ensure employees do not have access to the systems during this time. All
databases are running on Amazon RDS for MySQL.
The Database Specialist wrote and executed a script to stop all the DB instances. When reviewing the
logs, the Database Specialist found that Amazon RDS DB instances with read replicas did not stop.
How should the Database Specialist edit the script to fix this issue?

28 / 60

To meet new data compliance requirements, a company needs to keep critical data durably stored and
readily accessible for 7 years. Data that is more than 1 year old is considered archival data and must
automatically be moved out of the Amazon Aurora MySQL DB cluster every week. On average, around 10
GB of new data is added to the database every month. A database specialist must choose the most
operationally efficient solution to migrate the archival data to Amazon S3.
Which solution meets these requirements?

29 / 60

A company is releasing a new mobile game featuring a team play mode. As a group of mobile device
users play together, an item containing their statuses is updated in an Amazon DynamoDB table.
Periodically, the other users’ devices read the latest statuses of their teammates from the table using the
BatchGetltemn operation.
Prior to launch, some testers submitted bug reports claiming that the status data they were seeing in the
game was not up-to-date. The developers are unable to replicate this issue and have asked a database
specialist for a recommendation.
Which recommendation would resolve this issue?

30 / 60

A startup company in the travel industry wants to create an application that includes a personal travel
assistant to display information for nearby airports based on user location. The application will use
Amazon DynamoDB and must be able to access and display attributes such as airline names, arrival
times, and flight numbers. However, the application must not be able to access or display pilot names or
passenger counts.
Which solution will meet these requirements MOST cost-effectively?

31 / 60

A software development company is using Amazon Aurora MySQL DB clusters for several use cases,
including development and reporting. These use cases place unpredictable and varying demands on the
Aurora DB clusters, and can cause momentary spikes in latency. System users run ad-hoc queries
sporadically throughout the week. Cost is a primary concern for the company, and a solution that does
not require significant rework is needed.
Which solution meets these requirements?

32 / 60

A Database Specialist is creating a new Amazon Neptune DB cluster, and is attempting to load fata from
Amazon S3 into the Neptune DB cluster using the Neptune bulk loader API. The Database Specialist
receives the following error:
“Unable to connect to s3 endpoint. Provided source = s3://mybucket/graphdata/ and region = us-east-1.
Please verify your S3 configuration.”
Which combination of actions should the Database Specialist take to troubleshoot the problem? (Choose
two.)

33 / 60

A bike rental company operates an application to track its bikes. The application receives location and
condition data from bike sensors. The application also receives rental transaction data from the
associated mobile app.
The application uses Amazon DynamoDB as its database layer. The company has configured DynamoDB
with provisioned capacity set to 20% above the expected peak load of the application. On an average
day, DynamoDB used 22 billion read capacity units (RCUs) and 60 billion write capacity units (WCUs). The
application is running well. Usage changes smoothly over the course of the day and is generally shaped
like a bell curve. The timing and magnitude of peaks vary based on the weather and season, but the
general shape is consistent.
Which solution will provide the MOST cost optimization of the DynamoDB database layer?

34 / 60

A company migrated one of its business-critical database workloads to an Amazon Aurora Multi-AZ DB
cluster. The company requires a very low RTO and needs to improve the application recovery time after
database failovers.
Which approach meets these requirements?

35 / 60

A company is running a website on Amazon EC2 instances deployed in multiple Availability Zones (AZs).
The site performs a high number of repetitive reads and writes each second on an Amazon RDS for
MySQL Multi- AZ DB instance with General Purpose SSD (gp2) storage. After comprehensive testing and
analysis, a database specialist discovers that there is high read latency and high CPU utilization on the DB
instance.
Which approach should the database specialist to take to resolve this issue without changing the
application?

36 / 60

A database specialist is working on an Amazon RDS for PostgreSQL DB instance that is experiencing
application performance issues due to the addition of new workloads. The database has 5 ׀¢׀ ‘of storage
space with Provisioned IOPS. Amazon CloudWatch metrics show that the average disk queue depth is
greater than
200 and that the disk I/O response time is significantly higher than usual.
What should the database specialist do to improve the performance of the application immediately?

37 / 60

A gaming company uses Amazon Aurora Serverless for one of its internal applications. The company's
developers use Amazon RDS Data API to work with the
Aurora Serverless DB cluster. After a recent security review, the company is mandating security
enhancements. A database specialist must ensure that access to
RDS Data API is private and never passes through the public internet.
What should the database specialist do to meet this requirement?

38 / 60

A ride-hailing application uses an Amazon RDS for MySQL DB instance as persistent storage for bookings.
This application is very popular and the company expects a tenfold increase in the user base in next few
months. The application experiences more traffic during the morning and evening hours.
This application has two parts:
An in-house booking component that accepts online bookings that directly correspond to simultaneous
requests from users.
A third-party customer relationship management (CRM) component used by customer care
representatives. The CRM uses queries to access booking data.
A database specialist needs to design a cost-effective database solution to handle this workload. Which
solution meets these requirements?

39 / 60

A company is loading sensitive data into an Amazon Aurora MySQL database. To meet compliance
requirements, the company needs to enable audit logging on the Aurora MySQL DB cluster to audit
database activity. This logging will include events such as connections, disconnections, queries, and

tables queried. The company also needs to publish the DB logs to Amazon CloudWatch to perform real-
time data analysis.

Which solution meets these requirements?

40 / 60

A retail company uses Amazon Redshift Spectrum to run complex analytical queries on objects that are
stored in an Amazon S3 bucket. The objects are joined with multiple dimension tables that are stored in
an Amazon Redshift database. The company uses the database to create monthly and quarterly
aggregated reports. Users who attempt to run queries are reporting the following error message: error:
Spectrum Scan Error: Access throttled
Which solution will resolve this error?

41 / 60

A Database Specialist is migrating an on-premises Microsoft SQL Server application database to Amazon
RDS for PostgreSQL using AWS DMS. The application requires minimal downtime when the RDS DB
instance goes live.
What change should the Database Specialist make to enable the migration?

42 / 60

A business's production database is hosted on a single-node Amazon RDS for MySQL DB instance. The
database instance is hosted in a United States AWS Region.
A week before a significant sales event, a fresh database maintenance update is released. The
maintenance update has been designated as necessary. The firm want to minimize the database
instance's downtime and requests that a database expert make the database instance highly accessible
until the sales event concludes.
Which solution will satisfy these criteria?

43 / 60

A company is developing an application that performs intensive in-memory operations on advanced data
structures such as sorted sets. The application requires sub-millisecond latency for reads and writes. The
application occasionally must run a group of commands as an ACID-compliant operation. A database
specialist is setting up the database for this application. The database specialist needs the ability to
create a new database cluster from the latest backup of the production cluster.
Which type of cluster should the database specialist create to meet these requirements?

44 / 60

A pharmaceutical company uses Amazon Quantum Ledger Database (Amazon QLDB) to store its clinical
trial data records. The company has an application that runs as AWS Lambda functions. The application is
hosted in the private subnet in a VPC.
The application does not have internet access and needs to read some of the clinical data records. The
company is concerned that traffic between the QLDB ledger and the VPC could leave the AWS network.
The company needs to secure access to the QLDB ledger and allow the VPC traffic to have read-only  access.
Which security strategy should a database specialist implement to meet these requirements?

45 / 60

A major organization maintains a number of Amazon DB clusters. Each of these clusters is configured
differently to meet certain needs. These configurations may be classified into wider groups based on the
team and use case.
A database administrator wishes to streamline the process of storing and updating these settings.
Additionally, the database administrator want to guarantee that changes to certain configuration
categories are automatically implemented to all instances as necessary.

Which AWS service or functionality will assist in automating and achieving this goal?

46 / 60

A business just transitioned from an on-premises Oracle database to Amazon Aurora PostgreSQL.
Following the move, the organization observed that every day around 3:00 PM, the application's
response time is substantially slower. The firm has determined that the problem is with the database,
not the application.
Which set of procedures should the Database Specialist do to locate the erroneous PostgreSQL query
most efficiently?

47 / 60

A Database Specialist needs to speed up any failover that might occur on an Amazon Aurora PostgreSQL
DB cluster. The Aurora DB cluster currently includes the primary instance and three Aurora Replicas.
How can the Database Specialist ensure that failovers occur with the least amount of downtime for the
application?

48 / 60

A company is hosting critical business data in an Amazon Redshift cluster. Due to the sensitive nature of
the data, the cluster is encrypted at rest using AWS KMS. As a part of disaster recovery requirements, the
company needs to copy the Amazon Redshift snapshots to another Region.
Which steps should be taken in the AWS Management Console to meet the disaster recovery
requirements?

49 / 60

A company is launching a new Amazon RDS for MySQL Multi-AZ DB instance to be used as a data store
for a custom-built application. After a series of tests with point-in-time recovery disabled, the company
decides that it must have point-in-time recovery reenabled before using the DB instance to store
production data.
What should a database specialist do so that point-in-time recovery can be successful?

50 / 60

AWS CloudFormation stack including an Amazon RDS database instance was mistakenly removed,
resulting in the loss of recent dat
a. A Database Specialist must apply RDS parameters to the CloudFormation template in order to
minimize the possibility of future inadvertent instance data loss.
Which settings will satisfy this criterion? (Select three.)

51 / 60

A business is transferring its on-premises database workloads to the Amazon Web Services (AWS) Cloud.
A database professional migrating an Oracle database with a huge table to Amazon RDS has picked AWS
DMS. The database professional observes that AWS DMS is consuming considerable time migrating the
data.
Which activities would increase the pace of data migration? (Select three.)

52 / 60

A company uses Microsoft SQL Server on Amazon RDS in a Multi-AZ deployment as the database engine
for its application. The company was recently acquired by another company. A database specialist must
rename the database to follow a new naming standard.
Which combination of steps should the database specialist take to rename the database? (Choose two.)

53 / 60

A company has an on-premises system that tracks various database operations that occur over the
lifetime of a database, including database shutdown, deletion, creation, and backup.
The company recently moved two databases to Amazon RDS and is looking at a solution that would
satisfy these requirements. The data could be used by other systems within the company.
Which solution will meet these requirements with minimal effort?

54 / 60

After restoring an Amazon RDS snapshot from 3 days ago, a company’s Development team cannot
connect to the restored RDS DB instance. What is the likely cause of this problem?

55 / 60

A company is about to launch a new product, and test databases must be re-created from production dat
a. The company runs its production databases on an Amazon Aurora MySQL DB cluster. A Database
Specialist needs to deploy a solution to create these test databases as quickly as possible with the least
amount of administrative effort.
What should the Database Specialist do to meet these requirements?

56 / 60

A large retail company recently migrated its three-tier ecommerce applications to AWS. The company’s
backend database is hosted on Amazon Aurora PostgreSQL. During peak times, users complain about
longer page load times. A database specialist reviewed Amazon RDS Performance Insights and found a
spike in IO:XactSync wait events. The SQL attached to the wait events are all single INSERT statements.
How should this issue be resolved?

57 / 60

A database specialist needs to delete user data and sensor data 1 year after it was loaded in an Amazon
DynamoDB table. TTL is enabled on one of the attributes. The database specialist monitors TTL rates on
the Amazon CloudWatch metrics for the table and observes that items are not being deleted as
expected.
What is the MOST likely reason that the items are not being deleted?

58 / 60

A corporation intends to migrate a 500-GB Oracle database to Amazon Aurora PostgreSQL utilizing the
AWS Schema Conversion Tool (AWS SCT) and AWS Data Management Service (AWS DMS). The database
does not have any stored procedures, but does contain several huge or partitioned tables. Because the
program is vital to the company, it is preferable to migrate with little downtime.
Which measures should a database professional perform in combination to expedite the transfer
process? (Select three.)

59 / 60

Amazon Neptune is being used by a corporation as the graph database for one of its products. During an
ETL procedure, the company's data science team produced enormous volumes of temporary data by
unintentionally. The Neptune DB cluster extended its storage capacity automatically to handle the added
data, but the data science team erased the superfluous data.
What should a database professional do to prevent incurring extra expenditures for cluster volume space
that is not being used?

60 / 60

A Database Specialist modified an existing parameter group currently associated with a production
Amazon RDS for SQL Server Multi-AZ DB instance. The change is associated with a static parameter type,
which controls the number of user connections allowed on the most critical RDS SQL Server DB instance
for the company. This change has been approved for a specific maintenance window to help minimize
the impact on users.
How should the Database Specialist apply the parameter group change for the DB instance?

Please fill the below Information to start the practice exam 👍

कृपया नीचे दी गई जानकारी भरें 🙌
0%
2

Best of luck !! Your Time Start's Now 👍

Time Over Now 👍


AWS Certified Cloud Practitioner(CLF-C01) Practice Test-1 Updated April 2023

AWS Certified Cloud Practitioner(CLF-C01) Practice Test-1   practice exam consists of 60 questions, and you will have 120 minutes to complete the exam. In order to pass the exam, you must achieve a score of at least 70%.

Once you have successfully passed the AWS Certified Cloud Practitioner(CLF-C01) Practice Test-1 with a score of at least 70%, you will receive a certificate via email.

1 / 59

A company manages an on-premises MySQL database on a Windows server. The company wants to
migrate the database to AWS and needs a solution that will reduce the administrative overhead of the
database.
Which AWS service will meet this requirement?

2 / 59

Which AWS service or resource helps on-premises applications connect to AWS Cloud-based storage and
caches the data locally for low-latency access?

3 / 59

A company is running multiple workloads in the AWS Cloud and recently began investigating ways to
reduce costs. The company is already running fault-tolerant workloads on Amazon EC2 that perform
periodic checkpoints in case of an outage.
Which AWS service or pricing model can provide the GREATEST cost savings?

4 / 59

Which AWS service is a fully hosted version control service?

5 / 59

Which guidelines are key AWS architectural design principles? (Select TWO.)

6 / 59

A company needs to automatically protect its Amazon EC2 instances from distributed denial of service
(DDoS) attacks. Which AWS service or tool will provide this protection?

7 / 59

A company runs a web application on Amazon EC2 instances. The application has consistent usage and is
expected to run indefinitely. Which EC2 instance purchasing option will meet these requirements MOST
cost-effectively?

8 / 59

Which pillar of the AWS Well-Architected Framework refers to the ability of a system to recover from
infrastructure or service disruptions and dynamically acquire computing resources to meet demand?

9 / 59

A company has stopped all of its Amazon EC2 instances but monthly billing charges continue to occur.
What could be causing this? (Select TWO.)

10 / 59

A company wants to accelerate migration from its data center to the AWS Cloud.
Which combination of AWS services should the company use to meet this requirement? (Select TWO.)

11 / 59

A user has an AWS account with a Business-level AWS Support plan and needs assistance with handling
a production service disruption. Which action should the user take?

12 / 59

A company wants to offer direct phone and chat channels for customer service. The company needs a
pay-as-you-go solution that remote customer service agents can use to create and manage voice and
chat contact flows.
Which AWS service will meet these requirements?

13 / 59

A company uses a database that has a simple sign-up page to create users, and a basic login form to
authenticate users so they can access the database. The company wants to give users the ability to store
personal information, but user access must be controlled in a more secure and reliable way.
Which AWS service or feature will meet these requirements?

14 / 59

A company that uses AWS needs to transfer 2 TB of data.
Which type of transfer of that data would result in no cost for the company?

15 / 59

Which design principles of the AWS WelI-Architected Framework help increase reliability? (Select TWO.)

16 / 59

Which of the following does Amazon CloudFront use to distribute content to users around the world?

17 / 59

A company has a global website with static content.
Which AWS service will deliver the static content with low latency?

18 / 59

A company wants to improve the overall availability and performance of its applications that are hosted
on AWS.
Which AWS service should the company use?

19 / 59

What is the customer ALWAYS responsible for managing, according to the AWS shared responsibility
model?

20 / 59

A company is running an Amazon EC2 instance in a VPC.
Which of the following can the company use to route and filter incoming network requests for the EC2
instance?

21 / 59

A company is undergoing a security audit. The audit includes security validation and compliance
validation of the AWS infrastructure and services that the company uses. The auditor needs to locate
compliance-related information and must download AWS security and compliance documents. These
documents include the System and Organization Control (SOC) reports.
Which AWS service or group can provide these documents?

22 / 59

Elasticity in the AWS Cloud refers to which of the following? (Select TWO.)

23 / 59

A company is reviewing the current costs of running its own infrastructure on premises. The company
wants to compare these on-premises costs to the costs of running infrastructure in the AWS Cloud.
How should the company make this comparison?

24 / 59

Which AWS service is a relational database compatible with MySQL and PostgreSQL?

25 / 59

Which AWS service allows for file sharing between multiple Amazon EC2 instances?

26 / 59

A user has been granted permission to change their own IAM user password. Which AWS services can
the user use to change the password? (Select TWO.)

27 / 59

Which AWS service supports the analysis, investigation, and identification of the root cause of security
events and suspicious activities in an AWS account?

28 / 59

Which databases are available on Amazon RDS? (Select TWO.)

29 / 59

Which AWS service or tool lists all the users in an account and reports on the status of account details,
including passwords, access keys, and multi-factor authentication (MFA) devices?

30 / 59

Which AWS service or feature enables users to block the incoming or outgoing traffic associated with
specific IP addresses flowing through a VPC?

31 / 59

A company is running and managing its own Docker environment on Amazon EC2 instances. The
company wants an alternative to help manage cluster size, scheduling, and environment maintenance.
Which AWS service meets these requirements?

32 / 59

Which of the following is the customer responsible for updating and patching, according to the AWS
shared responsibility model?

33 / 59

According to the AWS shared responsibility model, which activities are the customer's responsibility for
security in the AWS Cloud? (Select TWO.)

34 / 59

A company needs to design an AWS disaster recovery plan to cover multiple geographic areas. Which
action will meet this requirement?

35 / 59

A company requires an isolated environment within AWS for security purposes. Which action can be
taken to accomplish this?

36 / 59

A company wants to set up an entire development and continuous delivery toolchain for coding,
building, testing, and deploying application code. Which AWS service will meet these requirements?

37 / 59

Which Amazon S3 feature or storage class uses the AWS backbone network and edge locations to
reduce latencies from the end user to Amazon S3?

38 / 59

Which AWS service or feature enables users to get one bill and easily track charges for multiple AWS
accounts?

39 / 59

Which service is an AWS in-memory data store service?

40 / 59

Which AWS service can be used to provide an on-demand, cloud-based contact center?

41 / 59

A user is a new AWS account owner who has no special access requirements. What should this user do
with the AWS account root user access keys?

42 / 59

Which of the following are design principles of the reliability pillar of the AWS Well-Architected
Framework? (Select TWO.)

43 / 59

A company needs to perform data processing once a week that typically takes about 5 hours to
complete. Which AWS service should the company use for this workload?

44 / 59

Which AWS services provide high availability across multiple Availability Zones by default? (Select TWO.)

45 / 59

A company is moving its on-premises NoSQL database to the AWS Cloud Which AWS service should the
company use for the NoSQL database?

46 / 59

A company is planning to build a workload in the AWS Cloud. The company needs to estimate the costs
of the network, compute, storage, and database for the workload. Which AWS service or tool should the
company use to generate this estimate?

47 / 59

A company is using Amazon RDS.
Which task is the company's responsibility, according to the AWS shared responsibility model?

48 / 59

A company needs to deploy an Amazon EC2 instance and attach a storage mount for the operating
system and application files. Which AWS service will meet these requirements?

49 / 59

A company's system administrator discovers that someone logged in to the company's AWS account
during the weekend and terminated an Amazon EC2 instance Which AWS service should the system
administrator use to identify who made this change?

50 / 59

An ecommerce company has migrated its IT infrastructure from an on-premises data center to the AWS
Cloud. Which cost is the company's direct responsibility?

51 / 59

Which of the following consists of one or more isolated data centers in the same regional area that are
interconnected through low-latency networks?

52 / 59

Which AWS service provides alerts when an AWS event may impact a company's AWS resources?

53 / 59

A company is using an Amazon RDS database to run reports that are input/output (I/O) intensive. Which
AWS service can be used to improve the database performance?

54 / 59

A company wants to use a template to reliably provision, manage, and update its infrastructure in the
AWS Cloud. Which AWS service will meet these requirements?

55 / 59

Which AWS service offers threat detection and continuously monitors for malicious activity and
unauthorized behavior in AWS accounts?

56 / 59

Which pillar of the AWS Well-Architected Framework includes the continual improvement of processes
and procedures as a priority?

57 / 59

Which pillar of the AWS Well-Architected Framework includes the continual improvement of processes
and procedures as a priority?

58 / 59

Which Reserved Instance (Rl) provides the HIGHEST average cost savings compared to an On-Demand
Instance?

59 / 59

Which of the following are advantages of the AWS Cloud? (Select TWO.)

Please fill the below Information to start the practice exam 👍

कृपया नीचे दी गई जानकारी भरें 🙌
0%
1

Best of luck !! Your Time Start's Now 👍

Time Over Now 👍


AWS Certified Cloud Practitioner(CLF-C01) Practice Test-2 Updated April 2023

AWS Certified Cloud Practitioner(CLF-C01) Practice Test-2  practice exam consists of 60 questions, and you will have 120 minutes to complete the exam. In order to pass the exam, you must achieve a score of at least 70%.

Once you have successfully passed the AWS Certified Cloud Practitioner(CLF-C01) Practice Test-2 with a score of at least 70%, you will receive a certificate via email.

1 / 60

A company wants to use a server less compute service for an application.
When AWS service will meet tins requirement?

2 / 60

A system administrator notices that several Amazon EC2 instances nave been terminated. The system
administrator needs to identity the user or AWS API call that terminated these instances. Which AWS
service should the system administrator use to meet this requirement?

3 / 60

A company wants to push VPC Flow Logs to an Amazon S3 bucket.
Which action is the company's responsibility?

4 / 60

A company wants to provide managed Windows virtual desktops and applications to its remote
employees over secure network connections.
When AWS services can the company use to meet the requirements? (Select TWO.)

5 / 60

Which of the following is an advantage of AWS Cloud computing?

6 / 60

Which AWS service tool or feature helps companies reduce costs by identifying underutilized Amazon
EC2 instances?

7 / 60

A company is running a workload on AWS. The company wants to protect the workload from DDoS
attacks.
When AWS service will meet these requirements?

8 / 60

Which AWS service provides managed DDoS protection?

9 / 60

A company needs a data warehouse for analytical workloads. The data warehouse must support
standard SQL queries.
Which AWS service meets these requirements?

10 / 60

Which of the following are advantages of the AWS Cloud? (Select TWO.)

11 / 60

Which actions is the responsibility of AWS according to the AWS shared responsibility model? (Select
TWO.)

12 / 60

Which actions is the responsibility of AWS under the AWS shared responsibility model (Select TWO.)

13 / 60

Which fully managed AWS service allows a user to bring their own machine teaming algorithm?

14 / 60

A company uses AWS Direct Conned and wants to establish connectivity that spans VPCs across multiple
AWS Regions. Which AWS service or feature should the company use to meet these requirements?

15 / 60

A company wants to organize its users so that the company can grant permissions to the users as a
group. Which AWS service or tool can the company use to meet this requirement?

16 / 60

How can a user protect an Amazon EC2 instance from a suspicious IP address?

17 / 60

Which of the following is a component of the AWS Global infrastructure?

18 / 60

A developer wants to deploy an application on a container-based service. The service must
automatically provision and manage the backend instances. The service must provision only the
necessary resources. Which AWS service will meet these requirements?

19 / 60

A company needs a central user portal so that users can log in to third-party business applications that
support Security Assertion Markup Language (SAML) 2.0.
Which AWS service will meet this requirement?

20 / 60

A company recently mutated to AWS and wants to enable intelligent threat protection and continuous
monitoring across all of its AWS accounts.
Which AWS service should the company use lo achieve this goal?

21 / 60

A company has acquired several other companies. All the companies host their IT infrastructure in the
AWS Cloud. Which AWS service should the acquiring company use to centralize the account
management?

22 / 60

What are characteristics of AWS IAM users and groups? (Select TWO.)

23 / 60

How does the AWS global infrastructure offer high availability and fault tolerance lo its users?

24 / 60

What is the MOST secure way lo store passwords on AWS?

25 / 60

A company wants to design its cloud architecture so that its workloads are resilient can consistently
perform their intended functions correctly and can recover from failure quickly. Which pillar of the AWS
Well-Architected Framework does this architecture represent?

26 / 60

Which of the following gives a company the ability to fake advantage of tiered pricing tor services across
multiple AWS member accounts?

27 / 60

An ecommerce comply is using Amazon EC2 Auto Scaling groups to manage a fleet of web servers
running on Amazon EC2. This architecture follows which AWS Well/architected Framework best
practice?

28 / 60

A company has deployed its IT infrastructure in the AWS Cloud. The company's database must support
reads with sub-millisecond latency.
Which AWS service will meet this requirement?

29 / 60

Which AWS service can a company use to access compliance documentation and AWS agreements?

30 / 60

A company wants to receive alerts when resources that are launched in the company's AWS account
reach 80% of their service quotas. Which AWS service should the company use to meet this
requirement?

31 / 60

Which component of the AWS global infrastructure does Amazon CloudFront use to deliver content to
end users with low latency?

32 / 60

A company that is migrating to the AWS Cloud wants to reduce the operational costs of running its
databases. Which combination of actions should the company take to achieve this goal (Select TWO.)

33 / 60

Which AWS Cloud benefit is shown by architecture’s ability to withstand with minimal downtime?

34 / 60

A company's procurement department wants volume discounts on AWS services for the company but
numerous departments have separate AWS accounts. Which AWS service or tool can the company use
to receive volume discounts across multiple AWS accounts?

35 / 60

Which task is the responsibility of the customer according to the AWS snared responsibility model?

36 / 60

A user needs the ability to access as many resources as are needed. The user also needs the ability to
scale up and scale down with only a few minutes of notice. Which benefit of the AWS Cloud describes
these abilities?

37 / 60

Which of the following can be used to identity a specific user who slopped an Amazon EC2 instance?

38 / 60

Which AWS services are delivered globally instead of regionally? (Select TWO.)

39 / 60

Which of the following are benefits that a company receives when it moves an on-premises internet-
lacing website to the AWS Cloud? (Select TWO.)

40 / 60

A company has an on-premises Oracle database. The company spends a significant amount of time on
database administration activities. The company is moving the database to AWS and needs to minimize
the time that is requited lot these administration activities
Which AWS service should the company use to meet this requirement?

41 / 60

A company uses Amazon EC2 infrastructure to host steady-stale workloads and needs to achieve
significant cost savings. Which EC2 instance pricing model should the company select?

42 / 60

Wh.cn of lite following is advantages of the AWS Cloud? (Select TWO.)

43 / 60

A company plans to migrate complex legacy systems to AWS. The company will use several operating
systems multiple databases and multiple programming languages. Which benefit of the AWS Cloud does
this scenario represent?

44 / 60

Which AWS service will help a company plan a migration to AWS by collecting the configuration usage
and behavior data of on-premises data centers?

45 / 60

A company is running a Microsoft SOL Server instance on premises and is migrating its application to
AWS. The company lacks the resources needed to refactor the application but management wants to
reduce operational overhead as part of the migration.
Which database service would MOST effectively support these requirements?

46 / 60

Which AWS service or feature will search for and identify AWS resources that are stared externally?

47 / 60

A company puns to move its on-premises servers to Amazon EC2 instances. The company has 50
different business units and wants to separate each billing lot each unit. What should a cloud
practitioner recommend?

48 / 60

A company needs to use thud-party software for its workload on AWS.
Which AWS service or feature can the company use to purchase the software?

49 / 60

A company moves a workload to AWS lo run on Amazon EC2 instances. The company needs to run the
workload in the most cost-effective way.
What can the company do lo meet this requirement?

50 / 60

A company is developing a new Node.js application. The application must have a scalabe NoSQL
database to meet increasing demand as the popularity of the application grown.
Which AWS services will meet the requirements for the database?

51 / 60

A company is hosting an application in the AWS Cloud. The company wants to verify that underlying
AWS services and general AWS infrastructure are operating normally.
Which combination of AWS services can the company use to gather the required information? (Select
TWO).

52 / 60

Which of the following are advantages of moving to the AWS Cloud? (Select TWO.)

53 / 60

A company wants to deploy, scale, and manage third-party virtual appliances in a cluster in the AWS
Cloud. These applications include firewalls, intrusion detection and prevention systems, and deep
packet inspection systems.
Which AWS service or resource will meet these requirements?

54 / 60

A company implements an Amazon EC2 Auto Scaling policy along with an Application Load Balancer to
automatically recover unhealthy applications that run on Amazon EC2 instances.
Which pillar of the AWS Well-Architected Framework does this action cover?

55 / 60

A company has set up its IT infrastructure in the AWS Cloud. The company wants to receive detailed
reports that break down AWS costs by the hour. The reports must be placed in an Amazon S3 bucket.
Which AWS tool will meet these requirements?

56 / 60

A company recently created its first AWS account.
Which AWS services will require the use of a VPC? (Select TWO.)

57 / 60

A company distributes traffic evenly among a fleet of Amazon EC2 instances. The EC2 instances must
accommodate unpredictable increases in traffic.
Which benefit does the AWS Cloud provide to meet this requirement?

58 / 60

Which benefit of cloud computing gives a company the ability to deploy applications to users all over the
world through a network of AWS Regions, Availability Zones, and edge locations?

59 / 60

A company is designing an application. For the data persistence layer, the company wants to use a
NoSQL database. Which AWS service should the company use for the database?

60 / 60

Which duty is a responsibility of AWS under the AWS shared responsibility model?

Please fill the below Information to start the practice exam 👍

कृपया नीचे दी गई जानकारी भरें 🙌
Conclusion

Passing the AWS certification exam can be challenging, but with the right preparation and resources, you can succeed. Taking AWS practice exams is an essential part of exam preparation, helping you build confidence, identify knowledge gaps, and track your progress. By fthese tips and resources provided on Itexamtest.com, you can pass the AWS certification exam with flying colors and take your career to the next level.

Sumit Singh

Typically replies within 1 hr.

Powered by WpChatPlugins