Tutorial Dojo - DVA-C02 - Final Test

Test time: Dec 10, 2023 (19:30 - 20:05)

Score: 63/65 (96.92%):

  • CDA – Development with AWS Services 96.97% (32/33)
  • CDA – Security 90.91% (10/11)
  • CDA – Deployment 100% (5/5)
  • CDA – Troubleshooting and Optimization 100% (16/16)

Domain 1: Development with AWS Services

NoQARef
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17Lambda: Use C++Build a custom runtime for C++1.17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33

1.17 Lambda Custom Runtime

Lambda support 6 languages (through runtimes): Node, Python, Ruby, Java, .NET, Go.

You can use runtimes that Lambda provides, or build your own.

Domain 2: Security

NoQARef
1
2
3
4
5
6
7
8System Managers Parameter Store: Notify if a parameter hasn’t been rotated in 90 days.1. Use Advanced tier / Parameter polices / Notification policies
- NoChangeNotification After xxx
- ExpirationNotification Before xxx
- Expiration
9
10
11

Domain 3: Deployment

NoQARef
1
2
3
4
5

Domain 4: Troubleshooting and Optimization

NoQARef
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16