You are on page 1of 28

First

1. What are some of the limitations with a free Azure account?

A. Azure free accounts are only valid in certain promotional periods, such as when new
services are launched

B. You can only create a free Azure account with a US address

C. Included Azure credits will expire after 30 days and included free services expire after 12
months

D. A free account only allows access to all services for 30 days, after which only free services
are available

Ans- C

2. A company has some private servers on-premises and also distributed some of the workload on
the public cloud as well. What is this architecture knows as?

A. Virtual Private Network

B. Private Cloud

C. Virtual Private Cloud

D. Hybrid Cloud

Ans – D

3. Missing

4. When business wants to group the datacenters in one geographic location, what should they go
for?

A. Virtual Machine Scale Set

B. Region

C. Availability Zone

D. Availability Set

E. None of the above

Ans – B

5. _____ helps to avoid a single point of failure in your VM architecture. It is the logical grouping of
two or more VM’s that keep your application available during planned or unplanned
maintenance?

A. Availability Sets

B. Azure VM Scale Sets


C. Azure VM Group

D. Azure Batch

Ans – A

6. What will be the best option for the organization to implement an Azure environment that
ensure each department can use a different payment option for the Azure services it consumes?
A. Azure Container instance
B. Azure Subscription
C. Azure Resource Group
D. Data Center
E. Azure Active Directory
Ans – B
7. Which Azure messaging service uses a First in, First Our (FIFO) queuing model?

A. Azure App Service

B. Azure Storage Queue

C. Azure Event Hub

D. Azure Notification Hub

Ans – C

8. Application Insights is only useful for Web Applications

A. True

B. False

Ans – B (need to check)

9. In Azure App Configuration, when configuring keys, spellsEarth and spellsearth are parsed as the
same key

A. True

B. False

Ans – B

10. You use Azure Table storage to store customer information for an application. The data contains
customer details and is partitioned by last name. You need to create a query that returns all
customers with the last name Ramesh. Which code segment should you use?

A. TableQuery.GenerateFilterCondition(“PartitionKey”, Equals, “Ramesh”)

B. TableQuery.GenerateFilterCondition(“LastName”, Equals, “Ramesh”)


C. TableQuery.GenerateFilterCondition(“PartitionKey”, QueryComparisions.Equals, “Ramesh”)

D. TableQuery.GenerateFilterCondition(“LastName”, QueryComparisions.Equals, “Ramesh”)

Ans – C

11. In addition to REST, what other communication API can you use to build custom connectors for
your Logic Apps?

A. JSON-Pure

B. GraphQL

C. FALCOR

D. SOAP

Ans – D

12. What is the underlying protocol of Azure Service Bus for sending and receiving messages?

A. HTTP

B. SBMP

C. AMQP

D. All of the above

Ans – C

13. Microsoft Graph API can be used for a variety of things, including…

A. Creating graphs for complex geographic data

B. Stoning, Retrieving and Manipulating User Data in Azure AD

C. Creating charts and dashboards for use by your leadership team

D. Generating geographic data about 2 points on a map

Ans – B

14. Which storage tier is best for storing reports that are uploaded once per quarter but accessed
regularly by your leadership staff?

A. Cool

B. Warm

C. Hot

D. Archive

Ans – C
15. What type of storage is archive storage?

A. Blob storage

B. Archive storage

C. File storage

D. Disk storage

Ans – A

16. You have an Azure web app named WebApp1 that runs in an Azure App Service plan named
ASP1. ASP1 is based on the D1 pricing tier, You need to ensure that WebApp1 can be accessed
only from computers on your on-premises network. The solution must minimize costs. What
should you configure for settings for WebApp1.

A. Cross-origin resource sharing (CORS)

B. Networking

C. SSL

D. None of the above

Ans – A

17. If you want to push messages to a large number of devices, which Azure services should you
consider?

A. Web Apps

B. Event Hub

C. Notification Hub

D. CDN

Ans – C

