Practice Questions DP 300

Practice Questions DP 300

University

25 Qs

quiz-placeholder

Similar activities

JDBC

JDBC

University

20 Qs

DATABASE

DATABASE

University

20 Qs

DP-900 pt 3

DP-900 pt 3

University

24 Qs

Information Management - QUIZ

Information Management - QUIZ

University

20 Qs

NoSQL & MongoDB

NoSQL & MongoDB

University

20 Qs

Modulo 03 -Banco de dados não relacional

Modulo 03 -Banco de dados não relacional

University

22 Qs

DP 900 - pt 5

DP 900 - pt 5

University

22 Qs

JDBC

JDBC

University

20 Qs

Practice Questions DP 300

Practice Questions DP 300

Assessment

Quiz

Computers

University

Medium

Created by

Deogratias Phiri

Used 11+ times

FREE Resource

25 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

______encrypts all the data within a target database at the page level. The data is encrypted as the data is written to the data page on disk and decrypted when the data page is read into memory. The end result is that all data pages on disk are encrypted. A database file is not readable by someone who is not authorized. Database backups will also be encrypted.

Encryption for data at rest

Encryption of data in the cloud

Transparent Data Encryption

ColumnStore encryption

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

You are designing a streaming data solution that will ingest variable volumes of data. You need to ensure that you can change the partition count after creation. Which service should you use to ingest the data?

Azure Events Hub Standard

Azure Stream Analytics

Azure data factory

Azure Event Hubs Dedicated

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

You have an Azure Synapse Analytics Apache Spark pool named Pool1. You plan to load JSON files from an Azure Data Lake Storage Gen2 container into the tables in Pool1. The structure and data types vary by file. You need to load the files into the tables. The solution must maintain the source data types. What should you do?

Load the data by using PySpark

Load the data by using the OPENROWSET Transact-SQL command in an Azure Synapse Analytics serverless SQL pool.

Use a Get Metadata activity in Azure Data Factory.

Use a Conditional Split transformation in an Azure Synapse data flow.

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Scenario: The Dufours Precision Manufacturing Corporation was the business inherited by Countess Stephanie de la Spiroza from her late husband.

The Countess has come to your consulting firm to advise on their Azure migration and their IT team is considering SQL Server PaaS. They want to be able to restore an on-premises database backup to Azure.

Which of the following should you advise to the Countess to utilize?

They can use both Azure SQL database and managed instance

Azure SQL database

Azure SQL Managed Instance

Azure Reserved VM Instances

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

You are designing a date dimension table in an Azure Synapse Analytics dedicated SQL pool. The date dimension table will be used by all the fact tables. Which distribution type should you recommend to minimize data movement?

HASH

REPLICATE

ROUND_ROBIN

Answer explanation

A replicated table has a full copy of the table available on every Compute node. Queries run fast on replicated tables since joins on replicated tables don't require data movement. Replication requires extra storage, though, and isn't practical for large tables.

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

You have a Microsoft SQL Server 2019 instance in an on-premises datacenter. The instance contains a 4-TB database named DB1. You plan to migrate DB1 to an Azure SQL Database managed instance. What should you use to minimize downtime and data loss during the migration?

Distributed availability groups

database mirroring

Always On Availability Group

Azure Database Migration Service

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

You have an Azure Synapse Analytics workspace named WS1 that contains an Apache Spark pool named Pool1. You plan to create a database named DB1 in Pool1. You need to ensure that when tables are created in DB1, the tables are available automatically as external tables to the built-in serverless SQL pool. Which format should you use for the tables in DB1?

JSON

CSV

Parquet

C#

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?