ExamQuestions.com

Register
Login
Designing and Implementing a Data Science Solution on Azure (DP-100) Exam Questions

Microsoft

Designing and Implementing a Data Science Solution on Azure (DP-100)

1 / 140

Question 1:

For your ML experiments, you need to process CSV data files. Size of your files is about 10GB each. Your training script loads the ingested data to a pandas dataframe object. During the runs, you get an “Out of memory” error. You decide to convert the files to Parquet format and process it partially, i.e. loading only the columns relevant from the modelling point of view. 
Does it solve the problem?

Answer options:

A.Yes
B.No