DP-100

DP-100

The DP-100 exam (DP-100: Designing and Implementing a Data Science Solution on Azure) measures your ability to set up Azure ML workspace, create ML experiments and deploy them in service. I took the exam on Nov 23, 2020. Note that the exam contents will change on December 8, 2020 so if you are going to take the exam after Dec 8, 2020, please visit the exam website for updated content.

This exam covers 4 main areas of Azure ML:

  • Set up an Azure ML workspace (30-35%)
  • Run, track, manage, train ML models (20-25%)
  • Optimize models, AutoML (20-25%)
  • Deploy, monitor, consume models (20-25%)

Before you do anything, make sure to check the official exam page first on MS Certifications page for the latest exam as MS often retires exams and replaces them as technology evolves.

The exam fee is $165 but I got it for free with MS Ignite Voucher. Keep an eye on MS online events for free vouchers. Exam length is 180 minutes and you are asked 58 questions covering the above topics.

Resources

Here are the resources I used to learn Azureml ML Service and prepare for the exam.

  1. First create a free Azure account with $200 in credit. You will need it for practice
  1. If you are new to Python or Machine Learning, start with this MS Learn track. If you are already familiar with Python & ML, you can skip it.
  1. Start simple to get hang of the no-code ML offering from Azure and create scaleable ML models using the designer in Azure ML Studio. Link. Note that the exams will have questions on the Designer and not the deprecated Azure ML Studio Classic. The two are different. This should also familiarize you with Azure ML workspace.
  1. Take the Build AI Solutions with Azure ML course on MS learn. This is the most important resource you will want to study. This covers all the DP-100 topics really well.
  1. As you go through each module in MS Learn, open the corresponding page on MS Documentation and read it. Many of the topics will be same but the documentation page adds more details & examples that I found very helpful.
  1. Labs: These labs will give you hands-on experience with Azure ML SDK. These are very important and highly recommend you complete all of them.
  1. Lab Videos: These videos are supplementary to the labs above. Not very helpful as there is no audio.
  1. If you like to follow along with someone instead of doing it on your own, I recommend taking the DP-100 course by Ginger Grant. The course is completely free and covers everything you need for DP100. Below are the links
  1. Pluralsight: Pluralsight, in partnership with Microsoft, offers free instroctor led DP-100 courses. I watched most of them, I found Ginger's course above more thorough.
  1. Cloudacademy also offers DP-100 course (not free). I created a free 7 day trial account to check out the content and it's very bad. It's basically just commentary on the examples from the labs above. Don't waste your time. If you already have a cloud academy membership, you can explore but don't pay for it.
  1. Udacity: Udacity has a Azure ML Engineer program in collaboration with Microsoft. I won the scholarship for that course. It covers all the DP-100 topics and plus some more. If you are enrolled in this course, you should be able to pass DP-100 comfortably. I wouldn't take the course just to prepare for the exam. The content in the course is good but very similar to Ginger's videos above.
  1. If you want to learn more advanced Azure ML sdk, this is a great repo with all the tutorials and examples. This is above and beyond what's required for DP-100 and I recommend completing above labs first before using this.

Tips

  1. Don't skip the labs. You will be asked questions on Azure ML SDK and you need to know it very well
  2. You will be asked questions on regression, classification modeling and metrics so you need to know machine learning.
  3. Almost all the courses/resources above (except some courses on Pluralsight) assume that you know how to create regression, classification models. If you don't have any experience with machine learning, use the MS Learn track from above. It's minimum and you should start with that first.
  4. Learn the mlflow api and how to use it with Azure ML sdk: link
  5. If you have not taken any Azure certifications before, I recommend taking an easier exam first (e.g. AZ900) to get a feel for it first.
  6. Start the exam check-in process at least 30 minutes prior to your schedule. It takes time and sometimees you may face technical difficulties so give yourself ample time before the exam.
  7. You can always reschedule the exam (I did) if you think you need more time to prepare or have other commitments.
  8. If you create a free Azure account, create a new resource with Azure ML workspace so it will be easier for you to delete it later. Azure ML compute is expensive so be sure to keep an eye on the usage. Don't forget to stop the compute target when not in use, otherwise you will be shocked when you get the invoice form Azure. Don't ask me how I know this ;). If you do incur charges, reach out to Azure support team. They will often waive the charges.
  9. You will be able to complete most labs (except Pipelines & deployment) using your local compute.
  10. As mentioned above, MS often gives away exam vouchers or discounts so keep an eye on their events page.
  11. Connect with me on twitter (@PawarBI) if you have questions

Good luck !