0% found this document useful (0 votes)
108 views37 pages

Techleap@cloud Azure

AZURE

Uploaded by

Viren Zala
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)
108 views37 pages

Techleap@cloud Azure

AZURE

Uploaded by

Viren Zala
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/ 37

What are some limitations with a free Azure account?

Ans – included Azure credits with expire after 30 days and included free services expire after 12
months

1) A company has some private servers on-premise and also distributed some of the workload on
the public cloud as west , what is this architecture known as?
Ans- Hybrid cloud

2) ------- helps to avoid a single point of failure on your vm architecture. It is logical grouping of
two or more vm’s help keep your application available during planned or unplanned
maintenance.
Ans- Availability seats

3) 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?
ienAns – Azure Subscription

4) When business wants to group the datacenters in one geographic location, what should they go
for?
Ans- Region

5) Which Azure messaging service uses a First in, First out querying model?
Ans- Azure storage queue

6) Application insights is only useful for Web Applications


Ans- False

7) In Azure App Configuration, when configuring keys, application and parsed as the same key
Ans- false

8) 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
Ans- TableQuery.GenerateFilterCondition(“PartitionKey”, QueryComparisons.Eqaul, “Ramesh”)

9) what will be the best option for the organization to implement an Azure environment that
ensure department can use a different payment option for the azure services it consumes?

Ans- Azure Subscription


10) addition to REST, what other communication API can you use to build custom connectors for
your Logic Apps?
Ans – SOAP

11) what is the underlying protocol of Azure Service Bus for sending and receiving messages?
Ans- AMQP

12) Microsoft Graph API can be used for a variety of things , including
Ans- storing ,retrieving and manipulating User data in Azure AD

13) Which storage tier is the best for storin reports that are updated once per quarter but accessed
regularly by your leadership stuff?
Ans- Hot

14) What type of storage is archive storage?


Ans- blob storage

15) You have a Azure web app named WebApp1 that runs in an Azure App Service plan names ASP1,
ASP1 is based on the D1 pricing tier
Ans- cross-origin resources sharing(CORS)

16) In several server migration, you need to recommend a solution to ensure that servers are
available if a single azure data center goes offline for an extended period?
Ans- fault tolerance

17) If you want to push messages to a large number of devices , which Azures ervices should you
consider?
Ans- Notification hub

18) Which of the following statements are correct for submitting operations in a batch?
Ans- All operations have to be the same partition
Total batch size can’t be greater than 4mb
Max operation count is 100

19) Which of the following is not a part of the function.json file?


Ans- Action

20) Which type of application ca you develop in Microsoft Azure to automate business flow?
Ans- Logic Apps
21) Which APi Management portal can someone use to obtain documentation about your API?
Ans- The Developer Portal

22) Which of these Azure service provides cryptographic key management based on FIPS validated
Hardware security modules(HSMs)
Ans- Azure Key vault

23) Which of the following protocols are not supported by Azure AD?
Ans- Kerberos

24) When creating a new secret for using in your application, which of the following should be our
first step?
Ans-Run the “az keyvault create” command.

25) You develop an Azure web app. You monitor performance of the web app by using application
insights. You need to ensure the
Ans –Implement Adaptive Sampling Using the application insights SDK

26) You can register your application to use with OAuth Authentication using which of the
following?
Ans-Azure AD OAuth Registration

27) To add a container from your local docker instance to your azure container registry, which
command would you need to use?
Ans- docker push

28) Which of the following is not a part of the function .json file?
Ans- action

29) What are the benefits of azure paas?


ANS- create highly available,scalable
Focus on application
Develop internet scale

30) What is high availability in cloud computing?


Ans- If one resource on azure dies unexpectedly, another resource will almost instantly take
over the workload

31) Why would you use the azure cloud shell instead of the azure CLI or PowerShell?
Ans- The cloud shell can be used entirely in a web browser ad can be used across multiple
devices

32) What benefits CDN provides?


Ans- All the above
33) Adding more instances to an app Service Plan, what kind of scaling is this?
Ans – Scaling out

34) Which type of storage Blob is best for Random Access files?
Ans- Page

35) Which is not HTTP methods used by most RESTful web APIs from the below given option?
Ans – INSERT

36) Which of the following is NOT true about Web Jobs?


Ans- All the above

37) 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 meet this requirement?
Ans – Azure Event hub capture

38) 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 user.
What should you recommend?
Ans- Azure content delivery network(CDN)

39) What is the query language used to query Log Analytics?


Ans- Kusto

40) In APIM, which section of the policy we receive the output of backend service?
Ans-OutBound

41) Which of the following is a “collection of statements run sequentially that ca alter the behavoir
of an APl”?
Ans – Azure API management polices

42) You have a Microsoft SQL Server always on availability group on azure virtual machines, you
need to configure on Azure internal load balancer as a listener for the availability group. What
should you do?
Ans-Enable Floating IP.
43) Recommend on azure solution that encrypts the administrative credential during the
deployment?
Ans- Azure key vault

44) What are some of the advantages of using ARM templates for creating cloud infrastructure?
Ans- service integrations
Declarative
Idempotency
Source control

45) Where does the service dependencies for containers are stored in azure container instances?
Ans- In the Azure container registry

46) Background function need to run continuously or nearly continuously. Need more CPU and
memory option for executing the function, this function are long running near about 10min.
which plan will be relevant to satisfy this condition?
Ans- App service plan

47) You are developing Azure Web Jobs. You need to recommend a Web Job type for scenario.
Which Web Job type should you recommend to run on all instances that the web app runs on
and optionally restrict the Web Job to single instance?
Ans- Continuous

48) You are developing Azure Web Jobs. You need to recommend a Web Job type for scenario.
Which Web Job type should you recommend to run on single instances that azure select for
loadbalancing?
Ans- Triggered

49) You are developing an Azure function App that process images that are uploaded to an Azure
Blob container. image must be processes as quickly after they are uploaded and the solution
must minimize latency. You create code to process images when the function App is triggered.
you need to configure the function App What should you do?

