wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Active Directory and LDAP Quiz

Total questions: 101

Worksheet time: 51mins

Name
Class
Date
1.

Which of the following web servers is specifically designed for Windows-based systems?

a)

Apache

b)

Nginx

c)

Microsoft IIS

d)

Lighttpd

2.

Which web server has a built-in servlet container for Java-based web applications?

a)

Apache

b)

Nginx

c)

Tomcat

d)

Caddy

3.

Which of the following is true about Nginx?

a)

It's primarily designed for Windows environments

b)

It has a high memory footprint

c)

It can function as a reverse proxy or load balancer

d)

It only supports HTTP protocol

4.

What feature does Caddy web server provide that distinguishes it from many other web servers?

a)

Windows-specific optimization

b)

Automatic HTTPS encryption

c)

Built-in Java support

d)

High memory usage

5.

When installing PHP on a Fedora system with Apache, which package is essential to connect PHP with MySQL?

a)

php-mysql

b)

php-mysqlnd

c)

php-mysqli

d)

php-db

6.

What command is used to secure the MySQL installation after initial setup?

a)

mysql_security

b)

mysqladmin secure

c)

mysql_secure_installation

d)

mysql_config_secure

7.

After installing Apache on Fedora, which command ensures the service starts automatically at boot time?

a)

sudo service httpd enable

b)

sudo systemctl enable httpd.service

c)

sudo chkconfig httpd on

d)

sudo enable httpd

8.

In Apache configuration, what does the following directive specify: DocumentRoot /var/www/html/est.intra

a)

The domain name for the website

b)

The root directory where website files are stored

c)

The error log location

d)

The authentication directory

9.

Which of the following configurations would allow access to phpMyAdmin from any IP address?

a)

Uncommenting 'Require ip 127.0.0.1' and 'Require ip ::1'

b)

Setting 'Allow from all' directive

c)

Configuring 'Order deny,allow'

d)

Setting 'Require all granted'

10.

What is the purpose of the 'DirectoryIndex' directive in Apache configuration?

a)

It specifies which file to serve when a directory is requested

b)

It controls directory browsing permissions

c)

It sets the owner of directory files

d)

It limits directory access to specific users

11.

Which command is used to create a virtual host configuration file for a website in Apache?

a)

sudo touch /etc/apache2/sites-available/example.conf

b)

sudo nano /etc/httpd/conf.d/est.intra.conf

c)

sudo vi /etc/apache2/vhosts/example.conf

d)

sudo mkdir /etc/httpd/virtual-hosts/site.conf

12.

What does a VirtualHost configuration in Apache allow you to do?

a)

Create virtual machines

b)

Host multiple websites on a single server

c)

Virtualize the Apache service

d)

Create a virtual network interface

13.

Which of these packages must be installed to provide a web-based interface for MySQL management?

a)

MySQLAdmin

b)

phpMyAdmin

c)

MyPHPAdmin

d)

WebMySQL

14.

When configuring Apache with PHP, which file needs to be modified to make index.php the default file?

a)

/etc/httpd/conf/httpd.conf

b)

/etc/php.ini

c)

/etc/apache2/apache2.conf

d)

/var/www/html/index.html

15.

What command would you use to restart the Apache service after configuration changes?

a)

service apache2 restart

b)

sudo systemctl restart httpd.service

c)

apache2ctl restart

d)

restart httpd

16.

What are the two main goals of LDAP?

a)

Store data and authenticate users

b)

Encrypt data and manage resources

c)

Route traffic and balance loads

d)

Virtualize services and authenticate servers

17.

How does LDAP differ from DNS?

a)

LDAP is faster than DNS

b)

LDAP can find individuals without knowing their location

c)

DNS is more secure than LDAP

d)

LDAP requires more bandwidth than DNS

18.

What is the most common use case for LDAP?

a)

Website hosting

b)

Email management

c)

Central location for accessing directory services

d)

Database replication

19.

Which protocol does Active Directory use at its core?

a)

HTTP

b)

SMTP

c)

LDAP

d)

FTP

20.

What is the relationship between LDAP and Active Directory?

a)

They are competing technologies from different vendors

b)

LDAP is the protocol used to query Active Directory

c)

Active Directory replaced LDAP entirely

d)

LDAP is a Windows-specific implementation of directory services

21.

What feature of LDAP provides significant advantages for network communication?

a)

It uses TCP/IP instead of UDP

b)

Its lightweight design and smaller code base

c)

It requires more bandwidth to operate

d)

It uses XML for all communications

22.

Which statement best describes LDAP compared to the Active Directory database?

a)

LDAP is more comprehensive than Active Directory

b)

LDAP extracts all attributes from Active Directory

