70-347 Premium Bundle

70-347 Premium Bundle

Enabling Office 365 Services Certification Exam

4.5 
(300 ratings)
0 QuestionsPractice Tests
0 PDFPrint version
November 23, 2024Last update

Microsoft 70-347 Free Practice Questions

Q1. Your company uses Office 365 and has an Enterprise E3 plan. The company has a 

Microsoft SharePoint Online public website that is currently configured to use the onmicrosoft.com domain name. 

The company purchases a new domain name. 

You need to change the address of the SharePoint Online public website to the new domain name. 

What should you do first? 

A. In the SharePoint Online Administration Center, add the new domain. 

B. In the Office 365 admin center, add the new domain. 

C. Create a new site collection and assign it the new domain. 

D. Create a new public website and assign it to the new domain. 

Answer:

Q2. You are the Office 365 administrator for your company. 

You need to configure Microsoft Lync Online to disable alerts for voicemail and instant messages to Windows Phones. 

What should you do? 

A. Use the Set-CsHostedVoiceMailPolicy Windows PowerShell cmdlet. 

B. Use the Set-CsPushNotificationConfiguration Windows PowerShell cmdlet. 

C. In the Lync admin center, select the Display presence information only to a user's contacts option. 

D. Use the Set-CsUser Windows PowerShell cmdlet. 

Answer:

Reference: 

http://technet.microsoft.com/en-us/library/dn362807.aspx 

Q3. HOTSPOT 

You are the Microsoft Exchange Online administrator for your company. The company has been using Exchange Online for over two years. 

Employees report that items are disappearing from their primary mailboxes. You discover that an old retention policy is enabled for the employee mailboxes. 

You need to ensure that items are not automatically removed from employees' primary mailboxes. 

How should you complete the relevant Windows PowerShell script? To answer, select the correct code segment from each list in the answer area. 

Answer:  

Q4. You manage an Office 365 tenant that uses an Enterprise E1 subscription. 

You need to ensure that users are informed when Exchange Online Protection quarantines email messages. 

A. Enable-JournalRule 

B. New-RetentionPolicyTag 

C. Start-ManagedFolderAssistant 

D. Set-CsUser 

E. Set-CsPrivacyConfiguration 

F. Set-HostedContentFilterPolicy 

G. Set-MalwareFilterPolicy 

H. Set-MailboxJunkEmailConfiguration 

Answer:

Explanation: 

Use the Set-MalwareFilterPolicy cmdlet to modify malware filter policies in your organization. 

Example 1 

This example modifies the malware filter policy named Contoso Malware Filter Policy with the following settings: 

Delete messages that contain malware. 

Don't notify the message sender when malware is detected in the message. 

Notify the administrator admin@contoso.com when malware is detected in a message from an internal sender. 

Set-MalwareFilterPolicy -Identity "Contoso Malware Filter Policy" -Action DeleteMessage -EnableInternalSenderAdminNotifications $true -InternalSenderAdminAddress admin@contoso.com 

Reference: Set-MalwareFilterPolicy 

https://technet.microsoft.com/en-us/library/jj215689(v=exchg.150).aspx 

Q5. Your company uses Microsoft Exchange Online. Employees frequently need to change their primary email addresses. 

The messaging operations team has requested a script to simplify the process of changing email addresses. 

The script must perform the following actions: 

. Obtain employee information from a .csv file that has a header line of UserPrincipalName,CurrentPrimaryAddress,NewPrimaryAddress. 

. Change employees' primary email addresses to the values in the NewPrimaryAddress column. 

. Retain employees' current email addresses as secondary addresses. 

You create the following Windows PowerShell script to read the .csv file. Line numbers are included for reference only. 

You need to complete the script to meet the requirements. 

Which Windows PowerShell command should you insert at line 06? 

A. Set-Mailbox -Identity $UserPrincipalName -EmailAddresses @{add="SMTP:" + "$NewPrimary"; remove="SMTP:" + "$OldPrimary"} 

B. Set-Mailbox -Identity $UserPrincipalName -EmailAddresses @{add="SMTP:" + "$NewPrimary", "smtp:" + "$OldPrimary"; remove="SMTP:" + "$OldPrimary"} 

C. Set-Mailbox -Identity $UserPrincipalName -EmailAddresses @{add="SMTP:" + "$NewPrimary"} 