Ans- Use an App Service plan. Configure the Function App to use an Azure Blob Storage
trigger.

50) What can you to automatically transition your blobs between storage tiers based on factors
likelast modified date?
Ans- Use Lifecycle management
51) You can interact with the Azure Key Vault API with communication method ?
Ans- REST

52) Which of the following can be for a container based application using Azure Kubernetes?
Ans- All of the above (scalable,portable,extensible)

53) Which component is used by Azure Monitor to define the actions once an alert has been
triggered?
Ans- Action Groups

54) Which integration service is used to publish API securely for internet developers to use when
connecting to backend system hosted anywhere?
Ans- Azure API Management

55) Which of these is not an example of throtting?


Ans- Server crash

56) 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?
Ans- Recurrence Trigger

57) Services or applications that utilize event data from Event Grid are considered to be what?
Ans- Handlers

58) You are designing a solution for a company to deploy software for testing and production.
The solution must meet the following requirements:
✑ Applications must be deployed to several different environments and must run without
installation of dependencies.
✑ Existing published application must be ported to the new solution.
✑ Application developers must be given flexibility when architecting their code.
You need to recommend a solution for hosting applications.
What should you select?
Ans- Azure Kubernetes Service

62) Which are factors used to verify a user with multi-factor authentication?
Ans:- Factors are (i) something you know
(ii) something you have (iii) something you are

59) What service gives you the ability to centralize cloud application settings for
standardization and security?
Ans:-Azure App Configuration

63) Your company has several business units.Each business unit requires 20 different Azure
resources for daily operation. All the business units require the same type of Azure resources.
You need to recommend a solution to automate the creation of the Azure resources.
What should you include in the recommendations?
Ans:- Azure Resource Manager templates
60) which category the virtual machine services belong to?
Ans:- Infrastructure as a Service

61) Which Microsoft Azure cloud security tool can an enterprise use for key management?

Ans:-Azure Key Vault

62) What is “serverless” computing?


Ans:-Simpler version of Platform-as-a-service.

63) ______group of vms and underlying physical hardware that can be updated and
rebooted at the same time?
Ans:- update domain

64) which of the following are true regarding supported operations granted with an sas
token?
Ans:- You can grant read access to existing blobs.
You can create new blob containers.
You can add, update, and delete queue messages

65) You are designing an Azure application. The application includes services hosted in
different geographic 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?
Ans:- Service Bus queue

66) what does advanced threat protection do?


Ans:-Help an Organization to classify and optionally protect its document and email labels

70)Which of the following are valid uses for Graph API?


Ans:-Deleting User
Finding Users in a directory
Creating new roles for User.

67) what happens when service bus queue runs max delivery count exceeds?
Ans:- moves the message to the dead letter Queue

68) what are the two types of data collected in azure monitor from your environment?
Ans:- metrics and logs

69) What is azure function?


Ans-An add on to Any paid Azure subscription……
A server-less service on Azure
A single unit of compute that is triggered by a separate process
72)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?
Ans:- CloudJob.CommitAsync(IEnumerable<BatchClientBehavior>, CancellationToken)

73)In which of the following situations would deploying an Azure Virtual Machine be the most
appropriate solution?
Ans:- When you need to lift and shift from an on-premise environment to the cloud.

74) what is the way to have a dedicated logic app environment?


Ans:- Integration service environment

75)what does inftastructure-as-a-service describe?


Ans:- the layer of service that enables a complete cloud infrastructure for your business.

76) A health organization after the Covid pandemic attack want to adopt vaccination service
throughout all their branches The vaccination service is a combined third-party service with joined
effort from 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?
Ans:-B/D: ----Logic App/---Azure App.

77) 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?
Ans:- Platform as a service (PaaS).

78)which of the following tools is NOT an option for scripted blob management?
Ans:-Python

79) which azure service is used for delivering high bandwidth content to users by catching their
content?
Ans:- Azure Content Delivery Network (CDN)

80) what is powershell cmdlet


Ans:- a lightweight command that is used in the PowerShell environment to perform..

81)Azure provides a number of NoSQL data stores which of the following are such stores?
Ans:-COSMOS DB.

82)where do Virtual machine falls on Azure shared responsibility Model?


Ans:-Platform-as-a-service(PaaS)

83) Should the company deploy resources which are part of Public Preview in their
production environment?
Ans:- yes
84) what is the size limit for messages stored in azure storage queue?
Ans:- 64 KB

85) what is your recommendation to use to limit the types of connections from the web servers
to the database servers in azure?
Ans:- network security groups (NSGs)

86) what can you store in a blob container inside azure storage?
Ans:-C Any Kind of binary file …………

87) can two entitites in same table storage contain different collections of properties of different
types?
Ans:- Yes

88) shared access signature comes in 3 varieties. the account level, user level and ___?
Ans:- Service level

89)what is guranteed in Azure service level Agreement(SLA)?


Ans:-Uptime

90) which service will be used to map a network drive from several computers that run windows
to azure?
Ans:- file shared service

91)When an event publisher such as resource group pushes data to an event grid.Event grid
organizes the data using what method?
Ans:-Topics

92) where do we store data as key value pair within azure api management?
Ans:- Named Values

93)which integration service is used to create workflows and orchestrate business process
to connect hundreds of services in the cloud and on premises?
Ans:-Azure Logic Apps

94) how many tenants can a single user belong to in azure active directory?
Ans:- 500

95) I have photo-sharing application that runs on millions of mobile devices.


Demand is unpredictable for any event.Which Azure compute resource is the best match for this
workload?
Ans:- Serverless computing

96) In a world of low code to no code, Azure service should you pick to expose application data and
service through a secure app gate way
Ans:- Azure sentinel
97)what is not true about Azure storage Queue?
Ans:-FIFO implementation

98)what is recommended use case for Azure SQL?


