1. You are tasked with building an ETL pipeline in AWS to process data from an S3 bucket and store it in a Redshift cluster. You want to use a serverless service to perform the ETL process. Which of the following services would be the best fit for this use case?
A) AWS Glue B) Amazon Kinesis Data Firehose C) AWS Data Pipeline D) AWS Lambda
2. Which of the following AWS services can be used to deploy and manage machine learning models in a scalable and cost-efficient manner by automating the deployment process, managing infrastructure, and providing real-time monitoring and troubleshooting capabilities?
A) Amazon QuickSight B) Amazon SageMaker C) Amazon Neptune D) Amazon EMR
3. You are a data scientist working on a machine learning project that requires processing large datasets stored in Amazon S3. You want to optimize the performance of the data access for your machine learning workloads. Which of the following options will provide the best way to optimize the performance of data access from S3 for your machine learning workloads?
A) Use Amazon S3 Select to retrieve a subset of data from an object using SQL-like queries. B) Use Amazon S3 Inventory to generate reports on S3 objects, including metadata, size, and encryption status. C) Use Amazon S3 Transfer Acceleration to upload and download large datasets faster. D) Use Amazon S3 Replication to replicate data across multiple regions for faster data access. E) Use Amazon S3 Object Lock to prevent objects from being deleted or overwritten for a specified period.
4. A company is developing a speech-to-text application that needs to transcribe audio recordings from multiple languages. They plan to use Amazon Transcribe for this purpose. Which of the following statements regarding Amazon Transcribe is true?
A) Amazon Transcribe can automatically identify the language of an audio recording and transcribe it into the specified output language. B) Amazon Transcribe supports only English language transcription. C) Amazon Transcribe can transcribe audio recordings from multiple languages, but it requires the user to provide the language identification. D) Amazon Transcribe uses machine learning to transcribe audio recordings, but it requires the user to provide a language model.
5. Which of the following statements is true about hyperparameter tuning in Amazon SageMaker?
A) SageMaker hyperparameter tuning can only be performed with SageMaker-built algorithms. B) SageMaker hyperparameter tuning can only be performed using a grid search. C) SageMaker does not provide any hyperparameter tuning capabilities. D) SageMaker provides automatic hyperparameter tuning using Bayesian optimization.
Leave a comment