forked from Edgar-K/Quiz
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsingle.json
82 lines (82 loc) · 2.27 KB
/
single.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
{
"title": "Identity with Windows Server 2016",
"description": "161 questions available in Multiple Choice en Multiple Answer format.",
"author": {
"id": "00001",
"name": "Snodecoder",
"image": "http://www.example.com/image.png"
},
"createdAt": "2020-06-18T18:08:32.615Z",
"code": "70-742",
"time": 60,
"pass": 75,
"image": "http://www.example.com/image.png",
"cover": [
{
"variant": 2,
"text": "Identity with Windows Server 2016"
},
{
"variant": 1,
"text": "161 questions available in Multiple Choice en Multiple Answer format."
}
],
"test": [
{
"variant": 1,
"question": [
{
"variant": 1,
"text": "Your network contains an Active Directory domain named contoso.com. The domain contains five domain controllers."
},
{
"variant": 1,
"text": "You have a branch office that has a local support technician named Tech1. Tech1 installs Windows Server 2016 on a server named RODC1 in a workgroup."
},
{
"variant": 1,
"text": "You need Tech1 to deploy RODC1 as a read-only domain controller (RODC) in the contoso.com domain."
},
{
"variant": 1,
"text": "Which three actions should you perform? Each correct answer presents part of the solution."
}
],
"choices": [
{
"label": "A",
"Text": "Instruct Tech1 to run the Active Directory Domain Services Configuration Wizard."
},
{
"label": "B",
"Text": "Create an RODC computer account by using Active Administrative Center."
},
{
"label": "C",
"Text": "Instruct Tech1 to run dcpromo.exe on RODC1."
},
{
"label": "D",
"Text": "Instruct Tech1 to install the Active Directory Domain Services server role on RODC1."
},
{
"label": "E",
"Text": "Modify the permissions of the Domain Controllers organizational unit (OU)."
}
],
"answer": [
true,
true,
false,
true,
false
],
"explanation": [
{
"variant": 1,
"text": "Explanation/Reference:"
}
]
}
]
}