option
Questions
ayuda
daypo
search.php

CLF-C02 AWS Cloud practicioner

COMMENTS STATISTICS RECORDS
TAKE THE TEST
Title of test:
CLF-C02 AWS Cloud practicioner

Description:
CLF-C02 AWS Cloud practicioner

Creation Date: 2025/03/20

Category: Others

Number of questions: 36

Rating:(0)
Share the Test:
Nuevo ComentarioNuevo Comentario
New Comment
NO RECORDS
Content:

Which AWS fully managed database or data warehouse offering is appropriate for analytical workloads and supports standard SQL queries as well as integration with existing BI tools?. Amazon RDS. Amazon DynamoDB. Amazon Redshift. Amazon Aurora.

Can you identify two design principles that are associated with the "Operational Excellence" pillar of the Well-Architected framework?. Perform operations as code. Implement a strong identity foundation. Enable traceability. Anticipate Failure. Manage change in automation.

How would you go about creating a backup of an EBS Volume?. Store the EBS volume in DynamoDB. Store the EBS volume in S3. Store the EBS volume in an RDS database. Create an EBS snapshot.

What service can the Developer Team use to create a personalized portfolio for rapid deployment of a multi-tier web application?. AWS CloudFormation. AWS Config. AWS Code Deploy. AWS Service Catalog.

What distinguishes vertical scaling, or "scaling up", from horizontal scaling, also known as "scaling out", in the context of designing a highly available architecture?. Autoscaling groups require scaling up whilst launch configurations use scaling out. Scaling up provides for high availability whilst scaling out brings fault-tolerance. Scaling out is not cost-effective compared to scaling up. Scaling up adds more resources to an instance, scaling out adds more instances.

What are some benefits of hosting infrastructure on the AWS Cloud?. Security is handled by AWS. Complete control over the physical infrastructure. Pay-as-you-go model. No Upfront costs.

Could you identify two best practices for designing systems based on cloud technology?. Use as many services as possible. Build Tightly-coupled components. Build loosely-coupled components. Assume everything will fail.

Which design pillar should a client who has transitioned to AWS Cloud concentrate on to ensure that their systems consistently deliver business value and enhance supporting processes and procedures?. Operational Excellence. Reliability. Scalability. Automation.

Which Amazon S3 storage class would you recommend for data exhibiting an unknown or changing access pattern?. Amazon S3 Standard-Infrequent Access. Amazon S3 Intelligent-Tiering. Amazon S3 Standard. Amazon S3 Glacier.

Which AWS Service offers a unified platform for compiling, prioritizing, and handling security alerts and compliance findings throughout an organization's AWS environment?. AWS WAF. AWS Shield. Amazon GuardDuty. AWS Security Hub.

Once your company has fully transitioned to the AWS Cloud and wants to ensure the correct security settings are implemented, which two of the following tools would be beneficial?. AWS Kinesis. AWS Inspector. AWS Trusted Advisor. AWS Support.

Out of the options provided, which two can be utilized to safeguard against DDoS attacks? Please select two answers from the options below. AWS Shield Advanced. AWS EC2. AWS RDS. AWS Shield.

For a Developer Team that's creating a new mobile app using AWS resources, which will be accessed by thousands of users, which service from the options provided would be the most suitable for creating a directory to manage sign-ins for these users?. AWS IAM. Amazon Cognito User Pools. Amazon Cognito Identity Pools. AWS IAM Identity Center.

From the options provided below, which two are responsibilities of AWS in the shared responsibility model for Security and Compliance between AWS and customer?. Patch management within the AWS infrastructure. Perform all the necessary security configuration and management tasks for Amazon Elastic Compute Cloud (Amazon EC2). Patch management of the guest OS and applications. Security of the data in the AWS cloud. Security of the AWS cloud.

When utilizing IAM within AWS, they suggest a variety of best practices for managing Users and their permissions. Which of these IAM practices would be the most advisable to choose?. For cross account access it is best to share the Access Keys when one Account needs to access services of another Account. An IAM user should be given default access to all services for being able to develop & deliver applications quickly. Users should be provided both Passwords & Access keys within the AWS environment. Within AWS, services should use roles for accessing other services.

From the options provided, which three security requirements are handled by AWS? Please select three answers from the options below. Hardware patching. Password Policies. User permissions. Physical security. Disk disposal.

You're experiencing difficulties while setting up an AWS service and require step-by-step assistance to resolve the issue. Where can you locate comprehensive articles, solutions, and best practices offered by AWS specialists to aid you in troubleshooting the problem?. AWS Knowledge Center. AWS Trusted Advisor. AWS Lambda. Amazon Detective.

Within a sophisticated AWS setup encompassing various AWS accounts and resources, an organization requires a centralized tool to oversee and implement uniform firewall rules and policies. This is crucial in maintaining a consistent security stance and compliance throughout the infrastructure. What AWS service offers the functionality to accomplish this?. AWS Firewall Manager. Amazon GuardDuty. Amazon Inspector. AWS Web Application Firewall.

Identify two statements that correctly describe a function of AWS Secrets Manager. Facilitates the embedding of authentication information in code during runtime. Encrypts authentication information in code, ensuring that it is unreadable, that is, not in plain-text. Replaces the need to hardcode authentication credentials in code. Makes it possible to include an API call in code that retrieves authentication information from a central repository. Automatically rotates and updates the code in the application build, ensuring that repositories are kept up to date.