18. In several server migration, you need to recommend a solution to ensure that some of the
servers are available if a single Azure data center goes offline for an extended period?

A. Elasticity

B. Scalability

C. Availability

D. Low latency

E. Fault tolerance

Ans – E
19. Which of the following statements are correct for submitting operations in a batch? (Multiple
options)

A. All operations have to be in the same partition

B. Total batch size can’t be greater than 4 MB

C. Max operation count is 100

D. Minimum operation count is three

Ans – A B C

20. Which of the following is not a part of the following .json file?

A. Output binding

B. Trigger

C. Action

D. Input binding

Ans – C

21. Which type of application can you develop in Microsoft Azure to automate business flow?

A. Web Apps

B. Logic Apps

C. Mobile Apps

D. API Apps

Ans – B

22. Which API Management Portal can someone use to obtain documentation about your API?

A. The Publisher Portal

B. The Azure Portal

C. Re-direct to a download via the Proxy

D. The Developer Portal

Ans – D

23. Which of these Azure services provides cryptographic key management based on FIPS-validated
Hardware security modules (HSMs)

A. Redis Cache

B. Advanced Threat Protection


C. BitLocker

D. Azure Key Vault

E. Azure Active Directory

Ans – D

24. When creating a new secret for using in your application, which of the following should be your
first step?

A. Create a storage blob to store your secrets in it

B. Run the “az keyvault secret show” command

C. Run the “az keyvault secret set” command

D. Run the “az keyvault create” command

Ans – C

25. Which of the following protocols are not supported by Azure AD?

A. Ws-Federation

B. SAML 2.0

C. OpenID Connect

D. Kerberos

Ans -D

26. Missing

27. Missing

28. Missing

29. You are designing a solution for a company to deploy software for testing and production. The
solutions must meet the following requirements:

1.Applications must be deployed to several different environments and must run without
installation of dependencies

2.Existing published application must be ported to the new solution

3.Application developers must be given flexibility when architecting their code

You need to recommend a solution for hosting applications

What should you select?

A. Azure worker role

B. Azure Batch
C. Azure Kubernetes Service

D. Azure Function

E. Azure Logic Apps

Ans – C

30. To add a container from your local Docker instance to your Azure Container Registry, which
command would you need to use?

A. Docker push

B. Docker export

C. Azcr container new

D. Azcr import

Ans – A
Second

31. What are some of the limitations with a free Azure account?

E. Azure free accounts are only valid in certain promotional periods, such as when new
services are launched

F. You can only create a free Azure account with a US address

G. Included Azure credits will expire after 30 days and included free services expire after 12
months

H. A free account only allows access to all services for 30 days, after which only free services
are available

Ans- C

32. What is your recommendation to use to limit the types of connections from the web servers to
the database servers in Azure?

A. Service Bus

B. Network Gateway

C. Routing

D. Traffic Manager

E. Network Security Group

Ans – E

33. What is guaranteed in an Azure Service Level Agreement (SLA) ?

A. Uptime

B. Availability

C. Bandwidth

D. Performance

E. Scalability

Ans – B

34. _____ are groups of VM’s that share the common physical server rack, power, cooling and
network infrastructure, in case of the outage the availability set automatically switch to a
working physical server so the VM continues to run
A. Update Domain
B. Fault Domain
C. Patch Domain
D. Scale Domain
Ans – B
35. Why would you use the Azure Cloud Shell instead of the Azure CLI or PowerShell?

A. The Cloud Shell gets new features first

B. The Cloud Shell is free for 12 months

C. You can update the Cloud Shell independently of Azure CLI and Azure PowerShell

D. The Cloud Shell can be used entirely in a web browser and can be used across multiple
devices

Ans – D

36. What does Advanced Threat Protection do?


A. Find vulnerabilities in the data passed to an Azure service in your subscription
B. Help an organization to classify and optionally protect its documents and emails by applying
tests
C. Protect your privacy when sharing access to Azure resources with third parties
D. Helps you to monitor user behavior in your on-premises and cloud environments
Ans – D
37. Which among the following tools is NOT an option for scripted Blob management?

