Beranda
›
Sertifikasi Teknologi
›
Latihan AWS Machine Learning Specialty
Pilih mode latihan, jawab setiap soal, lalu tinjau penjelasan. Jawaban salah disimpan secara lokal.
Waktu tersisa: 00:00
Belum ada jawaban salah tersimpan.
Tidak ada soal yang cocok dengan filter.
Soal 1
Which AWS service can query data directly in Amazon S3 for ML analysis without loading it into a database?
Pilih jawaban
AWS IAM Amazon Athena Amazon EC2 Amazon Route 53
★ Simpan
! Tandai salah
Athena is a serverless query service for data in S3. EC2 provides compute, Route 53 is DNS, and IAM manages access.
Soal 2
Which AWS service can prepare, transform, and catalog data for ML pipelines?
Pilih jawaban
AWS Glue Amazon S3 Amazon Route 53 Amazon CloudFront
★ Simpan
! Tandai salah
AWS Glue is an ETL service that prepares and catalogs data. S3 stores data, Route 53 resolves DNS, and CloudFront delivers content.
Soal 3
What is a feature store in machine learning?
Pilih jawaban
A DNS service A content delivery network A centralized store for reusable ML features A database for financial transactions
★ Simpan
! Tandai salah
Feature stores centralize features for reuse across training and inference. Transaction databases, DNS, and CDNs are different.
Soal 4
Which AWS storage service is commonly used to store raw datasets for SageMaker training jobs?
Pilih jawaban
Amazon DynamoDB Amazon RDS Amazon Route 53 Amazon S3
★ Simpan
! Tandai salah
S3 is object storage commonly used for datasets and model artifacts. DynamoDB and RDS are databases, and Route 53 is DNS.
Soal 5
What is data leakage in machine learning?
Pilih jawaban
Data is stored in a database A model is deployed A model is compressed Information from the test set influences training
★ Simpan
! Tandai salah
Data leakage occurs when test information reaches training, causing overoptimistic evaluation. Storage, deployment, and compression are not leakage.
Soal 6
What is normalization in ML data preparation?
Pilih jawaban
Scaling numeric features to similar ranges Deleting missing rows Encrypting data Creating a DNS record
★ Simpan
! Tandai salah
Normalization scales features to comparable ranges. Removing rows, encryption, and DNS are different operations.
Soal 7
What is a categorical variable?
Pilih jawaban
A model metric A variable that takes values from categories A numeric measurement A database index
★ Simpan
! Tandai salah
Categorical variables represent categories such as color or country. Numeric measurements, indexes, and metrics are different.
Soal 8
Why split data into training, validation, and test sets?
Pilih jawaban
To reduce security To avoid using S3 To evaluate how well the model generalizes To increase storage cost
★ Simpan
! Tandai salah
A separate test set evaluates generalization on unseen data. Splitting is not about storage cost, security, or avoiding S3.
Soal 9
What is Amazon SageMaker Data Wrangler?
Pilih jawaban
A firewall A load balancer A visual tool for preparing and transforming data A DNS service
★ Simpan
! Tandai salah
Data Wrangler provides a visual interface for data preparation. DNS, firewalls, and load balancers are different.
Soal 10
Match each data engineering concept to its purpose.
Amazon S3 Pilih jawaban Raw data storage ETL preparation Shared features Visual data prep AWS Glue Pilih jawaban Raw data storage ETL preparation Shared features Visual data prep Feature store Pilih jawaban Raw data storage ETL preparation Shared features Visual data prep Data Wrangler Pilih jawaban Raw data storage ETL preparation Shared features Visual data prep
★ Simpan
! Tandai salah
S3 stores raw data, Glue prepares and catalogs, feature stores share features, and Data Wrangler provides visual preparation.
Soal 11
Which SageMaker built-in algorithm is commonly used for regression problems?
Pilih jawaban
K-Means Principal Component Analysis Object Detection Linear Learner
★ Simpan
! Tandai salah
Linear Learner supports regression and classification. K-Means clusters, PCA reduces dimensions, and Object Detection works on images.
Soal 12
Which SageMaker built-in algorithm is commonly used for classification with tabular data?
Pilih jawaban
BlazingText XGBoost K-Means PCA
★ Simpan
! Tandai salah
XGBoost is widely used for tabular classification and regression. K-Means clusters, PCA reduces dimensions, and BlazingText handles text.
Soal 13
What is a hyperparameter?
Pilih jawaban
A setting configured before training starts A value learned from data A test record A model artifact
★ Simpan
! Tandai salah
Hyperparameters are set before training, while model parameters are learned from data. Test records and artifacts are different.
Soal 14
What is an epoch in training?
Pilih jawaban
A model deployment A security group One complete pass through the training data A database table
★ Simpan
! Tandai salah
An epoch is one full pass over the training dataset. Tables, deployments, and security groups are different.
Soal 15
What is overfitting?
Pilih jawaban
The model is encrypted The model memorizes training data and fails to generalize The model is too simple The model is deployed
★ Simpan
! Tandai salah
Overfitting means high training accuracy but poor performance on new data. Simple models, deployment, and encryption are different.
Soal 16
What is early stopping?
Pilih jawaban
Deleting the test set Encrypting model data Restarting an endpoint Stopping training when validation performance stops improving
★ Simpan
! Tandai salah
Early stopping ends training when validation metrics no longer improve, reducing overfitting. It is not deletion, encryption, or restart.
Soal 17
What is transfer learning?
Pilih jawaban
Copying files to S3 Moving an endpoint Changing instance types Reusing a pretrained model for a new related task
★ Simpan
! Tandai salah
Transfer learning reuses knowledge from a pretrained model. Copying, moving endpoints, and changing instances are different.
Soal 18
What does a confusion matrix show?
Pilih jawaban
Network latency True positives, false positives, true negatives, and false negatives Training loss Instance cost
★ Simpan
! Tandai salah
A confusion matrix summarizes classification results. Loss, cost, and latency are different metrics.
Soal 19
What is a loss function?
Pilih jawaban
A measure of prediction error during training A storage bucket A firewall rule A DNS record
★ Simpan
! Tandai salah
Loss functions measure how far predictions are from targets. Buckets, firewall rules, and DNS records are not metrics.
Soal 20
Match each model concept to its purpose.
Linear Learner Pilih jawaban Regression Classification Training pass Poor generalization XGBoost Pilih jawaban Regression Classification Training pass Poor generalization Epoch Pilih jawaban Regression Classification Training pass Poor generalization Overfitting Pilih jawaban Regression Classification Training pass Poor generalization
★ Simpan
! Tandai salah
Linear Learner supports regression, XGBoost handles classification, an epoch is a training pass, and overfitting means poor generalization.
Soal 21
Which AWS service provides identity and access management for SageMaker users and roles?
Pilih jawaban
Amazon CloudFront AWS Glue AWS IAM Amazon S3
★ Simpan
! Tandai salah
IAM controls users, roles, and permissions. S3 stores data, CloudFront delivers content, and Glue prepares data.
Soal 22
Which AWS service manages encryption keys for data at rest?
Pilih jawaban
Amazon Route 53 AWS WAF Amazon CloudWatch AWS KMS
★ Simpan
! Tandai salah
KMS manages encryption keys. Route 53 is DNS, WAF protects web traffic, and CloudWatch monitors metrics.
Soal 23
What is a VPC?
Pilih jawaban
An isolated virtual network in AWS A database A model A load balancer
★ Simpan
! Tandai salah
A VPC is an isolated virtual network. Databases, models, and load balancers run inside or alongside it.
Soal 24
Why use VPC endpoints with SageMaker?
Pilih jawaban
To create reports To access AWS services privately without the internet To increase model accuracy To store datasets
★ Simpan
! Tandai salah
VPC endpoints provide private connectivity to AWS services. They do not improve accuracy, store data, or create reports.
Soal 25
How is data protected in transit?
Pilih jawaban
With an alarm With encryption such as TLS With a storage bucket With a DNS record
★ Simpan
! Tandai salah
TLS encrypts data while it travels. Buckets, DNS records, and alarms do not encrypt traffic.
Soal 26
What grants a SageMaker notebook instance permission to access AWS resources?
Pilih jawaban
An IAM role A DNS record A VPC endpoint A CloudWatch alarm
★ Simpan
! Tandai salah
Notebook instances assume IAM roles to access resources. DNS records, endpoints, and alarms do not grant permissions.
Soal 27
Which AWS service records API calls for security auditing?
Pilih jawaban
Amazon Athena AWS Glue Amazon SageMaker AWS CloudTrail
★ Simpan
! Tandai salah
CloudTrail logs API activity for auditing. Athena queries, Glue prepares data, and SageMaker builds models.
Soal 28
What is least privilege?
Pilih jawaban
Encrypting all data Creating a VPC Granting only the permissions required for a task Granting all users full access
★ Simpan
! Tandai salah
Least privilege limits permissions to what is necessary. Full access, encryption, and VPC creation are not least privilege.
Soal 29
What is a private SageMaker endpoint?
Pilih jawaban
An endpoint accessible only from inside a VPC A public website A model artifact A CloudWatch alarm
★ Simpan
! Tandai salah
Private endpoints are reachable only within a VPC. Public websites, model artifacts, and alarms are different.
Soal 30
Match each security concept to its purpose.
IAM Pilih jawaban Permissions Encryption keys Isolated network API audit KMS Pilih jawaban Permissions Encryption keys Isolated network API audit VPC Pilih jawaban Permissions Encryption keys Isolated network API audit CloudTrail Pilih jawaban Permissions Encryption keys Isolated network API audit
★ Simpan
! Tandai salah
IAM grants permissions, KMS manages keys, VPC provides network isolation, and CloudTrail audits API calls.
Soal 31
What is a SageMaker endpoint?
Pilih jawaban
A training dataset A DNS record A security group A hosted service that returns predictions in real time
★ Simpan
! Tandai salah
SageMaker endpoints host models and serve real-time predictions. Datasets, DNS records, and security groups are different.
Soal 32
What is batch transform?
Pilih jawaban
Training a model Encrypting data Running inference on a batch of records at once Serving real-time requests
★ Simpan
! Tandai salah
Batch transform processes a dataset and writes predictions. It is not real-time serving, training, or encryption.
Soal 33
What is an inference pipeline?
Pilih jawaban
A DNS zone A sequence of containers that preprocess and predict A storage bucket A training job
★ Simpan
! Tandai salah
Inference pipelines chain preprocessing and prediction containers. Buckets, training jobs, and DNS zones are different.
Soal 34
What is endpoint autoscaling?
Pilih jawaban
Adjusting endpoint capacity based on demand Increasing model accuracy Encrypting model data Creating reports
★ Simpan
! Tandai salah
Autoscaling changes endpoint capacity to match traffic. It does not improve accuracy, encrypt data, or create reports.
Soal 35
What does an endpoint configuration define?
Pilih jawaban
A DNS record A VPC subnet The model, instance type, and initial capacity The training data
★ Simpan
! Tandai salah
Endpoint configurations define model, instance type, and capacity. Training data, DNS, and subnets are configured elsewhere.
Soal 36
Which hosting options can SageMaker provide?
Pilih jawaban
Only batch inference Only DNS resolution Only data storage Real-time, serverless, and batch inference
★ Simpan
! Tandai salah
SageMaker supports real-time, serverless, and batch inference. It does not resolve DNS or store data instead of S3.
Soal 37
What is a model artifact?
Pilih jawaban
A CloudWatch alarm The trained model files stored after training A hyperparameter A test dataset
★ Simpan
! Tandai salah
Model artifacts are trained model files. Hyperparameters are settings, test data is input, and alarms are monitoring tools.
Soal 38
What is a production variant?
Pilih jawaban
A model and instance configuration in an endpoint A test dataset A VPC endpoint A DNS record
★ Simpan
! Tandai salah
Production variants group model and instance settings for routing traffic. They are not datasets, VPC endpoints, or DNS records.
Soal 39
How can A/B testing be done with SageMaker endpoints?
Pilih jawaban
Delete the old model Use one instance for everything Disable monitoring Route a percentage of traffic to different production variants
★ Simpan
! Tandai salah
SageMaker routes traffic percentages to variants for A/B testing. Deleting models, single instances, or disabling monitoring are not A/B testing.
Soal 40
Match each deployment concept to its purpose.
Real-time endpoint Pilih jawaban Live prediction Batch prediction Multiple containers Capacity adjustment Batch transform Pilih jawaban Live prediction Batch prediction Multiple containers Capacity adjustment Inference pipeline Pilih jawaban Live prediction Batch prediction Multiple containers Capacity adjustment Autoscaling Pilih jawaban Live prediction Batch prediction Multiple containers Capacity adjustment
★ Simpan
! Tandai salah
Real-time endpoints serve live requests, batch transform processes batches, pipelines chain containers, and autoscaling adjusts capacity.
Soal 41
Which AWS service monitors SageMaker endpoint metrics such as latency and invocation errors?
Pilih jawaban
Amazon CloudWatch Amazon Athena AWS Glue Amazon Route 53
★ Simpan
! Tandai salah
CloudWatch collects metrics and alarms. Athena queries, Glue prepares data, and Route 53 resolves DNS.
Soal 42
What does SageMaker Model Monitor detect?
Pilih jawaban
Storage cost Network latency Data drift in model inputs DNS errors
★ Simpan
! Tandai salah
Model Monitor detects drift and quality issues in inputs and predictions. DNS, cost, and latency are other concerns.
Soal 43
What is data drift?
Pilih jawaban
The endpoint stops The VPC changes The distribution of input data changes over time The model is deleted
★ Simpan
! Tandai salah
Data drift occurs when production data distribution changes from training data. Deleting models, stopping endpoints, and VPC changes are different.
Soal 44
What is SageMaker Experiments?
Pilih jawaban
A load balancer A tool for tracking and comparing ML experiments A data warehouse A DNS service
★ Simpan
! Tandai salah
SageMaker Experiments tracks runs, parameters, and metrics. Data warehouses, DNS, and load balancers are different.
Soal 45
What is SageMaker Pipelines?
Pilih jawaban
A storage service A monitoring alarm A security group A CI/CD service for ML workflows
★ Simpan
! Tandai salah
SageMaker Pipelines automates ML workflow steps. Storage, alarms, and security groups are different.
Soal 46
What is model lineage?
Pilih jawaban
Tracking the origin and relationships of data, models, and artifacts Encrypting a model Deleting old models Creating a VPC
★ Simpan
! Tandai salah
Lineage records how artifacts and models relate. Encryption, deletion, and VPC creation are not lineage.
Soal 47
Which tool can detect bias in training data and models?
Pilih jawaban
Amazon CloudFront Amazon SageMaker Clarify Amazon Route 53 AWS Glue
★ Simpan
! Tandai salah
Clarify detects bias and explains predictions. Route 53, Glue, and CloudFront are not bias detection tools.
Soal 48
What is a CloudWatch alarm?
Pilih jawaban
A storage bucket A training job A DNS record A rule that triggers an action when a metric crosses a threshold
★ Simpan
! Tandai salah
Alarms monitor metrics and trigger actions. Buckets, training jobs, and DNS records are different.
Soal 49
What should a team do when model drift is detected?
Pilih jawaban
Disable monitoring Remove IAM roles Retrain the model with recent data Delete the endpoint
★ Simpan
! Tandai salah
Retraining with current data addresses drift. Deleting endpoints, disabling monitoring, or removing roles would not fix the model.
Soal 50
Match each monitoring concept to its purpose.
CloudWatch Pilih jawaban Metrics and alarms Drift detection Experiment tracking Workflow automation Model Monitor Pilih jawaban Metrics and alarms Drift detection Experiment tracking Workflow automation Experiments Pilih jawaban Metrics and alarms Drift detection Experiment tracking Workflow automation Pipelines Pilih jawaban Metrics and alarms Drift detection Experiment tracking Workflow automation
★ Simpan
! Tandai salah
CloudWatch provides metrics, Model Monitor detects drift, Experiments track runs, and Pipelines automate workflows.
Soal 51
What is managed Spot Training?
Pilih jawaban
Disabling encryption Using Spot instances to reduce training cost Using only on-demand instances Increasing endpoint latency
★ Simpan
! Tandai salah
Managed Spot Training uses Spot instances for lower-cost training. On-demand only, latency increases, or disabled encryption are not Spot training.
Soal 52
What is distributed training?
Pilih jawaban
Training on one CPU Deleting training data Using a single model Splitting training across multiple instances
★ Simpan
! Tandai salah
Distributed training spreads workload across instances for faster training. One CPU, deleting data, or one model are not distributed training.
Soal 53
What is SageMaker Autopilot?
Pilih jawaban
Automatically building and tuning ML models A DNS service A firewall A load balancer
★ Simpan
! Tandai salah
Autopilot automates model building and tuning. DNS, firewalls, and load balancers are different.
Soal 54
What is automatic model tuning?
Pilih jawaban
Encrypting data Creating reports Searching hyperparameter combinations to optimize a metric Deleting old models
★ Simpan
! Tandai salah
Automatic model tuning explores hyperparameters to improve metrics. Deletion, encryption, and reports are different.
Soal 55
What is an instance type?
Pilih jawaban
A dataset A DNS record A compute configuration with CPU, memory, and GPU options A model
★ Simpan
! Tandai salah
Instance types define compute capacity. Models, datasets, and DNS records are not instance types.
Soal 56
How can inference cost be reduced?
Pilih jawaban
Store more data Choose the right instance size, serverless, or batch inference Use more instances than needed Disable monitoring
★ Simpan
! Tandai salah
Right-sizing, serverless, and batch inference reduce cost. Excess instances, disabled monitoring, or more storage increase cost.
Soal 57
What is a quota in AWS?
Pilih jawaban
A model metric A training dataset A DNS record A limit on resource usage
★ Simpan
! Tandai salah
Quotas limit resource usage. Metrics, datasets, and DNS records are different.
Soal 58
What is cost optimization?
Pilih jawaban
Balancing performance and spend Buying every instance type Disabling security Deleting all models
★ Simpan
! Tandai salah
Cost optimization balances spend and performance. Buying everything, disabling security, or deleting models are not optimization.
Soal 59
What is model compression?
Pilih jawaban
Creating more instances Reducing model size to improve inference efficiency Encrypting model data Increasing model size
★ Simpan
! Tandai salah
Compression reduces model size for faster, cheaper inference. Encryption, increasing size, or adding instances are not compression.
Soal 60
Match each optimization concept to its purpose.
Spot training Pilih jawaban Lower cost Faster training Auto model building Hyperparameter search Distributed training Pilih jawaban Lower cost Faster training Auto model building Hyperparameter search Autopilot Pilih jawaban Lower cost Faster training Auto model building Hyperparameter search Auto tuning Pilih jawaban Lower cost Faster training Auto model building Hyperparameter search
★ Simpan
! Tandai salah
Spot training lowers cost, distributed training speeds up, Autopilot builds models, and auto tuning searches hyperparameters.