Cracking DP-203

Cracking DP-203

Professional Development

5 Qs

quiz-placeholder

Similar activities

Pemanfaatan Rumah Belajar

Pemanfaatan Rumah Belajar

Professional Development

10 Qs

Pengenalan Chromebook

Pengenalan Chromebook

Professional Development

10 Qs

Authentication and Security Protocols

Authentication and Security Protocols

Professional Development

10 Qs

MongoDB-Mongoose101

MongoDB-Mongoose101

Professional Development

10 Qs

CISA PART-1

CISA PART-1

Professional Development

10 Qs

IT Audit Berbasis Risiko sesuai best practice POJK dan ISO

IT Audit Berbasis Risiko sesuai best practice POJK dan ISO

Professional Development

10 Qs

DBMS-1-(2021-22)

DBMS-1-(2021-22)

Professional Development

10 Qs

แบบทดสอบก่อนและหลังเรียน การใช้งาน Google Tools

แบบทดสอบก่อนและหลังเรียน การใช้งาน Google Tools

Professional Development

10 Qs

Cracking DP-203

Cracking DP-203

Assessment

Quiz

Computers

Professional Development

Medium

Created by

Pratima Guthey

Used 18+ times

FREE Resource

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

1) What fields need to be added to the below table to make this a type 2 SCD?


Create table Audit

(

AuditId int,

AuditName varchar(10),

AuditSupervisorID char(4),

create_date datetime,

updated_date datetime

)

A) Audit_id_sg int identity(1,1)

B) is_active bit

C) tracking_id int

D) It is already an SCD Type 2

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the ideal table size if you were to recommend a replicated table as the distribution strategy?

A) < 0.5 GB

B) < 1 GB

C) < 2 GB

D) < 5 GB

E) < 10 GB

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

No other software except SQL Server is installed on an on-prem server. Which of the following file formats would you recommend to be used to pull data from a table in on-prem SQL Server to data lake storage using self hosted integration runtime?

A) CSV

B) ORC

C) Parquet

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What option should you enable in the source of dataflow transformation in ADF if you want to have the changes in schema flow through to the transformations.

A) Allow Schema drift

B) Infer Schema drift

C) Propagate Schema

D) Validate Schema

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Synapse SQL pools use Apache Spark architecture for distributed processing.

A) True

B) False