Techleap@cloud Azure
Techleap@cloud Azure
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
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?
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
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
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
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
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
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)
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
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?
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
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
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.
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)
81)Azure provides a number of NoSQL data stores which of the following are such stores?
Ans:-COSMOS DB.
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
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
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
99) ________ is the ability of a system to recover from failures and continue to function?
Ans: Resiliency
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
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
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
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
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
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)
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
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
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
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
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.
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)
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.
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
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
___ 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.
should organisation deploy resources which are part of public preview in their producation?
Ans: Yes
____a group of VMs and underlying physical hardware that can be updated and rebooted at the
same time?
Ans: Update domain
on an event publisher such as Resource group pushes data to an event grid .........this data using what
method?
Ans: indexes
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.
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
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....
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
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
9. Which Azure messaging service uses a First in, First Out (FIFO) queuing model? Azure storage queue
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
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
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
30. You are designing a solution for a company to deploy aware for sing and productor
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
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
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
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
60. can two…. Table storage contains different collection of properties and different types? Yes
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
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
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’)