http://https://www.lead1pass.com/Microsoft/70-533-practice-exam-dumps.html (310 Q&As Dumps, 30%OFF Special Discount: 30free )
NEW QUESTION NO: 8
You administer a cloud service.
You plan to host two web applications named contosoweb and contosowebsupport.
You need to ensure that you can host both applications and qualify for the Azure Service Level Agreement.
You want to achieve this goal while minimizing costs.
How should you host both applications?
A. in different web roles with two instances in each web role
B. in the same web role with two instances
C. in different web roles with one instance in each web role
D. in the same web role with one instance
Answer: B
Explanation/Reference:
Explanation:
A cloud service must have at least two instances of every role to qualify forthe Azure Service Level Agreement, which guarantees external connectivity to your Internet-facing roles at least 99.95 percent of the time.
References:
http://azure.microsoft.com/en-us/documentation/articles/cloud-services-what-is/
NEW QUESTION NO: 9
You manage an Azure virtual network that hosts 15 virtual machines (VMs) on a single subnet, which is used for testing a line of business (LOB) application. The application is deployed to a VM named TestWebServiceVM.
You need to ensure that TestWebServiceVM always starts by using the same IP address. You need to achieve this goal by using the least amount of administrative effort.
What are two possible ways to achieve the goal? Each correct answer presents a complete solution.
A. Run the following Azure PowerShell cmdlet: Set-AzureStaticVNetIP
B. Use the Azure portal to configure TestWebServiceVM.
C. Run the following Azure PowerShell cmdlet: Get-AzureReservedIP
D. Use RDP to configure TestWebServiceVM.
Answer: A,B
Explanation/Reference:
Explanation:
References:
https://msdn.microsoft.com/en-us/library/azure/dn722490.aspx
NEW QUESTION NO: 10
You are developing a REST API service that provides data about products.
The service will be hosted in an Azure virtual machine (VM). The product data must be stored in Azure tables and replicated to multiple geographic locations. API calls that use the HTTP GET operation must continue to function when the data tables at the primary Azure datacenter are not accessible.
You need to configure storage for the service.
Which type of replication should you choose?
A. Locally Redundant Storage replication
B. Geo-Redundant Storage replication
C. Zone-Redundant Storage replication
D. Read-Access Geo-Redundant Storage replication
Answer: D
Explanation/Reference:
Explanation:
NEW QUESTION NO: 11
You are developing a Windows Azure application in which a web role and worker role will communicate by using a Windows Azure Queue.
You need to recommend an approach for ensuring that the worker role does not attempt to process any message more than three times.
What should you recommend?
A. Appropriately handle poison messages.
B. Decrease the visibility timeout for messages.
C. Reduce the time-to-live interval for messages in the queue.
D. Increase the number of worker role instances reading messages from the queue.
Answer: A
Explanation/Reference:
Explanation:
Poison message support Yes Yes To find "poison" messages in Windows Azure Queues, when dequeuing a message the application examines the DequeueCount property of the message. If DequeueCount is above a given threshold, the application moves the message to an application-defined "dead letter" queue.
NEW QUESTION NO: 12
DRAG DROP
You create a virtual machine (VM) in Azure. The VM runs an important line of business application.
Users report that the application is slow and unstable.
You need to enable diagnostics for the VM.
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.
Select and Place:

Answer:

Explanation/Reference:
References:
https://azure.microsoft.com/en-gb/documentation/articles/insights-how-to-use-diagnostics/
NEW QUESTION NO: 13
DRAG DROP
You have a virtual machine (VM) that runs in Azure. The VM is located in a geographically distant location from you.
You experience performance issues when you connect to the VM.
You need to resolve the performance issue.
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.
Select and Place:

Answer:

NEW QUESTION NO: 14
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?
A. Existing Single Sign-On with identity provisioning
B. Password Single Sign-On with identity provisioning
C. Existing Single Sign-On without identity provisioning
D. Password Single Sign-On without identity provisioning
Answer: D
Explanation/Reference:
Explanation:
Configuring password-based single sign-on enables the users in your organization to be automatically signed in to a third-party SaaS application by Azure AD using the user account information from the third- party SaaS application. When you enable this feature, Azure AD collects and securely stores the user account information and the related password.
References:
https://azure.microsoft.com/en-gb/documentation/articles/active-directory-appssoaccess-whatis/
NEW QUESTION NO: 15
You have an Azure subscription.
You create an Azure Active Directory (Azure AD) tenant named Tenant1 that has a domain name of tenant1.onmicrosoft.com.
You need to add the contoso.com domain name to Tenant1.
Which DNS record should you add to the contoso.com zone to be able to verify from Azure whether you own the contoso.com domain?
A. standard alias (CNAME)
B. text (TXT)
C. host (AAAA)
D. host information (HINFO)
Answer: B
Explanation/Reference:
References: https://docs.microsoft.com/en-us/azure/active-directory/add-custom-domain
NEW QUESTION NO: 16
HOTSPOT
You manage an Azure Web Site for a consumer-product company.
The website runs in Standard mode on a single medium instance.
You expect increased traffic to the website due to an upcoming sale during a holiday weekend.
You need to ensure that the website performs optimally when user activity is at its highest.
Which option should you select? To answer, select the appropriate option in the answer area.
Hot Area:

Answer:

Explanation/Reference:
Note: The 'small' instance is selected. This setting would be for the weekdays. Then you would select a larger instance for the 'weekend' schedule setting to cover the increased activity.
References:
http://azure.microsoft.com/en-us/documentation/articles/web-sites-scale/
NEW QUESTION NO: 17
DRAG DROP
You create a Push Notification service by using an Azure Notification Hub.
You need to monitor the Notification Hub programmatically.
Which three 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.
Select and Place:

Answer:

Explanation/Reference:
References:
https://msdn.microsoft.com/en-us/library/azure/dn458823.aspx
NEW QUESTION NO: 18
You manage a software-as-a-service application named SaasApp1 that provides user management features in a multi-directory environment.
You plan to offer SaasApp1 to other organizations that use Azure Active Directory.
You need to ensure that SaasApp1 can access directory objects.
What should you do?
A. Configure the Federation Metadata URL.
B. Register SaasApp1 as a native client application.
C. Register SaasApp1 as a web application.
D. Configure the Graph API.
Answer: D
Explanation/Reference:
Explanation:
The Azure Active Directory Graph API provides programmatic access to Azure AD through REST API endpoints. Applications can use the Graph API to perform create, read, update, and delete (CRUD) operations on directory data and objects. For example, the Graph API supports the following common operations for a user object:
/Create a new user in a directory
/Get a user's detailed properties, such as their groups
/Update a user's properties, such as their location and phone number, or change their password
/Check a user's group membership for role-based access
/Disable a user's account or delete it entirely
References: http://msdn.microsoft.com/en-us/library/azure/hh974476.aspx