Simulado AWS Certified Cloud Practitioner (CLF-C02) | Questões Atualizadas

Prepare-se para a certificação AWS Certified Cloud Practitioner (CLF-C02) com simulados completos, questões atualizadas, respostas comentadas e uma experiência semelhante ao exame oficial da AWS.

15 questões abertas
881 na preparação
01:00 duração
70% para passar
Pagamento seguro Acesso imediato PC, tablet e celular Foco em certificações de TI

Questões 1–10 de 15 (com resposta)

Clique em "Ver resposta" para revelar o gabarito e a explicação, e participe da discussão da comunidade em cada questão. Quer praticar como na prova? Use o teste gratuito (15 questões após cadastro rápido).

Questão 1 Simulado AWS Certified Cloud Practitioner (CLF-C02) | Questões Atualizadas

Gratuita
Which database engine is compatible with Amazon RDS?
  • A Apache Cassandra
  • B MongoDB
  • C Neo4j
  • D PostgreSQL Correta
Resposta correta: D

Explicação

Explanation: Amazon RDS supports six database engines: Amazon Aurora, MySQL, MariaDB, PostgreSQL, Oracle, and SQL Server. Apache Cassandra, MongoDB, and Neo4j are not compatible with Amazon RDS. Therefore, the correct answer is D. You can learn more about Amazon RDS and its supported database engines

Questão 2 Simulado AWS Certified Cloud Practitioner (CLF-C02) | Questões Atualizadas

Gratuita
Which AWS network services or features allow Cl DR block notation when providing an IP address range? (Select TWO.)
  • A Security groups Correta
  • B Amazon Machine Image (AMI)
  • C Network access control list (network ACL) Correta
  • D AWS Budgets
  • E Amazon Elastic Block Store (Amazon EBS)
Resposta correta: A, C

Explicação

Explanation: Security groups and network access control lists (network ACLs) are two AWS network services or features that allow CIDR block notation when providing an IP address range. Security groups act as a firewall for associated Amazon EC2 instances, controlling both inbound and outbound traffic at the instance level. Network ACLs act as a firewall for associated subnets, controlling both inbound and outbound traffic at the subnet level. Both security groups and network ACLs use CIDR block notation to specify the IP address ranges that are allowed or denied

Questão 3 Simulado AWS Certified Cloud Practitioner (CLF-C02) | Questões Atualizadas

Gratuita
Which option is a perspective that includes foundational capabilities of the AWS Cloud Adoption Framework (AWS CAF)?
  • A Sustainability
  • B Operations Correta
  • C Performance efficiency
  • D Reliability
Resposta correta: B

Explicação

Explanation: Operations is an option that is a perspective that includes foundational capabilities of the AWS Cloud Adoption Framework (AWS CAF). Operations is one of the six perspectives of the AWS CAF, along with business, people, governance, platform, and security. Operations focuses on the processes and procedures to support the ongoing management and maintenance of the cloud-based IT assets. It covers topics such as monitoring, backup and recovery, change management, incident management, and automation5. Sustainability is not a perspective of the AWS CAF, but a concept that refers to the ability of a system to operate in an environmentally friendly and socially responsible manner. Performance efficiency is not a perspective of the AWS CAF, but a pillar of the AWS Well-Architected Framework. It focuses on using the right resources and services for the workload, monitoring performance, and continuously improving the efficiency of the solution. Reliability is not a perspective of the AWS CAF, but a pillar of the AWS Well-Architected Framework. It focuses on the ability of a system to recover from infrastructure or service disruptions, dynamically acquire computing resources to meet demand, and mitigate disruptions such as misconfigurations or transient network issues.

Questão 4 Simulado AWS Certified Cloud Practitioner (CLF-C02) | Questões Atualizadas

Gratuita
A company needs to set up user authentication for a new application. Users must be able to sign in directly with a user name and password, or through a third-party provider. Which AWS service should the company use to meet these requirements?
  • A AWS IAM Identity Center (AWS Single Sign-On)
  • B AWS Signer
  • C Amazon Cognito Correta
  • D AWS Directory Service
Resposta correta: C

Explicação

Explanation: Amazon Cognito is a service that provides user authentication and authorization for web and mobile applications. You can use Amazon Cognito to enable users to sign in directly with a user name and password, or through a third-party provider, such as Facebook, Google, or Amazon. You can also use Amazon Cognito to manage user profiles, preferences, and security settings3

Questão 5 Simulado AWS Certified Cloud Practitioner (CLF-C02) | Questões Atualizadas

Gratuita
A company has a large number of Linux Amazon EC2 instances across several Availability Zones in an AWS Region. Applications that run on the EC2 instances need access to a common set of files. Which AWS service or device should the company use to meet this requirement?
  • A AWS Backup
  • B Amazon Elastic File System (Amazon EFS) Correta
  • C Amazon Elastic Block Store (Amazon EBS)
  • D AWS Snowball Edge Storage Optimized
Resposta correta: B

Explicação

Explanation: Amazon Elastic File System (Amazon EFS) is a service that provides a scalable and elastic file system for Linux-based workloads. It can be mounted on multiple Amazon EC2 instances across different Availability Zones within a region, allowing applications to access a common set of files1. AWS Backup is a service that provides a centralized and automated way to back up data across AWS services. Amazon Elastic Block Store (Amazon EBS) is a service that provides persistent block storage volumes for Amazon EC2 instances. AWS Snowball Edge Storage Optimized is a device that provides a petabyte-scale data transport and edge computing solution.

