exam questions

Exam DP-100 All Questions

View all questions & answers for the DP-100 exam

Exam DP-100 topic 1 question 5 discussion

Actual exam question from Microsoft's DP-100
Question #: 5
Topic #: 1
[All DP-100 Questions]

This question is included in a number of questions that depicts the identical set-up. However, every question has a distinctive result. Establish if the recommendation satisfies the requirements.
You have been tasked with employing a machine learning model, which makes use of a PostgreSQL database and needs GPU processing, to forecast prices.
You are preparing to create a virtual machine that has the necessary tools built into it.
You need to make use of the correct virtual machine type.
Recommendation: You make use of a Deep Learning Virtual Machine (DLVM) Windows edition.
Will the requirements be satisfied?

  • A. Yes
  • B. No
Show Suggested Answer Hide Answer
Suggested Answer: A 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
Matt2000
Highly Voted 1 year, 2 months ago
I tend to say 'no' since Windows DSVMs (the closest matching VM currently available) does not support PostGreSQL on the VM itself: https://learn.microsoft.com/en-us/azure/machine-learning/data-science-virtual-machine/tools-included?view=azureml-api-2
upvoted 8 times
windy610
1 year, 2 months ago
That is the point, so Ubuntu version must be a correct solution?
upvoted 1 times
...
...
Shyam_kishor
Highly Voted 2 years, 4 months ago
Answer is correct
upvoted 7 times
...
KeiNek
Most Recent 1 day, 2 hours ago
Selected Answer: B
B PostgreSQL : Ubuntu https://learn.microsoft.com/en-us/azure/machine-learning/data-science-virtual-machine/tools-included?view=azureml-api-2
upvoted 1 times
...
ManuelHenriques
6 days, 19 hours ago
Selected Answer: B
No. Need Ubuntu for PostgreSQL
upvoted 1 times
...
sanctafrax
1 week, 1 day ago
Selected Answer: B
DLVM is discontinued. This question is therefore outdated. If you'd go back in time when it was still relevant. answer would still be NO. This because the question states "built into it". DLVM does have GPU support, no problem. it does NOT have PostgreSQL natively installed. Not even in the current version of DSVM (windows). ONLY the ubuntu version has it preinstalled. https://learn.microsoft.com/en-us/azure/machine-learning/data-science-virtual-machine/tools-included?view=azureml-api-2 Therefore PostgreSQL questions and DLVM/DSVM answers IF "built into it" is asked, are by definition. no. You can however install PostgreSQL anyways, it will work. BUT that is not the question.
upvoted 1 times
...
emmanuelodenyire
4 months, 2 weeks ago
Selected Answer: A
I will also stand with a Yes. A Deep Learning Virtual Machine (DLVM) is a pre-configured virtual machine image on Microsoft Azure that is optimized for training deep learning models and includes popular tools such as TensorFlow, PyTorch, and Caffe2. The DLVM Windows edition includes support for GPU processing, making it suitable for the task of running a machine learning model that requires GPU processing to forecast prices. Additionally, the DLVM can be configured to use PostgreSQL as the database, satisfying the requirement for a PostgreSQL database. Therefore, the recommendation to use a DLVM Windows edition will satisfy the requirements.
upvoted 3 times
...
Truman
4 months, 2 weeks ago
Selected Answer: A
. The Deep Learning Virtual Machine (DLVM) Windows edition comes with NVIDIA GPU drivers pre-installed, which means that it can support GPU processing out of the box. Additionally, the DLVM comes with a variety of pre-installed tools and libraries that can be useful for machine learning workloads, including support for popular deep learning frameworks such as TensorFlow and PyTorch. Therefore, the DLVM Windows edition can be a good choice for a machine learning workload that requires both a PostgreSQL database and GPU processing.
upvoted 2 times
...
Sa_Msa
4 months, 2 weeks ago
Selected Answer: A
The DLVM is a specially configured variant of the Data Science Virtual Machine (DSVM) that comes with pre-configured environments for developing and deploying deep learning models on GPU instances. Regarding PostgreSQL, the DLVM (Deep Learning Virtual Machine) is a specially configured variant of the DSVM (Data Science Virtual Machine) that is custom made to help users jump-start deep learning on Azure GPU VMs2. The DLVM uses the same underlying VM images of the DSVM and hence comes with the same set of data science tools and deep learning frameworks as the base VM. So, you can have access to PostgreSQL .
upvoted 1 times
...
prabhjot
1 year ago
NO is Ans - as per chat GPT- No, the recommendation to use a Deep Learning Virtual Machine (DLVM) Windows edition may not fully satisfy the requirements mentioned. PostgreSQL is typically used on Linux-based systems, and GPU processing for machine learning is often better supported on Linux. The DLVM Windows edition may not be the most suitable choice for this scenario. Instead, you might want to consider a virtual machine with a Linux operating system that supports GPU acceleration and provides compatibility with PostgreSQL for your machine learning model.
upvoted 1 times
...
Vikyyy
1 year, 3 months ago
The Windows editions of the DSVM come preinstalled with GPU drivers, frameworks, and GPU versions of deep learning frameworks. On the Linux editions, deep learning on GPUs is enabled on the Ubuntu DSVMs. You can also deploy the Ubuntu or Windows editions of the DSVM to an Azure virtual machine that isn't based on GPUs. In this case, all the deep learning frameworks falls back to the CPU mode.
upvoted 1 times
...
james2033
1 year, 3 months ago
Question is obsoleted https://learn.microsoft.com/en-us/azure/machine-learning/data-science-virtual-machine/overview?view=azureml-api-2#whats-included-in-the-data-science-vm DSVM https://azure.microsoft.com/en-us/products/virtual-machines/data-science-virtual-machines
upvoted 1 times
...
eternaleclipse
1 year, 3 months ago
This wasn't in the exam study material
upvoted 2 times
...
PradhanManva
1 year, 4 months ago
Selected Answer: A
This is the answer.
upvoted 1 times
...
chen7777
1 year, 4 months ago
Selected Answer: B
B. No. Not all configurations of the Deep Learning Virtual Machine (DLVM) come with GPU hardware as a default or built-in feature. DLVMs are designed to cater to a wide range of machine learning and deep learning workloads, and some configurations may be GPU-enabled, while others may not. If you require GPU acceleration for tasks like deep learning models or other GPU-intensive computations, you would need to choose a specific DLVM configuration that includes GPU resources or add GPU hardware to the virtual machine separately. This ensures that your virtual machine has the necessary GPU processing power to handle such workloads efficiently.
upvoted 1 times
...
phydev
1 year, 6 months ago
Selected Answer: A
Yes, because DLVM is a modified DSVM.
upvoted 2 times
...
phdykd
1 year, 11 months ago
B. No. The recommendation to use a Deep Learning Virtual Machine (DLVM) Windows edition is not suitable for the given requirements because it is designed for Windows-based deep learning tasks and does not support GPU processing for PostgreSQL databases. Instead, a suitable virtual machine for this task would be one that supports GPU processing and has the necessary tools and libraries for machine learning and PostgreSQL database management. One such option is the Data Science Virtual Machine (DSVM), which is available for both Windows and Linux operating systems and has support for GPU processing and machine learning tools, including TensorFlow, PyTorch, and scikit-learn.
upvoted 2 times
...
mamau
2 years ago
No is the answer ,it would be DSVM
upvoted 1 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...
exam
Someone Bought Contributor Access for:
SY0-701
London, 1 minute ago