c)

LDAP specializes in finding directory objects with minimal information

d)

LDAP and Active Directory contain identical information

23.

What does LDAP stand for?

a)

Local Directory Access Protocol

b)

Layered Domain Authentication Process

c)

Lightweight Directory Access Protocol

d)

Listed Directory Authentication Provider

24.

Which of the following authentication protocols does LDAP support?

a)

Kerberos

b)

OAuth

c)

JWT

d)

NTLM

25.

What type of structure does LDAP use to simplify storage access?

a)

Flat file system

b)

Relational database

c)

Hierarchical structure

d)

Object-oriented database

26.

Which of the following is NOT a feature of LDAP?

a)

It provides centralized directory services

b)

It enables authentication of users

c)

It provides built-in load balancing

d)

It is protocol for accessing directory services

27.

What is the most recent version of LDAP mentioned in the document?

a)

LDAPv2

b)

LDAPv3

c)

LDAPv4

d)

LDAPv5

28.

What role does LDAP play in relation to other applications or services?

a)

It replaces them entirely

b)

It competes with them for resources

c)

It queries Active Directory and provides information to them

d)

It isolates them from the network

29.

Which statement is true about LDAP?

a)

It is exclusive to Active Directory

b)

It cannot be used with non-Microsoft directory services

c)

It is responsible for querying Active Directory

d)

It contains more attributes than Active Directory

30.

What would happen to Active Directory functionality without LDAP?

a)

It would function faster

b)

It would not function properly

c)

It would use DNS instead

d)

It would switch to SMTP protocol

31.

What is a domain in Active Directory?

a)

A website address

b)

A logical grouping of computers, users, and resources with a common security policy

c)

A physical location in a network

d)

A type of authentication protocol

32.

What is a forest in Active Directory?

a)

A collection of one or more domain trees sharing a common schema

b)

A group of computers in the same physical location

c)

A set of security policies

d)

A type of replication mechanism

33.

What components make up Active Directory architecture?

a)

Domains, trees, and forests

b)

Servers, routers, and switches

c)

Users, groups, and policies

d)

Sites, domains, and controllers

34.

What is the primary role of a domain controller in Active Directory?

a)

To route network traffic

b)

To authenticate users and provide directory information

c)

To manage Internet connectivity

d)

To filter web content

35.

What is the purpose of sites in Active Directory?

a)

To create websites for the organization

b)

To manage replication traffic and optimize network performance

c)

To store user credentials securely

d)

To isolate security breaches

36.

What is a trust relationship in Active Directory?

a)

A security feature that verifies the authenticity of domain controllers

b)

A relationship allowing users in one domain to access resources in another domain

c)

A mechanism for backing up Active Directory data

d)

A certificate validation process

37.

Which of the following is a key design consideration for Active Directory?

a)

Aesthetics

b)

Scalability

c)

Physical server size

d)

Client operating system diversity

38.

What is an Organizational Unit (OU) in Active Directory?

a)

A type of user account

b)

A container for organizing objects within a domain

c)

A server role

d)

A replication mechanism

39.

Which component of Active Directory architecture helps optimize authentication performance?

a)

Forests

b)

Domains

c)

Sites

d)

Trees

40.

What is the purpose of the Global Catalog in Active Directory?

a)

To store password hashes

b)

To contain information about all objects in the forest

c)

To manage domain controller licensing

d)

To control internet access

41.

What is the relationship between domains and trees in Active Directory?

a)

Domains contain trees

b)

Trees are collections of one or more domains

c)

They are unrelated components

d)

Trees are subsets of domains

42.

What characterizes a multi-domain model in Active Directory?

a)

Simplified management

b)

Reduced administrative overhead

c)

Better isolation between resources

d)

Less complex security policies

43.

What is a key advantage of a single-forest model in Active Directory?

a)

Better isolation between resources

b)

Support for complex security policies

c)

Simplified management and reduced administrative overhead

d)

Improved replication performance

44.

How do sites help with domain controller selection in Active Directory?

a)

They prevent domain controllers from authenticating users

b)

They ensure users connect to the nearest available domain controller

c)

They disable domain controllers that are overloaded

d)

They create backup domain controllers automatically

45.

Which component allows Active Directory to manage replication between domain controllers?

a)

Domains

b)

Forests

c)

Sites

d)

Trees

46.

What is the primary authentication protocol used by Active Directory?

a)

NTLM

b)

Kerberos

c)

LDAP

d)

SSL

47.

What feature of Active Directory allows administrators to manage user and computer settings?

a)

Registry Editor

b)

Group Policy

c)

Control Panel

d)

Task Manager

48.

Which of the following is NOT a core service of Active Directory?

a)

