Amazon AWS
AWS Certified Generative AI Developer – Professional
AIP-C01
The AWS Certified Generative AI Developer – Professional (AIP-C01) exam tests your ability to build and deploy generative AI applications on AWS. It is designed for developers specializing in AI technologies.
498 questions
0 views
Free
Questions 361–370 of 498
Which service provides managed conversational interfaces?
A
Amazon Lex
B
Amazon Polly
C
Amazon Comprehend
D
AWS Lambda
Reveal Answer
Explanation
Amazon Lex enables the creation of chatbots through natural language processing, while others focus on text analysis or text-to-speech.
A company needs to automatically categorize images based on their content. Which AWS service should they use?
A
Amazon Rekognition
B
AWS Config
C
Amazon Translate
D
Amazon Kinesis
Reveal Answer
Explanation
Amazon Rekognition specializes in image and video analysis, while the other services serve different purposes.
You are configuring a training job for a ML model in SageMaker. What happens if you set the 'max_runtime_in_seconds' parameter to 0?
A
Training runs indefinitely
B
Training fails immediately
C
Training duration is ignored
D
Training lasts one hour
Reveal Answer
Explanation
Setting the parameter to 0 indicates no limit, unlike other options that imply time constraints or failures.
Which service can automatically scale based on demand?
A
AWS Lambda
B
Amazon SageMaker
C
Amazon RDS
D
AWS Glue
Reveal Answer
Explanation
AWS Lambda automatically scales based on incoming request volume, while others require manual scaling or specific configurations.
A company needs to securely store sensitive data in transit. Which AWS service should they use?
A
Amazon SNS
B
AWS Secrets Manager
C
AWS S3 Standard Storage
D
Amazon CloudFront
Reveal Answer
Explanation
AWS Secrets Manager is specifically designed for securely storing and managing sensitive information, unlike the other options.
What happens when an AWS IAM user attempts to access an S3 bucket without permission?
A
Access granted by default
B
Access denied with an error
C
Warnings logged in CloudTrail
D
Access granted with limitations
Reveal Answer
Explanation
Access is denied without explicit permissions in IAM policies, while the other options imply incorrect default behaviors.
Which AWS service provides serverless computing functionalities?
A
AWS Lambda
B
Amazon EC2
C
Amazon RDS
D
Amazon S3
Reveal Answer
Explanation
AWS Lambda allows running code without provisioning servers, while the others are managed services needing server provisioning.
A company needs to analyze large datasets in real-time; which AWS service should they use?
A
Amazon S3
B
AWS Glue
C
Amazon Kinesis
D
Amazon CloudWatch
Reveal Answer
Explanation
Amazon Kinesis specializes in real-time data processing, unlike the others which focus on storage or monitoring.
You are configuring a VPC with private and public subnets; what happens if you place an instance in a public subnet?
A
It cannot connect to the internet.
B
It gets a public IP address.
C
It's isolated from all traffic.
D
It can only receive traffic from private IPs.
Reveal Answer
Explanation
Instances in a public subnet can access the internet with a public IP; the others misrepresent network behavior.
Which service allows creation of conversational agents?
A
Amazon Lex
B
AWS Lambda
C
Amazon S3
D
AWS CloudFormation
Reveal Answer
Explanation
Amazon Lex is specifically designed for building conversational interfaces, while others serve different purposes.