ExamGecko
Home / Amazon / CLF-C02 / List of questions
Ask Question

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

List of questions

Question 141

Report
Export
Collapse

A company needs to test a new application that was written in Python. The code will activate when new images are stored in an Amazon S3 bucket. The application will put a watermark on each image and then will store the images in a different S3 bucket.

Which AWS service should the company use to conduct the test with the LEAST amount of operational overhead?

Amazon EC2
Amazon EC2
AWS CodeDeploy
AWS CodeDeploy
AWS Lambda
AWS Lambda
Amazon Lightsail
Amazon Lightsail
Suggested answer: C

Explanation:

AWS Lambda is a compute service that lets you run code without provisioning or managing servers.

AWS Lambda executes your code only when needed and scales automatically, from a few requests per day to thousands per second. You pay only for the compute time you consume - there is no charge when your code is not running. With AWS Lambda, you can run code for virtually any type of application or backend service - all with zero administration. AWS Lambda runs your code on a highavailability compute infrastructure and performs all of the administration of the compute resources, including server and operating system maintenance, capacity provisioning and automatic scaling, code monitoring and logging

asked 16/09/2024
Georgescu Andrei
39 questions

Question 142

Report
Export
Collapse

Which of the following are customer responsibilities under the AWS shared responsibility model?

(Select TWO.)

Physical security of AWS facilities
Physical security of AWS facilities
Configuration of security groups
Configuration of security groups
Encryption of customer data on AWS
Encryption of customer data on AWS
Management of AWS Lambda infrastructure
Management of AWS Lambda infrastructure
Management of network throughput of each AWS Region
Management of network throughput of each AWS Region
Suggested answer: B, C

Explanation:

The AWS shared responsibility model describes how AWS and the customer share responsibility for security and compliance of the AWS environment. AWS is responsible for the security of the cloud, which includes the physical security of AWS facilities, the infrastructure, hardware, software, and networking that run AWS services. The customer is responsible for security in the cloud, which includes the configuration of security groups, the encryption of customer data on AWS, the management of AWS Lambda infrastructure, and the management of network throughput of each AWS Region.

asked 16/09/2024
patricia rosales
34 questions

Question 143

Report
Export
Collapse

Which AWS service or tool can be used to consolidate payments for a company with multiple AWS accounts?

AWS Cost and Usage Report
AWS Cost and Usage Report
AWS Organizations
AWS Organizations
Cost Explorer
Cost Explorer
AWS Budgets
AWS Budgets
Suggested answer: B

Explanation:

AWS Organizations is an account management service that enables you to consolidate multiple AWS accounts into an organization that you create and centrally manage. AWS Organizations includes consolidated billing and account management capabilities that enable you to better meet the budgetary, security, and compliance needs of your business1.

asked 16/09/2024
Georgios Kavvalakis
31 questions

Question 144

Report
Export
Collapse

How can an AWS user conduct security assessments of Amazon EC2 instances, NAT gateways, and Elastic Load Balancers in a way that is approved by AWS?

Flood a target with requests.
Flood a target with requests.
Use Amazon Inspector.
Use Amazon Inspector.
Perform penetration testing.
Perform penetration testing.
Use the AWS Service Health Dashboard.
Use the AWS Service Health Dashboard.
Suggested answer: B

Explanation:

Amazon Inspector is an automated security assessment service that helps improve the security and compliance of applications deployed on AWS. Amazon Inspector automatically assesses applications for exposure, vulnerabilities, and deviations from best practices. After performing an assessment, Amazon Inspector produces a detailed list of security findings prioritized by level of severity2.

asked 16/09/2024
Hermann Saint-Fleur
39 questions

Question 145

Report
Export
Collapse

Which AWS service will help protect applications running on AWS from DDoS attacks?

Amazon GuardDuty
Amazon GuardDuty
AWS WAF
AWS WAF
AWS Shield
AWS Shield
Amazon Inspector
Amazon Inspector
Suggested answer: C

Explanation:

AWS Shield is a managed Distributed Denial of Service (DDoS) protection service that safeguards applications running on AWS. AWS Shield provides always-on detection and automatic inline mitigations that minimize application downtime and latency, so there is no need to engage AWS Support to benefit from DDoS protection3.

asked 16/09/2024
chalapathy naidu
39 questions

Question 146

Report
Export
Collapse

A cloud engineer wants to know the percentage of the allocated compute units that are in use for a specific Amazon EC2 instance.

Which AWS service can provide this information?

