Cracking DP-203

Cracking DP-203

Professional Development

5 Qs

quiz-placeholder

Similar activities

JavaScript DOM

JavaScript DOM

Professional Development

9 Qs

SQL Programming

SQL Programming

4th Grade - Professional Development

10 Qs

Mobile Application Security

Mobile Application Security

Professional Development

8 Qs

Soal Pengimbasan Chrombook

Soal Pengimbasan Chrombook

Professional Development

10 Qs

Big Data Analytics - Week 2 (Data storage)

Big Data Analytics - Week 2 (Data storage)

University - Professional Development

10 Qs

PL-200 Learning Path 1 - Lesson 5

PL-200 Learning Path 1 - Lesson 5

Professional Development

6 Qs

DBMS Quiz1

DBMS Quiz1

University - Professional Development

10 Qs

Snowflake 14/02/2024

Snowflake 14/02/2024

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