Ans:-Migrate all instances of Microsoft SQL server to Azure SQL to improve security and reduce Cost.

99) ________ is the ability of a system to recover from failures and continue to function?
Ans: Resiliency

100) KeyVault is responsible for Task Like:


Ans: * Create or import a key or secret
 Revoke or delete a key or secret
 Authorize users or applications to access the key vault, so they can then
manage or use its keys and secrets
 Monitor key usage
101) Autoscale rule for cpu percentage metric is defined for which resource type?
Ans: Resource group

102) to expose a wcf web services from within your firewall,what service you should use in
azure?
Ans: Service bus relay

103) which of the following technologies is not used to create an web application in azure
app services?
Ans: wordpress/perl

104) which of the following isn’t required when creating a new azure container registry
instance?
Ans: Size

105) You must implement Application Insights instrumentation capabilities utilizing the Azure
Mobile Apps SDK to provide meaningful analysis of user interactions with a molbile 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.
Ans: Trace,UserId, Events
106) what is basic operational unit of Kubernetes?
Ans: Pod

107) azure container instance supports both linux and windows containers?
Ans: True

108) Which of the following are valid differences between page blobs and block blobs?
Ans: Block blobs allow files to be uploaded and assembled later. Blocks can be resubmitted
individually.
Block blobs have a max size of 200 GB. Page blobs can be 1 terabyte.
109) _____ refers to the time it takes for data to to travel over the network.
Ans: Latency

110) _____ let you create and manage a group of identical, load balance VMs. If allows you to
identically manage . configure and update a large number of VMs in minutes to provide highly available
applications
Ans: Azure VM Scale Sets

111) ____ are groups of VMs that share the common physical server rack,power, cooling and network
infrastructure in case of the outage the availability set automatically switch for a working physical
server so the VM continues to run.
Ans: Fault Domain

112) Azure brings quality of service(QOS) opportunities to your application which of the following qos
can you get by designing your application for the cloud?
Ans: Availabilty, scalability, security

113)
1) What are some limitations with a free Azure account?
Ans – included Azure credits with expire after 30 days and included free services expire after 12
months

2) A company has some private servers on-premise and also distributed some of the workload on
the public cloud as west , what is this architecture known as?
Ans- Hybrid cloud

3) ------- helps to avoid a single point of failure on your vm architecture. It is logical grouping of
two or more vm’s help keep your application available during planned or unplanned
maintenance.
Ans- Availability seats

4) 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 tjr Azure services it consumes?
Ans – Azure Subscription

5) When business wants to group the data centers in one geographic location, what should they go
for?
Ans- Region

6) Which Azure messaging service uses a First in , First out querying model?
Ans- Azure event hub

7) Application insights is only useful for Web Applications


Ans- False

8) In Azure App Configuration, when configuring keys, application and parsed as the same key
Ans- false

9) 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
Ans- TableQuery.GenerateFilterCondition(“PartitionKey”, QueryComparisons.Eqaul, “Ramesh”)

10)what will be the best option for the organization to implement an Azure environment that
ensure department can use a different payment option for the azure services it consumes?
Ans- Azure Subscription

11) addition to REST, what other communication API can you use to build custom connectors for
your Logic Apps?
Ans – SOAP

12) what is the underlying protocol of Azure Service Bus for sending and receiving messages?
Ans- AMQP

13) Microsoft Graph API can be used for a variety of things , including
Ans- storing ,retrieving and manipulating User data in Azure AD

14) Which storage tier is the best for storin reports that are updated once per quarter but accessed
regularly by your leadership stuff?
Ans- Hot
15) What type of storage is archive storage?
Ans- Archive storage

16) You have a Azure web app named WebApp1 that runs in an Azure App Service plan names
ASP1,
ASP1 is based on the D1 pricing tier
Ans- cross-origin resources sharing(CORS)

17) In several server migration, you need to recommend a solution to ensure that servers are
available if a single azure data center goes offline for an extended period?
Ans- fault tolerance

18) If you want to push messages to a large number of devices , which Azures ervices should you
consider?
Ans- Notification hub

19) Which of the following statements are correct for submitting operations in a batch?
Ans- All operations have to be the same partition
Total batch size can’t be greater than 4mb
Max operation count is 100

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


Ans- Action

21) Which type of application ca you develop in Microsoft Azure to automate business flow?
Ans- Logic Apps

22) Which APi Management portal can someone use to obtain documentation about your API?
Ans- The Developer Portal

23) Which of these Azure service provides cryptographic key management based on FIPS validated
Hardware security modules(HSMs)
Ans- Azure Key vault

24) Which of the following protocols are not supported by Azure AD?
Ans- Kerberos

25) When creating a new secret for using in your application, which of the following should be our
first step?
Ans-Run the “az keyvault create” command.

26) You develop an Azure web app. You monitor performance of the web app by using application
insights. You need to ensure the
Ans –Implement Adaptive Sampling Using the application insights SDK

27) You can register your application to use with OAuth Authentication using which of the
following?
Ans-Azure AD OAuth Registration

28) To add a container from your local docker instance to your azure container registry, which
command would you need to use?
Ans- docker push

29) Which of the following is not a part of the function .json file?
Ans- action

30) What are the benefits of azure paas?


Ans- create highly availability solution
Focus on application
Develop

31) What is high availability in cloud computing?


Ans- If one resource on azure dies unexpectedly, another resource will almost instantly take
over the workload

32) Why would you use the azure cloud shell instead of the azure CLI or PowerShell?
Ans- The cloud shell can be used entirely in a web browser ad can be used across multiple
devices

33) What benefits CDN provides?


Ans- All the above

34) Adding more instances to an app Service Plan, what kind of scaling is this?
Ans – Scaling out

35) Which type of storage Blob is best for Random Access files?
Ans- Page

36) Which is not HTTP methods used by most RESTful web APIs from the below given option?
Ans – INSERT

37) Which of the following is NOT true about Web Jobs?


Ans- All the above

38) 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 meet this requirement?
Ans – Azure event Hub Capture

