Free Download Lead2pass Microsoft 70-342 Exam Dumps and Questions (81-90)

Lead2pass Microsoft 70-342 practice tests are composed of latest exam questions formulate an actual exam scenario with an intent to expose your potentials and latent skills. Our Microsoft practice tests encompass all the fundamental of Microsoft 70-342 exam formats, orients your efforts towards guaranteed success for Microsoft 70-342 exams. You can hit your target with assurance if you have opted for our practice test training.

QUESTION 81
You have an Exchange Server 2013 organization that contains a database available group (DAG) named DAG1. DAG1 contains three Mailbox servers named Server1, Server2, and Server3. DAG1 contains a mailbox database copy named DB1.
You implement a lagged copy of DB1 on Server3. The copy lag time is seven days.
You need to ensure that copies of successfully processed email messages are stored on Server1 and Server2 for seven days.
What should you modify?

A.    The Shadow Redundancy settings
B.    The Safety Net settings
C.    The settings of DAG1
D.    The settings of DB1

Answer: B
Explanation:
Microsoft Exchange 2013 Safety Net is a new feature in Exchange Server 2013 that prevents data loss by maintaining a queue of successfully delivered messages.
The Exchange 2013 Safety Net is essentially a delivery queue that exists on each Exchange 2013 mailbox server. Each time a message is delivered to a database, a copy of that message is held within the Safety Net. The message copy remains in the Safety Net until its expiration date, which is determined by the administrator.

QUESTION 82
You have an Exchange Server 2013 organization. All users are issued certificates from an internal certification authority (CA). Users who have a laptop can access their mailbox from the Internet by using Outlook Anywhere.
When the users attempt to view or to create digitally signed email messages while they are connected to the Internet, the users receive a warning message.
When the users use their laptop on the internal network, the users do not receive a warning message.
You need to ensure that the users can send and receive digitally signed email messages without receiving a warning message.
What should you do?

A.    Publish the root certificate of the CA to a server that is accessible from the Internet.
B.    Publish the certificate revocation list (CRL) to a server that is accessible from the Internet.
C.    Install a trusted root CA certificate on all Client Access servers.
D.    Install a trusted root CA certificate on all of the laptops.

Answer: B
Explanation:
It works inside the network. Therefore the CA is trusted. Without access to the CRL, you’ll get an error saying A revocation check could not be performed for the certificate.
http://technet.microsoft.com/nl-nl/magazine/2008.06.smime%28en-us%29.aspx

QUESTION 83
You have an Exchange Server 2013 organization.
You successfully migrate the public folders from a previous version of Exchange Server.
You discover that one of the public folder mailboxes almost reached its quota size.
You need to move some of the public folders in the public folder mailbox to another public folder mailbox. What should you run?

A.    Set-PublicFolderMailbox
B.    Merge PublicFolderMailbox.ps1
C.    Split PublicFolderMailbox.ps1
D.    New-PublicFolderMigrationRequest

Answer: C
Explanation:
You can either perform a publicfoldermoverequest, or run the splitpublicfoldermailbox.ps1 script.
* Split-PublicFolderMailbox.ps1
Splits the given public folder mailbox based on the size of the folders.
* If the content of a public folder mailbox begins to exceed your mailbox quotas, you may need to move public folders to a different public folder mailbox. There are a couple ways to do this. To move one or more public folders that don’t contain subfolders, you can use the PublicFolderMoveRequest cmdlets.
Reference: Move a Public Folder to a Different Public Folder Mailbox

QUESTION 84
Hotspot Question
Your network contains two Active Directory sites named Site1 and Site2.
You have an Exchange Server 2013 organization that contains six servers. The servers are configured as shown in the following table.

wpsE0C9.tmp_thumb

All of the mailbox databases replicate to all of the servers.
Users in Site1 connect to sitel-mail.contoso.com to access their mailbox. Users in 5ite2 connect to site2-mail.contoso.com to access their mailbox. All of the users use Microsoft Outlook 2013.
You need to identify which DNS modification must be made to fail over the email services from Site1 to Site2.
Which DNS modification should you identify? (To answer, select the appropriate record to modify and the new data for the record in the answer area.)

wps1706.tmp_thumb

Answer:

wps3A6F.tmp_thumb

QUESTION 85
Drag and Drop Question
You have an Exchange Server 2013 organization and a Microsoft Lync Server 2013 infrastructure. You plan to implement voice mail for all users.
You need to prepare the environment for the planned implementation.
Which tool should you run in each environment? (To answer, drag the appropriate tool to the correct environment or environments. Each tool may be used once, more than once, or not at all. You may need to drag the split bar between panes or scroll to view content.)