What is the standard number of Network ACLs that Amazon VPC supports across multiple AZs?. 20 Network ACLs per AZ. 20 Network ACLs per VPC. 200 Network ACLs per AZ. 200 Network ACLs per VPC.

For a popular e-commerce website that currently relies on call center agents for resolving queries related to its products and services, how can the website quickly develop virtual contact center agents to facilitate self-service capabilities for its users?. Using Amazon Kendra. Using Amazon Polly. Using Amazon Lex. Using Amazon Personalize.

If I need varying access levels for my application installed on an EC2 instance and have set up an ENI for this purpose, which statement would not be correct?. I can attach an Elastic IP to an EC2 instance in another subnet by releasing it from the ENI in the current subnet to which it is currently attached to. I can detach the primary ENI of my EC2 instance and connect it to another instance for moving its Elastic IP. I can configure a Security Group for my ENI and restrict traffic to the EC2 instance. I can detach a secondary ENI containing a Private IP from one EC2 instance and attach it to another.

If your organization needs to provide a virtual desktop experience for employees in a remote work scenario, allowing them to securely access their desktop environments from anywhere, which AWS service from the options provided would be the most suitable to fulfill this requirement?. AWS Device Farm. Amazon WorkSpaces. Amazon WorkSpaces Web. Amazon AppStream 2.0.

From the options provided below, which service is a region-based service offered by AWS?. Amazon CloudFront. AWS IAM. Amazon EFS. Amazon Route 53.

The EC2 User Data feature allows for the execution of bootstrapping tasks upon instance creation. Which of the statements below is not accurate regarding User Data?. User Data script can be modified using both the AWS console & the AWS CLI. User data for an instance can be modified, if the instance is in the stopped state and the root volume is an EBS volume. User data for an instance can be modified if it is in the running state and the root volume is an EBS volume. No need to use 'sudo' in the User Data script to run as the root user.

The e-commerce web application being developed on an EC2 instance is currently facing performance issues during browsing and searching activities when multiple heavy load use-cases are being executed simultaneously. The application monitoring tools have identified a bottleneck in the web tier. In order to address this issue, a decision has been made to refactor the application code by separating the web tier components from the resource-intensive tasks related to processing orders. Which AWS service would be suitable to facilitate this modification?. Amazon Kinesis Streams. AWS Auto Scaling. AWS Elastic Load Balancing. Amazon SQS.

If you're looking to create a stream processing solution that can process and query real-time streaming data using a SQL-based solution, and you're seeking the simplest approach that AWS offers, which AWS service from the options provided would be the most suitable for this purpose?. Amazon Kinesis Data Firehose. Amazon Kinesis Data Streams. Amazon Kinesis Data Analytics. Amazon Kinesis Client Library.

Which AWS service would be the most suitable choice for streamlining the development and implementation of real-time collaboration features and seamless integration with AWS services for the backend in your web application?. AWS Device Farm. AWS AppSync. AWS Amplify. Amazon RDS.

What features are included in Amazon Connect?. Reputation Dashboard. Push Notification. High Quality Audio. Mailbox Simulator.

From the options provided below, which support plans offer environmental monitoring by a designated Technical Account Manager (TAM)?. Enterprise. Developer. Business. Enterprise On-Ramp.

For a company that's deploying a three-tier, highly available web application on AWS, which service would offer durable storage for the static content of the web tier?. Amazon RDS instance. Amazon EBS volume. Amazon S3. Amazon EC2 instance store.

Which of the following assertions about AWS's billing, cost optimization, and cost management practices is correct?. When considering migrating to the cloud, the AWS Total Cost of Ownership (TCO) calculator is guaranteed to save up to 80% of the cost of running on-premise infrastructure. In AWS Budgets, utilizing Cost and Usage budgets will optimize and reduce the overall spend by 79%. When using Savings Plans, 72% savings can be made on Amazon EC2, AWS Fargate, and AWS Lambda usage. The AWS Pricing Calculator will workout a revised bill that can reduce the overall spend by 60% if you commit to a long-term usage plan.

Which two factors contribute to the cost of using AWS S3 storage when storing a large amount of data such as images and documents?. While uploading data to an S3 bucket. Lifecycle transition requests. Outbound data transfer from S3 in US-West to an EC2 instance in US-West. Outbound data transfer from S3 in US-East to an EC2 instance in US-West. Outbound data transfer to Amazon CloudFront.

What is a consideration when determining the Total Cost of Ownership (TCO) for the AWS Cloud?. The number of keys migrated to AWS. The number of servers migrated to AWS. The number of users migrated to AWS. The number of passwords migrated to AWS.

What feature in AWS billing can be utilized to minimize expenses when operating multiple accounts under AWS Organizations?. Combined billing. It is not possible to reduce costs with multiple accounts. Costs are automatically reduced for multiple accounts by AWS. Consolidated billing - Volume Discounts.

If an organization has initiated a new project to create memes based on user comments and uploaded images, and this project is in its pilot phase with an emphasis on cost efficiency over uptime and processing time, which EC2 Instance would be the best choice?. Spot Instance. On-Demand Instance. Dedicated Instances. Scheduled Reserved Instances.

Report abuse
Chistes IA