AZ-300 part 5 Flashcards
You need to deploy an application gateway named appgw1015 to meet the following requirements:
Load balance internal IP traffic to the Azure virtual machines connected to subnet0.
Provide a SLA 99.99 availability for Azure VMs
Click AZ portal Select Application gateway and name it as appgw1015 SKU size: Standard_V2 Resource group: MyresourceGroupAG click OK Accept the default values click virtual network select subnet0
You need to deploy an Azure LB named 1b1016 to your Azure subscription.
Support the Load balancing of IP traffic from the internet to Azure VM connected to VNET1016 \subnet0
Minimize Azure related costs
Step1 create a resource-> Networking -> Load balancer
step2
Myloadbalancer for name of the load balancer
Basic- for SKU version
choose VNET 1016\subnet0
step3
Accept the default values and click Create the load balancer
Your company is developing an e-com Azure App service web App to support hundreds of restaurant locations around the world.
You are designing the messaging solution architecture to support the e-comm transactions and messages.
features:
Shopping cart
Inventory distribution
restaurant telemetry
You need to design asolution for the inventory distribution features?
A. Azure service bus
B. Azure Relay
C. Azure Event Grid
D. Azure Event Hub
A. Azure service bus
You are responsible for Mobile app development for a company.The company develops apps on windows Mobile, IOS ,and Android.
you need to integrate push notifications into every app
You need to be able to send users alerts from a backend server.
Which two options can you use to achieve this goal?
A. Azure web App
B. Azure Mobile App Service
C. Azure SQL Database
D. Azure Notification Hubs
E. A virtual machine
B. Azure Mobile App Service
D. Azure Notification Hubs
You are developing an Azure function that will be triggered using a webhook from an external application.The Azure function will recieve JSON data in the body of the request.Calling application send an account ID as part of the URL.The format for the URL resembles the following /api/account/1
Answer:
Function name Http trigger Anonymouse /account int accountid
You are developing a workflow solution using Azure technologies.
What should you implement to meet each requirement?
* Debug the solution by user visual studio Durable function only Logic apps only Durable function and logic Apps * Use a collection of ready made actions Durable function only Logic apps only Durable function and logic Apps *Deploy the components by using visual studio team services Durable function only Logic apps only Durable function and logic Apps
- Debug the solution by user visual studio
Durable functions only - Use a collection of ready made actions
Logic apps only - Deploy the components by using visual studio team services
Durable functions only
Your developing a SMS -based testing solution.The solution send susers a question by using SMS.Early responders may qualify for prizes.
Users must respont with an answer choice within 90 secs.You must track how long it takes each user to respond,you create a azure durable function named SendSMSQuizQuestions that use Twillio to send messages.
Answer:
D) DateTime
expiration=context.CurrentUtcDataTime.AddSeconds(90)
F) VartimeoutTask=Context.CreateTime(expiration,Cts.Token)
L) if (!cts.IsCancellationRequested)
You are developing a solution that requires serverless code execution in Azure.The solution has two fuction that must run in the specific order.
Durable Orchestration Context
CallActivity/Async
CallActivity/Async
You are developing an app that references data which is sharded across multiple SQL databases.
A. Elastic database transactions with horizontal partitioning.
B. Distributed transactions coordinated by micrsoft Distributed transaction coordinator (MSDTC)
C.Server-coordinated transactions from .Net application
D. Elastic database transaction with vertical partitioning
A. Elastic database transactions with horizontal partitioning.
Your creating a bot for a company by using QNA maker.
you need to make sure that you can update with third party assistance.
Scnerio
*Add customer question answer content QnA maker runtime QnA maker management service *Use an Azure Application insights resource for analytics QnA maker runtime QnA maker management service *Update and train a knowledge base QnA maker runtime QnA maker management service
*Add customer question answer content QnA maker management service *Use an Azure Application insights resource for analytics QnA maker runtime *Update and train a knowledge base QnA maker management service
Your are developing a speech-enabled home automation control bot.The bot interprets some spoken words incorectly.you need to improve it
A. Askpe for business channel and use scorable dialogs for improving conversation flows
B. The web chat channel and speech priming using a bing speech service and LUIS app
C.The skpe channel and use scoarable dialogs for improving conversation flow
B. The web chat channel and speech priming using a bing speech service and LUIS app
Your company develops a bot that use QnA maker knowledge base and language understanding inteligence service (LIUS).You need to integrate it,which four steps you have to take it.
A. Configure that bot app to link LUIS app intents to the knowlege base
B,Create assitance for the LUIS app that corespond to the knowledge base
C.Create intents for the LUIS app that correspond to knowledge base
D. Publish the LUIS app
E. Configure the BOT app to link LUIS app intents to the knowledge base
F. Train the LUIS app
C.Create intents for the LUIS app that correspond to knowledge base
F. Train the LUIS app
D. Publish the LUIS app
E. Configure the BOT app to link LUIS app intents to the knowledge base
You creat a VM scale set named scale1 .Scale 1 is configured as shown below
Default VMS: 2 min and 20 Max
Scale out : if CPU =80 , # of VMS increase =2
Scale in: CPU=30,# of VM decrease=4
If scale1 is utilized at 85% for six minutes will be running (2,4,6,10,20 Vms)
If scale 1 first utilize at 25 % for six minutes and then utilize at 50% for six min scale1 will be running
(2,4,6,10,10 Vms)
If scale1 is utilized at 85% for six minutes will be running (6 Vms)
If scale 1 first utilize at 25 % for six minutes and then utilize at 50% for six min scale1 will be running
(2 Vms)
Instances only added when the CPU threasold reach over 80%.
You company hosts multiple websites by using Azure VM scale set (VMSS) that runs IIS .All Network use SSL encrption.User session must be routed to the same server by using cookie-based session affinity. Which IP address type should you use ( Public ,Private) Which azure solution should you create to route the web interface traffic to VMSS? Azure VPN gateway Azure Application gateway Azure express route Azure network watcher
What should you configure to make sure web traffic arrives at the appropriate server in VMSS. Routing rules and backend interface CNAME and A record Routing menthod and DNS (TTL) Path based redirection and WebSocket.
Which IP address type should you use
( Public )
Which azure solution should you create to route the web interface traffic to VMSS?
Azure Application gateway
What should you configure to make sure web traffic arrives at the appropriate server in VMSS.
Path based redirection and WebSocket.
Create a virtual network named vnet108 that contains three subnets named subnet0,1,2,.the solution meet these reqs
connections from any of the subnets to internet must be blocked
The number of NSG and NSG rules must be minimized
Create resource-> networking->virtual network->vnet108
address 10.0.0.0/16
subnet0/1/2
subnet range:10.0.0.0/24
A company is migrating an existing third party website to azure .the website is stateless.The number of visitors
varies throughout the year.
A Use an autoscale setting to scale instances vertically
B Create 100 autoscale setting per resource.
C Use Azure monitor to create autoscale setting using custom metrics
C Use Azure monitor to create autoscale setting using custom metrics
You have an Azure subs named subscritions
you create several Azure virtual machines in sub1 ,all the VM belongs to same Virtual network
You have on -prem hyper V server name servers server1 hosts a VM named VM1.you plan to replicate VM1 to Azure
Which three objects you create ?
A Hyper V site
B Azure recovery service vault
C Storage account
D replication Policy
E Azure traffic manager instance
F end point
A Hyper V site
B Azure recovery service vault
D replication Policy
Your company is developing an e-com Azure App service web App to support hundreds of restaurant location around the world.You need to choose the Azure messaging solution to support the restaurant Telemetry feature, A Azure relay B Azure event Grid C Azure event hub D Azure Service Bus
C Azure event hub
A company is migrating an existing on prem third party website to Azure.
You need to implement a virtual machine scale set instance
A use a webhook to log autoscale failure
B Use an autoscale setting to scale instances vertically
C Use only default diagnostics metric to trigger autoscalling
D Use an autoscale setting to define more profiles that have one or more autoscale rules
C Use only default diagnostics metric to trigger autoscalling
In guest VM metrics with the Azure diagnostics extension
The Azure diagnostic extention is an agent that runs inside VM instance.You can create autoscale rules based on a more detailed awarenes of VM performence,not just CPU usage or memory consumtions.
You need to meet the technical reqs for VM4 What should you create and configure ? A An Azure notification hun B An Azure service Bus C An Azure logic App D An Azure event Hub
D An Azure event Hub
You need to prepare the environment to implement the planned changes for server2 what should you do ?
from Azure portal -> Create a recoevery service vault
On server 2 -> Install the Azure site recovery provider
from Azure portal -> Create a recoevery service vault
On server 2 -> Install the Azure site recovery provider
You discover that VM3 does not meet the technical reqs
You need to verify if issue is related with NSGs
A The security recommendation in Azure adviser
B Ip Flow verity in Azure Network Watcher
C Diagnose and solve prob in traffic manger profiles
Dianostic setting in Azure montor
E diagram in Vnet1
B Ip Flow verity in Azure Network Watcher
You need to recommend a solution to automate the configs foe the finace dept users.Solution should meet technical reqs.
A Dynamic groups and conditional access policies
B Azure AD identity protection
C Azure AD B2C
D An Azure logic app and the Microsoft identity management (MIM ) client
A Dynamic groups and conditional access policies
You need to meet the connect reqs for the newyork office
from the Azure portal —> Create a virtual network gateway and a local network gateway
In the network office–> Configure siste to site VPN connection
from the Azure portal —> Create a virtual network gateway and a local network gateway
In the network office–> Configure site to site VPN connection