This section includes 7 InterviewSolutions, each offering curated multiple-choice questions to sharpen your Current Affairs knowledge and support exam preparation. Choose a topic below to get started.
| 1. |
How can a VM be created by means of Azure CLI? |
|
Answer» az vm CREATE ` --resource-group myResourceGroupName ` --name myVM --image win2016datacenter ` --admin-username AzureuserNAME ` --admin-password AzurePASSWORDConclusion Microsoft Azure has proven itself to be the fastest-growing cloud platform due to its more than 200 service offerings and benefits with pay per use pricing strategy. The revenue generated by Microsoft Azure has been growing constantly from $880 million in 2015 to a whopping $14.6 billion in 2020. This tremendous growth in Azure has paved the path to many BUSINESSES by creating lots of opportunities in both TECH and non-tech DOMAINS thereby making it a very lucrative domain for building one’s career. Additional Resources Practice Coding |
|
| 2. |
What are the possible causes of the client application to be disconnected from the cache? |
|
Answer» There can be 2 possible causes:
|
|
| 3. |
What are the differences between the Azure Storage Queue and the Azure Service Bus Queue? |
||||||||||||||||||||||
|
Answer» The main difference between Azure Storage Queue and the Azure Service Bus Queue is given below:
|
|||||||||||||||||||||||
| 4. |
Consider a scenario where an application front end hosting is done on Azure but the customer needs the database hosting to be done on on-premise server due to security concerns. What are the ways to handle the connectivity in Azure for this scenario? |
Answer»
|
|
| 5. |
What are the differences between the Azure Table Storage and the Azure SQL service? |
||||||||||||||
|
Answer» The main difference between Azure Table Storage and Azure SQL Service is GIVEN below:
|
|||||||||||||||
| 6. |
What are IaaS, PaaS and SaaS? |
|
Answer» IAAS: This stands for “Infrastructure as a Service” which provides a set of capabilities like OS, network connectivities, etc which are at the INFRASTRUCTURAL level and are delivered as pay per use policy. The infrastructure is used for hosting applications. Examples include Azure VM, VNET, etc. PaaS: PaaS stands for “Platform as a Service” which is mostly about underlying infrastructure abstraction to the developers for enabling quicker development of the applications without the need for worry about hosting management. Examples include Azure web apps, Storage services, cloud services, etc. SaaS: SaaS stands for “Software as a Service” and are those applications which are delivered using the service delivery model where the applications are simply consumed and used by an organization. These applications are generally mobilized by making the organization pay for their usage or through ads. Examples include applications like OFFICE 365, Gmail, SharePoint Online, and so on. The following table shows the DIFFERENCE between the On-Prem Service, IaaS, PaaS, and SaaS services. We can observe that as we go right, the level of control the developer or the user has over the APPLICATION reduces. IaaS, PaaS and SaaS |
|
| 7. |
What are the types of storage services apart from blob storage provided by Azure? |
|
Answer» Azure provides overall 4 types of storage services - Blob Service, Table Storage, Queue Storage, and File Storage Services as shown in the figure below: Types of Storage Services
|
|
| 8. |
What feature of Azure can be used to stop the issue of high load on the application in cases of no man support on the flow? |
|
Answer» This issue can be stopped by making use of VM Scale sets by DEFINING proper configuration and conditions to provision a new VM whenever the load to the application increases.
|
|
| 9. |
You have an application running on the On-Prem Server and have backup on Azure East US region. Now, On-Prem server application access fails. Is it possible to access the application via the Azure environment? |
|
Answer» YES, it is totally POSSIBLE by making use of the Site Recovery Service provided by Azure. It is capable of handling fail-over and fail-back SCENARIOS between On-Prem SERVERS and Azure environments. |
|
| 10. |
Is it possible to map the Windows machines running on two different port numbers, say 80 and 81, on an IIS Web Server to an Azure Load Balancer? |
|
Answer» YES, it can be done by defining a SEPARATE LOAD Balancer Role in Azure. |
|
| 11. |
What do you understand by Azure Scheduler? |
|
Answer» Azure SCHEDULER helps US to invoke CERTAIN background trigger events or activities LIKE calling HTTP/S endpoints or to present a message on the queue on any schedule. By using this Azure Schedule, the JOBS present in the cloud call services present within and outside of the Azure to execute those jobs on-demand that are routinely on a repeated regular schedule or start those jobs at a future specified date. Azure Scheduler |
|