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.
A company needs to process large-scale log data in real-time. Which combination of AWS services should they use?
AS3 and Athena
BKinesis and Lambda
CGlue and RDS
DDirect Connect and EBS
Explanation
Kinesis allows for real-time processing, while Lambda can run the processing code.
Q42
You are configuring an Amazon SageMaker endpoint for inference. What will happen if you exceed the instance's capacity?
ARequests are queued up
BRequests return a timeout error
CAdditional instances are launched
DService automatically scales down
Explanation
Exceeding capacity results in timeout errors, not queuing or auto-scaling by default.
Q43
Which AWS service provides real-time monitoring and alerts?
AAmazon CloudWatch
BAWS Lambda
CAmazon RDS
DAWS CodeDeploy
Explanation
Amazon CloudWatch is designed for real-time monitoring, while AWS Lambda executes code and RDS is for databases.
Q44
A company needs to store large files for analysis without latency. Which service should they use?
AAmazon S3
BAmazon EBS
CAWS Glue
DAWS SQS
Explanation
Amazon S3 allows for the storage of large files efficiently, opposed to EBS which is block storage.
Q45
What happens when an EC2 instance is terminated?
AData on EBS persists
BAll data is lost
CIAM roles are deleted
DIt reboots automatically
Explanation
Data on EBS can persist if it is an EBS volume configured to do so; terminating doesn't affect that.
Q46
Which AWS service is best for real-time data streaming?
AAmazon Kinesis
BAmazon S3
CAWS Lambda
DAmazon RDS
Explanation
Amazon Kinesis is designed for real-time data streaming, unlike the other options which serve different purposes.
Q47
What happens when you exceed AWS Lambda's timeout limit?
ALambda restarts automatically
BLambda raises an error
CLambda returns partial results
DLambda executes forever
Explanation
Exceeding the timeout limit results in an error; Lambda doesn’t restart or execute indefinitely.
Q48
A company needs to store and access unstructured data. Which service should they use?
AAmazon CloudFront
BAmazon S3
CAmazon RDS
DAmazon DynamoDB
Explanation
Amazon S3 is ideal for unstructured data storage, while the other options serve structured data or distribution roles.
Q49
A company needs to process a large amount of data in real-time. Which AWS service should they use?
AAmazon Kinesis
BAWS Batch
CAmazon RDS
DAWS Lambda
Explanation
Amazon Kinesis is designed for real-time data processing, while AWS Batch is for batch processing, RDS is for relational databases, and Lambda has limitations on streaming data.
Q50
What happens when you downsize an AWS Auto Scaling group?
AInstances are immediately terminated
BNew instances are launched
CInstances are retired gracefully
DScaling-in policy is ignored
Explanation
Instances are terminated based on health and application load, allowing for a graceful retirement, unlike immediate termination.