wps76B4.tmp_thumb

Answer:

wps974F.tmp_thumb

QUESTION 86
Hotspot Question
You have an Exchange Server 2013 organization that has mailbox audit logging enabled for all
users.
You deploy two third-party applications named App1 and App2. Both applications access a
mailbox named Mailbox1.
App1 uses a mail-enabled user account named App1_user. App2 uses a mailbox-enabled user account named App2_user.
You need to prevent the audit logs from containing entries that relate to App2.
Which command should you run? (To answer, select the appropriate options in the answer area.)

wpsD134.tmp_thumb

Answer:

wpsFB70.tmp_thumb

Explanation:
http://technet.microsoft.com/en-us/library/ff461934%28v=exchg.150%29.aspx
http://technet.microsoft.com/en-us/library/c925a5ef-ed07-4c31-b074-7ac04aa709f6%28v=exchg.150%29#Examples

QUESTION 87
You have an Exchange Server 2013 organization that has Unified Messaging (UM) enabled for all mailboxes.
The organization is configured to use an IP gateway to connect to a legacy PBX.
An administrator recently performed some configuration changes. After the changes, users report that their voice mail is no longer being delivered to their Exchange Server mailbox. The users do not report any other problem.
You need to identify which configuration change causes the issue.
Which cmdlet should you run?

A.    Test-UMConnectivity
B.    Test-CsExUMConnectivity
C.    Test-ExchangeUMCallFlow
D.    Test-CsExUMVoiceMail

Answer: A

QUESTION 88
You have an Exchange Server organization. The organization contains servers that have either Exchange Server 2010 or Exchange Server 2013 installed.
You hire a new helpdesk technician named helpdesk1. Helpdesk1 is a member of the Recipient Management management role group.
You discover that helpdesk1 created nine new mailbox-enabled users by using the New-Mailbox command.
You need to identify which management role provides helpdesk1 with the permissions to create new mailbox-enabled users.
Which cmdlets should you run?

A.    Get-ManagementRoleEntry and Get-ManagementRoleAssignment
B.    Get-RolegroupMember and Get-ManagementRoleAssignment
C.    Get-ManagementRoleEntry and Get-RoleGroup
D.    Get-Rolegroup and Get-RoleGroupMember

Answer: A
Explanation:
* Use the Get-ManagementRoleEntry cmdlet to retrieve management role entries that have been configured on management roles.
* Use the Get-ManagementRoleAssignment cmdlet to retrieve management role assignments.
http://technet.microsoft.com/en-us/library/dd335210%28v=exchg.150%29.aspx
http://technet.microsoft.com/en-us/library/dd351024%28v=exchg.150%29.aspx

QUESTION 89
Drag and Drop Question
You company has offices in the United States and Germany.
Each office contains several servers that have Exchange Server 2013 installed. The Exchange Server organization is configured for Unified Messaging (UM). Each office contains an IP-PBX device.
You need to ensure that callers to the German office can navigate the voice mail system menu in German.
In which sequence should you perform the actions? (To answer, move all of the actions from the list of actions to the answer area and arrange them in the correct order.)

wps5276.tmp_thumb

Answer:

wps7468.tmp_thumb

QUESTION 90
You need to configure transport rules to meet the technical requirements for the PII data and the financial data.
How should you configure the rules? To answer, disable the appropriate rule or rules in the answer area.

wpsC0D4.tmp_thumb

Answer:

wpsEB5E.tmp_thumb

Explanation:
I don’t see how disabling all but the two “allow override” rules is the answer.

Lead2pass provides guarantee of Microsoft 70-342 exam because, Lead2pass is an authenticated IT certifications site and the high class of the products are developed due to extensive hiring of the experts staff. Our 70-342 study guide is regularly updated with explanations . That’s why; Lead2pass assures you a high passing rate in the Microsoft exam and the success is must with the use of 70-342 practice exam materials.

http://www.lead2pass.com/70-342.html

Lead2pass Testking Pass4sure Actualtests Others
$99.99 $124.99 $125.99 $189 $29.99-$49.99
Up-to-Dated
Real Questions
Error Correction
Printable PDF
Premium VCE
VCE Simulator
One Time Purchase
Instant Download
Unlimited Install
100% Pass Guarantee
100% Money Back