For a non .NET app, which prefix is used for accessing a Connection String for a SQL Azure database from the Environment Variables?
SQLAZURECONNSTR_
Correct Answer!
SQLCONNSTR_
CUSTOM_CONNSTR_
MYSQLCONNSTR_
Show Answer!
How are App Settings accessed from a non .NET application, such as Node.js, Python, PHP or Java?
Environment Variables
Correct Answer!
ConfigurationManager.AppSettings
Show Answer!
How are App Settings accessed from a .NET application?
ConfigurationManager.AppSettings
Correct Answer!
Environment Variables
Show Answer!
Two Web Apps can not share the same web hosting plan.
False
Correct Answer!
True
Show Answer!
Where are all deployment slots for the same Web App hosted?
Within the same virtual machine (VM) instance as the Production deployment slot
Correct Answer!
Within the same physical machine as the Production deployment slot
...
When creating an Azure Web App, a production deployment slot is automatically provisioned that represents your live Web App.
True
Correct Answer!
False
Show Answer!
What is a determining factor as to whether or not a virtual machine can have multiple NICs connected to it?
VM Size
Correct Answer!
Network Configuration file
The Vnets that connected with VM
Routing gateways
Show Answer!
VPN Gateway must used to provide the connection between the VNets of _?
All of the options
Correct Answer!
Same Region
Different Subscription
Different Region
Show Answer!
What is Scale Out in Azure?
Increases instances
Correct Answer!
Increases Compute and Memory
Decrease Compute and Memory
Decreases instances
Show Answer!
Which storage type should you use for streaming audio and video files?
Blob
Correct Answer!
Queues
Files
Tables
Show Answer!
Which Azure networking component is the core unit, from which administrators can have full control over IP address assignments, name resolution, security settings and...
Virtual Networks (VNETs)
Correct Answer!
Local Network
Routing Tables
Load Balancers
Show Answer!
Fs and F series of VMs are?
Compute Optimized
Correct Answer!
GPU Optimized
Storage Optimized
Memory Optimized
Show Answer!
Which statement regarding operating system upgrades of an Azure virtual machine is supported?
No OS upgrades are supported at all
Correct Answer!
All OS upgrades are supported
Only upgrades of server OS are selected
Only upgrades of client...
Microsoft supports OS that is past their End of Support date without a Custom Support Agreement (CSA)?
False
Correct Answer!
True
Show Answer!
Which of the following is a valid reason to deploy a virtual machine (VM) on-premises in Hyper-V instead of in Azure?
You need RDP access to the VM
Correct Answer!
You need to deploy a VM that uses the VHD file format
None of these
You...