Active Directory Domain Services

b)

Active Directory Federation Services

c)

Active Directory Development Services

49.

Which of the following is NOT a core service of Active Directory?

a)

Active Directory Domain Services

b)

Active Directory Federation Services

c)

Active Directory Development Services

d)

Active Directory Certificate Services

50.

What does AD FS enable across different organizations?

a)

File sharing

b)

Single sign-on

c)

Email communication

d)

Database replication

51.

What is the purpose of Active Directory Certificate Services?

a)

To encrypt emails between domain users

b)

To issue and manage digital certificates

c)

To authenticate external users

d)

To scan for malware

52.

What is Active Directory Lightweight Directory Services (AD LDS)?

a)

A lighter version of Active Directory for small businesses

b)

A directory service for applications that don't need full AD DS functionality

c)

A cloud-based version of Active Directory

d)

A mobile implementation of Active Directory

53.

What does Active Directory Rights Management Services protect?

a)

Network hardware from unauthorized access

b)

Documents and email messages

c)

Domain controllers from attacks

d)

User passwords from being cracked

54.

Which of these can be managed through the Active Directory Administrative Center?

a)

Network hardware configuration

b)

Internet bandwidth allocation

c)

Active Directory components and services

d)

Server hardware monitoring

55.

What integration is required for Active Directory to function properly?

a)

Exchange Server

b)

SQL Server

c)

DNS

d)

SharePoint

56.

Which authentication protocol should be avoided when possible due to security concerns?

a)

Kerberos

b)

NTLM

c)

Smart Card

d)

Certificate-based

57.

What does Kerberos use to authenticate users?

a)

Username and password only

b)

Biometric verification

c)

Ticket-granting service and key distribution center

d)

Challenge-response mechanism

58.

What is required for certificate authentication in Active Directory?

a)

Smart card readers

b)

Biometric scanners

c)

Public key infrastructure (PKI)

d)

RFID tags

59.

What does smart card authentication provide that username/password does not?

a)

Faster authentication

b)

Two-factor authentication

c)

Remote access capabilities

d)

Password-less login

60.

Which protocol is used by Active Directory to access and search the directory?

a)

HTTP

b)

SMTP

c)

LDAP

d)

FTP

61.

What Active Directory feature ensures that changes made to the directory database are consistent across all domain controllers?

a)

Global Catalog

b)

Replication

c)

DNS integration

d)

Group Policy

62.

What is a Group Policy Object (GPO)?

a)

A user group with special permissions

b)

A container object holding policy settings

c)

A hardware management interface

d)

A network monitoring tool

63.

Where can GPOs be linked to define their scope?

a)

User accounts

b)

Active Directory sites, domains, or organizational units

c)

Network interfaces

d)

Hardware devices

64.

Which console is used to create and edit GPOs?

a)

Computer Management

b)

Group Policy Management Console (GPMC)

c)

Server Manager

d)

Registry Editor

65.

What command can be used to force GPOs to update immediately?

a)

GPForce

b)

GPUpdate

c)

GPRefresh

d)

GPExecute

66.

What GPO feature allows more flexible and targeted configuration?

a)

Group Policy Analysis

b)

Group Policy Templates

c)

Group Policy Preferences

d)

Group Policy Extensions

67.

What section of a GPO contains settings applied to computers?

a)

Computer Configuration

b)

System Configuration

c)

Machine Settings

d)

Hardware Configuration

68.

Which of these can be managed through Group Policy?

a)

User desktop backgrounds

b)

Server hardware monitoring

c)

Network bandwidth allocation

d)

Printer hardware configuration

69.

What tool can be used for troubleshooting GPO application issues?

a)

Network Monitor

b)

Group Policy Results

c)

Performance Monitor

d)

Event Viewer

70.

What mechanism can be used to control which GPOs apply to specific users or computers?

a)

GPO Filtering

b)

Security Group Filtering

c)

GPO Authentication

d)

User Account Filtering

71.

What happens when multiple GPOs with conflicting settings are applied?

a)

The oldest GPO takes precedence

b)

The GPO applied last takes precedence

c)

The conflict causes both settings to be ignored

d)

A random selection is made between the settings

72.

What feature allows an administrator to force a GPO to take precedence?

a)

GPO Priority

b)

Enforced Link

c)

GPO Override

d)

Policy Forcing

73.

What can be deployed using the Software Installation policy in GPOs?

a)

Operating system updates

b)

Applications

c)

Hardware drivers

d)

Firmware updates

74.

Which Group Policy feature prevents inheritance of policies from parent containers?

a)

GPO Override

b)

Policy Exemption

c)

Block Inheritance

d)

GPO Isolation

75.

What type of policy controls password complexity and account lockout?

