Skip to content

Commit

Permalink
Add questions (#2128)
Browse files Browse the repository at this point in the history
* Add JSON question

* add IT Operation question

* add question to Windows Server
  • Loading branch information
zyairelai authored Sep 2, 2021
1 parent 1307ac1 commit 8ae5be1
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 1 deletion.
7 changes: 7 additions & 0 deletions it-operations/it-operations-quiz.md
Original file line number Diff line number Diff line change
Expand Up @@ -198,3 +198,10 @@
- [ ] Its power output can be varied to save electricity.
- [x] Its cables are detachable.
- [ ] It has dedicated power reserved for different computer components.

#### Q23. Which program controls the Windows startip sequence?

- [x] MSCONFIG
- [ ] Task Manager
- [ ] the Computer Management Console
- [ ] the UEFI
14 changes: 14 additions & 0 deletions json/json-quiz.md
Original file line number Diff line number Diff line change
Expand Up @@ -798,4 +798,18 @@ Note: None of the above options appear to be correct. A correct answer would be
- [ ] There is no defined limit.There is no defined limit.
- [ ] 1 million

#### Q73. What is the recommended term used to refer to multiple resources?

- [ ] a swarm
- [x] multiple resources
- [ ] a collection
- [ ] a group

#### Q74. Does JSON support signed numbers?

- [ ] yes, but only if they are enclosed in quotes
- [ ] only with integers
- [x] no
- [ ] yes


9 changes: 8 additions & 1 deletion windows-server/windows-server-quiz.md
Original file line number Diff line number Diff line change
Expand Up @@ -376,4 +376,11 @@
- [ ] Open mmc.exe
- [ ] Run dcpromo.exe
- [ ] Click Add Roles and Features.
- [ ] Click the notification flag in the Server Manager windows.
- [x] Click the notification flag in the Server Manager windows.

#### Q52. You want to host two virtual machines on the same physical server. Their memory settings in Hyper-V are set to optimize the use of physical memory for each virtual machine. What makes this optimization possible?

- [ ] dynamic memory
- [ ] memory buffer
- [x] virtual memory
- [ ] ReadyBoost

0 comments on commit 8ae5be1

Please sign in to comment.