ExamQuestions.com

Register
Login
Data Engineering on Microsoft Azure (DP-203) Exam Questions

Microsoft

Data Engineering on Microsoft Azure (DP-203)

47 / 240

Question 47:

There are two types of external tables – Hadoop and Native external tables that can be used to read and export data depending upon the type and format of the external data source. Which of the following statements are true about these external tables? (Select all that are applicable)

Answer options:

A.Hadoop external tables are only available in dedicated SQL pools, but not in serverless SQL pools.
B.Hadoop external tables are only available in serverless SQL pools, but not in dedicated SQL pools.
C.Native external tables are available in serverless SQL pools but are not available in dedicated Synapse SQL pools.
D.Native external tables are available in serverless SQL pools, but in Synapse SQL pools, they are only in gated preview.
E.The files having the name started with a period (.) or an underline (_) are skipped by both Hadoop as well as native external tables while reading the data.
F.Only the files having the name started with underline (__), not period(_) are skipped by both external tables.
G.Hadoop considers all files and skips no file irrespective of its name.