@@ -4,6 +4,7 @@ enum CourseCompany: String, Codable, Hashable, CaseIterable {
4
4
case aws = " Amazon Web Services "
5
5
case azure = " Microsoft Azure "
6
6
case gcp = " Google Cloud Platform "
7
+ case other = " Others "
7
8
}
8
9
9
10
@@ -62,7 +63,7 @@ struct Course: Codable, Hashable, Identifiable {
62
63
extension Course {
63
64
static let allCourses = [
64
65
Course (
65
- fullName: " AWS Certified Advanced Networking Specialty" ,
66
+ fullName: " Certified Advanced Networking Specialty " ,
66
67
shortName: " ANS-C01 " ,
67
68
description: " Validates expertise in designing and maintaining AWS network architecture, including hybrid IT, routing, and security. " ,
68
69
company: . aws,
@@ -77,22 +78,7 @@ extension Course {
77
78
lastUpdate: nil
78
79
) ,
79
80
Course (
80
- fullName: " AWS Certified Solutions Architect Associate " ,
81
- shortName: " SAA-C03 " ,
82
- description: " Covers designing and deploying scalable, highly available, and fault-tolerant systems on AWS. " ,
83
- company: . aws,
84
- repositoryURL: " https://github.com/Ditectrev/AWS-Certified-Solutions-Architect-Associate-SAA-C03-Practice-Tests-Exams-Questions-Answers " ,
85
- questionURL: " https://raw.githubusercontent.com/Ditectrev/AWS-Certified-Solutions-Architect-Associate-SAA-C03-Practice-Tests-Exams-Questions-Answers/main/README.md " ,
86
- url: " https://aws.amazon.com/certification/certified-solutions-architect-associate/ " ,
87
- exam: Exam (
88
- quick: ExamDetail ( time: 40 , questionCount: 20 ) ,
89
- intermediate: ExamDetail ( time: 84 , questionCount: 49 ) ,
90
- real: ExamDetail ( time: 120 , questionCount: 65 )
91
- ) ,
92
- lastUpdate: nil
93
- ) ,
94
- Course (
95
- fullName: " AWS Certified Cloud Practitioner " ,
81
+ fullName: " Certified Cloud Practitioner " ,
96
82
shortName: " CLF-C02 " ,
97
83
description: " Provides a foundational understanding of AWS cloud concepts, services, security, architecture, pricing, and support. " ,
98
84
company: . aws,
@@ -106,6 +92,97 @@ extension Course {
106
92
) ,
107
93
lastUpdate: nil
108
94
) ,
95
+ Course (
96
+ fullName: " Certified Data Analytics " ,
97
+ shortName: " DAS-C01 " ,
98
+ description: " Validates expertise in designing, building, securing, and maintaining analytics solutions on AWS, demonstrating advanced skills in using AWS data lakes, analytics services, and visualization tools. " ,
99
+ company: . aws,
100
+ repositoryURL: " https://github.com/Ditectrev/Amazon-Web-Services-Certified-AWS-Certified-Data-Analytics-DAS-C01-Practice-Tests-Exams-Question " ,
101
+ questionURL: " https://raw.githubusercontent.com/Ditectrev/Amazon-Web-Services-Certified-AWS-Certified-Data-Analytics-DAS-C01-Practice-Tests-Exams-Question/main/README.md " ,
102
+ url: " https://aws.amazon.com/training/learn-about/data-analytics/ " ,
103
+ exam: Exam (
104
+ quick: ExamDetail ( time: 57 , questionCount: 22 ) ,
105
+ intermediate: ExamDetail ( time: 119 , questionCount: 46 ) ,
106
+ real: ExamDetail ( time: 170 , questionCount: 65 )
107
+ ) ,
108
+ lastUpdate: nil
109
+ ) ,
110
+ Course (
111
+ fullName: " Certified Database Specialty " ,
112
+ shortName: " DBS-C01 " ,
113
+ description: " Validates expertise in designing, managing, and securing AWS database solutions, demonstrating advanced knowledge of various database services and architectures on the AWS platform. " ,
114
+ company: . aws,
115
+ repositoryURL: " https://github.com/Ditectrev/Amazon-Web-Services-Certified-AWS-Certified-Database-DBS-C01-Practice-Tests-Exams-Questions-Answers " ,
116
+ questionURL: " https://raw.githubusercontent.com/Ditectrev/Amazon-Web-Services-Certified-AWS-Certified-Database-DBS-C01-Practice-Tests-Exams-Questions-Answers/main/README.md " ,
117
+ url: " https://aws.amazon.com/training/classroom/exam-readiness-aws-certified-database-specialty/ " ,
118
+ exam: Exam (
119
+ quick: ExamDetail ( time: 57 , questionCount: 22 ) ,
120
+ intermediate: ExamDetail ( time: 119 , questionCount: 46 ) ,
121
+ real: ExamDetail ( time: 170 , questionCount: 65 )
122
+ ) ,
123
+ lastUpdate: nil
124
+ ) ,
125
+ Course (
126
+ fullName: " Certified Developer Associate " ,
127
+ shortName: " DVA-C02 " ,
128
+ description: " Validates proficiency in developing, deploying, and debugging applications on the AWS cloud, demonstrating a strong understanding of core AWS services, architecture, and best practices. " ,
129
+ company: . aws,
130
+ repositoryURL: " https://github.com/Ditectrev/Amazon-Web-Services-AWS-Developer-Associate-DVA-C02-Practice-Tests-Exams-Questions-Answers " ,
131
+ questionURL: " https://raw.githubusercontent.com/Ditectrev/Amazon-Web-Services-AWS-Developer-Associate-DVA-C02-Practice-Tests-Exams-Questions-Answers/main/README.md " ,
132
+ url: " https://aws.amazon.com/certification/certified-developer-associate/ " ,
133
+ exam: Exam (
134
+ quick: ExamDetail ( time: 57 , questionCount: 22 ) ,
135
+ intermediate: ExamDetail ( time: 119 , questionCount: 46 ) ,
136
+ real: ExamDetail ( time: 170 , questionCount: 65 )
137
+ ) ,
138
+ lastUpdate: nil
139
+ ) ,
140
+ Course (
141
+ fullName: " Certified Machine Learning Specialty " ,
142
+ shortName: " MLS-C01 " ,
143
+ description: " Validates proficiency in developing, deploying, and debugging applications on the AWS cloud, demonstrating a strong understanding of core AWS services, architecture, and best practices. " ,
144
+ company: . aws,
145
+ repositoryURL: " https://github.com/Ditectrev/Amazon-Web-Services-Certified-AWS-Certified-Machine-Learning-MLS-C01-Practice-Tests-Exams-Question " ,
146
+ questionURL: " https://raw.githubusercontent.com/Ditectrev/Amazon-Web-Services-Certified-AWS-Certified-Machine-Learning-MLS-C01-Practice-Tests-Exams-Question/main/README.md " ,
147
+ url: " https://aws.amazon.com/certification/certified-machine-learning-specialty/ " ,
148
+ exam: Exam (
149
+ quick: ExamDetail ( time: 57 , questionCount: 22 ) ,
150
+ intermediate: ExamDetail ( time: 119 , questionCount: 46 ) ,
151
+ real: ExamDetail ( time: 170 , questionCount: 65 )
152
+ ) ,
153
+ lastUpdate: nil
154
+ ) ,
155
+
156
+ Course (
157
+ fullName: " Certified Security Specialty " ,
158
+ shortName: " SCS-C02 " ,
159
+ description: " Validates advanced expertise in securing and managing AWS environments, demonstrating comprehensive knowledge of security best practices, compliance, identity and access management, incident response, and data protection on the AWS platform. " ,
160
+ company: . aws,
161
+ repositoryURL: " https://github.com/Ditectrev/Amazon-Web-Services-Certified-AWS-Certified-Security-SCS-C02-Practice-Tests-Exams-Questions-Answers " ,
162
+ questionURL: " https://raw.githubusercontent.com/Ditectrev/Amazon-Web-Services-Certified-AWS-Certified-Security-SCS-C02-Practice-Tests-Exams-Questions-Answers/main/README.md " ,
163
+ url: " https://aws.amazon.com/certification/certified-security-specialty/ " ,
164
+ exam: Exam (
165
+ quick: ExamDetail ( time: 57 , questionCount: 22 ) ,
166
+ intermediate: ExamDetail ( time: 119 , questionCount: 46 ) ,
167
+ real: ExamDetail ( time: 170 , questionCount: 65 )
168
+ ) ,
169
+ lastUpdate: nil
170
+ ) ,
171
+ Course (
172
+ fullName: " Certified Solutions Architect Associate " ,
173
+ shortName: " SAA-C03 " ,
174
+ description: " Covers designing and deploying scalable, highly available, and fault-tolerant systems on AWS. " ,
175
+ company: . aws,
176
+ repositoryURL: " https://github.com/Ditectrev/AWS-Certified-Solutions-Architect-Associate-SAA-C03-Practice-Tests-Exams-Questions-Answers " ,
177
+ questionURL: " https://raw.githubusercontent.com/Ditectrev/AWS-Certified-Solutions-Architect-Associate-SAA-C03-Practice-Tests-Exams-Questions-Answers/main/README.md " ,
178
+ url: " https://aws.amazon.com/certification/certified-solutions-architect-associate/ " ,
179
+ exam: Exam (
180
+ quick: ExamDetail ( time: 40 , questionCount: 20 ) ,
181
+ intermediate: ExamDetail ( time: 84 , questionCount: 49 ) ,
182
+ real: ExamDetail ( time: 120 , questionCount: 65 )
183
+ ) ,
184
+ lastUpdate: nil
185
+ ) ,
109
186
Course (
110
187
fullName: " Azure Fundamentals " ,
111
188
shortName: " AZ-900 " ,
@@ -224,6 +301,81 @@ extension Course {
224
301
real: ExamDetail ( time: 120 , questionCount: 60 )
225
302
) ,
226
303
lastUpdate: nil
304
+ ) ,
305
+ Course (
306
+ fullName: " IT Service Management 4 " ,
307
+ shortName: " ITL-4 " ,
308
+ description: " Entry-level certification that demonstrates an understanding of the core concepts and principles of IT Service Management based on the ITIL 4 framework. " ,
309
+ company: . other,
310
+ repositoryURL: " https://github.com/Ditectrev/ITIL-4-Foundation-IT-Service-Management-Practice-Tests-Exams-Questions-Answers " ,
311
+ questionURL: " https://raw.githubusercontent.com/Ditectrev/ITIL-4-Foundation-IT-Service-Management-Practice-Tests-Exams-Questions-Answers/main/README.md " ,
312
+ url: " https://www.axelos.com/certifications/itil-service-management/ " ,
313
+ exam: Exam (
314
+ quick: ExamDetail ( time: 40 , questionCount: 20 ) ,
315
+ intermediate: ExamDetail ( time: 84 , questionCount: 42 ) ,
316
+ real: ExamDetail ( time: 120 , questionCount: 60 )
317
+ ) ,
318
+ lastUpdate: nil
319
+ ) ,
320
+ Course (
321
+ fullName: " Agile Foundation " ,
322
+ shortName: " Prince-2 " ,
323
+ description: " The PRINCE2 Agile Foundation Certificate validates an individual’s knowledge of how to apply the PRINCE2 project management methodology in an agile environment. " ,
324
+ company: . other,
325
+ repositoryURL: " https://github.com/Ditectrev/PRINCE2-Agile-Foundation-Tests-Exams-Questions-Answers " ,
326
+ questionURL: " https://raw.githubusercontent.com/Ditectrev/PRINCE2-Agile-Foundation-Tests-Exams-Questions-Answers/main/README.md " ,
327
+ url: " https://www.axelos.com/certifications/propath/prince2-agile-project-management/prince2-agile-foundation " ,
328
+ exam: Exam (
329
+ quick: ExamDetail ( time: 40 , questionCount: 20 ) ,
330
+ intermediate: ExamDetail ( time: 84 , questionCount: 42 ) ,
331
+ real: ExamDetail ( time: 120 , questionCount: 60 )
332
+ ) ,
333
+ lastUpdate: nil
334
+ ) ,
335
+ Course (
336
+ fullName: " Scrum Developer I " ,
337
+ shortName: " PSD-1 " ,
338
+ description: " Verifies a developer’s understanding of Scrum principles and their ability to work effectively within a Scrum team, focusing on collaborative and incremental software development practices. " ,
339
+ company: . other,
340
+ repositoryURL: " https://github.com/Ditectrev/Professional-Scrum-Developer-I-PSD-I-Practice-Tests-Exams-Questions-Answers " ,
341
+ questionURL: " https://raw.githubusercontent.com/Ditectrev/Professional-Scrum-Developer-I-PSD-I-Practice-Tests-Exams-Questions-Answers/master/README.md " ,
342
+ url: " https://www.scrum.org/assessments/professional-scrum-developer-certification " ,
343
+ exam: Exam (
344
+ quick: ExamDetail ( time: 40 , questionCount: 20 ) ,
345
+ intermediate: ExamDetail ( time: 84 , questionCount: 42 ) ,
346
+ real: ExamDetail ( time: 120 , questionCount: 60 )
347
+ ) ,
348
+ lastUpdate: nil
349
+ ) ,
350
+ Course (
351
+ fullName: " Scrum Master I " ,
352
+ shortName: " SM-1 " ,
353
+ description: " Demonstrates advanced proficiency in facilitating and leading Scrum teams, emphasizing the application of Scrum practices, principles, and techniques to maximize team productivity and efficiency. " ,
354
+ company: . other,
355
+ repositoryURL: " https://github.com/Ditectrev/Professional-Scrum-Master-I-PSM-I-Practice-Tests-Exams-Questions-Answers " ,
356
+ questionURL: " https://raw.githubusercontent.com/Ditectrev/Professional-Scrum-Master-I-PSM-I-Practice-Tests-Exams-Questions-Answers/main/README.md " ,
357
+ url: " https://www.scrum.org/assessments/professional-scrum-master-i-certification " ,
358
+ exam: Exam (
359
+ quick: ExamDetail ( time: 40 , questionCount: 20 ) ,
360
+ intermediate: ExamDetail ( time: 84 , questionCount: 42 ) ,
361
+ real: ExamDetail ( time: 120 , questionCount: 60 )
362
+ ) ,
363
+ lastUpdate: nil
364
+ ) ,
365
+ Course (
366
+ fullName: " Scrum Master II " ,
367
+ shortName: " SM-2 " ,
368
+ description: " Demonstrates advanced proficiency in facilitating and leading Scrum teams, emphasizing the application of Scrum practices, principles, and techniques to maximize team productivity and efficiency. " ,
369
+ company: . other,
370
+ repositoryURL: " https://github.com/Ditectrev/Professional-Scrum-Master-II-PSM-II-Practice-Tests-Exams-Questions-Answers " ,
371
+ questionURL: " https://raw.githubusercontent.com/Ditectrev/Professional-Scrum-Master-II-PSM-II-Practice-Tests-Exams-Questions-Answers/main/README.md " ,
372
+ url: " https://www.scrum.org/assessments/professional-scrum-master-ii-certification " ,
373
+ exam: Exam (
374
+ quick: ExamDetail ( time: 40 , questionCount: 20 ) ,
375
+ intermediate: ExamDetail ( time: 84 , questionCount: 42 ) ,
376
+ real: ExamDetail ( time: 120 , questionCount: 60 )
377
+ ) ,
378
+ lastUpdate: nil
227
379
)
228
380
]
229
381
}
0 commit comments