Latih 60 soal DP-203 asli tentang penyimpanan, transformasi, pipeline, keamanan, monitoring, dan Synapse.
Tingkat: Microsoft Azure Data Engineer Associate (DP-203)Kesulitan: advanced60 soal60 mnt
Pilih mode latihan, jawab setiap soal, lalu tinjau penjelasan. Jawaban salah disimpan secara lokal.
Hari beruntun: 0 hariTersimpan hanya di perangkat ini
Kemajuan0 / 60
Waktu tersisa: 00:00
Belum ada jawaban salah tersimpan.
Tidak ada soal yang cocok dengan filter.
Soal 1
Which Azure service stores unstructured data such as JSON and CSV files?
Blob Storage stores unstructured objects and data lake files. SQL Database is relational, Cosmos DB is NoSQL, and Databricks is analytics compute.
Soal 2
Which Azure service ingests large volumes of streaming events?
Event Hubs ingests millions of streaming events. SQL Database is relational, Blob is object storage, and App Service hosts web apps.
Soal 3
Which Azure service ingests telemetry from IoT devices?
IoT Hub ingests device telemetry and supports device management. Data Lake stores files, Synapse analyzes, and Table Storage is NoSQL.
Soal 4
Which Azure service copies and transforms data between systems?
Data Factory builds pipelines that copy and transform data. DNS resolves names, CDN caches content, and Front Door routes traffic.
Soal 5
What is a data lake?
A data lake stores raw structured, semi-structured, and unstructured data. Relational databases, queues, and networks are different.
Soal 6
What does ELT mean?
ELT extracts data, loads it into the target, then transforms it there. The other combinations are not the standard meaning.
Soal 7
What is a partition key in Azure storage?
Partition keys spread data across partitions to improve scale. Encryption keys, passwords, and DNS records are different.
Soal 8
What is a sink in a data pipeline?
Sinks are destinations in a copy or pipeline activity. Sources provide data, transformations change it, and triggers start runs.
Soal 9
What is a source in a data pipeline?
Sources are where pipeline activities read data. Destinations are sinks, transformations change data, and schedules control timing.
Soal 10
Match each data ingestion concept to its purpose.
Blob stores objects, Event Hubs ingests streams, Data Factory orchestrates, and data lakes store raw data.
Soal 11
Which Azure service runs Apache Spark transformations?
Databricks provides managed Spark for data transformations. DNS, CDN, and Front Door are networking services.
Soal 12
Which Azure Synapse capability runs SQL transformations?
Synapse SQL runs relational SQL queries and transformations. Spark is for Scala/Python, Pipelines orchestrate, and Link connects sources.
Soal 13
What is a mapping data flow?
Mapping data flows provide visual transformation logic in Data Factory. Tables, dashboards, and events are different.
Soal 14
What is a notebook in data engineering?
Notebooks let engineers run interactive code for transformation. Tables, triggers, and storage accounts are different.
Soal 15
What is a streaming query?
Streaming queries process real-time data. Batch queries, views, and stored procedures are not streaming.
Soal 16
What is a window function in analytics?
Window functions compute values over related rows. Containers, firewalls, and load balancers are unrelated.
Soal 17
What is a dimension table?
Dimension tables store descriptive attributes such as products and customers. Fact tables store events, backups protect data, and pipelines orchestrate.
Soal 18
What is a fact table?
Fact tables store measurable events and references to dimensions. Dimensions describe, dashboards visualize, and notebooks run code.
Soal 19
What is data quality?
Data quality measures accuracy, completeness, consistency, and reliability. Size, cost, and tier are different.
Soal 20
Match each transformation concept to its purpose.
Databricks runs Spark, Synapse SQL runs SQL, mapping data flows are visual ETL, and notebooks run interactive code.
Soal 21
Which Azure service orchestrates data pipelines?
Data Factory orchestrates and schedules pipelines. Blob stores objects, DNS resolves names, and CDN caches content.
Soal 22
What is a pipeline in Azure Data Factory?
Pipelines are ordered collections of activities. Containers, VMs, and DNS zones are not pipelines.
Soal 23
What is an activity in a pipeline?
Activities are steps such as Copy, Data Flow, or Execute Pipeline. Triggers start pipelines, and dashboards visualize.
Soal 24
What is a trigger in Azure Data Factory?
Triggers start pipeline runs on schedules or events. Transformations, tables, and connectors are different.
Soal 25
What is a linked service?
Linked services define connection details such as endpoints and credentials. Tables, runs, and triggers are different.
Soal 26
What is a dataset in Azure Data Factory?
Datasets describe data shape and location for activities. VMs, DNS records, and firewall rules are unrelated.
Soal 27
What is a pipeline run?
A run is a single execution of pipeline activities. Tiers, tables, and schedules are not runs.
Soal 28
What is a checkpoint in streaming?
Checkpoints preserve stream state so jobs can resume. Sources, accounts, and load balancers are different.
Soal 29
What is idempotency in data pipelines?
Idempotent jobs can be rerun without harmful duplication. Encryption, scaling, and scheduling are different.