Question : You administer a DirSync server configured with Azure Active Directory (Azure AD). You need to provision a user in Azure AD without waiting for the default DirSync synchronization interval. What are two possible ways to achieve this goal? Each correct answer presents a complete solution.
A. Restart the DirSync server.
B. Run the Start-OnlineCoexistenceSync PowerShell cmdlet.
C. Run the Enable-SyncShare PowerShell cmdlet.
D. Run the Azure AD Sync tool Configuration Wizard.
First way: Run Sync wizard and leave the Synchronize your directories now check box
Second way: Powershell to Start-OnlineCoexistenceSync
so the given ans B and D are correct.
Question : You administer an Azure Web Site named contosoweb that is used to sell various products. Contosoweb experiences heavy traffic during weekends. You need to analyze the response time of the product catalog page during peak times, from different locations. What should you do? 1. Configure endpoint monitoring. 2. Add the Requests metric. 3. Access Mostly Uused Products by 50000+ Subscribers 4. Turn on Detailed Error Messages.
Explanation: ailed Request Tracing - Turn on failed request tracing to capture information for failed client requests, such as a 400 series HTTP status code. Failed request tracing produces an XML document that contains a trace of which modules the request passed through in IIS, details returned by the module, and the time the module was invoked. This information can be used to isolate which component the failure occurred in.
ITs not even remotely connected with response time
Question : Your company has a subscription to Azure. You configure your contoso.com domain to use a private Certificate Authority. You deploy a web site named MyApp by using the Shared (Preview) web hosting plan. You need to ensure that clients are able to access the MyApp website by using https.
What should you do?
1. Back up the Site and import into a new website. 2. Use the internal Certificate Authority and ensure that clients download the certificate chain. 3. Access Mostly Uused Products by 50000+ Subscribers 4. Change the web hosting plan to Standard.