1/49
Looks like no tags are added yet.
Name | Mastery | Learn | Test | Matching | Spaced | Call with Kai |
|---|
No analytics yet
Send a link to your students to track their progress
What is a Group Policy Object (GPO)?
A virtual collection of policy settings
Where is the Group Policy Template (GPT) stored?
SYSVOL folder
When are computer configuration policies applied?
During startup
When are user configuration policies applied?
During sign-in
Which mode delays system startup until policies are applied
Synchronous
What is the correct order of policy processing?
Local → Site → Domain → OU
What does LSDOU stand for?
Local, Site, Domain, OU
Which GPO has the highest precedence?
OU
What feature stops higher-level GPOs from applying?
Blocking inheritance
Which overrides Block Inheritance?
Enforced GPO
What happens if multiple GPOs conflict?
Last applied wins
Which is a limitation of GPO?
Mixed user and computer settings
Which is a best practice for GPO?
Use small, targeted GPOs
Which configuration area applies to all computers?
Computer Configuration
What is the main purpose of File and Storage Services?
Provide centralized file storage and sharing
Which protocol is mainly used in Windows for file sharing?
SMB
What does SMB stand for?
Server Message Block
Which protocol allows file sharing between Windows and Linux systems?
NFS
NFS stands for:
Network File System
What is a key advantage of NFS?
Cross-platform compatibility
What does Folder Redirection do?
Moves folders to network locations
What is a Domain User?
A centralized account in Active Directory
Where are domain users managed?
Domain Controller
What happens when a domain user logs in?
Uses centralized credentials
What can GPO do for domain users?
Enforce settings and restrictions
What happens if a file is missing?
Returns 404 error
What is a web server?
Hardware and software that delivers web content
What is uploaded to a web server?
Website files
Which protocol transfers files between systems?
FTP
What is needed to publish a website?
Web server
What does a web server do when a request is received?
Finds and sends requested file
MVC stands for:
Model View Controller
Why use a dedicated web server?
Better uptime and availability
Which protocol is used to transfer web pages?
HTTP
Windows Authentication is used for:
User verification via Active Directory
Which tool configures web servers in Windows?
IIS
Which language is most used in .NET?
C#
What does the runtime do?
Executes code
A static web server:
Sends files as-is
Which is a component of .NET?
Runtime
FTP is used for:
Transferring files
Why use HTTPS?
Secure communication
HTTP stands for:
Hypertext Transfer Protocol
What is .NET?
Developer platform
ASP. NET Core MVC is:
Web application framework
What does HTTP being “stateless” mean?
Does not remember previous requests
Which server can host ASP. NET Core apps?
Both A and B
What does a compiler do?
Converts code into executable form
Where can you deploy ASP. NET apps?
Azure
A dynamic web server includes:
Application server and database