39) 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 user.
What should you recommend?
Ans- Azure content delivery network(CDN)

40) What is the query language used to query Log Analytics?


Ans- Kusto

41) In APIM, which section of the policy we receive the output of backend service?
Ans-OutBound

42) Which of the following is a “collection of statements run sequentially that ca alter the behavoir
of an APl”?
Ans – Azure API management polices

43) You have a Microsoft SQL Server always on availability group on azure virtual machines, you
need to configure on Azure internal load balancer as a listener for the availability group. What
should you do?
Ans-Enable Floating IP.

44) Recommend on azure solution that encrypts the administrative credential during the
deployment?
Ans- Azure key vault

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

Ans46) What are some of the advantages of using ARM templates for creating cloud infrastructure?
Ans- service integrations
Declarative
Idempotency
Source control

47) Where does the service dependencies for containers are stored in azure container instances?
Ans- In Azure container Registry

48) Background function need to run continuously or nearly continuously. Need more CPU and
memory option for executing the function, this function are long running near about 10min.
which plan will be relevant to satisfy this condition?
Ans- consumption plan

49) You are developing Azure Web Jobs. You need to recommend a Web Job type for scenario.
Which Web Job type should you recommend to run on all instances that the web app runs on
and optionally restrict the Web Job to single instance?
Ans- Continous

50) You are developing Azure Web Jobs. You need to recommend a Web Job type for scenario.
Which Web Job type should you recommend to run on single instances that azure select for
loadbalancing?
Ans- Triggered

51) You are developing an Azure function App that process images that are uploaded to an Azure
Blob container. image must be processes as quickly after they are uploaded and the solution
must minimize latency. You create code to process images when the function App is triggered.
you need to configure the function App What should you do?
Ans- Use an App Service plan. Configure the Function App to use an Azure Blob Storage
trigger.

52) What ca you to automatically transition your blobs between storage tiers based on factors like
last modified date?
Ans- Use Lifecycle management

53) You can interact with the Azure Key Vault API with communication method ?
Ans- REST
54) Which of the following can be for a container based application using Azure Kubernetes?
Ans- All of the above

55) Which component is used by Azure Monitor to define the actions once an alert has been
triggered?
Ans- Action Groups

56) Which integration service is used to publish API securely for internet developers to use when
connecting to backend system hosted anywhere?
Ans- Azure API Management

57) Which of these is not an example of throtting?


Ans- B / D Server crash
Handling high-priority requests differently then low-priority requests

58) 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?
Ans- Recurrence Trigger

59) Services or applications that utilize event data from Event Grid are considered to be what?
Ans-Handlers

60) You are designing a solution for a company to deploy software for testing and production.
The solution must meet the following requirements:
✑ Applications must be deployed to several different environments and must run without
installation of dependencies.
✑ Existing published application must be ported to the new solution.
✑ Application developers must be given flexibility when architecting their code.
You need to recommend a solution for hosting applications.
What should you select?
Ans- Azure Kubernetes Service

62) Which are factors used to verify a user with multi-factor authentication?
Ans:- Factors are (i) something you know
(ii) something you have (iii) something you are

61) What service gives you the ability to centralize cloud application settings for
standardization and security?
Ans:-Azure App Configuration

63) Your company has several business units.Each business unit requires 20 different Azure
resources for daily operation. All the business units require the same type of Azure resources.
You need to recommend a solution to automate the creation of the Azure resources.
What should you include in the recommendations?
Ans:- Azure Resource Manager templates

62) which category the virtual machine services belong to?


Ans:- Infrastructure as a Service

63) Which Microsoft Azure cloud security tool can an enterprise use for key management?
Ans:-Azure Key Vault
64) What is “serverless” computing?
Ans:-Simpler version of Platform-as-a-service.

65) ______group of vms and underlying physical hardware that can be updated and
rebooted at the same time?
Ans:- update domain

66) which of the following are true regarding supported operations granted with an sas
token?
Ans:- You can grant read access to existing blobs.
You can create new blob containers.
You can add, update, and delete queue messages

67) You are designing an Azure application. The application includes services hosted in
different geographic 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?
Ans:- Service Bus queue

68) what does advanced threat protection do?


Ans:-Help an Organization to classify and optionally protect its document and email labels
70)Which of the following are valid uses for Graph API?
Ans:-Deleting User
Finding Users in a directory
Creating new roles for User.

69) what happens when service bus queue runs max delivery count exceeds?
Ans:- moves the message to the dead letter Queue

70) what are the two types of data collected in azure monitor from your environment?
Ans:- metrics and logs

71) What is azure function?


Ans-An add on to Any paid Azure subscription……
A server-less service on Azure
A function to update any resources on Azure

72)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?
Ans:- CloudJob.CommitAsync(IEnumerable<BatchClientBehavior>, CancellationToken)

73)In which of the following situations would deploying an Azure Virtual Machine be the most
appropriate solution?
Ans:- When you need to lift and shift from an on-premise environment to the cloud.

74) what is the way to have a dedicated logic app environment?


Ans:- Integration service environment

75)what does inftastructure-as-a-service describe?


Ans:-Any service on Azure that you can rent and don’t have to buy upfront?

76) A health organization after the Covid pandemic attack want to adopt vaccination service
throughout all their branches The vaccination service is a combined third-party service with joined
effort from 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?
Ans:-B/D: ----Logic App/---Azure App.

77) 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?
Ans:- Platform as a service (PaaS).

78)which of the following tools is NOT an option for scripted blob management?
Ans:-Python

79) which azure service is used for delivering high bandwidth content to users by catching their
content?
Ans:- Azure Content Delivery Network (CDN)

80) what is powershell cmdlet


Ans:- a lightweight command that is used in the PowerShell environment to perform..

81)Which service will be used to do map a network drive from computers that run windows to
azure storage?
Ans:- File Share service

82)What happns when service bus queue max dilvery count exceeds?
Ans:-Moves the message to dead letter queue.

