Which approach is the MOST SUITABLE for automating the provisioning of compute resources and ensuring seamless communication between stacks?

You are an ML engineer at an e-commerce company tasked with building an automated recommendation system that scales during peak shopping seasons. The solution requires provisioning multiple compute resources, including SageMaker for model training, EC2 instances for data preprocessing, and an RDS database for storing user interaction data. You need...

April 1, 2025 No Comments READ MORE +

Which Amazon SageMaker service is the best fit for this requirement?

A company stores its training datasets on Amazon S3 in the form of tabular data running into millions of rows. The company needs to prepare this data for Machine Learning jobs. The data preparation involves data selection, cleansing, exploration, and visualization using a single visual interface. Which Amazon SageMaker service...

March 31, 2025 No Comments READ MORE +

Given the need for both high accuracy and the ability to handle imbalanced data, which SageMaker built-in algorithm is the MOST SUITABLE for this use case?

You are a data scientist at a financial technology company developing a fraud detection system. The system needs to identify fraudulent transactions in real-time based on patterns in transaction data, including amounts, locations, times, and account histories. The dataset is large and highly imbalanced, with only a small percentage of...

March 29, 2025 No Comments READ MORE +

Given the scenario, which of the following approaches is the MOST LIKELY to improve the model’s performance?

You are working as a data scientist at a financial services company tasked with developing a credit risk prediction model. After experimenting with several models, including logistic regression, decision trees, and support vector machines, you find that none of the models individually achieves the desired level of accuracy and robustness....

March 29, 2025 No Comments READ MORE +

What is a key difference in feature engineering tasks for structured data compared to unstructured data in the context of machine learning?

What is a key difference in feature engineering tasks for structured data compared to unstructured data in the context of machine learning?A . Feature engineering for structured data is not necessary as the data is already in a usable format, whereas for unstructured data, extensive preprocessing is always requiredB ....

March 29, 2025 No Comments READ MORE +

Which of the following interpretations of the ROC and AUC metrics is MOST ACCURATE for assessing the model’s performance?

You are a data scientist working on a binary classification model to predict whether customers will default on their loans. The dataset is highly imbalanced, with only 10% of the customers having defaulted in the past. After training the model, you need to evaluate its performance to ensure it effectively...

March 28, 2025 No Comments READ MORE +

Which AWS service is used to store, share and manage inputs to Machine Learning models used during training and inference?

Which AWS service is used to store, share and manage inputs to Machine Learning models used during training and inference?A . Amazon SageMaker Ground TruthB . Amazon SageMaker Feature StoreC . Amazon SageMaker ClarifyD . Amazon SageMaker Data WranglerView AnswerAnswer: B Explanation: Correct option: Amazon SageMaker Feature Store Amazon SageMaker...

March 24, 2025 No Comments READ MORE +

Which strategy is the MOST EFFECTIVE for your ML training job while minimizing cost and ensuring the job completes successfully?

You are an ML engineer at a data analytics company tasked with training a deep learning model on a large, computationally intensive dataset. The training job can tolerate interruptions and is expected to run for several hours or even days, depending on the available compute resources. The company has a...

March 15, 2025 No Comments READ MORE +

Which of the following strategies is the MOST LIKELY to achieve an optimal balance between model performance, training time, and cost?

You are a machine learning engineer at a financial services company tasked with building a real-time fraud detection system. The model needs to be highly accurate to minimize false positives and false negatives. However, the company has a limited budget for cloud resources, and the model needs to be retrained...

March 12, 2025 No Comments READ MORE +

Which of the following strategies should you implement to ensure a smooth and reliable deployment of the new model version using Amazon SageMaker, considering best practices for versioning and rollback strategies?

You are an ML Engineer working for a healthcare company that uses a machine learning model to recommend personalized treatment plans to patients. The model is deployed on Amazon SageMaker and is critical to the company's operations, as any incorrect predictions could have significant consequences. A new version of the...

March 11, 2025 No Comments READ MORE +