jellybean revised this gist . Go to revision
1 file changed, 307 insertions
gistfile1.txt(file created)
@@ -0,0 +1,307 @@ | |||
1 | + | Q88. Separates desktop environment from physical device? | |
2 | + | ||
3 | + | Answer: Desktop Virtualization | |
4 | + | ||
5 | + | Q89. Local security policy can't be overwritten by domain GPO? | |
6 | + | ||
7 | + | Answer: FALSE | |
8 | + | ||
9 | + | Q90. Command to add group in AD? | |
10 | + | ||
11 | + | Answer: dsadd | |
12 | + | ||
13 | + | Q91. Register DHCP server in AD? | |
14 | + | ||
15 | + | Answer: DHCP Authorization | |
16 | + | ||
17 | + | Q92. Rakesh can't save despite free space? | |
18 | + | ||
19 | + | Answer: Quota management | |
20 | + | ||
21 | + | Q93. Tool for quick view of CPU, Memory, Disk, Network? | |
22 | + | ||
23 | + | Answer: Resource Monitor | |
24 | + | ||
25 | + | Q94. Not part of Active Directory structure? | |
26 | + | ||
27 | + | Answer: Group Policy | |
28 | + | ||
29 | + | Q95. Can you prevent GPO from applying to some objects in OU? | |
30 | + | ||
31 | + | Answer: TRUE | |
32 | + | ||
33 | + | Q96. Scripting language used in PowerShell? | |
34 | + | ||
35 | + | Answer: PowerShell Scripting Language | |
36 | + | ||
37 | + | Q97. Process used by DHCP to assign IP? | |
38 | + | ||
39 | + | Answer: DORA | |
40 | + | ||
41 | + | Q98. Create 3TB volume on 4TB disk? | |
42 | + | ||
43 | + | Answer: Convert the disk to a GPT disk | |
44 | + | ||
45 | + | Q99. Set unrestricted execution policy in PowerShell? | |
46 | + | ||
47 | + | Answer: Set-ExecutionPolicy Unrestricted | |
48 | + | ||
49 | + | Q86. Server hosting partial attribute set? | |
50 | + | ||
51 | + | Answer: Global Catalog | |
52 | + | ||
53 | + | Q64. Ensure rjp.com resolves stellacon.com? | |
54 | + | ||
55 | + | Answer: Configure Conditional forwarding on the rjp.com DNS server for stellacon.com | |
56 | + | ||
57 | + | Q65. RAID with high write speed? | |
58 | + | ||
59 | + | Answer: RAID0 | |
60 | + | ||
61 | + | Q66. Required to activate genuine Windows copy? | |
62 | + | ||
63 | + | Answer: Windows product key | |
64 | + | ||
65 | + | Q67. Convert object properties into CSV objects? | |
66 | + | ||
67 | + | Answer: ConvertFrom-CSV | |
68 | + | ||
69 | + | Q68. GPO settings are divided into? | |
70 | + | ||
71 | + | Answer: User Configuration settings | |
72 | + | ||
73 | + | Q69. Not required to create a user account? | |
74 | + | ||
75 | + | Answer: Address | |
76 | + | ||
77 | + | Q70. Is Group Policy responsible for disk space error? | |
78 | + | ||
79 | + | Answer: FALSE | |
80 | + | ||
81 | + | Q71. Create 3TB volume with fault tolerance? | |
82 | + | ||
83 | + | Answer: Parity Space | |
84 | + | ||
85 | + | Q72. Command to add user in ADDS? | |
86 | + | ||
87 | + | Answer: dsadd | |
88 | + | ||
89 | + | Q73. Default port for LDAP? | |
90 | + | ||
91 | + | Answer: 389 | |
92 | + | ||
93 | + | Q74. Fix distribution group can't access printer? | |
94 | + | ||
95 | + | Answer: Change the group type to a Security group | |
96 | + | ||
97 | + | Q38. Command to get child items in PowerShell? | |
98 | + | ||
99 | + | Answer: Get-ChildItem | |
100 | + | ||
101 | + | Q39. Windows PowerShell is a? | |
102 | + | ||
103 | + | Answer: Both A and B | |
104 | + | ||
105 | + | Q40. Windows desktop documents are represented by? | |
106 | + | ||
107 | + | Answer: Icon | |
108 | + | ||
109 | + | Q41. Most reliable DHCP configuration? | |
110 | + | ||
111 | + | Answer: DHCP failover | |
112 | + | ||
113 | + | Q42. Can you create 3TB volume on 4TB with parity? | |
114 | + | ||
115 | + | Answer: Parity Space | |
116 | + | ||
117 | + | Q43. Not discovered during Active Directory User Discovery? | |
118 | + | ||
119 | + | Answer: User accounts added in a group | |
120 | + | ||
121 | + | Q44. Active Directory database file name? | |
122 | + | ||
123 | + | Answer: NTDS.dit | |
124 | + | ||
125 | + | Q45. Tool installed with ADDS role? | |
126 | + | ||
127 | + | Answer: All of the options | |
128 | + | ||
129 | + | Q46. Utility to monitor CPU, Memory, Disk, Network? | |
130 | + | ||
131 | + | Answer: Performance Monitor | |
132 | + | ||
133 | + | Q47. Restore AD after hard disk failure requires? | |
134 | + | ||
135 | + | Answer: A valid system state backup from the server | |
136 | + | ||
137 | + | Q48. Default group policy refresh time? | |
138 | + | ||
139 | + | Answer: 90 minutes | |
140 | + | ||
141 | + | Q49. What shrinks file size to save storage? | |
142 | + | ||
143 | + | Answer: Compression | |
144 | + | ||
145 | + | Q50. Command to add routes? | |
146 | + | ||
147 | + | Answer: Route add Source IP *** Mask **** gateway | |
148 | + | ||
149 | + | Q51. IIS tool to simulate multiple browsers? | |
150 | + | ||
151 | + | Answer: Web Application Stress Tool | |
152 | + | ||
153 | + | Q52. DHCP port from server side? | |
154 | + | ||
155 | + | Answer: 67 | |
156 | + | ||
157 | + | Q53. How many group types in Active Directory? | |
158 | + | ||
159 | + | Answer: 2 | |
160 | + | ||
161 | + | Q54. MBR disk is created when disk is created? | |
162 | + | ||
163 | + | Answer: FALSE | |
164 | + | ||
165 | + | Q55. Global Catalog port number? | |
166 | + | ||
167 | + | Answer: 3268 | |
168 | + | ||
169 | + | Q56. Rakesh can't save files due to? | |
170 | + | ||
171 | + | Answer: Quota management | |
172 | + | ||
173 | + | Q57. Same scenario - Rakesh can't save files? | |
174 | + | ||
175 | + | Answer: Quota management | |
176 | + | ||
177 | + | Q58. What is PowerShell scripting? | |
178 | + | ||
179 | + | Answer: All of the above | |
180 | + | ||
181 | + | Q59. Group Policy settings are divided into? | |
182 | + | ||
183 | + | Answer: User Configuration settings | |
184 | + | ||
185 | + | Q60. DSRM stands for? | |
186 | + | ||
187 | + | Answer: Directory Service Restore Mode | |
188 | + | ||
189 | + | Q61. Minimum RAM to install Windows Server 2016? | |
190 | + | ||
191 | + | Answer: 512MB | |
192 | + | ||
193 | + | Q62. Exclude IP from DHCP configuration? | |
194 | + | ||
195 | + | Answer: DHCP Exclusion | |
196 | + | ||
197 | + | Q21. Sales OU GPO cannot override the Salessite GPO. What do you do? | |
198 | + | ||
199 | + | Answer: On the GPO, set the Enforce setting | |
200 | + | ||
201 | + | Q22. Joining a workstation to a domain creates a ___ object in Active Directory | |
202 | + | ||
203 | + | Answer: Computer | |
204 | + | ||
205 | + | Q23. You can reserve an IP address in DHCP against | |
206 | + | ||
207 | + | Answer: MAC Address | |
208 | + | ||
209 | + | Q24. You need to create fault-tolerant storage and maximize capacity on 3 disks. | |
210 | + | ||
211 | + | Answer: Parity Space | |
212 | + | ||
213 | + | Q25. GPT stands for | |
214 | + | Answer: GUID Partition Table | |
215 | + | ||
216 | + | Q26. PowerShell cmdlet to view installed roles/services? | |
217 | + | ||
218 | + | Answer: Get-WindowsFeature | |
219 | + | ||
220 | + | Q27. Command to refresh GPO manually? | |
221 | + | ||
222 | + | Answer: gpupdate /force | |
223 | + | ||
224 | + | Q28. FSRM task to schedule expired files report? | |
225 | + | ||
226 | + | Answer: File management tasks | |
227 | + | ||
228 | + | Q29. Correct order of GPO deployment? | |
229 | + | ||
230 | + | Answer: LSDOU | |
231 | + | ||
232 | + | Q30. Filesystem is used to control how data is stored and retrieved | |
233 | + | ||
234 | + | Answer: TRUE | |
235 | + | ||
236 | + | Q31. Utility that removes fragments and optimizes disk space? | |
237 | + | ||
238 | + | Answer: Disk Defragmenter | |
239 | + | ||
240 | + | Q32. How many partitions can be created in GPT? | |
241 | + | ||
242 | + | Answer: 128 | |
243 | + | ||
244 | + | Q33. Group with highest privilege in Active Directory? | |
245 | + | ||
246 | + | Answer: Enterprise Admins | |
247 | + | ||
248 | + | Q34. See what users are currently connected to a server? | |
249 | + | ||
250 | + | Answer: Task Manager | |
251 | + | ||
252 | + | Q35. Which of the following is not a true statement? | |
253 | + | ||
254 | + | Answer: Tree is the hierarchical structure of Forest | |
255 | + | ||
256 | + | Q36. Fix App1 display issue on high DPI display? | |
257 | + | ||
258 | + | Answer: Modify the Compatibility settings of App1 | |
259 | + | ||
260 | + | Point out the wrong statement. | |
261 | + | ||
262 | + | Answer: Get-Content delete content from a file | |
263 | + | ||
264 | + | Q2. What is the default lease in a DHCP scope? | |
265 | + | ||
266 | + | Answer: 8 days | |
267 | + | ||
268 | + | Q3. Which port is used by DHCP client? | |
269 | + | ||
270 | + | Answer: 68 | |
271 | + | ||
272 | + | Q4. What is the name of protocol which manage Active Directory database? | |
273 | + | ||
274 | + | Answer: LDAP | |
275 | + | ||
276 | + | Q5. What do domain controllers do? | |
277 | + | ||
278 | + | Answer: Store the database, maintain the policies and provide the authentication of domain logons. | |
279 | + | ||
280 | + | Q6. Command to open Group policy management Console. | |
281 | + | ||
282 | + | Answer: GPMC.msc | |
283 | + | ||
284 | + | Q7. What do domain controllers do? | |
285 | + | ||
286 | + | Answer: Store the database, maintain the policies and provide the authentication of domain logons. | |
287 | + | ||
288 | + | Q8. Which one of the following is not an Active Directory object? | |
289 | + | ||
290 | + | Answer: TV | |
291 | + | ||
292 | + | Q9. Which one is not the valid file level permission? | |
293 | + | ||
294 | + | Answer: List folder contents | |
295 | + | ||
296 | + | Q10. Point out the wrong statement. | |
297 | + | ||
298 | + | Answer: Limit-EventLog is used to limit the size of the event log | |
299 | + | ||
300 | + | Q11. What is the shortcut command to open Active Directory Users and Computers? | |
301 | + | ||
302 | + | Answer: dsa.msc | |
303 | + | ||
304 | + | Q12. In PowerShell ISE, ISE stands for? | |
305 | + | ||
306 | + | Answer: Integrated Scripting Environment | |
307 | + |
Newer
Older