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