Technical Blog

  • Subscribe to our RSS feed.
  • Twitter
  • StumbleUpon
  • Reddit
  • Facebook
  • Digg

Saturday, 30 April 2011

Microsoft Exchange Server Interview Questions 2007/2010

Posted on 06:58 by Unknown
What's the difference between online and offline defrag?
Online:
Exchange database online defragmentation occurs automatically as part of the database maintenance process. Online defragmentation detects and removes database objects that are no longer being used
Offline:
you must defragment the Exchange database offline to reduce the physical size of the Exchange database.
eseutil /d Database_Name [options]
What are resource mailboxes? When would you use them?
SCR:
SCR enables a separation of high availability (comprised of service and data availability) and site resilience.
What is CCR (Cluster Continuous Replication)?
It is a high availability feature of Exchange 2007. It keeps a copy of storage group on another server and sinking the log files both. Also, it removes the need of SAN and low cost. No single point of failure
What is LCR (Local Continuous Replication)?
The LCR feature makes it possible to create and maintain an exact copy (replica) of databases in a storage group on an Exchange 2007 Server to a second set of disks in the server or to a NAS/SAN
What are the Exchange 2007/2010 server roles?
Edge Transport , Hub Transport, Client access, Mailbox, unified messaging
What's a Recovery Storage Group?
RSGs enable you to recover data from a backup or copy of a database without disturbing user access to current data.
How do you use Exmerge in Exchange 2007/2010?
Using ExMerge we can import or export PST files. 
You can recover single mailbox
What's a Dial Tone recovery?
A dial tone recovery involves creating an empty database on a server to replace a failed database. This empty, or dial tone, database allows users to send and receive e-mail while the failed database is recovered.
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.
Where does Edge role store its settings?
The Edge Transport server uses Active Directory Application Mode (ADAM) to store the required Active Directory data, which is data such as Accepted Domains, Recipients, Safe Senders, Send Connectors and a Hub Transport server list.
What's Edge synchronization?

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's Edge subscription?
The Edge Subscription is the record of an Edge Transport server that has been subscribed to an Exchange organization. The ADAM directory service on a subscribed Edge Transport server is updated with information from Active Directory by the Microsoft Exchange EdgeSync service.
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.
Where does Exchange store its configuration settings?
At configuration partition in the active directory
How would you verify that the schema is updated?
You can verify that you are ready to start installing Exchange 2007 by looking for the following.
The Microsoft Exchange Systems Objects container contains a global group called Exchange 12 Domain Servers
The ESUG has the Exchange 12 Domain Servers global group as a member.
The ESUG will have permissions to the Manage Auditing and Security Log settings on all DCs in all domains that the commands were run against
What are the different Exchange Recipient types?
http://www.scripts4it.com/interview-questions/exchange-2007-2010/what-are-the-different-exchange-recipient-types
How many storage groups Exchange 2007 supports?
In the standard edition of Exchange 2007, you can have up to 5 databases spread over 5 storage groups. With enterprise edition, you can have 50 databases spread over 50 storage groups


More questions @http://www.petri.co.il/mcse-system-administrator-exchange-server-2007-2010-interview-questions.htm

    Email ThisBlogThis!Share to XShare to FacebookShare to Pinterest
    Posted in Exchange Server | No comments
    Newer Post Older Post Home

    0 comments:

    Post a Comment

    Subscribe to: Post Comments (Atom)

    Popular Posts

    • SQL Interview Questions
      What is Database engine? The Database Engine is the core service for storing, processing, and securing data. What is Quorum Disk? In the eve...
    • Batch File to Map network drive.
      First, open up Notepad or your favorite text editor. Next, copy the commands as shown below and paste them into the file. Don't forget ...
    • How to Move VM from One ESX to another ESX server
      follow this: http://www.heuers.org/wp/?p=264
    • MOM 2005 Reporting - Grooming and Shrinking the Reporting database
      Follow the below link: ( very useful- it worked for me) http://ops-mgr.spaces.live.com/blog/cns!3D3B8489FCAA9B51!147.entry
    • SCCM / SMS Interview Questions
      Can you change a secondary site to a primary site? No. A secondary site is always a secondary site. It cannot be upgraded, moved, or changed...
    • Export Distribution List Members (from Active Directory to Text)
      Here is the Script to Export the members from DL On Error Resume Next WScript.Echo Now() Set objGroup = GetObject _ ("ldap://CN=testgro...
    • You can force replication between DCs
      -> Start Active Directory Sites and Services. -> Expand the Sites. -> Expand the site that contains the DCs. (The default site Defa...
    • Find Dell Service Tag from Command mode in windows
      Following WMIC command will give make and model number along with service tag. C:\>wmic csproduct get vendor,name,identifyingnumber Ident...
    • What Information is Replicated in Active Directory
      ->When an object is created. ->When an object is deleted. ->When an object is moved. ->When an object is changed or modified. AD...
    • SCOM 2007 / MOM 2005 Interview Questions
      What is the port number for SNMP? 161 What is the Default port number for SQL? 1433 How do u migrate from MOM 2005 to SCOM 2007? Only side b...

    Categories

    • Active Directory
    • Citrix
    • Downloads
    • Exchange Server
    • HPSA
    • IIS
    • SCCM
    • SCOM 2007
    • Scripting
    • SQL
    • Storage
    • VMWARE
    • Windows
    • Windows 7
    • Windows Server 2003
    • Windows Server 2008

    Blog Archive

    • ▼  2011 (25)
      • ►  November (5)
      • ►  July (1)
      • ►  June (1)
      • ►  May (3)
      • ▼  April (12)
        • SCCM / SMS Interview Questions
        • Microsoft Exchange Server Interview Questions 200...
        • HP server Automation - Opsware - HPSA Interview Qu...
        • Click here Batch Script ABCs (Basics)
        • Converting DOS Batch Files to Shell Scripts
        • Download Links
        • SQLCMD Syntax
        • Click here for DOS commands with XP
        • Create a Folder Using Batch Script
        • Upgrading ESX server (Virtual Infrastructure) 3.5 ...
        • What is a server farm in Citrix
        • HPSA - HP server Automation - Opsware
      • ►  March (3)
    • ►  2010 (12)
      • ►  June (1)
      • ►  May (3)
      • ►  April (8)
    • ►  2009 (24)
      • ►  November (1)
      • ►  July (1)
      • ►  June (16)
      • ►  May (2)
      • ►  March (4)
    Powered by Blogger.

    About Me

    Unknown
    View my complete profile