Teah Leap
Teah Leap
Teah Leap
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 datacenters 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?
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
Creating charts and dashboards for use by your leadership team
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
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- Networking / cross-origin resources sharing
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-
26) You develop an Azure web app. You monitor performance of the web app by using application
insights. You need to ensure the
Ans –
27) You can register your application to use with OAuth Authentication using which of the
following?
Ans-
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
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) 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- Triggered
39) 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
40) 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
42) In APIM, which section of the policy we receive the output of backend service?
Ans-
43) Which of the following is a “collection of statements run sequentially that ca alter the behavoir
of an APl”?
Ans – Azure API management polices
44) 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-
45) Recommend on azure solution that encrypts the administrative credential during the
deployment?
Ans- Azure key vault
46) When creating a new secret for using in your application, which of the following should be your
first step?
Ans-
48) What are some of the advantages of using ARM templates for creating cloud infrastructure?
Ans- service integrations
Declarative
Idempotency
Source control
49) Where does the service dependencies for containers are stored in azure container instances?
Ans-
50) 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-
51) 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 azure select for load
balancing?
Ans- Triggered
52) 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 a Consumption plan, configure the function app to use an Azure Blob storage input
trigger
53) What ca you to automatically transition your blobs between storage tiers based on factors like
last modified date?
Ans- Use Lifecycle management
54) You can interact with the Azure Key Vault API with communication method ?
Ans- REST
55) Which of the following can be for a container based application using Azure Kubernetes?
Ans- All of the above
56) Which component is used by Azure Monitor to define the actions once an alert has been
triggered?
Ans- Action Groups
57) 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
59) 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
60) Services or applications that utilize event data from Event Grid are considered to be what?
Ans-