Welcome to TestSimulate

Pass Your Next Certification Exam Fast!

Everything you need to prepare, learn & pass your certification exam easily.

365 days free updates. First attempt guaranteed success.

Microsoft Planning and Configuring a Messaging Platform (MS-200) Free Practice Test

Question 1
You have an on-premises Microsoft Exchange Server 2019 organization. The organization has network scanners that use Basic authentication for IMAP and SMTP.
You need to prevent users from using Basic authentication. The solution must minimize disruptions to existing applications and devices.
Which four actions should you perform in sequence? To answer, move the appropriate actions from the list of actions to the answer area and arrange them in the correct order.
NOTE: More than one order of answer choices is correct. You will receive credit for any of the correct orders you select.
Correct Answer:

Explanation
Question 2
HOTSPOT
You have a Microsoft Exchange Server 2019 organization that contains a Mailbox server named EX01. EX01 contains a mailbox database named MailDB01.
You attach a new hard drive named F to EX01. On drive F, you create a folder named Databases.
You plan to run the following command on EX01.
Move-DatabasePath -Identity MailDB01 -EdbFilePath
F:\Databases\MailDB1.edb -ConfigurationOnly $false
What is the effect of running the command? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.
Correct Answer:

Explanation

References:
https://docs.microsoft.com/en-us/powershell/module/exchange/mailbox-databases-and-servers/move-databasepat
Question 3
You have a Microsoft Exchange Server 2019 organization.
Active Directory contains the site links shown in the following table.

Site1 is configured as a hub site.
You have the Mailbox servers shown in the following table.

On the Mailbox servers, you have the mailboxes shown in the following table.

For each of the following statements, select Yes if the statement is true. Otherwise, select No.
NOTE: Each correct selection is worth one point.
Correct Answer:

Explanation

References:
https://docs.microsoft.com/en-us/exchange/route-mail-between-active-directory-sites-exchange-2013-help
Question 4
Your company has two offices. The offices are located in New York and Los Angeles. Each office is configured as an Active Directory site. The offices have a direct connection to each other.
You plan to deploy a Microsoft Exchange Server 2019 organization. Each office will contain multiple Exchange servers. Each office will connect directly to the Internet.
You need to plan the Send connectors for the organization to meet the following requirements:
Ensure that email can be delivered to the Internet if a connection to the Internet fails.
Minimize the likelihood that the connection between the offices is used to deliver email messages to the Internet.
Which two actions should you perform? Each correct answer presents part of the solution.
NOTE: Each correct selection is worth one point.

Correct Answer: B,D
Explanation: Only visible for TestSimulate members. You can sign-up / login (it's free).
Question 5
Your network contains a Microsoft Exchange Server 2019 server that has two mailbox databases.
You add new hard disk drives (HDDs) to the server. You add a new folder structure to the HDDS.
You need to move the mailbox databases to the new HDDs.
What should you do first?

Correct Answer: D
Explanation: Only visible for TestSimulate members. You can sign-up / login (it's free).
Question 6
HOTSPOT
You have a Microsoft Exchange Server 2019 organization named litwareinc.com.
The organization publishes Exchange services by using a namespace of mail.litwareinc.com.
You deploy a new server named EX10 to the organization.
User reports that sometimes they receive warnings about certificate errors when they connect to their mailbox.
The warning message reference is ex10.litwareinc.com.
You need to resolve the issue.
How should you complete the command? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.
Correct Answer:

Explanation
Question 7
You have a Microsoft Exchange Server 2019 organization that has a database availability group (DAG) named DAG1.
DAG1 contains three members. One of the members contains a mailbox database copy that has a replay lag time of six days.
You need to configure the Exchange organization to minimize the likelihood of an email message being lost if a member of DAG1 fails.
The value of which attribute should you modify?

Correct Answer: B
Question 8
Your network contains an Active Directory forest. The forest contains two domains named litware.com and exchange.litware.com and a Microsoft Exchange Server 2019 organization.
The relevant servers are configured as shown in the following table.

EX01 and EX02 have Exchange Server 2019 installed and are in a database availability group (DAG) named DAG01.
You need to add in additional server to DAG01.
Which server should you add?

Correct Answer: D
Question 9
You manage a Microsoft Exchange Server 2019 organization that sends 100,000 email messages to the Internet daily. The messages are routed through a single smart host by using a single Send connector that has an address space of *.
Your network contains an Active Directory site named Site01 that has all the Exchange servers. You have a disaster recovery site named Site02 that has several SMTP servers.
The smart host fails.
You need to deliver queued messages to the Internet as quickly as possible.
What should you do?

Correct Answer: D
Question 10
Your network contains two Active Directory sites named Site1 and Site2.
You deploy a new Microsoft Exchange Server 2019 organization that contains a Mailbox server in each site.
You need to configure the organization to use a single namespace for Autodiscover.
What should you do?

Correct Answer: D
Question 11
You company has a Microsoft Exchange Online subscription.
The human resources (HR) department at the company has a shared mailbox named HRMailbox.
Users in the HR department receive the following error message when they attempt to send email messages from HRMailbox.
554 5.2.2 mailbox full;
STOREDRV.Submission.Exception:QuotaExceededException.MapiExceptionQuotaExceeded.
You verify HRMailbox and discover that ProhibitSendQuota is 49.5 GB, and TotalItemSize is 50 GB.
You need to allow the department users to send email from HRMailbox.
What should you do first?

Correct Answer: C
Explanation: Only visible for TestSimulate members. You can sign-up / login (it's free).
Question 12
You have an enterprise data warehouse in Azure Synapse Analytics that contains a table named FactOnlineSales. The table contains data from the start of 2009 to the end of 2012.
You need to improve the performance of queries against FactOnlineSales by using table partitions. The solution must meet the following requirements:
- Create four partitions based on the order date.
- Ensure that each partition contains all the orders placed during a given calendar year.
How should you complete the T-SQL command? To answer, select the appropriate options in the answer area.
MOTE: I ach correct selection is worth one point.
Correct Answer:

Explanation
CREATE TABLE [dbo].[FactInternetSales]
(
[ProductKey] int NOT NULL
, [OrderDateKey] int NOT NULL
, [CustomerKey] int NOT NULL
, [PromotionKey] int NOT NULL
, [SalesOrderNumber] nvarchar(20) NOT NULL
, [OrderQuantity] smallint NOT NULL
, [UnitPrice] money NOT NULL
, [SalesAmount] money NOT NULL
)
WITH
( CLUSTERED COLUMNSTORE INDEX
, DISTRIBUTION = HASH([ProductKey])
, PARTITION ( [OrderDateKey] RANGE RIGHT FOR VALUES
(20000101,20010101,20020101
,20030101,20040101,20050101
)
)
)
;
Question 13
After a power failure, some users in the London office report that they cannot access email. You need to restore mailbox access for the affected users as quickly as possible.
What should you do?

Correct Answer: C
Question 14
You need to configure a Microsoft Exchange Server 2019 organization to meet the following requirements:
* Retain connectivity log data for up to 60 days.
* Retain message tracking log data for up to 60 days.
What should you use to meet each requirement? To answer, drag the appropriate tools to the correct requirements. 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.
NOTE: Each correct selection is worth one point.
Correct Answer:

Explanation

Reference:
https://docs.microsoft.com/en-us/powershell/module/exchange/mail-flow/set-transportservice?view=exchange-p