Sponsored Links

Interview Questions



INTERVIEW QUESTIONS CERTIFICATION EXAMS MICROSOFT CERTIFICATION EXAMS DETAILS

Question: Your Exchange Server 2007 environment is configured with cluster continuous replication (CCR).
The name of the clustered mailbox server is ExchCMS1.
You need to minimize downtime and you need to ensure that no data loss occurs during a failover
operation.
Which cmdlet should you run?
A. Set- MailboxServer ExchCMS1 - AutoDatabaseMountDial:BestAvailability
B. Set- MailboxServer ExchCMS1 - AutoDatabaseMountDial:Lossless
C. Set- MailboxServer ExchCMS1 – ForceDatabaseMountAfter:Unlimited
D. Set- MailboxDatabasE.Identity “Mailbox Database” - RetainDeletedltemsUntilBackup $true

Answer: B. Set- MailboxServer ExchCMS1 - AutoDatabaseMountDial:Lossless

Category Microsoft Certification Exams Interview Questions & Answers - Exam Mode / Learning Mode
Rating (0.3) By 6913 users
Added on 7/30/2015
Views 67522
Rate it!

Question: Your Exchange Server 2007 environment is configured with cluster continuous replication (CCR).
The name of the clustered mailbox server is ExchCMS1.
You need to minimize downtime and you need to ensure that no data loss occurs during a failover
operation.
Which cmdlet should you run?
A. Set- MailboxServer ExchCMS1 - AutoDatabaseMountDial:BestAvailability
B. Set- MailboxServer ExchCMS1 - AutoDatabaseMountDial:Lossless
C. Set- MailboxServer ExchCMS1 – ForceDatabaseMountAfter:Unlimited
D. Set- MailboxDatabasE.Identity “Mailbox Database” - RetainDeletedltemsUntilBackup $true


Answer:

B. Set- MailboxServer ExchCMS1 - AutoDatabaseMountDial:Lossless Source: CoolInterview.com



If you have the better answer, then send it to us. We will display your answer after the approval.
Rules to Post Answers in CoolInterview.com:-
  • There should not be any Spelling Mistakes.
  • There should not be any Gramatical Errors.
  • Answers must not contain any bad words.
  • Answers should not be the repeat of same answer, already approved.
  • Answer should be complete in itself.
Name :*
Email Id :*
Answer :*
Verification Code Code Image - Please contact webmaster if you have problems seeing this image code Not readable? Load New Code
Process Verification Enter the above shown code: *
Inform me about updated answers to this question

