1. Bindings in Azure Function triggers have a direction property that is always _.
Answer
Correct Answer:
In
Note: This Question is unanswered, help us to find answer for this one
2. Your JavaScript app hosted in Azure App Service needs to be able to make calls to a remote domain in another Azure region. Which App Service feature do you need to configure?
Answer
Correct Answer:
CORS
Note: This Question is unanswered, help us to find answer for this one
3. Group policy objects are not being applied to domain controllers because the Default Domain Controllers and Default Domain group policies are corrupt. What can you run in a command prompt to recover them?
Answer
Correct Answer:
Dcgpofix.exe
Note: This Question is unanswered, help us to find answer for this one
4. Your microservices application includes a logging component that performs a large number of sequentinal writes. Which type of Azure Storage should you use?
Answer
Correct Answer:
Append blob
Note: This Question is unanswered, help us to find answer for this one
5. You need to facilitate user acceptance testing (UAT) on your web application hosted in App Service. Testers must approve changes before they are deployed to production. You should implement support for these requirements with a minimum of cost and complexity. What should you do?
Answer
Correct Answer:
Configure an additional deployment slot in the existing App Service instance.
Note: This Question is unanswered, help us to find answer for this one
6. You have source code for a project in a repository on GitHub. You need to migrate source code to a repository in Azure Repos. The solution should minimize effort. Which solution should you recommend?
Answer
Correct Answer:
From the Import a Git repository menu, select Import.
Note: This Question is unanswered, help us to find answer for this one
7. Your web application needs to access files on an Azure Files share. Which option will deliver the highest throughput?
Answer
Correct Answer:
SMB
Note: This Question is unanswered, help us to find answer for this one
8. The Kineteco Inventory App uses an Azure SQL Database instance to store application and store inventory data. Store employees report occasional periods where queries in the web interface never return data. You suspect a database issue and need to identify the performance issue as soon as possible. The resource health dashboard reports "No health related issues found." What should you do?
Answer
Correct Answer:
Enable Intelligent Insights.
Note: This Question is unanswered, help us to find answer for this one
9. In Azure Key Vault, you can manage access to your application secrets by setting permissions at any level except _.
Answer
Correct Answer:
At the Azure Subscription level
Note: This Question is unanswered, help us to find answer for this one
10. You are selecting Azure technologies for a new a pp that will process print jobs in a facility with thousands of printers. A pool of worker processes will send jobs to printer and report results when jobs are complete. Requirements for the solution are: Worker processes will retrieve and process messages as capacity permits; if a worker process or printer fails, a worker process should be able to retrieve message and resume processing; and the solution should maintain a central (server-side) log of messages processed. Which solution should you use?
Answer
Correct Answer:
Queue Storage
Note: This Question is unanswered, help us to find answer for this one
11. You have created an Azure CLI script for a release pipeline in Azure DevOps. You need to reference the working directory for the running job. Which variable should you reference?
Answer
Correct Answer:
Agent.WorkFolder
Note: This Question is unanswered, help us to find answer for this one
12. You need to configure user access to Azure DevOps agent pools to meet the following requirements: Use an agent pool when authoring build or release pipelines for the project; view the agent pool and agents of the organization; and use the principle of least privilege. Which role memberships are required for the Azure DevOps organization and the project?
Answer
Correct Answer:
Organization: Reader; Project: Service Account
Note: This Question is unanswered, help us to find answer for this one
13. What is the difference between a user-assigned managed identity and a system-assigned managed identity?
Answer
Correct Answer:
The lifecycle of a user-managed identity is managed separately from the resource.
Note: This Question is unanswered, help us to find answer for this one
14. You need to provision a port mapping on the underlying node that allows the application to be accessed directly with the IP address and on the cluster node. Which service type should you provision?
Answer
Correct Answer:
NodePort
Note: This Question is unanswered, help us to find answer for this one
15. You are selecting a cloud messaging solution for your retail mobile app. Requirements for the solution are: Process messages in the order they are received: preserve messages in case of a processing delay; end guarantee message delivery. Which solution should you use?
Answer
Correct Answer:
Service Bus
Note: This Question is unanswered, help us to find answer for this one
16. Your new release pipeline in Azure DevOps includes a Bash task that runs an Azure CLI script. The Bash task running script fails. The agent setting of the agent job in the release pipeline is pictured below. The solution must minimize cost. What should you change in agent pool settings?
Answer
Correct Answer:
Change to a hosted agent pool running Ubuntu 16.04 LTS or later.
Note: This Question is unanswered, help us to find answer for this one
17. You have a web app hosted in Azure App Service that reads from and writes data to an Azure SQL Database back-end. You need to send email alert when your web app returns any failure HTTP status code (anything except HTTP 200) for a user request. Which solution should you use?
Answer
Correct Answer:
Service map in Azure Monitor
Note: This Question is unanswered, help us to find answer for this one
18. You are configuring a release pipeline in Azure DevOps. You need to read secrets from Azure Key Vault during pipeline execution. How should you retrieve application variables?
Answer
Correct Answer:
All of these answers
Note: This Question is unanswered, help us to find answer for this one
19. You have configured the Kineteco Web App to run on Azure Kubernetes Service (AKS). Application resources need to scale to meet spikes in traffic. What should you do? The solution should minimize manual effort and cost.
Answer
Correct Answer:
Do nothing. Pods running on AKS scale up automatically.
Note: This Question is unanswered, help us to find answer for this one
20. You are configuring a release pipeline in Azure DevOps. You need to reference several application variables across multiple pipelines at deployment time. How should you store application variables?
Answer
Correct Answer:
Configure a variable group.
Note: This Question is unanswered, help us to find answer for this one
21. The Kineteco web app runs in an Azure Kubernetes Service. You need to monitor feature use and user navigation paths to identify where improvements are needed. What should you do?
Note: This Question is unanswered, help us to find answer for this one
22. You are implementing an application to manage automated warehouse operations for a global retailer. You need to design an enrollment process for IoT devices for production use. Solution requirements are as follows: Register IoT devices in bulk; encrypt all communication between devices and the Azure IoT cloud service; and implement Microsoft recommendations for device security. Which option should you choose?
Answer
Correct Answer:
X.509 certificate
Note: This Question is unanswered, help us to find answer for this one
23. You need to create a tech support chatbot for Microsoft Teams that interacts with users based on natural language processing (NLP). The bot should be capable of processing differing sentence structures. Which Microsoft Bot Framework component will deliver this functionality?
Answer
Correct Answer:
LUIS
Note: This Question is unanswered, help us to find answer for this one
24. The Kineteco Retail App uses keys for signing and encryption of some data transfers. How should you write your app to invoke keys?
Answer
Correct Answer:
Azure Portal
Note: This Question is unanswered, help us to find answer for this one
25. Your photo app hosted in Azure records user operations in a log for historical reference. Records must not be overwritten. Which storage type should you select to host log data?
Answer
Correct Answer:
Append blob
Note: This Question is unanswered, help us to find answer for this one
26. You have set of SQL databases used with various PaaS applications with predictable usage patterns. You are planning to move these databases to Azure SQL and need to choose the right deployment option. Your priorities are minimizing costs, and having the ability to assign CPU and resources to individual databases. Which option should you choose?
Answer
Correct Answer:
Azure SQL elastic pool
Note: This Question is unanswered, help us to find answer for this one
27. You need to migrate the backlog of a development project for a newly acquired subsidiary. The development team currently uses a Kanban board to track stories, tasks, and bugs. Which process framework should you select in Azure Boards?
Answer
Correct Answer:
Agile
Note: This Question is unanswered, help us to find answer for this one
28. Your ARM template, created in VS Code, is failing validation in the build pipeline in Azure DevOps. You need to correct syntax issues at authoring time with a minimum of cost and effort. What should you do?
Answer
Correct Answer:
Install Azure Resource Manager Tools extension in VS Code.
Note: This Question is unanswered, help us to find answer for this one
29. The Kineteco Web App is running on AKS. To meet a spike in demand, the horizontal pod autoscaler recently provisioned additional pods, which are no longer needed. What should you do to scale down unnecessary pods?
Answer
Correct Answer:
Do nothing. HPA will initiate scale down automatically.
Note: This Question is unanswered, help us to find answer for this one
30. You have CI/CD pipeline for a modern web application in Azure DevOps. The CI/CD process includes both a build and a release pipeline. You need to ensure that user testing (UAT) is successful before triggering the release pipeline. The process should be automated as possible. What should you add to your build pipeline?
Answer
Correct Answer:
Approval gate
Note: This Question is unanswered, help us to find answer for this one
31. Your Kineteco Web App experiences occasional spikes in usage that cause resource shortages that generate an alert. When this occurs, you want to configure scale out of the App Service plan resources. The solution should minimize cost and administrative effort. What should you do?
Answer
Correct Answer:
Configure an autoscale rule based on a metric.
Note: This Question is unanswered, help us to find answer for this one
32. You configure access to secrets in Azure Key Vault with __.
Answer
Correct Answer:
RBAC roles
Note: This Question is unanswered, help us to find answer for this one
33. You are writing an app for a sales team. You need to implement security in SQL Server to ensure that sales representatives see customer financial information only for customers whom they manage. Your app must make this transparent to the user. Which SQL data security option should you choose?
Answer
Correct Answer:
Dynamic Data Masking
Note: This Question is unanswered, help us to find answer for this one
34. Which access protocol does Azure Files not support?
Answer
Correct Answer:
HTTPS
Note: This Question is unanswered, help us to find answer for this one
35. You want to configure the AKS instance running the Kineteco Inventory App to use Azure Active Directory (AD) for user authentication. To integrate with AKS with Azure AD which steps should you perform first?
Answer
Correct Answer:
Create a service principal in Azure AD. Then add user to the AKS security group.
Note: This Question is unanswered, help us to find answer for this one
36. When setting your CI/CD pipeline an approval from your product owner is required before a final release to production. What solution do you use to achieve this?
Answer
Correct Answer:
A pre-deployment condition
Note: This Question is unanswered, help us to find answer for this one
37. You have a .NET app running on a VM Scale set. You need to monitor application performance without modifying the code. The solution should minimize the cost. What should you do?
Answer
Correct Answer:
Install the Application Insights Agent.
Note: This Question is unanswered, help us to find answer for this one
38. Your organization delivers a number of RESTful web services to customers around the world. You need to deploy cloud infrastructure to deliver these services to paying customers, including authentication, request throttling and routing of requests to the closest service endpoint. Which solution should you choose?
Answer
Correct Answer:
API Management
Note: This Question is unanswered, help us to find answer for this one
39. You need to host a community website for your neighborhood association. The site contains static content, including HTML, CSS, and a few pages with client-side JavaScript. The site contains no sensitive information, and CORS support is unnecessary. The association has limited funds to pay for hosting, so the solution should be as inexpensive as possible. Which option should you use?
Answer
Correct Answer:
Azure Storage static website
Note: This Question is unanswered, help us to find answer for this one
40. Which messaging service enables an event-driven programming model?
Answer
Correct Answer:
Event Grid
Note: This Question is unanswered, help us to find answer for this one
41. Which choice is not a valid trigger for an Azure functions?
Answer
Correct Answer:
Threshold alert in Azure App insights
Note: This Question is unanswered, help us to find answer for this one
42. You need to grant full access for an app to a temporary Azure storage account. Configuring access should require minimum effort. Which option should you use?
Answer
Correct Answer:
Shared access signature
Note: This Question is unanswered, help us to find answer for this one
43. You are developing a release strategy for several related software components. You need to reference variable groups and secure files across multiple build and release pipelines. What is the most efficient way to store and reference these assets from the pipeline?
Answer
Correct Answer:
Add the assets to a library
Note: This Question is unanswered, help us to find answer for this one
44. Your corporate web application is hosted in Azure regional data centres around the world. You need to route user requests to the closest service endpoint based on response latency. Which routing method should you use?
Answer
Correct Answer:
Traffic manager
Note: This Question is unanswered, help us to find answer for this one
45. Your application hosted in Azure App Service needs to retrieve secrets from Azure Key Vault. Which choice is NOT a way to authenticate to Key Vault?
Answer
Correct Answer:
Shared access key
Note: This Question is unanswered, help us to find answer for this one
46. You need to deliver a mobile push notification feature for the Kineteco Retail app, hosted in Azure App Service. The solution should minimize cost, complexity, and development effort. Which option should you choose?
Answer
Correct Answer:
Notification Hub
Note: This Question is unanswered, help us to find answer for this one
47. You need to create an application in Azure AD representing the Kineteco Web App so you can assign directory permissions to the app. To create the application identity, which command will you run?
Answer
Correct Answer:
Bash az ad app create -display-name $appName \ ...
Note: This Question is unanswered, help us to find answer for this one
48.
Which Of the following types of blobs are offered by Microsoft Azure?
Answer
Correct Answer:
[3 Page blob
Microsoft Azure
I3 Block blob
Note: This question has more than 1 correct answers
Note: This Question is unanswered, help us to find answer for this one
49. Which of the following options can be included in a DocumentDB database name?
var dbResponse = sqlClient.Databases.CreateOrUpdate(resourceGroupName,
serverName.databaseName. nDP);
return dbReSponse;
I
Which of the code lines will replace the symbol '??' in the given code that can be used to
retrieve the server on which the database will be created?
Answer
Correct Answer:
Server currentServer = sqlCIient.Servers.Get(resourceGroupName, serverName).Server;
Note: This Question is unanswered, help us to find answer for this one
65. In ExpressRoute routing domains in Microsoft Azure. which of the following peerings support(s) MD5 Hashing technique?
Answer
Correct Answer:
All of the above support MDS hashing
Note: This Question is unanswered, help us to find answer for this one
66. Which of the following Azure VPN Gateway connections is a direct dedicated connection to Microsoft Azure and not over the public network?
Answer
Correct Answer:
ExpressRoute
Note: This Question is unanswered, help us to find answer for this one
67. Which of the following types of gateways can support multi-site and VNet-to-VNet connectivity?
Answer
Correct Answer:
Route-based (dynamic routing)
Note: This Question is unanswered, help us to find answer for this one
68. While creating a virtual machine in Microsoft Azure. which of the following default endpoints is/are enabled?
Answer
Correct Answer:
Both a and b
Note: This Question is unanswered, help us to find answer for this one
69. What is the storage limit of a single collection in a DocumentDB database?
Answer
Correct Answer:
Unlimited data can be stored
Note: This Question is unanswered, help us to find answer for this one
70. Instances of a role are distributed across upgrade domains by Microsoft Azure, which can be configured in a service definition (.csdef) file. What can be the maximum number of upgrade domains?
Answer
Correct Answer:
20
Note: This Question is unanswered, help us to find answer for this one
71. Instances of a role are distributed across upgrade domains by Microsoft Azure, which can be configured in a service definition (.csdef) file. What is the default count of upgrade domains?
Answer
Correct Answer:
5
Note: This Question is unanswered, help us to find answer for this one
72. While creating a DNS zone using Azure PowerShell, Etags are specified using HTTP headers at the level of Azure DNS REST API. Which of the following HTTP headers indicates the behavior "PUT only succeeds if resource exists and Etag matches"?
Answer
Correct Answer:
If—match
Note: This Question is unanswered, help us to find answer for this one
73.
ln SQL Azure, which of the following is the correct syntax of the stored procedure
Note: This Question is unanswered, help us to find answer for this one
74. While creating a Data Analytics account using Azure PowerShell, which ofthe following can be used in the name of an account?
Answer
Correct Answer:
H Lowercase letters LI Numbers
Note: This question has more than 1 correct answers
Note: This Question is unanswered, help us to find answer for this one
75. A reliable messaging for workflow processing is provided by which of the following storage services?
Answer
Correct Answer:
Queue Storage
Note: This Question is unanswered, help us to find answer for this one
76. Which of the following files of Azure cloud service is/are XML-based file(s) that is/are used to describe the structure of the cloud service?
Answer
Correct Answer:
Both a and c
Note: This Question is unanswered, help us to find answer for this one
77. While configuring an Azure Service Bus queue, what can be the maximum size of the queue?
Answer
Correct Answer:
5 GB
Note: This Question is unanswered, help us to find answer for this one
78. For which of the following connections, a VPN device is NOT required?
Answer
Correct Answer:
VNet-to-VNet Point-tO-Site
Note: This question has more than 1 correct answers
Note: This Question is unanswered, help us to find answer for this one
79. Which of the following Azure VPN Gateway connections is a VPN connection over secure socket tunneling protocol and does not require a VPN device or a public-facing IP address to work?
Answer
Correct Answer:
Point-to-Site
Note: This Question is unanswered, help us to find answer for this one
80. Which of the following blobs are NOT supported by Blob storage accounts?
Answer
Correct Answer:
Page blobs
Note: This Question is unanswered, help us to find answer for this one
81. Which of the following compute Sizes should you select. if you want to migrate an application to Azure that requires minimum 300 GB hard disk space?
Answer
Correct Answer:
Medium
Note: This Question is unanswered, help us to find answer for this one
82. Which of the following statements is/are correct about connecting to Azure SQL database?
Answer
Correct Answer:
El Azure SQL database authentication can be used for connecting to Azure SQL database We cannot switch to another database by using the T-SQL statement ”USE myDatabaseName;
Note: This question has more than 1 correct answers
Note: This Question is unanswered, help us to find answer for this one
83. Which of the following statements is/are correct about 'Set-AzureRmPubliclpAddress" Azure PowerShell cmdlet? 1. We can add reverse DNS to an existing Public IP Address 2. We can set the goal state for a public IP address
Answer
Correct Answer:
Both 1 and 2 are correct
Note: This Question is unanswered, help us to find answer for this one
84.
Choose True or False:
We can make a connection to multiple sites from a single virtual network by using Azure REST API.
Answer
Correct Answer:
True
Note: This Question is unanswered, help us to find answer for this one
85. In order to detect sentiment in Text Analytics APIs. which of the following languages is/are used as input format for the APIS?
Answer
Correct Answer:
JSON
Note: This Question is unanswered, help us to find answer for this one
86. Which of the following HTTP bindings provided by Azure Service Bus is used for REST services?
Answer
Correct Answer:
WethtpRelayBinding
Note: This Question is unanswered, help us to find answer for this one
87. Which of the following options acts as the kernel of the Microsoft Azure service platform?
Answer
Correct Answer:
Azure Fabric Controller
Note: This Question is unanswered, help us to find answer for this one
88. Which of the following Azure Express Route PowerShell Cmdlets is used to create a link between an ExpressRoute circuit and a virtual network?
Answer
Correct Answer:
New-AzureDedicatedClrcuitLink
Note: This Question is unanswered, help us to find answer for this one
89. While creating a blob in Microsoft Azure, which of the following options is the default blob type if the type is not specified?
Answer
Correct Answer:
Block blob
Note: This Question is unanswered, help us to find answer for this one
90.
The following code is used for authenticating a user by using the Azure Active Directory. Which of the
given statements is/are correct regarding the following code?
AuthenticationContext abc = new AuthenticationContext ("httsz/login.windows.net/" + domainName);
AuthenticationResult token = abc.AcquireTol
Uri(redirectUri) , PromptBehavior.Auto );
return token;
Answer
Correct Answer:
It is used to retrieve the access token for the current user
Note: This Question is unanswered, help us to find answer for this one
91. While configuring an Azure Service Bus queue, what can be the maximum lock duration for a message?
Answer
Correct Answer:
5 minutes
Note: This Question is unanswered, help us to find answer for this one
92. Which of the following statements is/are correct about DocumentDB?
Answer
Correct Answer:
Iii It is a NoSQL document-oriented database. El Data is stored in the DocumentDB in JSON format.
Note: This question has more than 1 correct answers
Note: This Question is unanswered, help us to find answer for this one
93. In DocumentDB database, which of the following consistency levels provides the weakest read consistency but Offers the lowest latency for reads as well as writes?
Answer
Correct Answer:
Eventual consistency
Note: This Question is unanswered, help us to find answer for this one
94. While creating Windows virtual machine using Azure portal, how many characters should a user's password contain?
Answer
Correct Answer:
8-123 characters
Note: This Question is unanswered, help us to find answer for this one
95. Microsoft Azure allows how many entry points to a web role?
Answer
Correct Answer:
1
Note: This Question is unanswered, help us to find answer for this one
96. An Azure Mobile service "Server-side logic" is used for easy and fast deployment of serverside logic. Which of the following Options can be used for the server backend?
Answer
Correct Answer:
Both options a and b can be used
Note: This Question is unanswered, help us to find answer for this one
97. Which of the following web.config for the Session State provider would allow you to add Caching?
Note: This Question is unanswered, help us to find answer for this one
98. How many extra compute instances by default are redundant to ensure a seamless uptime?
Answer
Correct Answer:
1
Note: This Question is unanswered, help us to find answer for this one
99. Which of the following is NOT required for a Windows Azure Role to join a domain through Connect?
Answer
Correct Answer:
Must supply the Primary Domain Controller Machine Key
Note: This Question is unanswered, help us to find answer for this one
100. Which two Modules would you need to import to enable Remote Desktop in Configuration?
Answer
Correct Answer:
RemoteAccess, RemoteForwarder
Note: This Question is unanswered, help us to find answer for this one
101. Which of the following is the code block that successfully gets a reference to the Diagnostic Monitor?
Answer
Correct Answer:
var config = DiagnosticMonitor.GetDefaultInitialConfiguration();
Note: This Question is unanswered, help us to find answer for this one
102. When you build a dynamic roles database, how do you use input claims and output claims?
Answer
Correct Answer:
Test for a specific input claim value and pass back an output claim with a specific role name
Note: This Question is unanswered, help us to find answer for this one
103. Which Token Format is NOT supported by ACS?
Answer
Correct Answer:
Saml 1.2
Note: This Question is unanswered, help us to find answer for this one
104. You cannot connect a Web Role to an on-site Azure Connect Client and the Diagnostic tool says it is a Policy Check failure. What is the most likely fix for this?
Answer
Correct Answer:
There is no active internet connection. Check the internet connection and run the diagnostics utility again.
Note: This Question is unanswered, help us to find answer for this one
105. Select the correct order of method execution for an Azure Role lifecycle.
Answer
Correct Answer:
OnStart, Run, OnStop
Note: This Question is unanswered, help us to find answer for this one
106. In SQL Azure which is the following features are supported?
Answer
Correct Answer:
Use Defined Functions
Note: This Question is unanswered, help us to find answer for this one
107. Which of the following is NOT true for DNS lookups against Windows Azure Applications?
Answer
Correct Answer:
Full support for A records
Note: This Question is unanswered, help us to find answer for this one
108. In order to register a COM component on role startup you would need to elevate privileges. Which of the following is not a correct taskType for a startup task.
Answer
Correct Answer:
Queued
Note: This Question is unanswered, help us to find answer for this one
109. What is a relying party?
Answer
Correct Answer:
The website that is using the ACS for logging in
Note: This Question is unanswered, help us to find answer for this one
110. What is the default number of default Upgrade domains supported for a Windows Azure Role?
Answer
Correct Answer:
5
Note: This Question is unanswered, help us to find answer for this one
111. Which providers can you currently use for the AppFabric Cache?
Answer
Correct Answer:
Page Output and Session State
Note: This Question is unanswered, help us to find answer for this one
112. What protocols does the Odata (Open Data Protocol) not encompass?
Answer
Correct Answer:
TDS
Note: This Question is unanswered, help us to find answer for this one
113. When you use the UseDevelopmentStorage=true configuration what port endpoint does the Blob Storage service run on locally?
Answer
Correct Answer:
10000
Note: This Question is unanswered, help us to find answer for this one
114. If you create a Table object which class will you inherit from?
Note: This Question is unanswered, help us to find answer for this one
118. What is the name of the service that manages Azure instances?
Answer
Correct Answer:
Fabric controller
Note: This Question is unanswered, help us to find answer for this one
119. Which of the following is NOT a Windows Azure VM Role attribute?
Answer
Correct Answer:
Fully persisted state
Note: This Question is unanswered, help us to find answer for this one
120. A Windows Azure Web Role should inherit from the following class.
Answer
Correct Answer:
RoleEntryPoint
Note: This Question is unanswered, help us to find answer for this one
121. What additional steps would you need to do to enable Windows Azure Connect on an internal network?
Answer
Correct Answer:
Enable ICMPv6
Note: This Question is unanswered, help us to find answer for this one
122. Which API is not supported by AppFabric Caching?
Answer
Correct Answer:
REST
Note: This Question is unanswered, help us to find answer for this one
123. How can you check whether the executing Role is running within the Fabric environment?
Answer
Correct Answer:
RoleEnvironment.Available == true
Note: This Question is unanswered, help us to find answer for this one
124. What is the name of the Token that is generated and supplied through the Windows Azure Management Portal to enable Connect between a role and an internal machine?
Answer
Correct Answer:
ActivationToken
Note: This Question is unanswered, help us to find answer for this one
125. What of the following is NOT an advantage of an affinity group?
Answer
Correct Answer:
They allow greater resilience such that if a Role goes down another running copy is readily available from the affinity group
Note: This Question is unanswered, help us to find answer for this one
126. How would you define (through attribute decoration) an REST-based HTTP GET operation to a WCF Service Method within the Service Bus?
Answer
Correct Answer:
[OperationContract, WebGet]
Note: This Question is unanswered, help us to find answer for this one
127. If you have a cloud application called cloudexperiment.cloudapp.com with a subscription ID of 00000000-0000-0000-0000-000000000000 what is the base URI for the service management request?
Note: This Question is unanswered, help us to find answer for this one
147. If you were to write a LINQ query to get all of the rows in particular table with the "KeyHolder" property beginning with "J" what would be the correct approach?
Answer
Correct Answer:
where row.KeyHolder.CompareTo(
Note: This Question is unanswered, help us to find answer for this one
148. Which of the following is not a function of a Blob Snapshot?
Answer
Correct Answer:
To update a Blob as the original is updated
Note: This Question is unanswered, help us to find answer for this one
149. Which of the following Identity Providers does ACS NOT support?
Answer
Correct Answer:
Twitter
Note: This Question is unanswered, help us to find answer for this one
150. If you configure a Web Role to use a LocalStorage with a name of StorageDisk, how do you access this storage in code?
Note: This Question is unanswered, help us to find answer for this one
151. If you create a management certificate for a Visual Studio-based role using makecert -r -pe -a sha1 -n CN=Manager -ss My "Manager.cer" what does the -pe flag mean and which local store is the certificate deployed to?
Answer
Correct Answer:
Private key exportable and personal store
Note: This Question is unanswered, help us to find answer for this one
152. In order to use the STS Wizard in VS.NET 2010 what protocol should be referenced containing the bindings for the Relying Party?
Answer
Correct Answer:
WS-Federation Metadata
Note: This Question is unanswered, help us to find answer for this one
153. Which of the following activities does SQL Azure support?
Answer
Correct Answer:
Create a temporary table
Note: This Question is unanswered, help us to find answer for this one
154. What are the names of the two configuration that need to be deployed to the Windws Azure environment?
Note: This Question is unanswered, help us to find answer for this one
177. How does Azure Traffic Manager differ from the Azure Content Delivery Network (CDN)?
Answer
Correct Answer:
CDN works on static content whereas Traffic Manager on everything else such as Role Based Load Balancing
Note: This Question is unanswered, help us to find answer for this one
178. What security level does the Service Bus need to function in a host?
Answer
Correct Answer:
Full Trust Code Access Security
Note: This Question is unanswered, help us to find answer for this one
179. What PowerShell CmdLet would you use to list all Azure hosted services?
Answer
Correct Answer:
Get-HostedServices
Note: This Question is unanswered, help us to find answer for this one
180. If you have a handle to a CloudBlob called 'myblob' and you've uploaded a photo byte array to the Blob Container how would add a description to the Blob?
Answer
Correct Answer:
blob.Metadata[
Note: This Question is unanswered, help us to find answer for this one
181. What is the main purpose of Azure Storage Queues?
Answer
Correct Answer:
To allow messages to pass between web roles and worker roles
Note: This Question is unanswered, help us to find answer for this one
182. Which additional default property does the Table object inherit and what Type is it?
Answer
Correct Answer:
TimeStamp and DateTime
Note: This Question is unanswered, help us to find answer for this one
183. What is the name of the class which provides client access to a volatile, small short-lived peekable cache?
Answer
Correct Answer:
MessageBufferClient
Note: This Question is unanswered, help us to find answer for this one
184. What form of API would you use to manage Windows Azure?
Answer
Correct Answer:
REST
Note: This Question is unanswered, help us to find answer for this one
185. How do you get a reference to an Azure Storage Queue called "myqueue" where the CloudQueueClient variable is named "client"?