AWS CloudTrail
AWS CloudTrail
AWS Config
AWS Config
Amazon CloudWatch
Amazon CloudWatch
AWS Artifact
AWS Artifact
Suggested answer: C

Explanation:

Amazon CloudWatch is a monitoring and observability service built for DevOps engineers, developers, site reliability engineers (SREs), and IT managers. CloudWatch provides you with data and actionable insights to monitor your applications, respond to system-wide performance changes, optimize resource utilization, and get a unified view of operational health. CloudWatch collects monitoring and operational data in the form of logs, metrics, and events, providing you with a unified view of AWS resources, applications, and services that run on AWS and on-premises servers

asked 16/09/2024
carlos baptista
34 questions

Question 147

Report
Export
Collapse

Which activity is a customer responsibility in the AWS Cloud according to the AWS shared responsibility model?

Ensuring network connectivity from AWS to the internet
Ensuring network connectivity from AWS to the internet
Patching and fixing flaws within the AWS Cloud infrastructure
Patching and fixing flaws within the AWS Cloud infrastructure
Ensuring the physical security of cloud data centers
Ensuring the physical security of cloud data centers
Ensuring Amazon EBS volumes are backed up
Ensuring Amazon EBS volumes are backed up
Suggested answer: D

Explanation:

The AWS shared responsibility model describes how AWS and the customer share responsibility for security and compliance of the AWS environment. AWS is responsible for the security of the cloud, which includes the physical security of AWS facilities, the infrastructure, hardware, software, and networking that run AWS services. The customer is responsible for security in the cloud, which includes the configuration of security groups, the encryption of customer data on AWS, the management of AWS Lambda infrastructure, and the management of network throughput of each AWS Region. One of the customer responsibilities is to ensure that Amazon EBS volumes are backed up.

asked 16/09/2024
Duane Joyce
33 questions

Question 148

Report
Export
Collapse

Which AWS service meets this requirement?

AWS CloudFormation
AWS CloudFormation
AWS Elastic Beanstalk
AWS Elastic Beanstalk
AWS Cloud9
AWS Cloud9
AWS CloudShell
AWS CloudShell
Suggested answer: A

Explanation:

AWS CloudFormation is a service that gives developers and businesses an easy way to create a collection of related AWS and third-party resources, and provision and manage them in an orderly and predictable fashion. You can use AWS CloudFormation's sample templates or create your own templates to describe the AWS and third-party resources, and any associated dependencies or runtime parameters, required to run your application.

asked 16/09/2024
Shane Behrendt
35 questions

Question 149

Report
Export
Collapse

A company wants to use the AWS Cloud as an offsite backup location for its on-premises infrastructure.

Which AWS service will meet this requirement MOST cost-effectively?

Amazon S3
Amazon S3
Amazon Elastic File System (Amazon EFS)
Amazon Elastic File System (Amazon EFS)
Amazon FSx
Amazon FSx
Amazon Elastic Block Store (Amazon EBS)
Amazon Elastic Block Store (Amazon EBS)
Suggested answer: A

Explanation:

Amazon S3 is the most cost-effective service for storing offsite backups of on-premises infrastructure.

Amazon S3 offers low-cost, durable, and scalable storage that can be accessed from anywhere over the internet. Amazon S3 also supports lifecycle policies, versioning, encryption, and cross-region replication to optimize the backup and recovery process. Amazon EFS, Amazon FSx, and Amazon EBS are more suitable for storing data that requires high performance, low latency, and frequent access12

asked 16/09/2024
Dubravko Jerkovic
33 questions

Question 150

Report
Export
Collapse

A company is building a serverless architecture that connects application data from multiple data sources. The company needs a solution that does not require additional code.

Which AWS service meets these requirements?

AWS Lambda
AWS Lambda
Amazon Simple Queue Service (Amazon SQS)
Amazon Simple Queue Service (Amazon SQS)
Amazon CloudWatch
Amazon CloudWatch
Amazon EventBridge
Amazon EventBridge
Suggested answer: D

Explanation:

Amazon EventBridge is the service that meets the requirements of building a serverless architecture that connects application data from multiple data sources without requiring additional code. Amazon EventBridge is a serverless event bus service that allows you to easily connect your applications with data from AWS services, SaaS applications, and your own applications. You can use Amazon EventBridge to create rules that match events and route them to targets such as AWS Lambda functions, Amazon SNS topics, Amazon SQS queues, or other AWS services. Amazon EventBridge handles the event ingestion, delivery, security, authorization, and error handling for you34

asked 16/09/2024
Omar Solomon
33 questions
Total 798 questions
Go to page: of 80
Search

Related questions