A. Azure CLI

B. Python

C. AzCopy

D. PowerShell

Ans – B (Need to check)

38. What benefits CDN provides?

A. Helps to cater static content

B. Minimize load on application server

C. Can work with Azure Storage

D. All of the above

Ans – D
39. Can two entities in same Table Storage contain different collection of properties of different
types?

A. Yes

B. No

Ans – A

40. Which service will be used do to map a network drive from several computers that run Windows
10 to Azure storage?

A. SQL Database

B. Cosmos DB

C. VM Data Disk

D. Blob Service

E. File Share Service

Ans – E

41. Adding more instances to an App Service Plan – what kind of scaling is this?
A. Scaling up
B. Scaling down
C. Scaling in
D. Scaling out
Ans – D
42. To expose a WCF web service from within your firewall, what service should you use in Azure?
A. Service Bus Queue
B. Service Bus Relay
C. Service Bus Topics
D. Event Hubs
Ans – B
43. You plan to migrate a web application to Azure. The web application is accessed by external
users. You need to recommend a cloud deployment solution to minimize the amount of
administrative effort used to manage the web application. What should you include in the
recommendation?

A. DaaS

B. SaaS
C. IaaS

D. PaaS

E. DevaaS

Ans – D

44. What type of storage is archive storage?

A. Blob storage

B. Archive storage

C. File storage

D. Disk storage

Ans – A

45. What is the underlying protocol of Azure Service Bus for sending and receiving messages?
A. HTTP
B. SMTP
C. AMQP
D. All of the above
Ans – C
46. You are developing a web application that provides streaming video to users. You configure the
application to use continuous integration and deployment. The app must be highly available and
provide a continuous streaming experience to use. You need to recommend a solution that
allows the application to store data in a geographical location that is closer to user. What should
you recommend?

A. Azure App Service Isolated

B. Azure Content Delivery Network (CDN)

C. Azure App Service Web Apps

D. Azure Redis Cache

Ans – B

47. Organization decide to process the file further by a logic app orchestration. What kind of trigger
you will choose to process the file in Realtime?

A. Batch Messages

B. Http Trigger

C. Recurrence trigger
D. Blob trigger

Ans – D

48. You are preparing to deploy an ASP.NET Core website to an Azure Web App from a GitHub
repository. The website includes static content generated by a script. You plan to use the Azure
Web App continuous deployment feature. You need to run the static generation script before
the website starts serving traffic. What are two possible ways to achieve this goal? (Multiple
options)

A. Create a file named .deployment in the root of the repository that calls a script which
generates the static content and deploys the website

B. Add a PreBuild target in the website csproj project file that runs the static content
generation script

C. Create a file named run .cmd in the folder /run that calls a script which generates the static
content and deploys the website

D. Add the path to the static content generation tool to WEBSITE_RUN_FROM_PACKAGE


setting in the host.json file

Ans – A D

49. If you want to push messages to a large group of devices, which Azure services should you
consider?
A. Web Apps
B. Event Hub
C. Notification Hub
D. CDN
Ans – C
50. You can interact with the Azure Key Vault API with which communication method?

A. HTTP

B. SOAP

C. REST

D. SMTP

Ans – C

51. Which type of application can you develop in Microsoft Azure to automate business flow?

A. Web Apps

B. Logic Apps
C. Mobile Apps

D. API Apps

Ans – B

52. What are the two types of data collected in Azure Monitor from your environments?

A. Events and logs

B. Only Event data

C. Metrics and logs

D. Metrics and events

Ans – C

53. Which statements are true about Azure Key Vault?


