ExamQuestions.com

Register
Login
Data Engineering on Microsoft Azure (DP-203) Exam Questions

Microsoft

Data Engineering on Microsoft Azure (DP-203)

49 / 240

Question 49:

You need to upload a Python script to an Azure Blob storage account. Below given are the steps (not necessarily in the right sequence) you need to follow to upload the script.Arrange these steps in the right sequence. 
a. Create WordCount_Spark.py python file 
b. Create a folder named spark. 
c. Under the folder Spark, make a subfolder named as the script. 
d. In Blob storage, create a container named adftutorial if it doesn’t exist. 
e. Upload the created WordCount_Spark.py python file to the subfolder script. 
f. Replacewith the name of the Azure storage account where the file is to upload. Finally, save the file. 
The correct sequence of steps is:

Answer options:

A.a-b-c-d-e-f
B.a-c-b-d-e-f
C.a-b-c-e-d-f
D.a-f-d-b-c-e
E.b-a-c-d-e-f