Which two actions should you perform?
Your company network includes an On-Premises Windows Active Directory (AD) that has a
DNS domain named contoso.local and an email domain named contoso.com. You plan to
migrate from On-Premises Exchange to Office 365.
You configure DirSync and set all Azure Active Directory {Azure AD) usernames as
%username%@contoso.onmicrosoft.com.
You need to ensure that each user is able to log on by using the email domain as the
username.
Which two actions should you perform? Each correct answer presents part of the solution.
Which two actions should you perform?
You develop a Windows Store application that has a web service backend.
You plan to use the Azure Active Directory Authentication Library to authenticate users to
Azure Active Directory (Azure AD) and access directory data on behalf of the user.
You need to ensure that users can log in to the application by using their Azure AD
credentials.
Which two actions should you perform? Each correct answer presents part of the solution.
You need to prevent the service accounts in Windows AD from syncing with Azure AD
Your company plans to migrate from On-Premises Exchange to Office 365.
The existing directory has numerous service accounts in your On-Premises Windows Active
Directory (AD), stored in separate AD Organizational Units (OU) for user accounts.
You need to prevent the service accounts in Windows AD from syncing with Azure AD.
What should you do?
Which type of application should you add?
You manage an Azure Active Directory (AD) tenant
You plan to allow users to log in to a third-party application by using their Azure AD
credentials. To access the application, users will be prompted for their existing third-party
user names
and passwords. You need to add the application to Azure AD. Which type of application
should you add?
Which two actions should you perform?
You plan to use Password Sync on your DirSync Server with Azure Active Directory {Azure
AD) on your company network. You configure the DirSync server and complete an initial
synchronization of the users.
Several remote users are unable to log in to Office 365. You discover multiple event log
entries for “Event ID 611 Password synchronization failed for domain.”
You need to resolve the password synchronization issue.
Which two actions should you perform? Each correct answer presents part of the solution.
Which Transact-SQL statement should you use?
You develop a Microsoft SQL Server 2012 server database that supports an application. The
application contains a table that has the following definition:
CREATE TABLE Inventory
(ItemID int NOT NULL PRIMARY KEY,
ItemsInStore int NOT NULL,
ItemsInWarehouse int NOT NULL)
You need to create a computed column that returns the sum total of the ItemsInStore and
ItemsInWarehouse values for each row.
Which Transact-SQL statement should you use?
You need to allow users to access the application by using their Google accounts
You administer an Access Control Service namespace named contosoACS that is used by
a web application. ContosoACS currently utilizes Microsoft and Yahoo accounts. Several
users in your organization have Google accounts and would like to access the web
application through ContosoACS.
You need to allow users to access the application by using their Google accounts. What
should you do?
You need to improve the performance of the view by persisting data to disk
You need to reduce the amount of user consent prompts
You publish an application named MyApp to Azure Active Directory (Azure AD). You grant
access to the web APIs through OAuth 2.0. MyApp is generating numerous user consent
prompts. You need to reduce the amount of user consent prompts. What should you do?
You need to store the departure and arrival dates and times of flights along with time zone information
You develop a database for a travel application. You need to design tables and other
database objects.
You create the Airline_Schedules table.
You need to store the departure and arrival dates and times of flights along with time zone
information.
What should you do?