@@ -347,6 +347,34 @@ extension Course {
347347 real: ExamDetail ( time: 150 , questionCount: 60 )
348348 )
349349 ) ,
350+ Course (
351+ fullName: " Azure Data Engineer " ,
352+ shortName: " DP-203 " ,
353+ description: " Validates expertise in data processing, integration, storage, security, and analytics using Azure data services. " ,
354+ company: . azure,
355+ repositoryURL: " https://github.com/Ditectrev/DP-203 " ,
356+ questionURL: " https://raw.githubusercontent.com/Ditectrev/DP-203/refs/heads/main/README.md " ,
357+ url: " https://learn.microsoft.com/en-us/certifications/azure-data-engineer/ " ,
358+ exam: Exam (
359+ quick: ExamDetail ( time: 60 , questionCount: 20 ) ,
360+ intermediate: ExamDetail ( time: 105 , questionCount: 42 ) ,
361+ real: ExamDetail ( time: 150 , questionCount: 60 )
362+ )
363+ ) ,
364+ Course (
365+ fullName: " Azure Data Fundamentals " ,
366+ shortName: " DP-900 " ,
367+ description: " Validates foundational knowledge of core data concepts and Microsoft Azure data services. " ,
368+ company: . azure,
369+ repositoryURL: " https://github.com/Ditectrev/DP-900 " ,
370+ questionURL: " https://raw.githubusercontent.com/Ditectrev/DP-900/main/README.md " ,
371+ url: " https://learn.microsoft.com/en-us/certifications/azure-data-fundamentals/ " ,
372+ exam: Exam (
373+ quick: ExamDetail ( time: 60 , questionCount: 20 ) ,
374+ intermediate: ExamDetail ( time: 105 , questionCount: 42 ) ,
375+ real: ExamDetail ( time: 150 , questionCount: 60 )
376+ )
377+ ) ,
350378 Course (
351379 fullName: " Associate Cloud Engineer " ,
352380 shortName: " ACE " ,
0 commit comments