A. A third party app can pass access to a secret to another third party app, if authorized in the
Azure Portal
B. Azure Key Vault removes the need for passwords in your services
C. You can share a password with a third party to use, without ever revealing the password
itself
D. Azure Key Vault defines security policies for Azure services
E. Access to secrets and passwords can be granted or denied very fast and as needed.
Ans – CE
54. Recommend an Azure solution that encrypts the administrative credentials during the
deployment?
A. Security Center
B. Azure Active Directory
C. Azure Multi-factor authentication
D. Azure Key vault
E. Service principal
Ans – D
55. Which component is used by Azure Monitor to define the actions once an alert has been
triggered?
A. Alert Rule
B. Action Group
C. Alert Scope
D. Alert Condition
Ans – B

56. Which integration service is used to create workflows and orchestrate business process to
connect hundreds of services in the cloud and on-premises?

A. Azure logic apps

B. Azure API Management

C. Azure Event Grid

D. Azure function

E. Service Bus

Ans – A

57. How many tenants can a single user belong to an Azure Active Directory?
A. There is no limit
B. Depends on the Azure subscription type
C. 500
D. Two
Ans - C
58. In Azure Kubernetes Service, what is functionality of Ingress?

A. Ingress is stateless and write state to external data stores

B. Ingress deploy the Kubernetes cluster and for managing the Kubernetes masters

C. Ingress exposes HTTP(S) routes to services inside the cluster

D. All of the above

E. None of the above

Ans – C

59. Missing

60. Misiing
Third

61. What are some of the limitations with a free Azure account?

I. Azure free accounts are only valid in certain promotional periods, such as when new
services are launched

J. You can only create a free Azure account with a US address

K. Included Azure credits will expire after 30 days and included free services expire after 12
months

L. A free account only allows access to all services for 30 days, after which only free services
are available

Ans- C

62. Azure ---- Quality of Service (QoS) opportunities to your applications. Which of the following
QoS benefits can you get by designing your application for the cloud? (Multiple)

A. Availability

B. Scalability

C. Preventability

D. Security

Ans – A B D

63. What are the two types of scaling on Azure?

A. Scale sets and high availability

B. There is only one type of scaling – scaling up/down


C. Scaling out and scaling across
D. Scaling up or down and scaling out
Ans – D

64. What does Advanced Threat Protection do?


E. Find vulnerabilities in the data passed to an Azure service in your subscription
F. Help an organization to classify and optionally protect its documents and emails by applying
tests
G. Protect your privacy when sharing access to Azure resources with third parties
H. Helps you to monitor user behavior in your on-premises and cloud environments
Ans – D
65. Why would you use the Azure Cloud Shell instead of the Azure CLI or PowerShell?

A. The Cloud Shell gets new features first.

B. The Cloud Shell is free for 12 months

C. You can update the Cloud Shell independently of Azure CLI and Azure PowerShell

D. The Cloud Shell can be used entirely in a web browser and can be used across multiple
devices

Ans – D

66. _____ helps to avoid a single point of failure in your VM architecture. It is the logical grouping of
two or more VM’s that keep your application available during planned or unplanned
maintenance?

E. Availability Sets

F. Azure VM Scale Sets

G. Azure VM Group

H. Azure Batch

Ans – A

67. In Azure App configuration, when configuring keys, spellEarth and spellearth are parsed as the
same key

A. True

B. False

Ans – B

68. Azure provides a number of NoSQL data stores. Which of the following are such stores?

A. File storage

B. Table storage

C. COSMOS DB

D. Disk

Ans – B C

69. Can two entities on same Table Storage contain different collection of properties of different
types?

A. Yes

B. No
Ans – A