Related Questions
View Answer
An Exchange Server 2007 computer named Exch2 runs all features of the Client Access server
role. Exch2 fails. You install a new Microsoft Windows server named Exch5 and restore the
System State data. You need to finish restoring the services as they were previously configured.
Which two actions should you perform? (Each correct answer presents part of the solution.
Choose two.)
A. Restore the ClientAccess directory.
B. Restore the in directory.
C. Enable Exchange ActiveSync integration for the Microsoft Office Outlook Web Access site.
D. Reinstall the Client Access server role by running the Setup /role:ClientAccess command.
E. Reinstall the Client Access server role by running the Setup /mode:RecoverServer command.
View Answer
Your company uses the Volume Shadow Copy Service (VSS) to perform full backups of the
Exchange Server 2007 mailbox databases every night.
There is a backup window between 20:00 and 24:00 each week night and a backup window
between 19:00 and 24:00 on Saturdays and Sundays
The full backups currently take five hours to complete.
Management requests that you modify the backup configuration to meet the following
requirements.
At least one full backup must be performed per week.
Logs must be truncated more often than once per week.
Backups must be performed within the current backup windows
Database restores must require no more than two backup files.
You need to configure the backups for the mailbox databases to meet the requirements.
What should you do?
A. Configure differential backups on week nights and full backups on Saturdays and Sundays.
B. Configure incremental backups on week nights and full backups on Saturdays and Sundays.
C. Configure daily full backups, and throttle the database checksum.
D. Configure daily copy backups, and throttle the database checksum.
View Answer
Your companys Active Directory environment becomes corrupted on the morning of Thursday,
March 17. The Active Directory team restores all of the directory objects and settings from a
backup that was taken on Monday, March 14. Users who were assigned mailboxes between
Monday, March 14 and Thursday, March 17, now report that they cannot access their mailboxes.
You need to restore mailbox access for these users. What should you do?
A. Run the Enable-Mailbox cmdlet from the Exchange server.
B. Run the Connect-Mailbox cmdlet from the Exchange server.
C. Restore the latest mailbox database backup.
D. Restore the latest System State backup.
View Answer
Your company maintains a hot standby server named ExchDR1.
An Exchange Server 2007 computer named Exch1 fails. You perform the following actions.
1. On Exch1, take the Exch1.edb database offline.
2. On ExchDR1, create a new storage group named ExchDR and a database named
ExchDR1.edb.
3. Copy the Exch1.edb database from Exch1 to ExchDR1.
4. On ExchDR1, rename the copied database from Exch1.edb to ExchDR1.edb.
Your attempt to mount the database is unsuccessful
You need to ensure that the copied database mounts on the new server.
What should you do?
A. Rename ExchDR1 to Exch1.
B. Rename the database on ExchDR1 to Exch1 .edb.
C. Set the This database can be overwritten by restore attribute on the database properties.
D. Run the Move-Mailbox -ConfigurationOnly -TargetDatabase ExchDR1.edb cmdlet.
View Answer
Your Exchange Server 2007 Edge Transport server role fails. You install a new Microsoft
Windows Server 2003 computer and reinstall the Edge Transport server role on this new server.
You find out that the address rewrites that were previously configured on the Edge Transport
server role no longer function. You need to recover the address rewrite capability. What should
you do?
A. Run the Setup /m:RecoverServer command.
B. Run the ImportEdgeConfig.ps1 script.
C. Import the Edge Subscription file on the Hub Transport server.
D. Copy the Edge Subscription file to the Hub Transport server.
View Answer
In your Exchange Server 2007 environment, a users mailbox was purged from the mailbox
server, and a backup of the mailbox database was restored to a recovery storage group. You
need to recover the purged mailbox to a production database. What should you do?
A. Run the Connect-Mailbox cmdlet from the Exchange server.
B. Run the Restore-Mailbox cmdlet from the Exchange server.
C. Run the Enable-Mailbox cmdlet from the Exchange server.
D. Run the Exmerge utility from the Exchange server.
View Answer
An inappropriate message that has the subject line of Exchange is sent to all users on the
Exchange Server 2007 Mailbox server named Exch1. You need to delete this message from all
mailboxes. What should you do?
A. On Exch1, find the message ID of the original message and then run the Remove-Message –
Identity <IDnumber> cmdlet.
B. On Exch1, find the message ID of the original message and then run the Export-Message –
Identity <IDnumber> c: emp cmdlet. Delete all of the messages in the directory.
C. Create a new mailbox named TempMailbox that has a folder named Export. Run the Get-
Mailbox -Server Exch1 | Export-Mailbox -TargetMailbox TempMailbox -TargetFolder Export –
SubjectKeywords “Exchange” -DeleteContent cmdlet.
D. From the Exchange Management Console, create a new transport rule named Exchange
delete. Set the condition to “when the Subject field contains Exchange”. Set the action to
“silently drop the message”.
View Answer
Your Exchange Server 2007 organization has a resource mailbox named ExecConfRm All users
are able to schedule meetings for ExecConfRm You need to modify the ExecConfRm settings to
ensure that only two users named Maria and Marc are able to schedule meetings for
ExecConfRm Which cmdlet should you run?
A. Set- MailboxCalendarSettings -Identity ” ExecConfRm “ - BookInPolicy Marc, MariA.
AllBookInPolicy $false
B. Set- MailboxCalendarSettings -Identity ” ExecConfRm “ - RequestInPolicy Marc, Maria
C. Set- MailboxCalendarSettings -Identity ” ExecConfRm “ - RequestOutof Policy Marc, Maria –
AllBookInPolicy $false
D. Set- MailboxCalendarSettings -Identity ” ExecConfRm “ - ResourceDelegates Marc, Maria
View Answer
n your Exchange Server 2007 organization, Microsoft ActiveSync is configured on the Exchange
servers but is currently disabled for users. A user in the Exchange organization has a new mobile
device. H e wants h is device to synchronize with the Exchange servers over a wireless network.
You need to enable the ActiveSync feature for only this user. What are two possible ways to
achieve this goal? (Each correct answer presents a complete solution. Choose two.)
A. Run the Set-Mailbox cmdlet.
B. Run the Set-CASMailbox cmdlet.
C. Run the Set-ActiveSyncMailboxPolicy cmdlet.
D. Use the Active Directory Users and Computers console to enable the ActiveSync feature for
the user.
E. Use the Exchange Management Console to enable the ActiveSync feature for the user.
View Answer
You need to allow the owner of each distribution group in your Exchange Server 2007
organization to modify membership for the group. You must not allow the owner to make any
other changes. What should you do?
A. On the Managed By tab of each distribution group, add the owner, and select the Manager
can update membership list check box.
B. Modify each distribution group by assigning the Send As permission to the owners user
account
C. Modify each distribution group by assigning the Write permission to the owners user account.
D. Add the user accounts of the distribution group owners to the Exchange Recipient
Administrator role.
View Answer
You move a conference room mailbox named ConfRm 1 from an Exchange Server 2003
computer to an Exchange Server 2007 computer. You need to convert the ConfRm 1 mailbox to
an Exchange 2007 resource mailbox. You need to ensure that the mailbox can be scheduled as a
resource. Which two cmdlets should you run? (Each correct answer presents part of the solution.
Choose two.)
A. Set-Mailbox-Identity” Conf Rm1 “-Type Room
B. Set-Mailbox-Identity” Conf Rm1 “-Type Regular
C. Set- MailboxCalendarSettings -Identity” Conf Rm1 “- AutomateProcessing AutoAccept
D. Set- MailboxCalendarSettings -Identity” Conf Rm1 “- AutomateProcessing Auto Update
View Answer
You need to configure your Exchange Server 2007 computer so that a specific distribution group
will allow out-of-office responses from the mailboxes of members of the distribution group. What
should you do?
A. On the distribution group properties, enable out-of-office responses to be sent to message
senders.
B. On the distribution group properties, enable delivery reports to be sent to message senders.
C. On the default remote domain policy, enable out-of-office responses.
D. Re-create the distribution group as a security group.
View Answer
You need to configure the conference room resource mailboxes in your Exchange Server 2007
organization to remove attached files from meeting requests. Which cmdlet should you run?
A. Get-Mailbox - RecipientTypeDetails RoomMailbox; Set-MailboxCalendarSettings –
DeleteAttachments : $true
B. Get-Mailbox - RecipientTypeDetails RoomMailbox I Set- MailboxCalendarSettings –
DeleteAttachments: $true
C. Get-Mailbox - RecipientTypeDetails RoomMailbox I Set- MailboxCalendarSettings –
DeleteNonCalendarltems: $true
D. Get-Mailbox - RecipientTypeDetails RoomMailbox; Set-MailboxCalendarSettings –
DeleteNonCalendarltems : $true
View Answer
Your company’s Exchange Server 2007 organization has a mail-enabled public folder named
Monitoring. The folder is configured to receive automated alerts from the companys external
monitoring system. All corporate users can send e-mail to this public folder. Mail from the
monitoring system is being returned with a non-delivery report (NDR). You need to ensure that
the monitoring alerts will be received in the Monitoring public folder. What should you do?
A. Use Microsoft Office Outlook to assign anonymous users the permission to create items in the
Monitoring public folder.
B. Use Microsoft Office Outlook to assign default users the permission to create items in the
Monitoring public folder.
C. Run the Set-MailPublicFolder -RequireSenderAuthenticationEnabled: $true cmdlet for the
Monitoring public folder.
D. Run the Add-PublicFolderClientPermission -AccessRights: EditOwnedItems cmdlet for
anonymous users for the Monitoring public folder.
View Answer
A mailbox has 40 KB of mailbox rules. You need to move the mailbox from your Exchange Server
2007 computer to an Exchange Server 2003 computer at a remote site. How should you achieve
this goal?
A. Use the Exchange Task wizard in Exchange Server 2003.
B. Use the Move Mailbox wizard in Exchange Server 2007.
C. Run the Move-Mailbox cmdlet with the IgnoreRuleLimitErrors parameter.
D. Run the Move-Mailbox cmdlet with the IgnorePolicyMatch parameter.
View Answer
In your Exchange Server 2007 organization, a report of the Exchange server settings indicates
that the storage limits for the mailbox stores are not all the same. You need to create an
Exchange Management Shell script that will reconfigure all of the Exchange server mailbox stores
to have identical storage limits. How should you create the script to accomplish this goal?
A. Redirect the output of the Get-ExchangeServer cmdlet to the Set-Mailbox Database cmdlet
with the appropriate parameters.
B. Redirect the output of the Get-MailboxDatabase cmdlet to the Set-Mailbox cmdlet with the
appropriate parameters.
C. Redirect the output of the Get-MailboxDatabase cmdlet to the Set-MailboxDatabase cmdlet
with the appropriate parameters.
D. Redirect the output of the Get-Mailbox cmdlet to the Set-MailboxDatabase cmdlet with the
appropriate parameters.
View Answer
Your company normally does not allow out-of-office messages to be sent to users outside of your
Exchange 2007 organization. The company makes an exception for a business partner named
Northwind Traders. The SMTP domain for Northwind Traders is northwindtraders.com. You need
to configure your Exchange organization to allow out-of-office messages to be sent to e-mail
addresses in the northwindtraders.com domain. What should you do?
A. Add northwindtraders.com as a remote domain and set the appropriate options.
B. Add northwindtraders.com as an accepted domain and set the appropriate options.
C. Create a transport rule and set the appropriate options.
D. Create a Send connector for northwindtraders.com and set the appropriate options.
View Answer
A new virus is discovered in your Exchange Server 2007 organization. The file extension is .ext
for this virus. The current settings for attachment filtering are configured to delete specified
attachments and allow the message to be delivered. However the virus files are not being filtered.
You must stop the spread of this new virus. Neither the attachment nor the e-mail message
should reach the e-mail recipient. The message that contains the virus should not generate a
non-delivery report (NDR). You need to add a filter for the file extension of the virus. Which two
cmdlets should you run? (Each correct answer presents part of the solution. Choose two.)
A. Add- AttachmentFilterEntry -Name *.ext -type ContentType
B. Add- AttachmentFilterEntry -Name *.ext -type FileName
C. Set- AttachmentFilterListConfig -Action Reject - RejectMessage “None”
D. Set- AttachmentFilterListConfig -Action SilentDelete
View Answer
Your native Exchange Server 2007 environment has the following server roles installed:
Three Mailbox servers
One Hub Transport server named ExchHub1
One Edge Transport server named ExchEdge1
The human resources (HR) department uses a Windows SMTP relay with an IP address of
192.168.10.25. E-mail from the HR department to all employees must be sent from this relay.
You need to configure your Exchange environment to accept e-mail messages from the internal
HR SMTP relay.
Which cmdlet should you run?
A. New- ReceiveConnector -Name ‘HR e-mail’ -Server ExchHub1 - RemoteIPRanges
192.168.10.25 - AuthMechanism BasicAuth -Usage Internal
B. New- ReceiveConnector -Name ‘HR e-mail’ -Server ExchHub1 - RemoteIPRanges
192.168.10.25 - AuthMechanism BasicAuth -Usage Partner
C. New- ReceiveConnector -Name ‘HR e-mail’ -Server ExchEdge1 - RemoteIPRanges
192.168.10.25 - AuthMechanism BasicAuth -Usage Partner
D. New- ReceiveConnector -Name ‘HR e-mail’ -Server ExchEdge1 - RemoteIPRanges
192.168.10.25 - AuthMechanism BasicAuth -Usage External
View Answer
ou are preparing to configure Outlook Anywhere on your existing Exchange Server 2007
organization. A Mailbox server named ExchMb1 contains all of the mailboxes that will be
accessed by users who use Outlook Anywhere. A Client Access server named ExchCas1 is
available from the Internet. Users will access Outlook Anywhere with mail .contoso.com as the
host (A) name. You need to configure the Exchange organization so that Outlook Anywhere can
be used by Microsoft Office Outlook clients from the Internet. Which three actions should you
perform? (Each correct answer presents part of the solution. Choose three.)
A. Install RPC over HTTP Proxy on ExchCas1.
B. Install a valid SSL certificate for ExchMb1 on the default Web site.
C. Install a valid SSL certificate for ExchCas1 on the default Web site.
D. Install RPC over HTTP Proxy on ExchMb1.
E. Run the Enable-OutlookAnywherE.Server:ExchCas1 -ExternalHostName:mail.contoso.com –
SSLOffLoading:$falsE.ExternalAuthenticationMethod:Basic cmdlet.
F. Run the Enable-Outlook4nywherE.Server:ExchMb1 -ExternalHostName:mail.contoso.com –
SSLOffLoading:$truE.ExternalAuthenticationMethod:Basic cmdlet.
View Answer

