Skip to content

Commit a73f7a7

Browse files
author
Benedikt Wagner
committed
add Azure DP-203 and DP-900 courses
1 parent 39f2808 commit a73f7a7

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

CloudMaster/Constants/Courses.swift

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)