Amazon AWS

AWS Certified AI Practitioner

AIF-C01

The AWS Certified AI Practitioner (AIF-C01) exam validates your ability to understand and use AI services on AWS. It is ideal for individuals looking to demonstrate their knowledge of AI concepts and AWS services.

504 questions 0 views Free
Start Mock Test Timed · Full-length · Scored

Questions 291–300 of 504

Q291

What happens when an AWS Lambda function exceeds its timeout setting?

  • A Lambda continues to execute
  • B Lambda throws an error
  • C Lambda automatically retries
  • D Lambda logs the execution time
Explanation When Lambda exceeds its timeout setting, it throws an error and stops execution, while the other options are incorrect outcomes.
Q292

Which AWS service allows for real-time data streaming?

  • A Amazon Kinesis
  • B AWS Lambda
  • C Amazon S3
  • D Amazon RDS
Explanation Amazon Kinesis is specifically designed for real-time data streaming, while the others serve different purposes like storage or compute.
Q293

A company needs to analyze its customer feedback data securely while adhering to compliance standards. Which AWS service should they use?

  • A Amazon QuickSight
  • B AWS Glue
  • C Amazon Comprehend
  • D Amazon Athena
Explanation Amazon Comprehend provides data analysis capabilities with built-in compliance measures, while QuickSight and Athena focus on visualization and querying, respectively, and Glue is for ETL processes.
Q294

You are configuring permissions in AWS IAM for a user. What happens if you attach a policy with 'Deny' explicit permissions?

  • A User can override deny policy
  • B All permissions overridden
  • C User receives granted access
  • D Deny policy takes precedence
Explanation In IAM, explicit 'Deny' policies take precedence over 'Allow' policies, resulting in denied permissions regardless of other configurations.
Q295

Which service is best for serverless computing?

  • A AWS Lambda
  • B Amazon EC2
  • C Amazon S3
  • D Amazon VPC
Explanation AWS Lambda allows for serverless application execution, unlike the others.
Q296

A company wants to analyze data from a stream in real-time. Which service should they choose?

  • A Amazon EMR
  • B Amazon Kinesis
  • C AWS Glue
  • D Amazon RDS
Explanation Amazon Kinesis specializes in real-time data streaming, while others serve different purposes.
Q297

You are configuring permissions for an IAM policy using resource ARNs. What happens when you specify the resource as '*'?

  • A Allows access to all resources
  • B Restricts access to no resources
  • C Allows access to specified resources only
  • D Prevents all access
Explanation Specifying '*' permits access to all resources, unlike limiting it to specific ones.
Q298

Which service provides managed machine learning capabilities?

  • A Amazon SageMaker
  • B Amazon EC2
  • C AWS Lambda
  • D AWS Glue
Explanation Amazon SageMaker is designed for machine learning; the others are not suitable.
Q299

A company wants to use AI to personalize its recommendations. Which AWS service should they consider?

  • A Amazon Personalize
  • B Amazon Rekognition
  • C AWS Lambda
  • D Amazon Comprehend
Explanation Amazon Personalize is specifically meant for personalized recommendations.
Q300

What happens when you configure overly broad IAM permissions?

  • A Increased security risk
  • B Faster API responses
  • C Reduced cost
  • D Simplified user access
Explanation Overly broad IAM permissions can expose resources to unnecessary risks.