1. You are responsible for managing a machine learning project that involves several team members. You need to ensure that each team member has the appropriate access to the AWS resources required to complete their tasks. Which of the following is the best practice for managing access to AWS resources in this scenario?
A) Grant each team member access to the root account and let them manage their own IAM permissions. B) Create an IAM user for each team member and provide them with the necessary access keys to access the AWS resources. C) Create a single IAM role that grants all team members access to the required AWS resources. D) Create an IAM group for each team and assign the necessary permissions to each group. Then, add team members to the appropriate group.
2. A data scientist is using AWS Batch to run a job that requires GPU instances. The job needs to access large amounts of data stored in Amazon S3, and the data needs to be transferred to the GPU instance before the job can start. Which of the following options should the data scientist choose to optimize the data transfer and minimize the job start time?
A) Use AWS Snowball to transfer the data from Amazon S3 to the GPU instances before running the job. Configure the job definition in AWS Batch to use the data stored on the local storage of the GPU instances. B) Use an Amazon S3 bucket policy to grant read access to the GPU instances. Configure the job definition in AWS Batch to download the data from S3 directly to the GPU instances. C) Use an Amazon S3 bucket policy to grant read access to an EC2 instance. Configure the job definition in AWS Batch to launch an EC2 instance with a GPU and mount the S3 bucket as a file system. Transfer the data from S3 to the EC2 instance before the job starts. D) Use Amazon S3 Transfer Acceleration to speed up the transfer of data from Amazon S3 to the GPU instances. Configure the job definition in AWS Batch to download the data from S3 directly to the GPU instances using the accelerated transfer.
3. A customer wants to use Amazon Transcribe to transcribe speech from a recorded meeting. The recording contains background noise and multiple speakers. Which of the following options will help improve the accuracy of the transcription?
A) Use Amazon Transcribe Medical to transcribe the speech and filter out background noise. B) Use the Speaker Identification feature in Amazon Transcribe to identify each speaker and transcribe their speech separately. C) Increase the bitrate of the audio file to reduce noise. D) Use a microphone to capture the audio and transmit it in real-time to Amazon Transcribe.
4. Which feature of Amazon Redshift is used to improve query performance by automatically distributing data across nodes in a cluster?
A) Redshift Enhanced VPC Routing B) Redshift Concurrency Scaling C) Redshift Spectrum D) Redshift Automatic Table Optimization
5. Which of the following statements about Amazon Elastic Container Service (Amazon ECS) is true?
A) Amazon ECS provides a built-in container registry to store and manage Docker images. B) Amazon ECS is only suitable for running microservices architectures. C) Amazon ECS allows you to deploy and manage containers on on-premises infrastructure. D) Amazon ECS can only run on Amazon Elastic Compute Cloud (Amazon EC2) instances. E) Amazon ECS is a fully-managed container orchestration service that supports Docker containers.
Leave a comment