Autoscale rule for CPU percentage metric is defined for which resource type?
ans:Resource group

What are two types of data collected in Azure Monitor from your enviroments?
ans: Metrics and logs

Ammend an Azure solution that encrypts the admin credentials during the deployements?
ans: Azure key vault.

which of the following are valid uses for Graph API?


ans: Deleting user
Finding a user in the directory
creating new roles for users

you must implement Application insights instruments capabiltiesutilizing the Azure mobile apps
SDk......values should you capture?
Ans: trace
user ID
events

Azure provides a number of NOSQL data stores. Which of the following are such stores?
ans: cosmos DB

when an event publisher such as a resource Group pushes data to an event Grid , event grid organize
this data using what method?
ans:Topics

what are good recommendations for securing files in Blob storage?


ans: always use SSl
keep primary and secondary key hiddden
in your application, store them somplace that isi'nt

you are deploying Azure webjobs. you need to recommend a webJobtype ........to run single instance
that azure select for load balancing?
ans: triggered.

which of the following can be considered as the primary data store of kubernetes?
ans: pod

which of the following is incorrect regarding Azure kubernetes?


ans: All of the above

hat are the two types of scaling on azure?


ans: vertical and horizontal

what is guaranteed in an Azure service level agreement(SLA)?


ans: 99.94

What are the benefits of azure paas?


ans: create highly available, sclable aps and APIs
focus on application, not Infra
develop internet scale APIs for world of devices.

___ points to help single point of failure in your VM architecture. it is the logical grouping of two
or more VMs........maintenance?
ans: availability sets.

Where do virtual machine falls on the Azure Shared repository model?


Ans: Paas

should organisation deploy resources which are part of public preview in their producation?
Ans: Yes

which of the following is not true about webjobs ?


Ans: all of the above

which azure messaging service uses FIFO queuing model?


Ans: Azure storage queue
what is you recommendation to use to limit one types of connector from the web server to database?
Asn: network security group.

____a group of VMs and underlying physical hardware that can be updated and rebooted at the
same time?
Ans: Update domain

Azure key vault API with which communication method?


Ans: REST

what is the way to have a dedicated Logic App environment?


Ans: Integrated service environment

on an event publisher such as Resource group pushes data to an event grid .........this data using what
method?
Ans: indexes

what is gauranteed in Azure SLA?


Ans: uptime.

Deploying an azure virtual machine would be the most appropriate solution?


Ans: when you need to lift and shift from an on- premise environment to the cloud.

____is the way to have a dedicated logic App environment ?


Ans: app service environment .

you are developing an azure function app that process images that are uploaded .........you need to
configure function app. what should you do?
Ans: use and app service plan......storage trigger.

Where do we store data as key value pair within Azure API management ?
Ans: named value.

Which of the following is not the example of throttling?


Ans: server crash.

How many tenants can a single user belongs to in azure Active directory?
Ans:500

which API management portal can someone use to obtain documentation about your API?
Ans: the developer portal

advantages of using ARM templates for creating cloud infrastructure ?


Ans: service integration
declarartive
idepotencay
Source control

to add a container from your local Docker instance to your Azure Container registry ...which
command would you use?
Ans: docker push.
What is azure function?
Ans: an add-on.....
a single unit of compute....

what is the query language used to query log analytics?


Ans: kusto.
1. are groups of VMs and underlying physical hardware that can be updated and noticed at the same
time?3,
A. Update domains

2. What is high availability in cloud computing

A. If one resource on Azure dies unexpectedly, another resource will almost instantly take over the
workload

3. Should organization deploy resources which are part of Public Preview in their production?

A. No

4. Which Azure products and serving the Azure Porter? All porducts

5. Where do Virtual Machines fall on the Azure Shared Responsibility Model? SaaS

6. Which of the following NOT me about WebJobs? All

7. helps to avoid a single point of failure in your VM architecture. It is the Logical grouping of
twoor more VMs that help keep your application available during planned or unplanned maintenance?
Availability sets

8. What does infrastructure-as-a-Service describer? Any data

9. Which Azure messaging service uses a First in, First Out (FIFO) queuing model? Azure storage queue

10. Application Insights is only useful for Web Applications? True

11. storage tier is the best for storing reports that are updated once per quarter but accessed by your
leadership staff? hot

12. What is the size limit for messages stored in Azure Storage Queues? 64kb

13. Services or applications that utize event data from Event Grid are considered to be what?
Subscribers

14. What is your recommendation to use to limit the types of connections from the web servers to the
database servers in Azure? Network security group

15. beat for Random Access files? pages

16. Is an azure function? A. A serverless service on Azur, a single unit

18. You are developing Azure WebJobs You need to recommend a WebJob type for scenario. ich Webjob
type should your recommend to run single instance that Azure select for load incing?
A. triggered

19. Under which category the Virtual Machine service belongs to? IaaS

20. an event publisher such as a Resource Group pushes data to an Event Grid, Everit Grid izes this data
using what method? Events or topics

21. you store in a blob container inside Azure Storage? Any kind of binary files such as videos, imgs

22. What is the way to have a dedicated Logic App environment? Integration service environment

23. Azure Key Vault API with which communication method?REST

24. A health organization after the Covid pandemic attack ward to adopt service throughout all their
branches. The vaccination service is a combined third-party service with pined effort from 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 vacunation 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 corect option? Vaccination response can be
transformed by azure app…..

25. which of the following nations, deyingan Azure Virtual Machine would be the most appropriate
solution? When you need to lift and shift from …..

26. How many tenants can a single user belong to Azure Active Directory? 500

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

28. What will be the best option for the organization to implement an Azure environment that ensure
nach department can use a different payment option for the Azure services it consumes? Azure
subscription

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

30. You are designing a solution for a company to deploy aware for sing and productor

The solutions must meet the following oxquirements

1. Applications must be deployed to several differed arom and wod Instalation of dependencies

