0% found this document useful (0 votes)
318 views7 pages

Azure Developer MCQ

The document contains 19 multiple choice questions about various Azure services and technologies. The questions cover topics such as Application Insights, Azure SQL Database, Azure Storage, Azure Functions, Azure Batch, Azure Search, Azure API Management, and Azure Kubernetes Service. The questions require identifying the appropriate configuration settings, services, APIs, or tools to meet given requirements or goals related to application development, data storage, analytics, and security on Azure.

Uploaded by

Amit Sharma
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
318 views7 pages

Azure Developer MCQ

The document contains 19 multiple choice questions about various Azure services and technologies. The questions cover topics such as Application Insights, Azure SQL Database, Azure Storage, Azure Functions, Azure Batch, Azure Search, Azure API Management, and Azure Kubernetes Service. The questions require identifying the appropriate configuration settings, services, APIs, or tools to meet given requirements or goals related to application development, data storage, analytics, and security on Azure.

Uploaded by

Amit Sharma
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 7

Azure Developer MCQ

Q1. You must implement Application Insights instrumentation capabilities utilizing the
Azure Mobile Apps SDK to provide meaningful analysis of user interactions with a
mobile app.
You need to capture the data required to implement the Usage Analytics feature of
Application Insights.
Which three data values should you capture? Each correct answer presents part of
the solution.
NOTE: Each correct selection is worth one point.

• A. Trace
• B. Session Id
• C. Exception
• D. User Id
• E. Events

Q2. You develop a solution that uses an Azure SQL Database to store user
information for a mobile app.
The app stores sensitive information about users.
You need to hide sensitive information from developers that query the data for the
mobile app.
Which three items must you identify when configuring dynamic data masking? Each
correct answer presents a part of the solution.
NOTE: Each correct selection is worth one point.

• A. Column
• B. Table
• C. Trigger
• D. Index
• E. Schema

Q3. A company uses Azure SQL Database to store data for an app. The data
includes sensitive information in a column named CustDetails.
You need to implement measures that allow only members of the managers group to
see sensitive information.
Which two actions should you perform? Each correct answer presents part of the
solution.
NOTE: Each correct selection is worth one point.

• A. Include the managers group.


• B. Exclude the managers group.
• C. Exclude the administrators group.
• D. Navigate to the following URL:

• E. Run the following Azure PowerShell command:

Q4. You develop an app that allows users to upload photos and videos to Azure
storage. The app uses a storage REST API call to upload the media to a blob
storage account named Account1. You have blob storage containers named
Container1 and Container2.
Uploading of videos occurs on an irregular basis.
You need to copy specific blobs from Container1 to Container2 in real time when
specific requirements are met, excluding backup blob copies.
What should you do?

• A. Download the blob to a virtual machine and then upload the blob to
Container2.
• B. Run the Azure PowerShell command Start-AzureStorageBlobCopy.
• C. Copy blobs to Container2 by using the Put Blob operation of the Blob
Service REST API.
• D. Use AzCopy with the Snapshot switch blobs to Container2.

Q5. You are developing and deploying several ASP.NET web applications to Azure
App Service. You plan to save session state information and HTML output. You must
use a storage mechanism with the following requirements:
-> Share session state across all ASP.NET web applications
-> Support controlled, concurrent access to the same session state data for multiple
readers and a single writer
-> Save full HTTP responses for concurrent requests
You need to store the information.
Proposed Solution: Deploy and configure an Azure Database for PostgreSQL.
Update the web applications.
Does the solution meet the goal?

• A. Yes
• B. No

Q6. You are developing and deploying several ASP.NET web applications to Azure
App Service. You plan to save session state information and HTML output. You must
use a storage mechanism with the following requirements:
-> Share session state across all ASP.NET web applications
-> Support controlled, concurrent access to the same session state data for multiple
readers and a single writer
-> Save full HTTP responses for concurrent requests
You need to store the information.
Proposed Solution: Deploy and configure Azure Cache for Redis. Update the web
applications.
Does the solution meet the goal?

• A. Yes
• B. No

Q7. You are developing an Azure solution to collect point-of-sale (POS) device data
from 2,000 stores located throughout the world. A single device can produce 2
megabytes (MB) of data every 24 hours. Each store location has one to five devices
that send data.
You must store the device in Azure Blob storage. Device data must be correlated
based on a device identifier. Additional stores are expected to open in the future.
You need to implement a solution to receive the device data.
Solution: Provision an Azure Event Hub. Configure the machine identifier as the
partition key and enable capture.
Does the solution meet the goal?

• A. Yes
• B. No

Q8. You are developing an Azure solution to collect point-of-sale (POS) device data
from 2,000 stores located throughout the world. A single device can produce 2
megabytes (MB) of data every 24 hours. Each store location has one to five devices
that send data.
You must store the device in Azure Blob storage. Device data must be correlated
based on a device identifier. Additional stores are expected to open in the future.
You need to implement a solution to receive the device data.
Solution: Provision an Azure Event Grid. Configure event filtering to evaluate the
device identifier.
Does the solution meet the goal?

• A. Yes
• B. No

Q9. You are developing a software solution for an autonomous transportation


system. The solution uses large data sets and Azure Batch processing to simulate
navigation sets for entire fleets of vehicles. You need to create compute nodes for
the solution on Azure Batch. What should you do?

A. In Python, implement the class: TaskAddParameter


B. In Python, implement the class: JobAddParameter
C. In the Azure portal, create a Batch account
D. In a .NET method, call the method: batchClient.PoolOperations.CreatePool.

