1. Which is not a Windows Azure service?
2. Where can you read Azure Diagnostic information from?
3. What is the constraint for performing batch operations on a Table?
4. What is the maximum size for a Page Blob?
5. Which language does Windows Azure NOT support?
6. Which size is not a SQL Azure Business Edition size?
7. How do you get a reference to an Azure Storage Queue called 'myqueue' where the CloudQueueClient variable is named 'client'?
8. What form of API would you use to manage Windows Azure?
9. What is the name of the class which provides client access to a volatile, small short-lived peekable cache?
10. Which additional default property does the Table object inherit and what Type is it?
11. What is the main purpose of Azure Storage Queues?
12. 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?
13. What PowerShell CmdLet would you use to list all Azure hosted services?
14. What security level does the Service Bus need to function in a host?
15. What is the default scheduling algorithm to load balance Windows Azure roles?
16. How does Azure Traffic Manager differ from the Azure Content Delivery Network (CDN)?
17. How would you look at messages on a queue called 'myqueue' in a Storage Account called 'mystorage' without popping it using the REST API?
18. Which principal is Windows Azure NOT built on?
19. Which is NOT a feature of Windows Azure Storage?
20. In order to secure the AppFabric cache by ACS what object Type must be passed to a DataCacheSecurity instance?
21. What binding would you use for guaranteed delivery of messages with the Service Bus and what is the protocol that underpins it?
22. If you have a Storage Account called 'mystorageaccount' what is the full URI you would use to access a Queue?
23. Which can not be done using the Service Management API?
24. Which two properties will form the Primary Key of the Table?
25. What section is added to the web.config of a web application when the STS Wizard runs successfully?
26. What is the name of Microsoft's identity software used to authenticate claims similar to ACS (but not rule map them)?
27. What mechanism would you use to authenticate to a Service Management request?
28. By default which trust level does Azure run in?
29. What provider would you use to connect to a Sql Azure database?
30. What is the maximum number of blocks you can have in Block Blob?
31. Geo Redundancy in Azure storage keeps a copy of your data in all Azure datacenters in the world.
32. Which Azure compute option can be used to host a website
33. What do you need to add to each SQL Azure table?
34. What is the name of the binding used to build a layer that the Service Bus can use to 'tunnel' through a firewall?
35. What HTTP header should you add to a service management request?
36. In a SQL Azure sharded application what is Horizontal Scaling?
37. What operating system does Windows Azure run on?
38. What three attributes do you need to access an Azure Storage Queue?
39. What are the names of the two configuration that need to be deployed to the Windws Azure environment?
40. Which activities does SQL Azure support?
41. In order to use the STS Wizard in VS.NET 2010 what protocol should be referenced containing the bindings for the Relying Party?
42. 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?
43. If you configure a Web Role to use a LocalStorage with a name of StorageDisk, how do you access this storage in code?
44. Which Identity Providers does ACS NOT support?
45. Which is not a function of a Blob Snapshot?
46. 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?
47. In a service definition file A Windows Azure Diagnostics Connection string is set using which class?
48. How long are the Windows Azure Event Logs retained for by default?
49. Which type of class is used to create a Service Bus host using which type of Microsoft technology?
50. How can you migrate SQL from a SQL Server CREATE DATABASE script to be compliant for SQL Azure?
51. How can you add a Diagnostic Monitor in code?
52. If Microsoft manages certain things under Platform as a Service, which of the following do you manage?
53. What is the name of the addressing mechanism used to find services on the Service Bus?
54. What class can be used through the Service to execute the Publish/Subscribe Multicast pattern?
55. Which is not a built-in capability or benefit of Windows Azure Storage?
56. Name the communication protocol that underlies Windows Azure Connect.
57. Which object would you use prior to referencing the default AppFabric Cache?
58. How does Azure isolate user accounts?
59. Which attack is inherently not proteced against within Windows Azure?
60. What does a Lease operation do to a Blob?
61. Which sizes is NOT an option for an AppFabric Cache?
62. Which step would you not use for the deployment of a Cloud Project through Visual Studio 2010?
63. Which statement about a Worker Role is incorrect?
64. Which Diagnostic Data Sources is not collected by default for a Web Role?
65. How would you create a new SQL Azure database called 'BidCenter' using the sqlcommand utility?
66. 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?
67. How would you define (through attribute decoration) an REST-based HTTP GET operation to a WCF Service Method within the Service Bus?
68. What is NOT an advantage of an affinity group?
69. 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?
70. How can you check whether the executing Role is running within the Fabric environment?
71. Which API is not supported by AppFabric Caching?
72. What additional steps would you need to do to enable Windows Azure Connect on an internal network?
73. Which model does the AppFabric Cache use?
74. A Windows Azure Web Role should inherit from the following class.
75. Which is NOT a Windows Azure VM Role attribute?
76. Which is NOT an Azure Role?
77. What is the name of the service that manages Azure instances?
78. What class should be used to encapsulate authentication to ACS programmatically?
79. What type of Web Roles does the Visual Studio 2010 Wizard support out of the box?
80. Which command would you use when using the bcp utility to export data?
81. If you create a Table object which class will you inherit from?
82. When you use the UseDevelopmentStorage=true configuration what port endpoint does the Blob Storage service run on locally?
83. What protocols does the Odata (Open Data Protocol) not encompass?
84. Which providers can you currently use for the AppFabric Cache?
85. What is the default number of default Upgrade domains supported for a Windows Azure Role?
86. What is a relying party?
87. Which security items is NOT provided for the Compute Process?
88. 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.
89. Which is NOT true for DNS lookups against Windows Azure Applications?
90. In SQL Azure which feature is supported?
91. Select the correct order of method execution for an Azure Role lifecycle.
92. 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?
93. Which Token Format is NOT supported by ACS?
94. When you build a dynamic roles database, how do you use input claims and output claims?
95. Which is the code block that successfully gets a reference to the Diagnostic Monitor?
96. Which two Modules would you need to import to enable Remote Desktop in Configuration?
97. Which is NOT required for a Windows Azure Role to join a domain through Connect?
98. How many extra compute instances by default are redundant to ensure a seamless uptime?
99. Which web.config for the Session State provider would allow you to add Caching?
100. An Azure Mobile service 'Server-side logic' is used for easy and fast deployment of serverside logic. Which Options can be used for the server backend?
101. Microsoft Azure allows how many entry points to a web role?
102. While creating Windows virtual machine using Azure portal, how many characters should a user's password contain?
103. In DocumentDB database, which consistency levels provides the weakest read consistency but Offers the lowest latency for reads as well as writes?
104. Which statement is/are correct about DocumentDB?
105. While configuring an Azure Service Bus queue, what can be the maximum lock duration for a message?
106. This ode is used for authenticating a user by using the Azure Active Directory. Which of the given statements is/are correct regarding the following code? private static AuthenticationResult GetAccessTokenO { AuthenticationContext abc = new AuthenticationContext ('httsz/login.windows.net/' + domainName); AuthenticationResult token = abc.AcquireTol Uri(redirectUri) , PromptBehavior.Auto ); return token;
107. While creating a blob in Microsoft Azure, which of the following options is the default blob type if the type is not specified?
108. Which Azure Express Route PowerShell Cmdlets is used to create a link between an ExpressRoute circuit and a virtual network?
109. Which options acts as the kernel of the Microsoft Azure service platform?
110. Which HTTP bindings provided by Azure Service Bus is used for REST services?
111. In order to detect sentiment in Text Analytics APIs. which of the following languages is/are used as input format for the APIS?
112. We can make a connection to multiple sites from a single virtual network by using Azure REST API.
113. Which statement 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
114. Which statements is/are correct about connecting to Azure SQL database?
115. Which compute Sizes should you select. if you want to migrate an application to Azure that requires minimum 300 GB hard disk space?
116. Which blobs are NOT supported by Blob storage accounts?
117. Which 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?
118. For which connection, a VPN device is NOT required?
119. While configuring an Azure Service Bus queue, what can be the maximum size of the queue?
120. Which files of Azure cloud service is/are XML-based file(s) that is/are used to describe the structure of the cloud service?
121. A reliable messaging for workflow processing is provided by which of the following storage services?
122. While creating a Data Analytics account using Azure PowerShell, which ofthe following can be used in the name of an account?
123. How many copies of data are maintained by Geo-redundant storage (GRS)?
124. ln SQL Azure, which is the correct syntax of the stored procedure 'sp_execute_remote'?
125. 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'?
126. 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?
127. 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?
128. What is the storage limit of a single collection in a DocumentDB database?
129. While creating a virtual machine in Microsoft Azure. which default endpoints is/are enabled?
130. Which type of gateways can support multi-site and VNet-to-VNet connectivity?
131. Which Azure VPN Gateway connections is a direct dedicated connection to Microsoft Azure and not over the public network?
132. In ExpressRoute routing domains in Microsoft Azure. which peering support(s) MD5 Hashing technique?
133. Analyze the code and answer the given question. static DatabaseCreateOrUpdateResponse CreateDatabase() { ?? DatabaseCreateOrUpdateParameters nDP= new DatabaseCreateOrUpdateParametersO 1 Location = currentServer.Location, Properties = new DatabaseCreateOrUpdatePropertiesO { Edition = databaseEdition, RequestedServiceObjectiveName = databasePerfLevel, I 1; var dbResponse = sqlClient.Databases.CreateOrUpdate(resourceGroupName, serverName.databaseName. nDP); return dbReSponse; I Which of the following 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?
134. In ExpressRoute routing domains in Microsoft Azure, which Of the following peering supports 4000 prefixes per peering. by default?
135. Which ption is a correct format of the Azure CLI command to import a DNS zone file into Azure DNS?
136. In table storage, which option does NOT include a PartitionKey?
137. Analyze the following Azure PowerSheIl code and answer the given question. PS C:\> $pip = Get-A2ureRmPubliclpAddress -Name PubliclP -ResourceGroupName NRP-DemoRG-PS PS C:\> $pip.DnsSettings.Reversqudn = 'contosoapp1.westus.cloudapp.azure.com.' PS C:\> Set-AzureRmPubliclpAddress -PubliprAddress Spip Which of the following statements is correct about the above-given code?
138. Which message delivery systems is provided by Azure Service Bus queues?
139. We can copy an Azure SQL database to a different server using T-SQL statements.
140. Which component of Azure Service bus is a publish-and-subscribe message system?
141. Which option is the correct T-SQL syntax to copy a SQL database to the same server?
142. In Microsoft Azure Cloud Service, which of the following virtual machine hosting options is/are used to run Windows server without '5?
143. A scale set that is built on a platform image is limited to:
144. While configuring Azure AD for a Web API, a JSON manifest file can be downloaded from Azure management portal, as shown in the image. Which of the following options is/are correct regarding the use of this manifest file?
145. While using PowerShell, which option can be the maximum size of a BACPAC file archived to Azure blob storage?
146. Which statement is correct about archiving Azure SQL database to a BACPAV file? 1. By using a BACPAC file, archiving to Azure premium storage is supported 2. Write activity must be ceased during the export of your Azure SQL database
147. Which is correct about D-series virtual machines? 1. They are equipped with solid state drives (SSDs) 2. They are slower than A_series virtual machines 3. They are available for web roles in Azure Cloud Services 4. They are available for worker roles in Azure Cloud Services
148. In SOL Azure, which T-SQL statements can be used to move the database 'datab1' to a pool named 'PM122'?
149. In the Query Tables operation, what is the function of the response header, 'x-ms-request-id'?
150. Which operating systems are supported by.. Point—to—Site' Azure VPN Gateway connection? [1 Windows 8 (32-bit)
151. Which option can be included in a DocumentDB database name?
152. Which types of blobs are offered by Microsoft Azure?
153. 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?
154. 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?
155. 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?
156. You added a persistent volume claim to your apps YAML manifest. When you attempt to deploy to an existing AKS cluster there is no persistent volume available. What should you do?
157. 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?
158. 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?
159. 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?
160. Which choice is not a valid trigger for an Azure functions?
161. Which messaging service enables an event-driven programming model?
162. You need to populate a newly created SQL database from your release pipeline in Azure DevOps. The solution should minimize deployment time and efforts. Which approach should you use?
163. 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?
164. 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?
165. 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?
166. 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?
167. 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?
168. Which access protocol does Azure Files not support?
169. 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?
170. You configure access to secrets in Azure Key Vault with __.
171. 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?
172. 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?
173. 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?
174. 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?
175. 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?
176. 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?
177. 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?
178. The Kineteco Retail App uses keys for signing and encryption of some data transfers. How should you write your app to invoke keys?
179. 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?
180. 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?
181. 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?
182. Your web app hosted on Azure VMS generates a large number of random (non-sequential) writes. Which storage type should you select for your application?
183. 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?
184. 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.
185. 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?
186. You need to update the data within an existing database in Azure SQL with your changes. You want to test this process from your development workstation before incorporating the update into your CI/CD process. Which command will you run to update the schema on the target database?
187. 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?
188. 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?
189. 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?
190. 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?
191. What is the difference between a user-assigned managed identity and a system-assigned managed identity?
192. 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?
193. 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?
194. 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?
195. In Azure Key Vault, you can manage access to your application secrets by setting permissions at any level except _.
196. Your company hosts a web application that uses Azure SQL Database to store data. You need to implement measures that allow only members of the managers group to see sensitive information. Which two actions should you perform?
197. 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?
198. Your web application needs to access files on an Azure Files share. Which option will deliver the highest throughput?
199. 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?
200. 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?
201. Your microservices application includes a logging component that performs a large number of sequentinal writes. Which type of Azure Storage should you use?
202. 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?
203. 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?
204. Bindings in Azure Function triggers have a direction property that is always _.