2.Existry published applications must be ported to the ue 3 Application developers must be giver fechilly
when acheg her de You need to recommend a solution for hosting applicadors

Apax Fonder

What should you see? Azure kubernets services


31. mend an Azure solution that encrypts the administrative credentials during the

…..ent? Azurek ey vault

32. Where do we store data as Key Value pair within Azure API Management? Named value

33. Fill in the blank Shared Access Signature some in 3 is the Account Level ther Level and the Liker
Level? Service level

34. You pain to migrate a web appaion to Aare The web application is accessed by extral eru need to
recommend a dlound deployment solution to minutes the amount of nisative effort used to manage the
web application What should you inchade in the recommendation? PaaS

35. Which API Management Portal can someone use to obtain documentation about your API?
A: the developer portal

36.. what are advantages of using ARM templates for creating cloud infrastructure? Declarative,
Idempotency, source controls

37.. You are developing an Azure Function App that processes images that are uploaded to an Azure
Blob container images must be processed as quickly as possible after they are uploaded, and the
solution must minimize latency. You create code to process images when the Function App is triggered.
You need to configure the Function App. What should you do? Use a cunsunption plan ....... storage
trigger

40. I have photo-sharing application that runs on millions of mobile devices Demand is unpredictable for
any event. Which Azure compute resource is the best match for this workload? Service less computing

41. Which of these Azure service provides cryplographic key management based on FIPS-vaidated
Hardware security modules (HSM)? Azure key vault

42. What are the two types of data collected in Azure Monitor to your enements? Metrices and logs

43. Which Asure Service used for delivering high-bandwidth content to users by caching their contact?
Azure CDN

44. Why would you use the Azure Cloud Shell instead of the Azure CLI or PowerShell? The cloud shell can
be able

45. What can you do to automatically transition your blobs between storage fb factors like last modified
date

46. What is the way to have a dedicated Logic App environment? ISE

47. Organization decide to process the file further by a logo sco orchestration What kind of trigger you
will choose to process the file in real time? Reccurence trigger
48. You are designing an Azure application. The application includes services hosted in different
geographic 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 administrative effort. What should you recommend? Service bus
queue

49. Which one of the following is incorrect regarding Azure Kubernetes? none

50. instrumentation capabilities utilizing the Azure Mobile of user interactions with a mobile app. You
need to Usage Analytics feature of Application Insights. capture? Trace, userid, events

51. In what language are ARM Templates built? Json

52. Which of the following are valid differences between page blobs and block blobs? (Choose
two.)A.Block blobs allow files to be uploaded and assembled later. Blocks can be resubmitted
individually. B.Block blobs have a max size of 200 GB. Page blobs can be 1 terabyte.

53. You are developing Azure function app process images that are uploaded to an Azure Blob container
Images must be processed as quickly as possible after they are parte ante solution must minimize
latency You create code is process mages whe the Function App is triggered. You need to configure the
Function App What should you do? Use a consumption plan, configure to…

54. You are developing a web application that provides sing the application to use continuous
integration and deployment The app must be highly available and provide a continuous st You need to
recommend a solution that allows the application a location that is closest to the user. What should you
recommend?CDN

55. anywhwre? A: azure api management

56. cloud types? A hybrid cloud, in private cloud , private cloud

57. What service gives you the ability to centralize cloud application settings for standardization and
security?

58. Which services will be used do to...... 10 to Azure Storage? File share services

59. which of these is not an examples of throttling? Server cast

60. can two…. Table storage contains different collection of properties and different types? Yes

61. which is not true about storage queue? FIFO implementation

62. you develop an azure you monitor performance of the wen app byusing application insights. You need
to ensure the cost for application insights does notexceed a preset budget. What should you do? Set a
daily cap for the application insights instance

63. key vault is responsible for task like? Create, revoke, authorize

64. what does advanced threat protocol do? Help An organization to…
65. which of the following is the responsible for adjusting the number of nodes based on the computer
resources in the node pool? Cluster auto scalar

66. Microsoft graph api cn be used fot variety of things including? Stroring, retrieving

67. when business wants to group the datacenters in one geographic location? Region

68. benefits of azure PaaS? Create, focus, develop

69. what service gives you the ability to centralize cloud application….and security? Azure S.. service

70. under which category the virtual machine service belongs to? IaaS

71. refers to the time it takes for data to travel over the network? latency

72. what is the query language used to query long analytics? kusto

73. You are developing Azure WebJobs You need to recommend a WebJob type for scenario. ich Webjob
type should your recommend to run singlewebjob to instences? continuous

74. what is a recommended use cause for azure SQL? Migrate your on–permises SQL server instances

75. What service ges you the abity centros hot picture to and security for standardization? Azure app
configuration

76. You have a Microsoft SQL servwr analysis on availability group on Azure Virtual Machine you need
to configure an azure internal load balancer as a listener for the a availability group what should you do?
Enable floating IP

77. which integration service is used to create wodowe torchesthe business proces connect hundreds of
services in the cloud and on-preme?Azure Logic apps

78. Which of the following are true regarding supported operations generated with an SAS time? You
can grant , you can add update and delete tables, you can query

79. What are some of limitations with a free azure account? Included azure credits with expire after
30days………

80. A company has some private services on-premises and also distributed some of the workload on the
public cloud as well. What is this architecture known as? Hybrid cloud

81. In azure app configuration when configuring keys, application and spellsearch are parsed as the same
key? False

82. In addition to rest, when other communication api can you use to buid custom connectors for your
logic apps? Soap

83. What is the underlying protocol of azure service bus for sending and receiving message? AMQP

84. Microsoft graph API can be used for a variety of things including? Storing, retrieving

85. What type of storage is archive storage? Archive storage


86. If you want to push messages to a large number of devices, which azure services should you consider?
Notification hub

87. In several server migration you need to recommended a solution to ensure that some of the servers
are available if a single azure data goes offline for an extended period? Fault tolerance

88. Which of the following statements are correct for submitting operations in a batch?
A: 1.All 2. Total 3. Max

