Which two actions should you perform?
A company named Contoso, Ltd. has an Exchange Server 2013 organization that contains two
servers.
Contoso has a subsidiary named Fabrikam, Inc. All users have mailboxes in the Contoso organization.
You implement an address book policy (ABP) for the users from Fabrikam.
A company policy states that the users from Contoso must not be able to view the contact cards of
the Fabrikam users.
You need to implement a solution to meet the requirement of the company policy.
Which two actions should you perform? Each correct answer presents part of the solution.
What are two possible recommendations?
Your company has a main office and three branch offices.
You have an Exchange Server 2013 organization. The main office contains five Exchange servers.
Each branch office contains two Exchange servers. All of the servers have all of the Exchange server
roles installed. Each branch office contains one database availability group (DAG).
You need to recommend a load balancing solution for the branch offices. The solution must ensure
that both servers in each office are the targets of all client connections.
What are two possible recommendations? Each correct answer presents a complete solution.
What is best way to achieve the goal?
You have an Exchange Server 2013 organization named contoso.com that contains 10 servers.
Your company purchases a company named Fabrikam, Inc. Fabrikam has an Exchange Server
organization named fabrikam.com. All of the email messages sent between the organizations is
routed over the Internet.
You need to ensure that the email messages sent from contoso.com to fabrikam.com are encrypted.
What is best way to achieve the goal? More than one answer choice may achieve the goal. Select the
BEST answer.
You need to ensure that Edge3 performs recipient filtering
You have an Exchange Server 2013 organization that contains two Edge Transport servers. The Edge
Transport servers are configured to perform recipient filtering.
You deploy a new Edge Transport server named Edge3.
You need to ensure that Edge3 performs recipient filtering.
What should you do?
What should you implement?
You have an Exchange Server 2013 on-premises organization and a Microsoft Office 365 tenant.
All mailboxes are hosted on-premises.
You need to implement an archiving solution for all users. The solution must ensure that all mailbox
content older than 18 months is moved to Personal Archives in Office 365.
What should you implement?
Use the drop-down menus to select the answer choice that completes each statement.
What should you include in the recommendation?
In Europe, your company has one main office and five branch offices. In Asia, the company has one
main office and five branch offices. Each main office contains a data center.
The network contains an Active Directory forest. The forest contains a single domain named
contoso.com. Each office is configured as an Active Directory site.
All client computers are joined to the domain.
You plan to deploy Exchange Server 2013 servers to both data centers.
You need to recommend a client connectivity solution that meets the following requirements:
Users who connect from the Internet must be configured automatically to connect to their mailbox
by using Outlook Anywhere.
Users from the branch offices must use Outlook Anywhere to connect to the Client Access servers in
their respective region.
What should you include in the recommendation?
Which code segment should you use?
Which expression should you insert into each function?
DRAG DROP
You are validating user input by using JavaScript and regular expressions.
A group of predefined regular expressions will validate two input fields:
An email address in a function named validateEmail (for example, firstname@contoso.com)
A nine-digit number that allows optional hyphens after the second and fifth character in a
function named validateSSN(for example, 555555555 or 555-55-5555)
You need to use the correct expression to validate the input.
Which expression should you insert into each function? (To answer, drag the appropriate
regular expression statement to the correct location. Each regular expression statement 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.)
You need to ensure that the data validation requirement is met
You are developing a customer contact form that will be displayed on a page of a company’s
website. The page collects information about the customer.
If a customer enters a value before submitting the form, it must be a valid email address.
You need to ensure that the data validation requirement is met.
What should you use?