Please Note: We keep on updating better answers to this site. In case you are looking for Jobs, Pls Click Here Vyoms.com - Best Freshers & Experienced Jobs Website.

View All Microsoft Certification Exams Interview Questions & Answers - Exam Mode / Learning Mode



User Options
India News Network

Latest 20 Questions
Payment of time- barred debt is: (a) Valid (b) Void (c) Illegal (d) Voidable
Consideration is defined in the Indian Contract Act,1872 in: (a) Section 2(f) (b) Section 2(e) (c) Section 2(g) (d) Section 2(d)
Which of the following is not an exception to the rule, "No consideration, No contract": (a) Natural love and affection (b) Compensation for involuntary services (c) Completed gift (d) Agency
Consideration must move at the desire of: (a) The promisor (b) The promisee (c) The promisor or any other party (d) Both the promisor and the promisee
An offer which is open for acceptance over a period of time is: (a) Cross Offer (b) Counter Offer (c) Standing Offer (d) Implied Offer
Specific offer can be communicated to__________ (a) All the parties of contract (b) General public in universe (c) Specific person (d) None of the above
_________ amounts to rejection of the original offer. (a) Cross offer (b) Special offer (c) Standing offer (d) Counter offer
A advertises to sell his old car by advertising in a newspaper. This offer is caleed: (a) General Offer (b) Special Offer (c) Continuing Offer (d) None of the above
In case a counter offer is made, the original offer stands: (a) Rejected (b) Accepted automatically (c) Accepted subject to certain modifications and variations (d) None of the above
In case of unenforceable contract having some technical defect, parties (a) Can sue upon it (b) Cannot sue upon it (c) Should consider it to be illegal (d) None of the above
If entire specified goods is perished before entering into contract of sale, the contract is (a) Valid (b) Void (c) Voidable (d) Cancelled
______________ contracts are also caled contracts with executed consideration. (a) Unilateral (b) Completed (c) Bilateral (d) Executory
A offers B to supply books @ Rs 100 each but B accepts the same with condition of 10% discount. This is a case of (a) Counter Offer (b) Cross Offer (c) Specific Offer (d) General Offer
_____________ is a game of chance. (a) Conditional Contract (b) Contingent Contract (c) Wagering Contract (d) Quasi Contract
There is no binding contract in case of _______ as one's offer cannot be constructed as acceptance (a) Cross Offer (b) Standing Offer (c) Counter Offer (d) Special Offer
An offer is made with an intention to have negotiation from other party. This type of offer is: (a) Invitation to offer (b) Valid offer (c) Voidable (d) None of the above
When an offer is made to the world at large, it is ____________ offer. (a) Counter (b) Special (c) General (d) None of the above
Implied contract even if not in writing or express words is perfectly _______________ if all the conditions are satisfied:- (a) Void (b) Voidable (c) Valid (d) Illegal
A specific offer can be accepted by ___________. (a) Any person (b) Any friend to offeror (c) The person to whom it is made (d) Any friend of offeree
An agreement toput a fire on a person's car is a ______: (a) Legal (b) Voidable (c) Valid (d) Illegal



