ExamGecko
Home Home / Amazon / CLF-C02

Amazon CLF-C02 Practice Test - Questions Answers, Page 27

Question list
Search
Search

List of questions

Search

Related questions











A company wants to move its iOS application development and build activities to AWS.

Which AWS service or resource should the company use for these activities?

A.
AWS CodeCommit
A.
AWS CodeCommit
Answers
B.
Amazon EC2 M1 Mac instances
B.
Amazon EC2 M1 Mac instances
Answers
C.
AWS Amplify
C.
AWS Amplify
Answers
D.
AWS App Runner
D.
AWS App Runner
Answers
Suggested answer: B

Explanation:

Amazon EC2 M1 Mac instances are the AWS service or resource that the company should use for its iOS application development and build activities, as they enable users to run macOS on AWS and access a broad and growing set of AWS services. AWS CodeCommit is a service that provides a fully managed source control service that hosts secure Git-based repositories. AWS Amplify is a set of tools and services that enable developers to build full-stack web and mobile applications using AWS.

AWS App Runner is a service that makes it easy for developers to quickly deploy containerized web applications and APIs. These concepts are explained in the AWS Developer Tools page4.

Which statements explain the business value of migration to the AWS Cloud? (Select TWO.)

A.
The migration of enterprise applications to the AWS Cloud makes these applications automatically available on mobile devices.
A.
The migration of enterprise applications to the AWS Cloud makes these applications automatically available on mobile devices.
Answers
B.
AWS availability and security provide the ability to improve service level agreements (SLAs) while reducing risk and unplanned downtime.
B.
AWS availability and security provide the ability to improve service level agreements (SLAs) while reducing risk and unplanned downtime.
Answers
C.
Companies that migrate to the AWS Cloud eliminate the need to plan for high availability and disaster recovery.
C.
Companies that migrate to the AWS Cloud eliminate the need to plan for high availability and disaster recovery.
Answers
D.
Companies that migrate to the AWS Cloud reduce IT costs related to infrastructure, freeing budget for reinvestment in other areas.
D.
Companies that migrate to the AWS Cloud reduce IT costs related to infrastructure, freeing budget for reinvestment in other areas.
Answers
E.
Applications are modernized because migration to the AWS Cloud requires companies to rearchitect and rewrite all enterprise applications.
E.
Applications are modernized because migration to the AWS Cloud requires companies to rearchitect and rewrite all enterprise applications.
Answers
Suggested answer: B, D

Explanation:

B and D are correct because AWS availability and security enable customers to improve their SLAs while reducing risk and unplanned downtime1, and AWS reduces IT costs related to infrastructure, allowing customers to reinvest in other areas2. A is incorrect because migrating to the AWS Cloud does not automatically make applications available on mobile devices, as it depends on the application design and compatibility. C is incorrect because companies that migrate to the AWS Cloud still need to plan for high availability and disaster recovery, as AWS is a shared responsibility model3. E is incorrect because migrating to the AWS Cloud does not require companies to rearchitect and rewrite all enterprise applications, as AWS offers different migration strategies depending on the application complexity and business objectives4.

Which AWS service is designed to help users build conversational interfaces into applications using voice and text?

A.
Amazon Lex
A.
Amazon Lex
Answers
B.
Amazon Transcribe
B.
Amazon Transcribe
Answers
C.
Amazon Comprehend
C.
Amazon Comprehend
Answers
D.
Amazon Timestream
D.
Amazon Timestream
Answers
Suggested answer: A

Explanation:

A is correct because Amazon Lex is the AWS service that helps users build conversational interfaces into applications using voice and text. B is incorrect because Amazon Transcribe is the AWS service that helps users convert speech to text. C is incorrect because Amazon Comprehend is the AWS service that helps users analyze text using natural language processing. D is incorrect because Amazon Timestream is the AWS service that helps users collect, store, and process time series data.

A company wants to develop a shopping application that records customer orders. The application needs to use an AWS managed database service to store data.

Which AWS service should the company use to meet these requirements?

A.
Amazon RDS
A.
Amazon RDS
Answers
B.
Amazon Redshift
B.
Amazon Redshift
Answers
C.
Amazon ElastiCache
C.
Amazon ElastiCache
Answers
D.
Amazon Neptune
D.
Amazon Neptune
Answers
Suggested answer: A

Explanation:

A is correct because Amazon RDS is the AWS service that provides a managed relational database service that supports various database engines, such as MySQL, PostgreSQL, Oracle, and SQL Server.

