DP-200 Implementing an Azure Data Solution (beta)

Loading demo links...

Showing 7–9 of 15 questions

Question 7 (Mixed Questions)

You have JSON files stored in an Azure Data Lake Storage Gen2 account. The JSON file contains the FirstName and LastName of customers. You need to use Azure Data bricks to copy the data in the JSON files to an Azure data warehouse. A new column must be created which concatenates the FirstName and LastName values.

You have the following components in place in Azure:

- A destination table in the SQL Data Warehouse

- An Azure Blob storage container

- A service principal

Which of the following are actions you would perform to transfer the data onto the Azure SQL Data warehouse table? (Choose five.)

Select all that apply, then click Submit answer.

  • Write the results onto Azure Data Lake Storage

  • Drop the data frame

  • Perform transformations on the data frame

  • Mount the Data Lake Storage onto DBFS

  • Perform transformations on the file

  • Read the file into a data frame

  • Specify a temporary folder to stage the data

  • Write the results to a table in SQL Data Warehouse

Question 8 (Mixed Questions)

You need to enable Transparent Data Encryption for an Azure SQL database.

Which of the following steps would you perform for this requirement? (Choose five.)

Select all that apply, then click Submit answer.

  • Create a database encryption key using a certificate

  • Create a certificate protected by the master key

  • Set the context to the master database

  • Create a master key using a password

  • Set the context to the company database

  • Enable Encryption

Question 9 (Mixed Questions)

You are the data engineer for your company. An application uses a NoSQL database to store data. The database uses the key-value and wide-column NoSQL database type.

Developers need to access data in the database using an API.

You need to determine which API to use for the database model and type.

Which two APIs should you use? Each correct answer presents a complete solution.

NOTE: Each correct selection is worth one point.

Select all that apply, then click Submit answer.

  • Table API

  • MongoDB API

  • Gremlin API

  • SQL API

  • Cassandra API