70. What is the underlying protocol of Azure Service Bus for sending and receiving messages?
E. HTTP
F. SMTP
G. AMQP
H. All of the above
Ans – C
71. Services or applications that utilize event data from Event Grid are considered to be what?
A. Subscribers
B. Curators
C. Consumers
D. Handlers
Ans – C
72. What can you store in a Blob container inside Azure storage?
A. Binary files that comply with the Azure data types defined for the storage type
B. Any kind of binary file that is less than 4096KB in size
C. Any kind of binary file such as videos images documents and applications
D. Only knows binary formats such as images videos and text documents
Ans – C
73. Adding more instances to an App Service Plan – what kind of scaling is this?
E. Scaling up
F. Scaling down
G. Scaling in
H. Scaling out
Ans – D
74. Which storage tier is the best for storing reports that are updated once per quarter but accessed
regularly by your leadership staff?
A. Cool
B. Warm
C. Hot
D. Archive
Ans – C
75. To expose a WCF web service from within your firewall, what service should you use in Azure?
E. Service Bus Queue
F. Service Bus Relay
G. Service Bus Topics
H. Event Hubs
Ans – B
76. Your company is looking to build a new cloud based inventory tracking system. Updates will
need to be fast and synchronous. Which messaging solution can be utilized as a part of the
application infrastructure to help requirement?
A. Azure Service Bus Queue
B. Azure Storage Queue
C. Azure Event Hub Capture
D. SQL Server on Azure
Ans – A
77. Organization decide to process the file further by a logic app orchestration. What kind of trigger
you will choose to process the file in real time?
A. Batch Messages
B. Http Trigger
C. Recurrence Trigger
D. Blob Trigger
Ans – D
78. You are designing an Azure application. The application includes services hosted in different
demographic locations. The service locations may change. You must minimize the cost of
communication between services. You need to recommend an approach for data transmission
between your application and Azure services. The solution must minimize administrative effort.
What should you recommend?
A. Azure Table Storage
B. Service Bus Queue
C. API Management
D. Azure storage queue
Ans - B
79. What can you do to automatically transition your blobs between storage tiers based on factors
like last method date?

A. Create an Azure Function to transition the blobs

B. Use Azure Automation

C. Use Lifecycle Management

D. Use a Blob Trigger to initiate a tier swap

Ans – C