B is incorrect because Amazon Redshift is the AWS service that provides a managed data warehouse service that is optimized for analytical queries. C is incorrect because Amazon ElastiCache is the AWS service that provides a managed in-memory data store service that supports Redis and Memcached.

D is incorrect because Amazon Neptune is the AWS service that provides a managed graph database service that supports property graph and RDF models.

A company wants to use Amazon EC2 instances for a stable production workload that will run for 1 year.

Which instance purchasing option meets these requirements MOST cost-effectively?

A.
Dedicated Hosts
A.
Dedicated Hosts
Answers
B.
Reserved Instances
B.
Reserved Instances
Answers
C.
On-Demand Instances
C.
On-Demand Instances
Answers
D.
Spot Instances
D.
Spot Instances
Answers
Suggested answer: B

Explanation:

B is correct because Reserved Instances are the instance purchasing option that offers the most costeffective way to use Amazon EC2 instances for a stable production workload that will run for 1 year, as they provide significant discounts compared to On-Demand Instances in exchange for a commitment to use a specific amount of computing power for a period of time. A is incorrect because Dedicated Hosts are the instance purchasing option that allows customers to use physical servers that are fully dedicated to their use, which is more expensive and less flexible than Reserved Instances. C is incorrect because On-Demand Instances are the instance purchasing option that allows customers to pay for compute capacity by the hour or second with no long-term commitments, which is more suitable for short-term, variable, and unpredictable workloads. D is incorrect because Spot Instances are the instance purchasing option that allows customers to bid on spare Amazon EC2 computing capacity, which is more suitable for flexible, scalable, and fault-tolerant workloads that can tolerate interruptions.

A company needs a repository that stores source code. The company needs a way to update the running software when the code changes.

Which combination of AWS services will meet these requirements? (Select TWO.)

A.
AWS CodeCommit
A.
AWS CodeCommit
Answers
B.
AWS CodeDeploy
B.
AWS CodeDeploy
Answers
C.
Amazon DynamoDB
C.
Amazon DynamoDB
Answers
D.
Amazon S3
D.
Amazon S3
Answers
E.
Amazon Elastic Container Service (Amazon ECS)
E.
Amazon Elastic Container Service (Amazon ECS)
Answers
Suggested answer: A, B

Explanation:

A and B are correct because AWS CodeCommit is the AWS service that provides a fully managed source control service that hosts secure Git-based repositories1, and AWS CodeDeploy is the AWS service that automates code deployments to any instance, including Amazon EC2 instances and servers running on-premises2. These two services can be used together to store source code and update the running software when the code changes. C is incorrect because Amazon DynamoDB is the AWS service that provides a fully managed NoSQL database service that supports key-value and document data models3. It is not related to storing source code or updating software. D is incorrect because Amazon S3 is the AWS service that provides object storage through a web service interface4.

It can be used to store source code, but it does not provide source control features or update software. E is incorrect because Amazon Elastic Container Service (Amazon ECS) is the AWS service that allows users to run, scale, and secure Docker container applications. It can be used to deploy containerized software, but it does not store source code or update software.

A company is setting up AWS Identity and Access Management (1AM) on an AWS account.

Which recommendation complies with 1AM security best practices?

A.
Use the account root user access keys for administrative tasks.
A.
Use the account root user access keys for administrative tasks.
Answers
B.
Grant broad permissions so that all company employees can access the resources they need.
B.
Grant broad permissions so that all company employees can access the resources they need.
Answers
C.
Turn on multi-factor authentication (MFA) for added security during the login process.
C.
Turn on multi-factor authentication (MFA) for added security during the login process.
Answers
D.
Avoid rotating credentials to prevent issues in production applications.
D.
Avoid rotating credentials to prevent issues in production applications.
Answers
Suggested answer: C

Explanation:

C is correct because turning on multi-factor authentication (MFA) for added security during the login process is one of the IAM security best practices recommended by AWS. MFA adds an extra layer of protection on top of the user name and password, making it harder for attackers to access the AWS account. A is incorrect because using the account root user access keys for administrative tasks is not a good practice, as the root user has full access to all the resources in the AWS account and can cause irreparable damage if compromised. AWS recommends creating individual IAM users with the least privilege principle and using roles for applications that run on Amazon EC2 instances. B is incorrect because granting broad permissions so that all company employees can access the resources they need is not a good practice, as it increases the risk of unauthorized or accidental actions on the AWS resources. AWS recommends granting only the permissions that are required to perform a task and using groups to assign permissions to IAM users. D is incorrect because avoiding rotating credentials to prevent issues in production applications is not a good practice, as it increases the risk of credential leakage or compromise. AWS recommends rotating credentials regularly and using temporary security credentials from AWS STS when possible.

