Cracking DP-203

Cracking DP-203

Professional Development

5 Qs

quiz-placeholder

Similar activities

BAnDS Tournament Round 3

BAnDS Tournament Round 3

University - Professional Development

10 Qs

FK3G 2021

FK3G 2021

Professional Development

10 Qs

Big Data Analytics - Week 2 (Data storage)

Big Data Analytics - Week 2 (Data storage)

University - Professional Development

10 Qs

Quiz 8 metadate

Quiz 8 metadate

Professional Development

10 Qs

Chromebook Quizz

Chromebook Quizz

Professional Development

10 Qs

Cuestionario SQL

Cuestionario SQL

Professional Development

10 Qs

Mongodb Basics

Mongodb Basics

Professional Development

10 Qs

mobile security quiz

mobile security quiz

Professional Development

7 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