89. Which type of application can you develop in Microsoft azure to automate business flow? Logic apps

90. Which of the following is not a part of the function.json file? Action

91. Which of those azure service provide cryptographic key management based on FIPS-validated
hardware security modules(HSMs)? Azure active Directory

92. Which of the following protocols are not supported by azure AD? Kerberos

93. When creating a new secret for using in your application, which of the following should be yor first
step? Run the “az keyvault create” command

94. 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. ?Cross-origin resource sharing(cors)

95. You use azure table storage to store customer info for an application. the data contains customer
details and as 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? ? table query generic filter
condition(‘partitionkey’ ’querycomparisons’ ’ramesh’)

96. __is the ability…..a failure? Resillency


1. Your company has several business units. Each business unit requires 20 different azure
resources for daily operation. All the business units require the same type of azure
resources. You need to recommend a solution to automate the creation of the azure
resources. What should you include in the recommendations -> Azure resource manager
2. A company has some private servers on-premises and also distributed some of the
workload on the public cloud as well. What is the architecture known as -> Virtual private
network
3. You are developing azure webjobs. You need to recommend a webjob type for scenario.
Which webjob type should you recommend to run on all instances that the web app runs
on and optionally restrict the webjob to single instance -> Continuous
4. In APIM, which section of the policy we receive the output of backend service-> outbound
5. Which integration service is used to publish API securely for internal and external
developers to use when connecting to backend system hosted anywhere -> azure API
management
6. 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
-> Fault Tolerance
7. 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 ->
CloudJob.CommitAsync(IEnumerable<BatchClientBehavior>, CancellationToken)
8. Which of the following is not true about webjobs -> They can only be triggered by a queue
message , they must be deployed with a web application , they can only be written in c#.
9. Which type of storage blob is best for random access file -> Page blobs
10. What is the way to have a dedicated logic app environment -> Virtual machine
11. ____ are groups of VMs 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 continuous to run -> Fault domains
12. Microsoft Graph API can be used for a variety of things, including -> Storing, retrieving
and manipulating user data in azure AD
13. Which of the following are valid differences between page blobs and block blobs -> page
blobs are much faster for all operations , block blobs allow files to be uploaded and
assembled later. Blocks can be resubmitted individually, block blobs have a max size of
200gb.page blobs can be 1 tb
14. What is the size limit for messages stored in azure storage queues -> 64kb
15. 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 user. You need to
recommend a solution that allows the application to store data in a geographical location
that is closest to the user. What should you recommend -> Azure content delivery
network (CDN)
16. To expose a WCF web service from within your firewall, what service should you use in
azure -> Service bus queue
17. 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 -> PAAS
18. ____ let you create and manage a group of identical, load balanced VMs. It allows you to
centrally manage, configure and update a large number of VMs in minutes to provide
highly available applications -> azure VMs scale sets
19. You are designing an azure application. The application includes services hosted in
different geographic 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 -> service bus queue
20. In which of the following situations, deploying an azure virtual machine would be the
most appropriate solution -> when you need a system to process workflows and process
data
21. Azure provides a number of NoSQL data stores, which of the following are such stores ->
File storage , table storage , cosmos DB
22. You are developing an azure function app that processes images that are uploaded to an
azure blob container. Images must be processed as quickly as possible after they are
uploaded, and the solution must minimize latency. You create code to process images
when the function app is triggered. You need to configure the function app. What should
you do -> Use a Consumption plan. Configure the Function App to use an Azure Blob
Storage trigger.
23. which of the following is incorrect regarding azure kubernetes -> Azure Kubernetes does
not mandatorily need resources to be created in cloud.
24. When creating a new secret for using in your application, which of the following should
be your first step -> Run the “az keyvault create” command
25. What are some of the advantages of using ARM templates for creating cloud
infrastructure -> service integrations , declarative , idempotency , source control.
26. Which API management portal can someone use to obtain documentation about your API
-> The developer portal
27. How many tenants can a single user belong to in azure active directory -> 500
28. You can interact with the azure key vault API with which communication method -> REST
29. Which component is used by azure monitor to define the actions once an alert has been
triggered -> Action groups
30. What is the way to have a dedicated logic app environment -> Integration service
environment
31. Should organization deploy resources which are part of public preview in their production
-> no
32. Which type of --------------random access -> Page
33. Which of these is not an example of ------ -> Server crash , handling high priority requests
differently than
34. A health organization after the covid pandemic attack went to adopt vaccination service
throughout all their branches -> vaccination response can be transformed by logic app
35. You are developing an azure function app that processes images that are uploaded to an
azure blob container. Images must be processed as quickly as possible after they are
uploaded and the solution must minimize latency. You create code to process images
when the function app is triggered. You need to configure the function app. What should
you do -> C
36. Background function need to run continuously o r nearly continuously. Need more CPU
and memory option for executing the functions. This functions are long running near
about 10 min. which plan will be relevant to satisfy this condition -> Enterprise plan
37. When creating a new secret for using in your application, which of the following should
be your first step -> Run the “az keyvault create” command
38. ____ is an azure function -> a foundational component, a serverless service on azure, a
single unit of compute that is triggered by a separate process.
39. 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 -> Enable floating IP
40. 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 -> Enable floating IP
41. What is a powerShell cmdlet -> A lightweight command that is used in the powershell
environment to perform
42. Which of the following is not an option for scripted blob management -> Python
43. Where does the service dependencies for containers are stored in azure container
instances -> in azure container registry
44. Services or applications that utilize event data from event grid are considered to be what
-> handlers
45. Which integration service is used to publish API securely for internal and external
developers to use when connecting to backend system hosted anywhere -> Azure
functions
46. 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 -> recurrence trigger
47. What are the two types of data collected in azure monitor from your environments ->
metrics and logs
48. In which of the following situations, deploying an azure virtual machine would be the
most appropriate solution -> answer thelidu
49. What happens when service but queue -> keep on retrying to deliver message, auto
deletes the message from queue , moves the message
50. Which of the following can be done for a container-based application using azure
Kubernetes -> making container scalability easy, make workloads portable, build more
extensible apps
51. What does advanced threst protection do -> help an organization to classify and
optionally , protect its documents and emails
52. Which Microsoft azure cloud security tool can an enterprise use for key management ->
Azure Key vault
53. What are the factors used to verify a user with multi factor authentication -> something
you are , something you can recall quickly , something you have
54. What service pass you the ability to centralize cloud application settings for
standardization -> azure service bus
55. When an event publisher such as a resource group pushes data to an event grid. Event
grid organizes this data using which method -> events
56. 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 meet this requirement -> azure service bus
57. Which of the following is the broker messaging services ensure FIFO delivery of messages
-> Azure service bus queue
58. Which of the following tools is not an option for scripted blob management -> python
59. can two entities in same table storage contain different collection of properties of
different types -> yes
60. azure brings quality of service(QOS) opportunities to your applications. Which of the
following QOS benefits can you get by designing your application for the cloud -> thelvadu
61. which statements are true about azure key vault -> a third party app can pass access to
a secret to another third party app, azure key vault defined security policies for azure
services, access to secrets and passwords can be granted or denied very fast
62. which of the following type of authentication is not supported in web app in Microsoft
azure -> LDAP
63. which azure products and services are available through the azure portal -> thelvadu
64. what does infrastructure as a service describe -> any data center physical infrastructure
65. 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 -> set session persistence in client IP
66. which of the following is not a part of the function.json file -> action
67. keyvault is responsible for task like -> create and import a key or secret, revoke or delete
a key or secret, authorize users or applications to access, log the error in key, monitor key
usage
68. ________ refers to the time it takes for date to travel over the network -> thelidu
69. What benefits CDN provides -> helps to, minimize load, can work with azure
70. ___ are groups of VMs and underlying physical hardware that can be updates and
rebooted at the same time -> update domain
71. Why would you use the azure cloud shell instead of the azure CLI or powershell -> If it's
resources in Azure that you want to manage, then use Azure CLI; and if you need to
manage Windows Servers, then use Azure PowerShell. (or) the cloud shell can be used
entirely in a web browser can be used across multiple devices
72. Describes a first in, first out(FIFO) queuing model -> azure app service
73. You develop an azure web app. You monitor performance of the web app by using
application insights -> set a daily cap for the application insights instance
74. You can register your application to use with Oauth authentication using which of the
following -> azure AD Oauth registration
75. What type of storage is archive storage -> Blob storage
76. What are some of the limitations with a free azure account -> included azure credits will
expire after 30 days, and included free services expire after 12 months
77. A comp[any has some private servers on-premises and also distributed some of the
workload on the public cloud as well. What is the architecture known as -> Hybrid cloud
78. When business wants to group the datacenters in one geographic location, what should
they go for -> Region
79. ____ helps to avoid a single point of failure in your VM architecture. It is the logical
grouping of two or more VMs that help keep your application available during planned or
unplanned maintenance -> Availability sets
80. 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 servies it
consumes -> Azure subscription
81. Applications insights is only useful for web applications -> true
82. In azure app configuration, when configuring keys, spellsEarth and spellsearth are parsed
as the same key -> False
83. 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->
TableQuery.GenerateFilterCondition(“PartitionKey”,QueryComparisions.Equal,”Ramesh
”)
84. In addition to REST, what other communication API can you use to build custom
connectors for your logic apps -> SOAP
85. What is the underlying protocol of azure service bus for sending and receiving messages
-> AMQP
86. Which storage tier is the best for storing reports that are updated once per year quarter
but accessed regularly by your leadership staff -> Hot
87. You have an azure web app named webapp1 that runs in an azure app service plan named
ASP1. ASP1 is based on the D1 price 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 -> cross origin resource
sharing(CORS)
88. If you want to push messages to a large number of devices, which azure services should
you consider -> Notification Hub
89. In several server migration, you need to recommend a solution to ensure that some of
the servers are available if a single azure data goes offline for an extended period -> Fault
tolerance
90. Which of the following statements are correct for submitting operations in a bench -> all
operations have to be in the same, total batch size can’t be greater, max operation count
is 100
91. Which type of application can you develop in Microsoft azure to automate business flow
-> logic apps
92. Which API management portal can someone use to obtain documentation about your API
-> the developer portal
93. Which of these azure service provides cryptographic key management based on FIPS-
validated hardware security modules (HSM) -> Azure key vault
94. Which of the following protocols are not supported by azure AD -> Kerberos
95. You are designing a solution for a company to deploy software for testing and production
-> azure Kubernetes service
96. To add a container from your docker instance to your azure container registry, which
command would you need to use -> Docker Push
97. What is serverless computing -> A simpler version of PAAS
98. Application insights is only useful for web applications -> true
99. Which of the following is a “collection of statements run sequentially that can alter the
behavior of an API -> azure API management policies
100. Which services gives you the ability to centralize cloud application settings for
standardization and security -> azure app configuration
101. Under which category Virtual machine service belongs to -> Infrastructure as a
service
102. Adding more instances to an app service plan – what kind of scaling is this ->
scaling out
103. Which of the following as the ------ supported operations granted with an SAS
token -> you can grant read access to existing blobs, you can add update and delete table
entities, you can query table entities
104. What does advanced threst proclation do -> helps an organization to classify and
optionally, protect its documents and emails.
105. Which of the following are valid uses for the graph API -> deleting user,finding a
user in the dictionary, creating new roles for users
106. What is high availability in cloud computing -> Microsoft guarantees you will
always have access to the resources on azure
107. Which azure service is used for delivering high-bandwidth content to users by
caching their content -> azure redis cache
108. What is the query language used to query log analytics -> kusto
109. what can you do to automatically transition your blobs between storage tiers
based on factors like the last modified date -> use lifecycle management

You might also like