Questão 6 Simulado AWS Certified Cloud Practitioner (CLF-C02) | Questões Atualizadas

Gratuita
At what support level do users receive access to a support concierge?
  • A Basic Support
  • B Developer Support
  • C Business Support
  • D Enterprise Support Correta
Resposta correta: D

Explicação

Explanation: Users receive access to a support concierge at the Enterprise Support level. A support concierge is a team of AWS billing and account experts that specialize in working with enterprise accounts. They can help users with billing and account inquiries, cost optimization, FinOps support, cost analysis, and prioritized answers to billing questions. The support concierge is included as part of the Enterprise Support plan, which also provides access to a Technical Account Manager (TAM), Infrastructure Event Management, AWS Trusted Advisor, and 24/7 technical support. Reference: AWS Support Plan Comparison, AWS Enterprise Support Plan, AWS Support Concierge

Questão 7 Simulado AWS Certified Cloud Practitioner (CLF-C02) | Questões Atualizadas

Gratuita
Which action is a security best practice for access to sensitive data that is stored in an Amazon S3 bucket?
  • A Enable S3 Cross-Region Replication (CRR) on the S3 bucket.
  • B Use IAM roles for applications that require access to the S3 bucket. Correta
  • C Configure AWS WAF to prevent unauthorized access to the S3 bucket.
  • D Configure Amazon GuardDuty to prevent unauthorized access to the S3 bucket.
Resposta correta: B

Explicação

Explanation: Understanding IAM Roles: IAM (Identity and Access Management) roles in AWS are designed to delegate access permissions without sharing long-term security credentials. This means applications and services can use temporary security credentials, which enhances security. Why IAM Roles are Best Practice: Least Privilege Principle: By using IAM roles, you can ensure that applications only have the minimum permissions they need to function, reducing the risk of unauthorized access. Temporary Credentials: Roles provide temporary security credentials, which reduce the risk if they are compromised compared to long- term access keys. Automated Rotation: Temporary credentials automatically expire and are rotated, which means you don't have to manage the rotation manually. How to Implement IAM Roles: Create an IAM Role: In the AWS Management Console, navigate to IAM, and create a new role. Choose the type of trusted entity (e.g., EC2, Lambda). Attach Policies: Attach the necessary policies to the role that define the permissions for accessing the S3 bucket. Assign Role to Service: Attach the IAM role to your EC2 instances, Lambda functions, or other AWS services that need to access the S3 bucket. Use AWS SDKs: When accessing S3 from your application, use the AWS SDKs to automatically assume the IAM role and obtain temporary credentials. : AWS Identity and Access Management (IAM) IAM Roles

Questão 8 Simulado AWS Certified Cloud Practitioner (CLF-C02) | Questões Atualizadas

Gratuita
A company needs to convert video files and audio files to a format that will play on smartphones. Which AWS service will meet this requirement?
  • A Amazon Comprehend
  • B Amazon Rekognition
  • C Amazon Elastic Transcoder Correta
  • D Amazon Polly
Resposta correta: C

Explicação

Explanation: Amazon Elastic Transcoder is a media transcoding service that enables companies to convert video and audio files into formats optimized for playback on various devices, including smartphones. It automates the transcoding process and supports a wide array of video and audio formats, making it ideal for converting files into mobile-friendly formats. Services like Amazon Comprehend, Rekognition, and Polly do not perform media transcoding functions. Topic 4, Exam Pool D

Questão 9 Simulado AWS Certified Cloud Practitioner (CLF-C02) | Questões Atualizadas

Gratuita
Which AWS service or tool inspects a user's AWS environment and makes recommendations for cost savings and system performance improvements?
  • A Cost Explorer
  • B AWS Trusted Advisor Correta
  • C Amazon Inspector
  • D AWS Budgets
Resposta correta: B

Explicação

Explanation:

Questão 10 Simulado AWS Certified Cloud Practitioner (CLF-C02) | Questões Atualizadas

Gratuita
A company needs to run code in response to an event notification that occurs when objects are uploaded to an Amazon S3 bucket. Which AWS service will integrate directly with the event notification?
  • A AWS Lambda Correta
  • B Amazon EC2
  • C Amazon Elastic Container Registry (Amazon ECR)
  • D AWS Elastic Beanstalk
Resposta correta: A

Explicação

Explanation: AWS Lambda is a service that lets you run code without provisioning or managing servers. You can use Lambda to process event notifications from Amazon S3 when objects are uploaded or deleted. Lambda integrates directly with the event notification and invokes your code automatically. Therefore, the correct answer is A.

Pronto para a prática real?

Teste 15 questões no player com interface de prova — cronômetro, navegação e revisão. Depois garanta acesso a todas as 881 questões.

Simular a prova grátis agora Quero me preparar

Desbloqueie 881 questões

Você já viu o índice das 15 questões abertas. A preparação completa inclui mais 866 questões, modo prova, progresso salvo e acesso por 90 dias.

R$ 198,00

Quero me preparar