Practica 60 preguntas originales de DP-203 sobre almacenamiento, transformación, pipelines, seguridad, monitoreo y Synapse.
Nivel: Microsoft Azure Data Engineer Associate (DP-203)Dificultad: advanced60 preguntas60 min
Elige un modo, responde cada pregunta y revisa la explicación. Los errores se guardan localmente.
Racha de días: 0 díasGuardado solo en este dispositivo
Progreso0 / 60
Tiempo restante: 00:00
Aún no hay errores guardados.
Ninguna pregunta coincide con tus filtros.
Pregunta 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.
Pregunta 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.
Pregunta 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.
Pregunta 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.
Pregunta 5
What is a data lake?
A data lake stores raw structured, semi-structured, and unstructured data. Relational databases, queues, and networks are different.
Pregunta 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.
Pregunta 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.
Pregunta 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.
Pregunta 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.
Pregunta 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.
Pregunta 11
Which Azure service runs Apache Spark transformations?
Databricks provides managed Spark for data transformations. DNS, CDN, and Front Door are networking services.
Pregunta 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.
Pregunta 13
What is a mapping data flow?
Mapping data flows provide visual transformation logic in Data Factory. Tables, dashboards, and events are different.
Pregunta 14
What is a notebook in data engineering?
Notebooks let engineers run interactive code for transformation. Tables, triggers, and storage accounts are different.
Pregunta 15
What is a streaming query?
Streaming queries process real-time data. Batch queries, views, and stored procedures are not streaming.
Pregunta 16
What is a window function in analytics?
Window functions compute values over related rows. Containers, firewalls, and load balancers are unrelated.
Pregunta 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.
Pregunta 18
What is a fact table?
Fact tables store measurable events and references to dimensions. Dimensions describe, dashboards visualize, and notebooks run code.
Pregunta 19
What is data quality?
Data quality measures accuracy, completeness, consistency, and reliability. Size, cost, and tier are different.
Pregunta 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.
Pregunta 21
Which Azure service orchestrates data pipelines?
Data Factory orchestrates and schedules pipelines. Blob stores objects, DNS resolves names, and CDN caches content.
Pregunta 22
What is a pipeline in Azure Data Factory?
Pipelines are ordered collections of activities. Containers, VMs, and DNS zones are not pipelines.
Pregunta 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.
Pregunta 24
What is a trigger in Azure Data Factory?
Triggers start pipeline runs on schedules or events. Transformations, tables, and connectors are different.
Pregunta 25
What is a linked service?
Linked services define connection details such as endpoints and credentials. Tables, runs, and triggers are different.
Pregunta 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.
Pregunta 27
What is a pipeline run?
A run is a single execution of pipeline activities. Tiers, tables, and schedules are not runs.
Pregunta 28
What is a checkpoint in streaming?
Checkpoints preserve stream state so jobs can resume. Sources, accounts, and load balancers are different.
Pregunta 29
What is idempotency in data pipelines?
Idempotent jobs can be rerun without harmful duplication. Encryption, scaling, and scheduling are different.