Q 10. Margie's Travel is an international travel and bookings management service.


The company is expanding into restaurant bookings. You are tasked with
implementing Azure Search tor the restaurants listed in their solution. You create the
index in Azure Search. You need to import the restaurant data into the Azure Search
service by using the Azure Search NET SDK. Solution:

1. Create a SearchServiceClient object to connect to the search index.

A. Mastered
B. Not Mastered

Q 11. You provide an Azure API Management managed web service lo clients. The
back end web service implements HTTP Strict Transport Security (HSTS). Every
request to the backend service must include a valid HTTP authorization header. You
need to configure the Azure API Management instance with an authentication policy.
Which two policies can you uses? Each correct answer presents a complete solution
NOTE: Each correct selection is worth one point.

A. Certificate Authentication
B. Basic Authentication
C. OAuth Client Credential Grant
D. Digest Authentication

Q12. You develop a serverless application using several Azure Functions. These
functions connect to data from within the code. You want to configure tracing for an
Azure Function App project. You need to change configuration settings in the
host.json file. Which tool should you use?

A. Azure portal
B. Azure PowerShell
C. Azure Functions Core Tools (Azure CLI)
D. Visual Studio

Q13. You develop a website. You plan to host the website in Azure. You expect the
website to experience high traffic volumes after it is published. You must ensure that
the website remains available and responsive while minimizing cost. You need to
deploy the website. What should you do?

A. Deploy the website to an App Service that uses the Shared service tie
B. Configure the App Service plan to automatically scale when the CPU load is high.
C. Deploy the website to a virtual machin
D. Configure the virtual machine to automatically scale when the CPU load is high.
E. Deploy the website to an App Service that uses the Standard service tie
F. Configure the App Service plan to automatically scale when the CPU load is high.
G. Deploy the website to a virtual machin
H. Configure a Scale Set to increase the virtual machine instance count when the
CPU load

Q14. You develop an Azure web app. You monitor performance of the web app by
using Application Insights. You need to ensure the cost for Application Insights does
not exceed a preset budget. What should you do?

A. Implement ingestion sampling using the Azure portal.


B. Set a daily cap for the Application Insights instance.
C. Implement adaptive sampling using the Azure portal.
D. Implement adaptive sampling using the Application Insights SDK.
E. Implement ingestion sampling using the Application Insights SDK

Q15. You are writing code to create and run an Azure Batch job. You have created a
pool of compute nodes. You need to choose the right class and its method to submit
a batch job to the Batch service. Which method should you use?

A. JobOperations.CreateJobO
B. CloudJob.Enable(IEnumerable)
C. CloudJob.CommitAsync(IEnumerable, CancellationToken)
D. JobOperations.EnableJob(String, IEnumerable)
E. JobOperations.EnableJobAsync(String)
F. IEnumerable. CancellationToken)

Q16. You need to meet the LabelMaker application security requirement. Solution:
Create a Microsoft Azure Active Directory service principal and assign it to the Azure
Kubernetes Service (AKS) cluster. Does the solution meet the goal?

A. Yes
B. No

Q17. You need to troubleshoot the order workflow. What should you do? Each
correct answer presents part of the solution. NOTE: Each correct selection is worth
one point.

A. Review the run history.


B. Review the trigger history.
C. Review the API connections.
D. Review the activity log

Q18. You need to ensure that the SecurityPin security requirements are met.
Solution: Enable Always Encrypted for the SecurityPin column using a certificate
based on a trusted certificate authority. Update the Getting Started document with
instructions to ensure that the certificate is installed on user machines. Does the
solution meet the goal?

A. Yes
B. No

Q19 You need to ensure that authentication events are triggered and processed
according to the policy.
Solution: Create separate Azure Event Grid topics and subscriptions for sign-in and
sign-out events. Does the solution meet the goal?

A. Yes
B. No

Q20. You need to ensure that the solution can meet the scaling requirements for
Policy Service. Which Azure Application Insights data model should you use?

A. an Application Insights metric


B. an Application Insights dependency
C. an Application Insights trace
D. an Application Insights event

Q21. You need to resolve the Policy Loss issue. What are two possible ways to
achieve the goal? Each correct answer presents a complete solution. NOTE: Each
correct selection is worth one point.

A. Add an Azure Event Hub


B. Send the policy to the event hub
C. Configure the Policy service to read actions from the event hub.
D. Add an Azure Service Bus queue
E. Send the policy to the queue
F. Configure the Policy service to read actions from the queue.
G. Add an Azure Queue storage queue
H. Send the policy to the queue
I. Configure the Policy service to read actions from the queue.
J. Add an Azure Service Bus topic
K. Send the policy to the topic
L. Configure the Policy service to read actions from the topic.

Q22. You need to debug the user greeting issue. What should you use?

A. Bot Framework Channel Inspector


B. Bot Connector service
C. Azure Compute Emulator
D. Azure Application Insights
E. Bot Framework Emulator

Q23. Point out the wrong statement.

A. Any storage account can be enabled for CDN


B. The CDN service searches that location and serves the content
C. Stored data can be removed with DELETE request
D. None of the mentioned

Q24. Point out the correct statement.

A. Data stored in an SQL Azure database is accessed using the Columnar Data
Stream (CDS) protocol
B. There is a current limit of 1TB for each SQL Azure Database
C. Queries against multiple databases are unified
D. All of the mentioned

Q25. Which of the following standard does Azure use ?

A. REST.
B. XML.
C. HTML.
D. All of the mentioned

You might also like