ExamGecko
Home Home / Amazon / CLF-C02

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

Question list
Search
Search

List of questions

Search

Related questions











A company needs a fully managed file server that natively supports Microsoft workloads and file systems The file server must also support the SMB protocol.

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

A.
Amazon Elastic File System (Amazon EFS)
A.
Amazon Elastic File System (Amazon EFS)
Answers
B.
Amazon FSx for Lustre
B.
Amazon FSx for Lustre
Answers
C.
Amazon FSx for Windows File Server
C.
Amazon FSx for Windows File Server
Answers
D.
Amazon Elastic Block Store (Amazon EBS)
D.
Amazon Elastic Block Store (Amazon EBS)
Answers
Suggested answer: C

Explanation:

Amazon FSx for Windows File Server is a fully managed file server that supports Microsoft workloads and file systems, including the SMB protocol. It provides features such as user quotas, end-user file restore, and Microsoft Active Directory integration. Amazon EFS is a fully managed file system that supports the NFS protocol, not SMB. Amazon FSx for Lustre is a fully managed file system that supports high-performance computing workloads, not Microsoft workloads. Amazon EBS is a block storage service that does not provide a file system or SMB support.Reference:Amazon FSx for Windows File Server,Amazon FSx for Lustre,Amazon EFS,Amazon EBS

A company needs to block SQL injection attacks.

Which AWS service or feature can meet this requirement?

A.
AWS WAF
A.
AWS WAF
Answers
B.
AWS Shield
B.
AWS Shield
Answers
C.
Network ACLs
C.
Network ACLs
Answers
D.
Security groups
D.
Security groups
Answers
Suggested answer: A

Explanation:

AWS WAF is a web application firewall that helps protect web applications from common web exploits, such as SQL injection attacks. It allows customers to create custom rules that block malicious requests. AWS Shield is a managed service that protects against distributed denial of service (DDoS) attacks, not SQL injection attacks. Network ACLs and security groups are network-level security features that filter traffic based on IP addresses and ports, not web requests or SQL queries.Reference: [AWS WAF], [AWS Shield], [Network ACLs], [Security groups]

A company has a physical tape library to store data backups. The tape library is running out of space. The company needs to extend the tape library's capacity to the AWS Cloud.

Which AWS service should the company use to meet this requirement?

A.
Amazon Elastic File System (Amazon EFS)
A.
Amazon Elastic File System (Amazon EFS)
Answers
B.
Amazon Elastic Block Store (Amazon EBS)
B.
Amazon Elastic Block Store (Amazon EBS)
Answers
C.
Amazon S3
C.
Amazon S3
Answers
D.
AWS Storage Gateway
D.
AWS Storage Gateway
Answers
Suggested answer: D

Explanation:

AWS Storage Gateway is a hybrid cloud storage service that provides on-premises access to virtually unlimited cloud storage. You can use AWS Storage Gateway to simplify storage management and reduce costs for key hybrid cloud storage use cases. One of these use cases is tape-based backup, which allows you to store data backups on virtual tapes in the AWS Cloud. You can use the Tape Gateway feature of AWS Storage Gateway to extend your existing physical tape library to the AWS Cloud.Tape Gateway provides a virtual tape infrastructure that scales seamlessly with your backup needs and eliminates the operational burden of provisioning, scaling, and maintaining a physical tape infrastructure123.Reference:1:Cloud Storage Appliances, Hybrid Device - AWS Storage Gateway - AWS,2:AWS Storage Gateway Documentation,3:AWS Storage Gateway Features | Amazon Web Services

A user needs a relational database but does not have the resources to manage the hardware, resiliency, and replication.

Which AWS service option meets the user's requirements'?

A.
Run MySQL on Amazon Elastic Container Service (Amazon ECS)
A.
Run MySQL on Amazon Elastic Container Service (Amazon ECS)
Answers
B.
Run MySQL on Amazon EC2
B.
Run MySQL on Amazon EC2
Answers
C.
Choose Amazon RDS for MySQL
C.
Choose Amazon RDS for MySQL
Answers
D.
Choose Amazon ElastiCache for Redis
D.
Choose Amazon ElastiCache for Redis
Answers
Suggested answer: C

Explanation:

Amazon RDS for MySQL is a fully managed, open-source cloud database service that allows you to easily operate and scale your relational database of choice, including MySQL. With Amazon RDS for MySQL, you don't have to worry about the hardware, resiliency, and replication of your database, as Amazon RDS handles these tasks for you. Amazon RDS for MySQL also provides features such as automated backups, multi-AZ deployments, read replicas, encryption, monitoring, and more.Amazon RDS for MySQL is compatible with the MySQL Community Edition versions 5.7 and 8.0, which means that you can use the same code, applications, and tools that you already use with MySQL4567.Reference:4:Hosted MySQL - Amazon RDS for MySQL - AWS,5:Amazon RDS for MySQL - Amazon Relational Database Service,6:Amazon RDS for MySQL --- ,7:Managed SQL Database - Amazon Relational Database Service (RDS) - AWS

Which Amazon EC2 instance pricing model can provide discounts of up to 90%?

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

Explanation:

Spot Instances are Amazon EC2 instances that are available at a discounted price compared to On-Demand pricing. Spot Instances use spare EC2 capacity that is not being used by other customers, and the price fluctuates based on supply and demand. Customers can request Spot Instances for their applications and specify the maximum price they are willing to pay per hour. If the Spot price is lower than the customer's bid, the Spot Instance is launched and the customer pays the current Spot price. However, if the Spot price rises above the customer's bid, the Spot Instance is terminated by AWS and the customer is charged for the partial hour of usage. Therefore, Spot Instances can provide discounts of up to 90% or more, but they are not suitable for applications that require continuous or predictable availability.Spot Instances are recommended for applications that are flexible, fault-tolerant, or have low priority, such as batch processing, data analysis, or testing and development.

A company must be able to develop, test, and launch an application in the AWS Cloud quickly.

Which advantage of cloud computing will meet these requirements?

A.
Stop guessing capacity
A.
Stop guessing capacity
Answers
B.
Trade fixed expense for variable expense
B.
Trade fixed expense for variable expense
Answers
C.
Achieve economies of scale
C.
Achieve economies of scale
Answers
D.
Increase speed and agility
D.
Increase speed and agility
Answers
Suggested answer: D

Explanation:

One of the benefits of cloud computing is that it enables customers to increase speed and agility in developing, testing, and launching applications. Cloud computing provides on-demand access to a variety of IT resources, such as compute, storage, networking, databases, and analytics, without requiring upfront investments or long-term commitments. Customers can provision and release resources in minutes, scale up and down as needed, and experiment with new technologies and features.This allows customers to accelerate their innovation cycles, deliver faster time-to-market, and respond to changing customer needs and demands

A company has teams that have different job roles and responsibilities. The company's employees often change teams. The company needs to manage permissions for the employees so that the permissions are appropriate for the job responsibilities.

Which IAM resource should the company use to meet this requirement with the LEAST operational overhead?

A.
IAM user groups
A.
IAM user groups
Answers
B.
IAM roles
B.
IAM roles
Answers
C.
IAM instance profiles
C.
IAM instance profiles
Answers
D.
IAM policies for individual users
D.
IAM policies for individual users
Answers
Suggested answer: B

Explanation:

IAM roles are a way of granting temporary permissions to entities that need to access AWS resources, such as users, applications, or services. IAM roles allow customers to assign permissions to entities without having to create or manage IAM users or credentials for them. IAM roles can be assumed by different entities depending on the trust policy attached to the role. For example, IAM roles can be assumed by IAM users in the same or different AWS accounts, AWS services such as EC2 or Lambda, or external identities such as federated users or web identities. IAM roles can also be switched by IAM users to temporarily change their permissions. IAM roles are recommended for managing permissions for employees who often change teams, because they allow customers to define permissions based on job roles and responsibilities, and easily assign or revoke them as needed. IAM roles also reduce the operational overhead of creating, updating, or deleting IAM users or credentials for each employee or team change.

A company is storing sensitive customer data in an Amazon S3 bucket. The company wants to protect the data from accidental deletion or overwriting.

Which S3 feature should the company use to meet these requirements?

A.
S3 Lifecycle rules
A.
S3 Lifecycle rules
Answers
B.
S3 Versioning
B.
S3 Versioning
Answers
C.
S3 bucket policies
C.
S3 bucket policies
Answers
D.
S3 server-side encryption
D.
S3 server-side encryption
Answers
Suggested answer: B

Explanation:

S3 Versioning is a feature that allows you to keep multiple versions of an object in the same bucket. You can use S3 Versioning to protect your data from accidental deletion or overwriting by enabling it on a bucket or a specific object. S3 Versioning also allows you to restore previous versions of an object if needed. S3 Lifecycle rules are used to automate the transition of objects between storage classes or to expire objects after a certain period of time. S3 bucket policies are used to control access to the objects in a bucket. S3 server-side encryption is used to encrypt the data at rest in S3.Reference:S3 Versioning,S3 Lifecycle rules,S3 bucket policies,S3 server-side encryption

A company plans to migrate to the AWS Cloud. The company is gathering information about its on-premises infrastructure and requires information such as the hostname, IP address, and MAC address.

Which AWS service will meet these requirements?

A.
AWS DataSync
A.
AWS DataSync
Answers
B.
AWS Application Migration Service
B.
AWS Application Migration Service
Answers
C.
AWS Application Discovery Service
C.
AWS Application Discovery Service
Answers
D.
AWS Database Migration Service (AWS DMS)
D.
AWS Database Migration Service (AWS DMS)
Answers
Suggested answer: C

Explanation:

AWS Application Discovery Service is a service that helps you plan your migration to the AWS Cloud by collecting usage and configuration data about your on-premises servers and databases. This data includes information such as the hostname, IP address, and MAC address of each server, as well as the performance metrics, network connections, and processes running on them. You can use AWS Application Discovery Service to discover your on-premises inventory, map the dependencies between servers and applications, and estimate the cost and effort of migrating to AWS. You can also export the data to other AWS services, such as AWS Migration Hub and AWS Database Migration Service, to support your migration tasks. AWS Application Discovery Service offers two ways of performing discovery: agentless discovery and agent-based discovery. Agentless discovery uses a virtual appliance that you deploy on your VMware vCenter to collect data from your virtual machines and hosts. Agent-based discovery uses an agent that you install on each of your physical or virtual servers to collect data. You can choose the method that best suits your environment and needs. AWS DataSync is a service that helps you transfer data between your on-premises storage and AWS storage services, such as Amazon S3, Amazon EFS, and Amazon FSx for Windows File Server. AWS DataSync does not collect information about your on-premises infrastructure, but rather focuses on optimizing the data transfer speed, security, and reliability. AWS Application Migration Service is a service that helps you migrate your applications from your on-premises or cloud environment to AWS without making any changes to the applications, their architecture, or the migrated servers. AWS Application Migration Service does not collect information about your on-premises infrastructure, but rather uses a lightweight agent to replicate your servers as Amazon Machine Images (AMIs) and launch them as EC2 instances on AWS. AWS Database Migration Service is a service that helps you migrate your databases from your on-premises or cloud environment to AWS, either as a one-time migration or as a continuous replication. AWS Database Migration Service does not collect information about your on-premises infrastructure, but rather uses a source and a target endpoint to connect to your databases and transfer the data.Reference:AWS Application Discovery Service,AWS DataSync,AWS Application Migration Service, [AWS Database Migration Service]

Which of the following is a software development framework that a company can use to define cloud resources as code and provision the resources through AWS CloudFormation?

A.
AWS CLI
A.
AWS CLI
Answers
B.
AWS Developer Center
B.
AWS Developer Center
Answers
C.
AWS Cloud Development Kit (AWS CDK)
C.
AWS Cloud Development Kit (AWS CDK)
Answers
D.
AWS CodeStar
D.
AWS CodeStar
Answers
Suggested answer: C

Explanation:

AWS Cloud Development Kit (AWS CDK) is a software development framework that allows you to define cloud resources as code using familiar programming languages, such as TypeScript, Python, Java, .NET, and Go (in Developer Preview). You can use AWS CDK to model your application resources using high-level constructs that provide sensible defaults and best practices, or use low-level constructs that provide full access to the underlying AWS CloudFormation resources. AWS CDK synthesizes your code into AWS CloudFormation templates that you can deploy using the AWS CDK CLI or the AWS Management Console. AWS CDK also integrates with other AWS services, such as AWS CodeCommit, AWS CodeBuild, AWS CodePipeline, AWS Lambda, Amazon EC2, Amazon S3, and more, to help you automate your development and deployment processes. AWS CDK is an open-source framework that you can extend and contribute to.Reference:Cloud Development Framework - AWS Cloud Development Kit - AWS,AWS Cloud Development Kit Documentation,AWS Cloud Development Kit - Wikipedia,AWS CDK Intro Workshop | AWS CDK Workshop

Total 789 questions
Go to page: of 79