EXCH - Technical Interview Questions
EXCH - Technical Interview Questions
2007/2010
and when?
How would you easily install all the Windows Server 2008/R2 roles and features
Name a few changes that were made in Exchange 2003 Management Console (EMC)
when compared to Exchange 2003 System Manager (ESM).
Whats PowerShell and why do we care?
Name one major benefit of PowerShell v2 over V1.
What are the different Exchange Recipient types?
What are resource mailboxes? When would you use them?
What are Dynamic Distribution groups?
What type of groups would you use when configuring distribution groups in a multiple
domain forest?
How can you grant access for an administrator to access all mailboxes in your
organization?
How can you grant access for an administrator to access all mailboxes on a specific
Exchange server?
Describe the differences in the permission model between Exchange 2003 and
Exchange 2010.
.
What are the major changes in the way Exchange 2007 stores work?
Whats the difference between the Enterprise and Standard editions of Exchange in
relation with the number and size of the stores on the server?
What are the major changes in the way Exchange 2010 stores work? Name some of the
changes in comparison with Exchange 2003 and Exchange 2007.
Whats the major difference in store high availability in Exchange 2007?
Whats the major difference in store high availability in Exchange 2010?
What is the GAL?
When would you decide to create more than one GAL?
How would you modify the filter properties of one of the default address lists?
What is the OAB? When is it used?
What are the OAB distribution options?
You are at a clients location, and you see no Public Folders on any of the Mailbox
servers. How can that be?
You dont have any Public Folder, but now youve got a bunch of laptop users that use
Outlook 2003. What issues would you see? How would you fix these issues?
..
In Exchange 2007, what are the minimum requirements for implementing a high
availability topology, in relation to the server roles and server numbers?
In Exchange 2010, what are the minimum requirements for implementing a high
availability topology, in relation to the server roles and server numbers?
Describe the concept behind Log Shipping.
Whats the difference between LCR, CCR and SCR?
Whats SCC?
Youve installed Exchange 2007 RTM and are looking to enable SCR but cannot find
the option to do so in the EMC or in PS. Why?
Describe DAG in Exchange 2010.
Considering DAGs in Exchange 2010, why does Microsoft claim that you can run
Raidless?
Would you run Raidless even when implementing DAGs in Exchange 2010? Why?
Would you run Backup-less even when implementing DAGs in Exchange 2010? Why?
How do you enable LCR?
Why does Microsoft suggest using NTFS mount points when using LCR?
What Exchange edition version do you need for LCR? What Windows edition version do
you need for LCR?
How do you recover from a store corruption when using LCR? Name the procedures
you would use.
.
What are streaming backups?
What are VSS backups?
How would you backup Exchange 2007/2010 on a Windows Server 2008/R2 machine
without using 3rd-party tools?
Whats a Brick-Level backup?
What backup solutions are you familiar with in Exchange 2007/2010?
Whats a Recovery Storage Group? How do you work with one?
Can you use Exmerge in Exchange 2007/2010? Why?
How do you export a mailbox content in Exchange 2007/2010?
Whats a Dial Tone recovery?
What built-in tool do you have to allow you to manage Exchange store recoveries?
Whats the difference between online and offline defrag?
In Exchange 2010, is there any change in the way online and offline defrags are used
(or should be used)?
What is Eseutil?
What is Isinteg?
Name a few scenarios for using both tools?
Youre looking to enable Anti-Spam features on Exchange. Which role would you use to
do so?
Lets say youre wanting to use Anti-Spam features on the HT role. Youre looking to
enable these features but cannot find them. What do you need to do?
Where does Edge role store its settings?
You have a need to enable high-availability and load balancing on your Edge role. How
do you achieve that?
Whats Edge synchronization?
Whats Edge subscription?
How do you enable Edge subscription?
Whats the default replication interval for Edge sync?
What ports do you need to open between the DMZ holding the Edge role and your
internal network?
What built-in tool do you have to allow you to manage Exchange store recoveries?
Exmerge / Recovery storage group
What is Isinteg?
The Information Store Integrity Checker (Isinteg.exe) finds and eliminates errors from the public folder
and mailbox databases at the application level. These errors can prevent the information store from
starting or prevent users from logging on and from receiving, opening, or deleting mail. Isinteg is not
intended for use as a part of routine information store maintenance. It is provided to assist in disaster
recovery situations and other referential integrity issues.
What is Online Mailbox Move in Exchange 2010?
That allows end-users to be online in their email accounts. On completing the move users just needs to
reopen their Outlook clients.
What is the GAL?
The Global Address List or GAL is a University wide directory of Exchange users available through
Outlook or OWA.
How would you modify the filter properties of one of the default address lists?
You could do this by editing the Default Global Address List object in ADSEdit. The attribute that holds the query is
the purportedSearch attribute.
The process that the Microsoft Exchange EdgeSync service performs to propagate data from Active
Directory to the subscribed Edge Transport server. Configuration data is synchronized one time each
hour. Recipient data is synchronized one time every four hours.
You can use the Start-EdgeSynchronization cmdlet in the Exchange Management Shell to start
immediate synchronization.
How do you enable Edge subscription?
Open the Exchange Management Shell on the Edge Transport server, and enter this command:
New-EdgeSubscription file "C:\subscription.xml"
Answer Y
Transfer EdgeSubscription.xml to the Hub Transport server
Open Exchange Management Console
In the left tree choose Organization Configuration and then Hub Transport
In the Actions pane click New Edge Subscription
Choose active directory site, if you have multiple sites though, then you should make the Edge Transport
server a member of the site that has the fastest (or most reliable) network connectivity to the perimeter
network.
Use the Browse button to browse for and select the subscription.xml file.
Verify that the Automatically Create A Send Connector for this Edge Subscription checkbox is selected,
then click the New button to import the XML file and create the Edge Subscription.
What's the default replication interval for Edge sync?
By default, configuration data is synchronized to AD LDS once every hour , and recipient data is synchronized
to AD LDS once every four hours . You can change these intervals using the Set-EdgeSyncService cmdlet.
What is Eseutil?
It is a tool that you can use to verify, modify, and repair an Exchange database file. When a database is corrupt or
damaged, you can restore data from backup or repair it using Eseutil.