Fresher Jobs | Experienced Jobs | Government Jobs | Walkin Jobs | Company Profiles | Interview Questions | Placement Papers | Companies In India | Consultants In India | Colleges In India | Exams In India | Latest Results | Notifications In India | Call Centers In India | Training Institutes In India | Job Communities In India | Courses In India | Jobs by Keyskills | Jobs by Functional Areas

Testing Articles | Testing Books | Testing Certifications | Testing FAQs | Testing Downloads | Testing Interview Questions | Testing Jobs | Testing Training Institutes

Gate Articles | Gate Books | Gate Colleges | Gate Downloads | Gate Faqs | Gate Jobs | Gate News | Gate Sample Papers | Gate Training Institutes

MBA Articles | MBA Books | MBA Case Studies | MBA Business Schools | MBA Current Affairs | MBA Downloads | MBA Events | MBA Notifications | MBA FAQs | MBA Jobs
MBA Job Consultants | MBA News | MBA Results | MBA Courses | MBA Sample Papers | MBA Interview Questions | MBA Training Institutes

GRE Articles | GRE Books | GRE Colleges | GRE Downloads | GRE Events | GRE FAQs | GRE News | GRE Training Institutes | GRE Sample Papers

IAS Articles | IAS Books | IAS Current Affairs | IAS Downloads | IAS Events | IAS FAQs | IAS News | IAS Notifications | IAS UPSC Jobs | IAS Previous Question Papers
IAS Results | IAS Sample Papers | IAS Interview Questions | IAS Training Institutes | IAS Toppers Interview

SAP Articles | SAP Books | SAP Certifications | SAP Companies | SAP Study Materials | SAP Events | SAP FAQs | SAP Jobs | SAP Job Consultants
SAP Links | SAP News | SAP Sample Papers | SAP Interview Questions | SAP Training Institutes |




Copyright ©2003-2024 CoolInterview.com, All Rights Reserved.
Privacy Policy | Terms and Conditions