Luyện 60 câu hỏi DP-203 gốc về lưu trữ, biến đổi, pipeline, bảo mật, giám sát và Synapse.
Cấp độ: Microsoft Azure Data Engineer Associate (DP-203)Độ khó: advanced60 câu hỏi60 phút
Chọn chế độ luyện tập, trả lời từng câu rồi xem lời giải. Câu sai được lưu cục bộ.
Chuỗi ngày: 0 ngàyChỉ lưu trên thiết bị này
Tiến độ0 / 60
Thời gian còn lại: 00:00
Chưa có câu sai được lưu.
Không có câu hỏi phù hợp với bộ lọc.
Câu hỏi 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.
Câu hỏi 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.
Câu hỏi 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.
Câu hỏi 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.
Câu hỏi 5
What is a data lake?
A data lake stores raw structured, semi-structured, and unstructured data. Relational databases, queues, and networks are different.
Câu hỏi 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.
Câu hỏi 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.
Câu hỏi 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.
Câu hỏi 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.
Câu hỏi 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.
Câu hỏi 11
Which Azure service runs Apache Spark transformations?
Databricks provides managed Spark for data transformations. DNS, CDN, and Front Door are networking services.
Câu hỏi 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.
Câu hỏi 13
What is a mapping data flow?
Mapping data flows provide visual transformation logic in Data Factory. Tables, dashboards, and events are different.
Câu hỏi 14
What is a notebook in data engineering?
Notebooks let engineers run interactive code for transformation. Tables, triggers, and storage accounts are different.
Câu hỏi 15
What is a streaming query?
Streaming queries process real-time data. Batch queries, views, and stored procedures are not streaming.
Câu hỏi 16
What is a window function in analytics?
Window functions compute values over related rows. Containers, firewalls, and load balancers are unrelated.
Câu hỏi 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.
Câu hỏi 18
What is a fact table?
Fact tables store measurable events and references to dimensions. Dimensions describe, dashboards visualize, and notebooks run code.
Câu hỏi 19
What is data quality?
Data quality measures accuracy, completeness, consistency, and reliability. Size, cost, and tier are different.
Câu hỏi 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.
Câu hỏi 21
Which Azure service orchestrates data pipelines?
Data Factory orchestrates and schedules pipelines. Blob stores objects, DNS resolves names, and CDN caches content.
Câu hỏi 22
What is a pipeline in Azure Data Factory?
Pipelines are ordered collections of activities. Containers, VMs, and DNS zones are not pipelines.
Câu hỏi 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.
Câu hỏi 24
What is a trigger in Azure Data Factory?
Triggers start pipeline runs on schedules or events. Transformations, tables, and connectors are different.
Câu hỏi 25
What is a linked service?
Linked services define connection details such as endpoints and credentials. Tables, runs, and triggers are different.
Câu hỏi 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.
Câu hỏi 27
What is a pipeline run?
A run is a single execution of pipeline activities. Tiers, tables, and schedules are not runs.
Câu hỏi 28
What is a checkpoint in streaming?
Checkpoints preserve stream state so jobs can resume. Sources, accounts, and load balancers are different.
Câu hỏi 29
What is idempotency in data pipelines?
Idempotent jobs can be rerun without harmful duplication. Encryption, scaling, and scheduling are different.