80. Which of the following can be considered as the primary data store of Kubernetes?
A. Node
B. Pod
C. VMScale Sets
D. Etcd
Ans – D
81. Which of the following type of authentication is not supported in web app in Microsoft Azure?
A. Google
B. Facebook
C. Azure Active Directory
D. LDAP
Ans – D
82. Which of the following can be done for a container-based application using Azure Kubernetes?
A. Making container scalability easy
B. Make workloads portable
C. Build more extensible apps
D. All of the above
E. None of the above
Ans – D
83. Which component is used by Azure Monitor to define the actions once an alert has been
triggered?
E. Alert Rule
F. Action Group
G. Alert Scope
H. Alert Condition
Ans – B
84. When creating a new secret for using in your application, which of the following should be your
first step?
A. Create s storage blob to store your secrets in it
B. Run the “az keyvault secret show” command
C. Run the “az keyvault secret set” command
D. Run the “az keyvault create” command
Ans – C
85. Which of the following is a “collection of statements run sequentially that can alter the behavior
of an API”?
A. Azure API Script Tool
B. Azure API Management Sequence
C. Azure Functions
D. Azure API Management Policies
Ans – D
86. Recommend an Azure solution that encrypts the administrative credentials during the
deployment?
F. Security Center
G. Azure Active Directory
H. Azure Multi-factor authentication
I. Azure Key vault
J. Service principal
Ans – D
87. Which of the following is incorrect regarding Azure Kubernetes?
A. Azure Kubernetes does not mandatorily need resources to be created in cloud
B. Azure Kubernetes manages and makes deployment of container-based applications easy
C. Azure Kubernetes helps in automatic scheduling of container-based application
D. All of the above
E. None of the above
Ans – E
88. What is “serverless” computing?
A. An application that is running on the cloud platform without the use of servers.
B. When all servers for a solution are abstracted away and managed by someone else
C. A simpler version of Platform-as-a-Service
D. A theory for making computing completely cloud-based for certain scenarios
Ans – B
89. A health organization after the covid pandemic attack want to adopt vaccinations throughout all
their branches. The vaccination service is a combined third party service with joined effort from
the Government. After the vaccination is completed the 3rd party service send a notification of
completion by API call. The integration platform uses Azure integration services. After the
vaccination completed, there are different solutions available to transform the vaccine service
response which can be further consumed by the organization. Which of the following are not
correct solution?
A. Vaccination response can transform by APM policy while initiating the Vaccine service API
and processed futher by the organization
B. Vaccination response can be transformed by Logic App action and processed further by the
organization
C. Vaccination response can be transformed by Azure function and processed further by the
organization
D. Vaccination response can be transformed by Azure App Insights query and processed
further by the organization
Ans – May be A
90. How many tenants can a single user belong to an Azure Active Directory?
E. There is no limit
F. Depends on the Azure subscription type
G. 500
H. Two
Ans - C
Fourth
1. What are the benefits of Azure Paas?
A. Create highly available, scalable apps and API’s
B. Focus on Application and not on infrastructure
C. Build Legacy cloud architecture
D. Develop internet scale API’s for world of devices
Ans – A B D
2. What is a PowerShell cmdlet?
A. A piece of advice from Microsoft about PowerShell updates
B. A PowerShell scripting language specifically for Azure
C. A lightweight version of PowerShell that can run on multiple devices
D. A lightweight command that is used in the PowerShell environment to perform an action
Ans - D
3. What are the two types of scaling on Azure?
A. Scale sets and high availability
B. There is only one type of scaling – scaling up/down
C. Scaling out and scaling across
D. Scaling up or down and scaling out
Ans – D
4. _____ are groups of VM’s that share the common physical server rack, power, cooling and
network infrastructure, in case of the outage the availability set automatically switch to a
working physical server so the VM continues to run
E. Update Domain
F. Fault Domain
G. Patch Domain
H. Scale Domain
Ans – B
5. What will be the best option for the organization to implement an Azure environment that
ensure each department can use a different payment option for the Azure services it consumes?
F. Azure Container instance
G. Azure Subscription
H. Azure Resource Group
I. Data Center
J. Azure Active Directory
Ans – B
6. What does Advanced Threat Protection do?
I. Find vulnerabilities in the data passed to an Azure service in your subscription
J. Help an organization to classify and optionally protect its documents and emails by applying
tests
K. Protect your privacy when sharing access to Azure resources with third parties
L. Helps you to monitor user behavior in your on-premises and cloud environments
Ans – D
7. Shared Access Signatures come in 3 varieties the Account level, the _____ level, and the User
level
A. Service Level
B. Blob Level
C. Container Level
D. System Level
Ans – A
8. Which of the following technologies is not used to create an web application in Azure App
Service?
A. Java
B. .Net
C. WordPress
D. Perl
Ans – D
9. Table Storage support
A. OData protocol
B. JSON
C. XML
D. All of the above
E. None of the above
Ans – D
10. Services or applications that utilize event data from Event Grid are considered to be what?
E. Subscribers
F. Curators
G. Consumers
H. Handlers
Ans – C
11. Missing
12. You are writing a 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 ds method to submit a batch job to the
Batch Service. Which method should you use?
A. JobOperations
B. CloudJob
C. CloudJob
D. JobOperations
E. JobOperations
Ans – cloudjob.commitasync wala
13. What is a recommended use case for Azure SQL?
A. Update on premises SQL server to get better performance
B. Migrate an instance of Microsoft SQL server to Azure SQL
C. Migrate Cosmos DB data directly a single
D. Migrate your on premises SQL server instances directly to Azure and get at the
Ans – D
14. What is the underlying protocol of Azure Service Bus for sending and receiving messages?
I. HTTP
J. SMTP
K. AMQP
L. All of the above
Ans – C
15. Adding more instances to an App Service Plan – what kind of scaling is this?
I. Scaling up
J. Scaling down
K. Scaling in
L. Scaling out
Ans – D
16. Which of the following statements are correct for submitting operations in a batch?
A. All operations ---- to be in the same partition
B. Total batch ---- can’t be greater than 4 MB
C. Max operation count as 100
D. Minimum operation count is three
Ans – A B C
17. You have a microsoft sql server always on availability group on azure virtual machines. You need
to configure an Azure internal load balancer as a listener for the availability group. What should
you do?
A. Set session persistence to Client IP and protocol
B. Enable floating IP
C. Set Session persistence to Client IP
D. Create an HTTP health probe on port 1433
Ans – B
18. If you want to push messages to a large group of devices, which Azure services should you
consider?
E. Web Apps
F. Event Hub
G. Notification Hub
H. CDN
Ans – C
19. Which of the following are valid differences between page blobs and block blobs?
A. Page blobs are much faster for all operations
B. Block blobs allow files to be updated and assembled later. Block can be resubmitted
individually
C. Page blobs are good for all sorts of files like videos and images
D. Block blobs have a max size of 200 GB. Page blobs can be 1 terabyte
Ans -A B
20. Which of the following can be considered as the primary data store of Kubernetes?
E. Node
F. Pod
G. VMScale Sets
H. Etcd
Ans – D
21. Which of the following is not a part of the function json file?
A. Output Binding
B. Trigger
C. Action
D. Input Binding
Ans – C
22. What is an Azure Function?
A. An add on to any paid Azure subscription that allows using Azure services as functions in
your applications.
B. A foundational component of any Azure infrastructure
C. A serverless service of Azure
D. A single unit of compute that is triggered by a separate process.
E. A function to update any resources on Azure
Ans – C D
23. Which of the following can be done for a container-based application using Azure Kubernetes?
F. Making container scalability easy
G. Make workloads portable
H. Build more extensible apps
I. All of the above
J. None of the above
Ans – D
24. Which statements are true about Azure Key Vault?
F. A third party app can pass access to a secret to another third party app, if authorized in the
Azure Portal
G. Azure Key Vault removes the need for passwords in your services
H. You can share a password with a third party to use, without ever revealing the password
itself
I. Azure Key Vault defines security policies for Azure services
J. Access to secrets and passwords can be granted or denied very fast and as needed.
Ans – B C E
25. Which are the factors used to verify a user with multi-factor authentication?
A. Something you know
B. Something you are
C. Something you can recall quickly
D. Something you say
E. Something you have
F. Something you feel
Ans – A B E
26. Where do we store data as Key Value Pair within Azure API Management?
A. Not possible without integrating Azure key Vault
B. Azure Table Storage integration
C. Named value
D. Base Policy
Ans – C
27. Which of these is not an example of throttling?
A. Responding with server busy
B. Server crash
C. Switching --- to lower bit rate streaming
D. Handling high-priority requests differently than low priority requests when under load
Ans – B
28. Which of the following are valid uses for the Graph API?
A. Deleting user
B. Finding a user in the directory
C. Creating new roles for users
D. Requesting the roles or groups a user belongs to
E. None of the options
Ans – A B C D
29. A health organization after the covid pandemic attack want to adopt vaccinations throughout all
their branches. The vaccination service is a combined third party service with joined effort from
the Government. After the vaccination is completed the 3rd party service send a notification of
completion by API call. The integration platform uses Azure integration services. After the
vaccination completed, there are different solutions available to transform the vaccine service
response which can be further consumed by the organization. Which of the following are not
correct solution?
E. Vaccination response can transform by APM policy while initiating the Vaccine service API
and processed futher by the organization
F. Vaccination response can be transformed by Logic App action and processed further by the
organization
G. Vaccination response can be transformed by Azure function and processed further by the
organization
H. Vaccination response can be transformed by Azure App Insights query and processed
further by the organization
Ans –
30. Background functions need to run continuously or nearly continuously. Need more CPU and
memory option for executing the functions. These functions are long running near about 10 min.
Which plan will be relevant to satisfy this condition?
A. Consumption Plan
B. Professional Plan
C. Enterprise Plan
D. App Service Plan
Ans- A
https://quizlet.com/497280678/az900-azure-fundamentals-practice-questions-flash-cards/

You might also like