D. Set-Mailbox -Identity $UserPrincipalName -PrimarySmtpAddress $NewPrimary 

Answer:

Explanation: We add the new e-mail address. We retain the old email address by not removing it. 

Incorrect: 

Not A: We should keep the old address. 

Not B: We should keep the old address. 

Not D: This just change the PrimarySmtpAddress. We need to retain the old address. 

Note: You can add a new email address to multiple mailboxes at one time by using the Shell and a comma separated values (CSV) file. This example imports data from C:\Users\Administrator\Desktop\AddEmailAddress.csv, which has the following format. Mailbox,NewEmailAddress Dan Jump,danj@northamerica.contoso.com David Pelton,davidp@northamerica.contoso.com Kim Akers,kima@northamerica.contoso.com Janet Schorr,janets@northamerica.contoso.com Jeffrey Zeng,jeffreyz@northamerica.contoso.com Spencer Low,spencerl@northamerica.contoso.com Toni Poe,tonip@northamerica.contoso.com 

Run the following command to use the data in the CSV file to add the email address to each mailbox specified in the CSV file. 

Import-CSV "C:\Users\Administrator\Desktop\AddEmailAddress.csv" | ForEach {Set-Mailbox $_.Mailbox -EmailAddresses @{a 

Reference: Add or remove email addresses for a mailbox 

https://technet.microsoft.com/en-us/library/bb123794(v=exchg.160).aspx 

Q6. You are the Office 365 administrator for your company. The company uses Office 365 ProPlus and has multiple Microsoft SharePoint Online sites. 

The company recently started a project that requires employees to collaborate with external users on the development of a set of documents that are stored in a team site. 

You need to ensure that external users can access and edit the documents without affecting the security of other content. 

What should you do? 

A. Create a new SharePoint team site and share it by using the Share function and adding the external users to the Visitors group. 

B. Create a new SharePoint team site and share it by using the Share function and adding the external users to the Contributors group. 

C. Share the existing SharePoint team site by using the Share function and adding the external users to the Visitors group. 

D. Share the existing SharePoint team site by using the Share function and adding the external users to the Contributors group. 

Answer:

Q7. DRAG DROP 

Your company uses Office 365. You are planning a user-driven deployment of Office 365 ProPlus. 

You need to provide users with the minimum requirements for running Office 365 ProPlus. 

Which requirements should you provide? To answer, drag the appropriate requirements to the correct targets. Each requirement 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. 

Answer:  

Q8. HOTSPOT 

You are the Office 365 administrator for a company. You have a level 1 help desk that helps troubleshoot user issues. 

You must allow help desk personnel to generate reports on user configurations for Office 365 ProPlus Outlook clients. Help desk personnel must not require user input to generate the reports. 

You need to create an Office Configuration Analyzer Tool script. 

How should you configure the Office Configuration Analyzer Tool script? To answer, select the appropriate option from each list in the answer area. 

Answer:  

Q9. You are deploying an Office 365 tenant that uses an Enterprise E3 subscription. You plan to deploy Office 365 ProPlus to client computers. You create the following Office customization file. Line numbers are included for reference only: 

The Office 365 ProPlus deployment must meet the following requirements: 

Sales users must use the 32-bit version. 

Sales users must not launch Microsoft Access. 

Engineering users must not use OneDrive for Business. 

Engineering users must be able to monitor the Office installation progress. 

. Sales users must not be notified of the Office installation. 

You need to modify the configuration file to meet the requirements. 

Which two lines in the configuration file should you modify? Each correct answer presents part of the solution. 

A. For the sales users, modify line 11. 

B. For the engineering users, modify line 02. 

C. For the sales users, modify line 02. 

D. For the engineering users, modify line 10. 

E. For the sales users, modify line 10. 

F. For the engineering users, modify line 11. 

Answer: C,D 

Explanation: C: For the Sales users we must change line to OfficeClientEdition="32" 

D: For Engineering users the diplay level must be change from None to Full. If Level is set to Full, the user sees the normal Click-to-Run user interface: Automatic start, application splash screen, and error dialog boxes. 

Note: The value “Groove” is used to exclude OneDrive for Business. 

Incorrect: 

Not E: Display level is already None. 

Reference: Reference for Click-to-Run configuration.xml file 

https://technet.microsoft.com/en-us/library/jj219426.aspx#BKMK_DisplayElement 

Q10. Your company has a hybrid deployment of Office 365. You need to identify which certificate is used for token signing between the on-premises environment and Office 365. Which tool should you use? 

A. the Exchange Management Console 

B. the AD FS 2.0 Management console 

C. the Active Directory Domains and Trusts snap-in 

D. the Office 365 portal E. the Certificates snap-in 

Answer:

Q11. DRAG DROP 

You are the Office 365 administrator for your company. User1 has shared a link to edit a document with an external user. 

The shared document must not be modified. 

You need to update the sharing permissions so that the external user can display, but not modify, the document. 

In which order should you perform the actions? To answer, move all actions from the list of actions to the answer area and arrange them in the correct order. 

Answer:  

Q12. You are the Office 365 administrator for your company. The company environment includes Office 2007, Office 2010, Office 2013, Windows 7, and Windows 8. Office Telemetry logging has been enabled in the environment. 

The company plans to use coauthoring. 

You need to gather information about Microsoft Excel XLS real-time data (RTD) add-ins. 

Which two methods can you use to achieve this goal? Each correct answer presents a complete solution. 

A. Open workbooks by using Excel 2013 on client computers that run Windows 7. 

B. Open workbooks by using Excel 2013 on client computers that run Windows 8. 

C. Open workbooks by using Excel 2007 or Excel 2010 on client computers that run Windows 7. 

D. Open workbooks by using Excel 2007 or Excel 2010 on client computers that run Windows 8. 

Answer: A,B 

Explanation: 

References: http://msdn.microsoft.com/en-us/library/office/jj230106(v=office.15).aspx http://technet.microsoft.com/en-us/library/jj863580(v=office.15).aspx 

Q13. DRAG DROP 

An organization has an on-premises Exchange organization that consists of two Active Directory forests in an account and resource forest configuration. The resource forest hosts Exchange 2013. You plan to migrate to Exchange Online. 

You need to prepare for the migration. 

Which three actions should you perform in sequence? To answer, move the appropriate actions form the list of actions to the answer area and arrange them in the correct order. 

Answer:  

Q14. HOTSPOT 

Contoso, Ltd., has an Office 365 tenant. All employees have Exchange Online mailboxes. You have an existing ActiveSync mailbox policy named Contoso-ActiveSync-Policy that applies to all sales users. 

You must prevent Sales users from copying their Exchange contacts to the native address book of their mobile devices while they are using OWA for Devices. 

You need to ensure that all sales users comply with the new policy. 

How should you complete the relevant Windows PowerShell command? To answer, select the appropriate Windows PowerShell segment from each list in the answer area. 

Answer:  

Q15. A company is upgrading its 3,000 client computers to Office 365 ProPlus. The company uses the Telemetry Dashboard to identify document compatibility issues. The Telemetry Agent is deployed to all client computers. The telemetry environment is described in the following table. 

You need to ensure that telemetry data is collected for more than 20 client computers at a time. 

What should you do? 

A. Migrate the telemetry database to a computer that runs SQL Server 2008. 

B. Use the Registry Editor to trigger the data collection. 

C. Use Group Policy to set the MaxConnectionsPerServer setting to 100. 

D. Migrate the Telemetry Processor to a computer that runs Windows Server 2012. 

Answer:

Explanation: 

http://technet.microsoft.com/en-us/library/jj219431(v=office.15).aspx 

Telemetry Processor runs on one or more computers and collects inventory, usage, and telemetric data from the telemetry shared folder and imports the data to the telemetry database. Telemetry Processor is installed as a Windows service named “Telemetry Processor.” 

We recommend the following operating systems for computers that run Telemetry Processor: 

For production environments for best performance, we recommend these operating systems: 

.Windows Server 2008 

.Windows Server 2008 R2 

.Windows Server 2012 

.Windows Server 2012 R2 

For test or small production environments You can use computers that run Windows 7, Windows 8, and Windows 8.1 in test environments and in small production environments. 

There is a limit of 20 concurrent connections for client operating systems, but in small environments, the agent randomization setting should minimize any chances of more than 20 agents connecting at one time. 

http://technet.microsoft.com/en-us/library/jj863580(v=office.15).aspx 

START 70-347 EXAM