a)

User Rights Policy

b)

Security Policy

c)

Access Control Policy

d)

Authentication Policy

76.

Where would you configure folder redirection in a GPO?

a)

Computer Configuration

b)

User Configuration

c)

System Configuration

d)

Network Configuration

77.

What is a primary security aspect of domain controllers?

a)

They route all network traffic

b)

They store the Active Directory database

c)

They encrypt all network communications

d)

They scan for malware

78.

What mechanism does Active Directory use to protect against DNS cache poisoning attacks?

a)

DNSSEC

b)

DNS Filtering

c)

DNS Encryption

d)

DNS Monitoring

79.

What type of policy can be used to enforce password complexity requirements?

a)

Security Policy

b)

User Policy

c)

Administrative Policy

d)

Directory Policy

80.

Which security feature tracks changes to directory objects and user activities?

a)

Security Scanning

b)

Threat Detection

c)

Audit and Monitoring

d)

Traffic Analysis

81.

What helps secure Active Directory by hardening domain controllers?

a)

Regular patching and updates

b)

Increasing the number of administrators

c)

Disabling unnecessary services

d)

Placing them on public networks

82.

What aspect of Active Directory provides centralized control of access to network resources?

a)

Domain structure

b)

User accounts and groups

c)

Replication

d)

Global Catalog

83.

What security feature ensures the integrity of DNS queries in Active Directory?

a)

DNS Encryption

b)

DNS Filtering

c)

DNSSEC

d)

DNS Caching

84.

What security technique involves tracking events such as user logon/logoff?

a)

Network monitoring

b)

Security scanning

c)

Auditing

d)

Performance analysis

85.

What should be used to enforce security policies across an Active Directory environment?

a)

Manual configuration

b)

Local policies

c)

Group Policy

d)

Registry edits

86.

What security practice helps protect user accounts in Active Directory?

a)

Using simple passwords

b)

Implementing strong password policies

c)

Sharing administrator accounts

d)

Disabling account lockout

87.

Which of the following is a best practice for securing domain controllers?

a)

Place them on public networks

b)

Implement physical security measures

c)

Allow direct internet access

d)

Enable all services by default

88.

What should be configured to detect potential security threats in Active Directory?

a)

Performance monitoring

b)

Network bandwidth analysis

c)

Audit policies

d)

Hardware monitoring

89.

What helps secure communication between clients and domain controllers?

a)

Using unencrypted protocols

b)

Implementing SSL/TLS

c)

Disabling firewalls

d)

Sharing credentials

90.

Which approach helps maintain the security of Active Directory?

a)

Infrequent updates

b)

Regular patching and updates

c)

Minimizing the number of domain controllers

d)

Using default configurations

91.

What feature allows administrators to delegate specific administrative tasks to other users?

a)

Task Scheduling

b)

Administrative Templates

c)

Delegated Administration

d)

Group Policy

92.

What is required to set up Active Directory on Windows Server 2008 R2?

a)

At least 256 MB RAM

b)

At least 512 MB RAM

c)

At least 2 GB RAM

d)

At least 4 GB RAM

93.

What command is used to run the Active Directory Domain Services wizard?

a)

adwizard

b)

dcpromo

c)

adsetup

d)

dsinstall

94.

When creating the first domain in a new forest, what is the recommended forest functional level?

a)

Windows Server 2003

b)

Windows Server 2008

c)

Windows Server 2008 R2

d)

Windows Server 2012

95.

What password is required during Active Directory setup?

a)

Administrator password

b)

Directory Services password

c)

Active Directory Restore Mode password

d)

Forest Root password

96.

What strategy helps optimize Active Directory replication in distributed environments?

a)

Using as few domain controllers as possible

b)

Proper site design

c)

Disabling the Global Catalog

d)

Minimizing the number of domains

97.

What aspect of Active Directory helps ensure high availability?

a)

Multi-master replication

b)

Single domain controller deployment

c)

Minimizing the number of sites

d)

Disabling redundant services

98.

What feature allows users to change their passwords without administrator intervention?

a)

Password Self-Service

b)

Auto Password Reset

c)

Password Automation

d)

Credential Manager

99.

What helps Active Directory manage and authenticate users across domain boundaries?

a)

Firewalls

b)

Access Control Lists

c)

Trust relationships

d)

Security Groups

100.

What is a recommended practice for designing Active Directory sites?

a)

Create as few sites as possible

b)

Align sites with physical network locations

c)

Use the same site for all locations

d)

Avoid creating site links

101.

What should be considered when planning Active Directory capacity?

a)

Only current object count

b)

Only current replication bandwidth

c)

Future growth and business requirements

d)

Only server hardware specifications