A company wants to run its production workloads on AWS. The company needs concierge service, a designated AWS technical account manager (TAM), and technical support that is available 24 hours a day, 7 days a week.

Which AWS Support plan will meet these requirements?

A.
AWS Basic Support
A.
AWS Basic Support
Answers
B.
AWS Enterprise Support
B.
AWS Enterprise Support
Answers
C.
AWS Business Support
C.
AWS Business Support
Answers
D.
AWS Developer Support
D.
AWS Developer Support
Answers
Suggested answer: B

Explanation:

B is correct because AWS Enterprise Support is the AWS Support plan that provides concierge service, a designated AWS technical account manager (TAM), and technical support that is available 24 hours a day, 7 days a week. This plan is designed for customers who run mission-critical workloads on AWS and need the highest level of support. A is incorrect because AWS Basic Support is the AWS Support plan that provides customer service and support for billing and account issues, service limit increases, and technical support for a limited set of AWS services. It does not provide concierge service, a designated TAM, or 24/7 technical support. C is incorrect because AWS Business Support is the AWS Support plan that provides customer service and support for billing and account issues, service limit increases, and technical support for all AWS services, as well as access to AWS Trusted Advisor and AWS Support API. It does not provide concierge service or a designated TAM. D is incorrect because AWS Developer Support is the AWS Support plan that provides customer service and support for billing and account issues, service limit increases, and technical support for all AWS services, as well as access to AWS Trusted Advisor. It does not provide concierge service, a designated TAM, or 24/7 technical support.

Which AWS service or feature can be used to control inbound and outbound traffic on an Amazon EC2 instance?

A.
Internet gateways
A.
Internet gateways
Answers
B.
AWS Identity and Access Management (1AM)
B.
AWS Identity and Access Management (1AM)
Answers
C.
Network ACLs
C.
Network ACLs
Answers
D.
Security groups
D.
Security groups
Answers
Suggested answer: D

Explanation:

D is correct because security groups are the AWS service or feature that can be used to control inbound and outbound traffic on an Amazon EC2 instance. Security groups act as a virtual firewall for the EC2 instance, allowing users to specify which protocols, ports, and source or destination IP addresses are allowed or denied. A is incorrect because internet gateways are the AWS service or feature that enable communication between instances in a VPC and the internet. They do not control the traffic on an EC2 instance. B is incorrect because AWS Identity and Access Management (IAM) is the AWS service or feature that enables users to manage access to AWS services and resources securely. It does not control the traffic on an EC2 instance. C is incorrect because network ACLs are the AWS service or feature that provide an optional layer of security for the VPC that acts as a firewall for controlling traffic in and out of one or more subnets. They do not control the traffic on an EC2 instance.

A user is moving a workload from a local data center to an architecture that is distributed between the local data center and the AWS Cloud.

Which type of migration is this?

A.
On-premises to cloud native
A.
On-premises to cloud native
Answers
B.
Hybrid to cloud native
B.
Hybrid to cloud native
Answers
C.
On-premises to hybrid
C.
On-premises to hybrid
Answers
D.
Cloud native to hybrid
D.
Cloud native to hybrid
Answers
Suggested answer: C

Explanation:

C is correct because moving a workload from a local data center to an architecture that is distributed between the local data center and the AWS Cloud is an example of an on-premises to hybrid migration. A hybrid cloud is a cloud computing environment that uses a mix of on-premises, private cloud, and public cloud services with orchestration between the platforms. A is incorrect because onpremises to cloud native migration is the process of moving a workload from a local data center to an architecture that is fully hosted and managed on the AWS Cloud. B is incorrect because hybrid to cloud native migration is the process of moving a workload from an architecture that is distributed between the local data center and the AWS Cloud to an architecture that is fully hosted and managed on the AWS Cloud. D is incorrect because cloud native to hybrid migration is the process of moving a workload from an architecture that is fully hosted and managed on the AWS Cloud to an architecture that is distributed between the local data center and the AWS Cloud.

Total 789 questions
Go to page: of 79