CCR / DAG / HA
STORE / DR / BACKUP
MANAGEMENT / PERMISSIONS
SEARCH / EMAIL LIFECYCLE
PERFORMANCE
100
The feature that avoids a split-brain condition in DAGs stretched across datacenters.
What is DAC (datacenter activation coordination)?
100
VSS is an acronym that stands for...
What is Volume Shadow Service?
100
This tool can be run in Permission Check mode to automatically detect permissions issues inside an Exchange environment.
What is ExBPA (Exchange best practices analyzer)?
100
This is the component that executes retention policies.
What is Managed Folder Assistant?
100
This is the read/write average latency threshold for spindle-based disks.
What is 20 ms?
200
This is the minimum number of votes required to maintain quorum.
What is n/2 + 1?
200
The default mailbox retention time in a database.
What is 30 days?
200
Starting in Exchange 2010 and higher, this universal security group essentially represents Exchange and thus should be assigned the proper permissions to all required resources in an environment.
What is the Exchange Trusted Subsystem?
200
This protocol allows Outlook and various devices to get information about where their mailbox server is located and what mailboxes it should open.
What is AutoDiscover?
200
This is the lowest Microsoft component in the I/O stack.
What is storport?
300
The node that owns the quorum resource is this Exchange component.
What is the PAM (primary active manager)?
300
The algorithm that runs every time a failover happens to determine which passive copy to activate.
What is Best Copy Selection?
300
Remote PowerShell uses this protocol for transport by default.
What is HTTP?
300
This is where emails on litigation/discovery/legal hold are stored.
What is DiscoveryHolds or Recoverable Items or Mailbox Dumpster?
300
We use this spreadsheet to determine server sizing and deployment.
What is Exchange Server Role Calculator?
400
This is the default DAG replication port.
What is 64327?
400
A lot of Exchange admins do this and cause backups to fail.
What is manual log truncation?
400
I use this SwitchParameter in various cmdlets to get up-to-date information from the Exchange servers themselves (i.e. fields that cannot be populated using just AD get populated).
What is -Status?
400
In Exchange search, these are the two indexing modes that the search engine can operate on a mailbox.
What is crawling and notification?
400
What is the difference between a process' private bytes, virtual bytes, and working set size?
Virtual bytes accounts for all memory of a process. Private bytes is a subset of virtual bytes that is not shared. Working set size is the amount of memory that is in physical memory (RAM).
500
On a DAC-enabled node, what is the DACP bit and how is it changed?
It controls whether databases can be mounted on that node. On startup, it is 0 and changes to 1 when either of these conditions occur: all nodes in the StartedMailboxServers list can be contacted, or the node communicates with another node that has a DACP bit of 1.
500
In order for a mailbox database to be mounted into an Exchange organization, what is required (security feature)?
The Exchange organization name must match what is stored inside the database.
500
An RBAC role assignment consists of these 3 pieces.
What is scope (where), role (what), and user/group (who)?
500
What are the processes msftesql and msftefd used for?
msftesql handles client requests and issues content to be indexed to msftefd. msftefd hosts a filter driver which parses a file (e.g. docx, pdf) into indexable content.
500
What is .NET garbage collection?
In a running .NET process, whenever memory is allocated or there's memory pressure, .NET garbage collection runs to clean up objects that have not been used/referenced in a while.