CCNA_Learning/data-test.json
Fabian Stamm a980e25e93 Making multiple examps available
Updating dependencies
Possibly fixing errors on MultipleSelect Questions
2019-12-04 14:13:48 +01:00

39 lines
1.4 KiB
JSON

{
"title": "CCNA 2 Final Exam",
"questions": [
{
"id": "quest1",
"type": 1,
"title": "The buffers for packet processing and the running configuration file are temporarily stored in which type of router memory?",
"images": [],
"options": {
"q1-1": "flash",
"q1-2": "NVRAM",
"q1-3": "RAM",
"q1-4": "ROM"
},
"correct": [
"q1-3"
]
},
{
"id": "quest2",
"type": 1,
"title": "Refer to the exhibit. A company has an internal network of 192.168.10.0/24 for their employee workstations and a DMZ network of 192.168.3.0/24 to host servers. The company uses NAT when inside hosts connect to outside network. A network administrator issues the show ip nat translations command to check the NAT configurations. Which one of source IPv4 addresses is translated by R1 with PAT",
"images": [
"i258133v1n1_258133.png"
],
"options": {
"q2-1": "10.0.0.31",
"q2-2": "192.168.3.5",
"q2-3": "192.168.3.33",
"q2-4": "192.168.10.35",
"q2-5": "172.16.20.5"
},
"correct": [
"q2-4",
"q2-2"
]
}
]
}