Our Special Offer - Get 3 Courses at 24,999/- Only. Read more
Hire Talent (HR):+91-9707 240 250

Interview Questions

Windows Azure Interview Questions and Answers

Windows Azure Interview Questions and Answers

Windows Azure Interview Questions and Answers

Windows Azure Interview Questions and Answers for beginners and experts. List of frequently asked Windows Azure interview Questions with answers by Besant Technologies.
We hope these Windows Azure interview questions and answers are useful and will help you to get the best job in the networking industry. This Windows Azure interview questions and answers are prepared by Windows Azure Professionals based on MNC Companies expectation. Stay tuned we will update New Windows Azure Interview questions with Answers Frequently. If you want to learn Practical Windows Azure Training then please go through this Windows Azure Training in Chennai

Microsoft Azure Interview Questions and Answers

Besant Technologies supports the students by providing Windows Azure interview questions and answers for the job placements and job purposes. Windows Azure is the leading important course in the present situation because more job openings and the high salary pay for this Windows Azure and more related jobs. We provide the Windows Azure online training also for all students around the world through the Gangboard medium. These are top Windows Azure interview questions and answers, prepared by our institute experienced trainers.

Here is the list of most frequently asked Windows Azure Interview Questions and Answers in technical interviews. These Windows Azure questions and answers are suitable for both freshers and experienced professionals at any level. The Windows Azure questions are for intermediate to somewhat advanced Windows Azure professionals, but even if you are just a beginner or fresher you should be able to understand the Windows Azure answers and explanations here we give.

Best Microsoft Azure Interview Questions and Answers

In this post, you will get the most important and top Windows Azure Interview Questions and Answers, which will be very helpful and useful to those who are preparing for jobs.

Windows Azure training by Besant Technologies provides the best training and coaching to all students. Azure is the cloud computing platform, started by Microsoft team for building, deploying, testing and managing applications. Here are the top 50 Windows Azure Interview Questions and answers prepared by the most experienced tutors and trainers from Besant Technologies. These Windows Azure Interview questions and answers will help you to learn and get more knowledge and makes you get placed in top companies.

Q1. What are the differences between Azure Service Manager and Azure Resource Manager?

Ans: ASM uses XML REST API and ARM uses JSON REST API. In ASM, it is difficult to delete the resources which have been created and in ARM we can easily group to delete the resources. ASM supports only specific PaaS workloads and in ARM it supports all workloads of PaaS.

Q2. Provide few Advantages of Resource Group?

Ans: In Resource Manager, we could easily maintain all the services which have been created under a single resource group which could be segregated by application wise if required. If we required deleting the services, instead of deleting one by one, we can able to delete all the services in a single click by deleting the resource group. To provide a permission of individual service, we could provide a permission to the resource group, whereas provided permission will be implemented to all the services.

Q3. Could we able to move the services from one Resource Group to Another?

Ans: Yes, we could be able to move the services from One resource group to another if that subscription has a permission to do it with respective services.

Q4. Is that possible to migrate the services from one Subscription to Another Subscription?

Ans: Yes, it could be possible to move the services from one to another only if both the subscriptions are available in the same Azure Active Directory Tenant.

Q5. Could we able to move Express Route / Managed Disks / Application Gateway to another subscription or Resource Group?

Ans: No, we couldn’t be able to since these are dependency services.

Q6. Is there any possibility to change an Instance Size once the Virtual Machine has been created?

Ans: Yes, we can. By navigating to Size under settings option, we could be able to change the instance type to higher or lower configurations.

Q7. If this CIDR 10.0.0.0/16 is provided in the Address Space under a Virtual Network, how many subnets we could be able to create?

Ans: 256 Subnets can be created.

Q8. What is Gateway Subnet?

Ans: If one Virtual Network needs to establish a communication to another, Gateway Subnet is being required.

Q9. What is the best solution to handle application performance without manual intervention?

Ans: We could provision a Virtual Machines under VM Scale Sets by defining the policy which would handle loads of application by provisioning a new Virtual Machine automatically.

Q10. Can we able to restrict database port number to communicate only to Application Server?

Ans: Yes, that could be possible in Network Security Group.

Q11. If I have more than 3 application servers, I require the database port number needs to communicate to all the 3 application servers. How could be possible?

Ans: I will provide the Application Subnet ranges in Network Security Group on Database Port number rule.

Q12. What are the types of Virtual Network Gateway?

Ans: VPN & Express Route. In VPN, there is Site to Site, Multi-Site & Point to Site.

Q13. In AWS we are using Elastic Beanstalk for deploying an application automatically. What is the similar feature provided in Azure?

Ans: Under App Services, we could use WebApps for deploying an application automatically.

Q14. If I need to execute the code without a server, what is the best solution does Azure offering?

Ans: Azure Functions could be used to execute the code with serverless.

Q15. Provide few Azure PaaS services?

Ans: Web Apps, Mobile Apps, Logic Apps, Azure Functions, Web Jobs, CDN, etc.

Q16. In Application Gateway, could I able to add a TCP Port as an Endpoint/backend port?

Ans: No, Application Gateway Supports only HTTP, HTTPS, HTTP/2, and WebSocket.

Q17. What are the features supported in an Application Gateway?

Ans: It supports URL-based routing, Redirection, Multiple-site hosting, Session affinity, SSL termination, Web application firewall, WebSocket and HTTP/2 traffic.

Q18. Difference between Azure Load Balancer and Application Gateway?

Ans: Load Balancer runs in Transport Layer, whereas Application Gateway runs in Layer 7.

Q19. Could I able to get a Public IP address or DNS for Azure Internal Load Balancer?

Ans: No, Azure Internal Load Balancer supports only Private IP address and we couldn’t be able to assign the Public IP / DNS name.

Q20. What is the best feature is used for handling failover between regions in Azure?

Ans: Using Traffic Manager, we could handle failover within the regions.

Q21. Could I able to use same Virtual Network Gateway for both VPN & Express Route?

Ans: No, Virtual Network Gateway needs to be created separately for different types.

Q22. I have an application running in my On-Premises and I had backed up the environment to Azure East US region. If On-Premises application failed to access, could I able to switch to Azure environment?

Ans: Yes, using Site Recovery, we could handle fail over and fail back to On-Premises and Azure environment.

Q23. By Using Azure AD Connect Health could we monitor the actions ?

Ans: Yes, using Azure AD Connect Health we could monitor the actions which are performed in your On-Premises Active Directory.

Q24. I have IIS Web Server running on two Windows Machine with different port numbers like 80 & 81. Could I able to map these servers in Azure Load Balancer?

Ans: Yes, we could able to do that by creating separate Load Balancer Rules in Azure.

Q25. Any Idea about maintenance in Azure?

Ans: In Azure, maintenance is handled by region wise.

Q26. Could I able to use custom Images / Private Images for VM Scale Sets using Portal?

Ans: No. At present, there is no option to use private Images in VM Scale Sets using Portal and same could be achieved in CLI / PowerShell / Template.

Q27. Is there any possibility to add more than one Private IP Address for single Virtual Machine?

Ans: Yes. By adding NIC, we could able to attach more than one Private IP Address for one Virtual Machine.

Q28. I have 10 Virtual Machines and I would require a common file sharing between all these Virtual Machines. What will be the best feature recommended to achieve this?

Ans: Azure File System could be used as a common repository which shares the data with all these Virtual Machines using SMB, NFS & FTPS.

Q29. Does Oracle as a Database Service Available in Azure?

Ans: No, Azure doesn’t have a Database as a Service for Oracle.

Q30. If I want to distribute a Website which is available in Storage Container without replicating, what is the recommended solution?

Ans: Using CDN Profiles, we can distribute the content across the globe and latency will be reduced by delivering the content from Edge Location instead of reaching the original server.

Q31. Does Geo Replication support in PostgreSQL Database service which is offered by Azure?

Ans: At present, there is no support on Geo-Replication for PostgreSQL and it may be in Azure Road Map.

Q32. If the transaction between my Application Server and Database Server are delayed due to Disk IOPS. What is the solution to avoid this issue?

Ans: We could use any Database as a Service offered by Azure. Or else, using Redis Cache, we could feed the frequent accessible data in it and map the Redis URL into Application as the first point of contact to store/retrieve the information.

Q33. Could I able to login to Linux Virtual Machine without a password?

Ans: Yes, using Key Vault mapping to anyone Admin VM, we could be able to login to another Virtual Machine without a Password.

Q34. What is the best feature for monitoring an Azure environment?

Ans: Using OMS / Log Analytics, we could monitor the Virtual Machines which are running in Azure.

Q35. With respect to monitoring an Application, what is the best feature?

Ans: Using Application Insights, we could monitor application transactions and performance.

Q36. Could I able to use an OTP / Call / Email as an additional authentication for logging into my Azure Portal apart from Password?

Ans: Yes, using Multi-Factor Authentication, we could be able to authenticate our Azure Portal for secured login.

Q37. Is there any possibility to connect with Private IP Address of one Virtual Machine from the different virtual network in another region?

Ans: Yes, using Peer to Peer connection or VNet to VNet peering, we could be able to connect with Private IP address of another region Virtual Machine.

Q38. I want to distribute two or three Azure accounts to my internal teams without creating a new account. How is that possible?

Ans: We could create a new AD / IAM user by providing certain privileges to access the services.

Q39. One Production Virtual Machine has been deleted without deleting the disk. Is there any chance to retrieve the Virtual Machine?

Ans: Yes, if the OS Disk / Attached disk is not deleted during Virtual Machine deletion, we can able to retrieve the machines.

Q40. I want to monitor all the sub-user / IAM user activities. What is the best solution?

Ans: Using Operational Insights, Administrator could be able to monitor all the user actions on Azure services.

Q41. Could I able to reserve the MAC Address / ID of Virtual Machines even if I stop the VM?

Ans: Yes, MAC Address / ID could be reserved/retained same even though if we stop the VM. But it will be released if we terminate the VM.

Q42. What is the maximum size of single disk supported for Virtual Machine?

Ans: Up-to 4 TB we could create and attach it to the Virtual Machine for one disk.

Q44. Could I able to do Vertical Scaling of a Virtual Machine?

Ans: Yes, Instance type/flavor of the Virtual Machine can be changed at any point of time.

Q45. Is there a way to do stop/start of a Virtual Machines automatically?

Ans: Yes, using an Automation Accounts & Run Books it can be achieved.” open=”no” style=”default” icon=”plus” anchor=”” class=””]

Q46. I created one Virtual Machine without selecting any Availability Set. Is there any option to attach to an Availability Set, without terminating the Virtual Machine?

Ans: No, currently there is no option to attach an existing Virtual Machines with an Availability Set once the Virtual Machines are created.

Q47. Provide us few ways for provisioning an Azure service without using the portal?

Ans: Using CLI, ARM Template, PowerShell, API & SDK we could provide a service without logging into the portal.

Q48. What is an Advantages of PFX or certificates in Azure?

Ans: If any REST API is being used to provide a service, these certificates are being used for authentication.

Q49. I uploaded a zip file in Blob container and I couldn’t be able to download it. What is the reason for it?

Ans: After uploading any data, we want to make sure certain private/public access has been provided for that data/blob container.

Q50. My Application load is high and there is no man support on the floor. Is there any feature available in Azure to stop this issue?

Ans: Using VM Scale Sets, by defining the proper condition it is possible to provision a new Virtual Machine whenever load increases in my application.

Q51. What is Blue / Green Model?

Ans: To maintain a zero downtime during Upgrade activities, we could use this Blue & Green model for swapping the Production environments to a Staging environment.

Q52. What You Know about Microsoft Azure?

Launched in 2010, Microsoft Azure is a flexible cloud computing platform which helps in data storage, service management, development, and service hosting.

Q53. Elaborate Command Task in Microsoft Azure?

Command task Tool manages Azure resources via scripting. In addition to that, it can set off the flow of single or multiple whiles.

Q54. Tell Us about Cmdlet Command in Microsoft Azure?

Cmdlet command is used by the Windows PowerShell environment that allows automating Command line scripts.

Q55. Elaborate Service Fabric in Azure:

Mostly used in managed enterprises, Service Fabric is a middleware platform that offers scalable results to the users.

Q56. What are the different services that you can use to manage the resource in Microsoft Azure?

Azure Portal, Log Analytics, Application Insights, and Azure Resource Manager are some of the services which are used to manage resources in Azure.

Q57. How will you differentiate between a list and a library?

The list is the depiction of an item in a table via rows and columns that can also be attached to different documents. However, a library is an interface which assists in storing and managing the documents created via MS Excel, PowerPoint, and Word.

Q58. What do you know cspack in Microsoft Azure?

If you want to create a service package file, then you should use

cspack

command line

tool. In addition to that, it can also help in deployment of the application in both Microsoft Windows Azure or compute emulator.

Q59. What do you know about the concept of the table in Windows Azure?

The table is a type of Azure store which can hold your information. Some of the concepts of the table include structure data storage and 0 to N table in a storage account.

Q60. Explain the concept of csrun?

If you want to deploy a packaged application to Azure compute emulator, then you have to run Csrun command line. Moreover, this

command line

tool will also help you in managing the running service.

Q61. What are the two blobs used in Microsoft Azure?

Microsoft Azure two different types of blobs; Page Blob and Block Blob.

Q62. Elaborate Lookup Transformation:

If you want to find outsource qualifier, then you have to use lookup transformation. You can find for passive or active lookup transformation.

Q63. Is it possible to create a VM with the help of Microsoft Azure Resource Manager in a Virtual Network?

No, you cannot create a virtual machine using the Azure Resource Manager.

Q64. Do you know the three major components of the Windows Azure Platform?

Compute, AppFabric, and Storage are the three crucial parts of the Windows Azure Platform.

Q65. How Migration Assistant tool in Azure Websites is helpful?

If you want to monitor your IIS installation, then the Migration Assistant tool in helpful. With the help of this tool, you can recognize the sites which are migrated on the cloud. Moreover, you can also tell the components that are unsupported or are not migrated on Azure.

Q66. How do you differentiate between minimal and repetitive monitoring?

Minimal monitoring is the default configuration method that makes the user of performance counters accumulated from the OS of the host. However, repetitive monitoring gathers information depending on the performance which allows in-depth monitoring of the data.

Q67. What are some of the most important applications of Microsoft Azure?

Mobile Apps, Cloud services, Media services, Web applications, and infrastructure services are some of the most important applications of Microsoft Azure.

Q68. What is the Function of the Azure Active Directory?

Azure Active Directory is like the active directories but here you can identify and access the management system. In addition to that, it also helps you in giving permission to your employees in accessing services and products in the network.

Q69. What do you mean by the term Break-Bix issues in Microsoft Azures?

Break-Bix issues just another term used to refer to any technical problem in Microsoft Azure.

Q70. How many types of roles are there in Windows Azure?

Learning roles is essential to gather knowledge about Microsoft Azure. There are three types of roles; Worker Role, Web Role, and VM Role. A worker role is used to launch a website by using the language which supports the IIS platform. Web role assists in executing the process running in the background. VM role allows you to schedule several Windows tasks and services.

Q71. What do you mean by Azure as PaaS?

Mainly used by application providers and developers, PaaS is a computing platform that has programming language execution environment, web services, database or an operating system.

Q72. What significant difference do you find in the powerhouse and repository server?

When it comes to the difference between the two, then the main difference is that powerhouse server governs the integration of the database repository whereas repository servers work on consistency, integrity and uniformity.

Q73. What are the benefits of Traffic Manager?

The main benefit of Traffic Manager is that it boosts performance. Apart from that, it is uncomplicated to configure Azure Traffic Manager on Azure portal and there is no Downtime needed for maintenance or update.

Q74. What is the prime reason to use Azure CDN?

Azure CDN is used to decrease bandwidth and load time. Moreover, it also boosts the responsiveness.

Q75. What will you do when drive failure occurs?

In order to overcome this situation, the first thing that you need to do is unmount the drive. The next thing is to replace the drive and format it.

Q76. What are the requirements to consider while developing a new Virtual Machine?

When creating a new Virtual Machine, you have to make sure that the username is not exceeding the limit of 20 characters and it should never end with a period.

Q77. Explain Network Security Groups?

Network security groups help in distributing the network load effectively. Additionally, they assist in managing the network traffic to subnets and NIC.

Q78. What happens when the maximum failed attempts limit reaches while authenticating via Azure ID?

In that case, the account will be locked. The locking method is based on the protocol which analyses the passwords entered and the IP address requesting to login.

Q79. Will you get support for data disks within scale sets?

Yes, you can define a data disk configuration for all the Virtual Machines. In addition to that, you can also consider different data storing options including OS drive, Azure data solutions, external data solutions, or Azure files.

Q80. How much storage you can use with a Virtual Machine?

Every data disk on a virtual machine can have up to 1 TB of storage. However, the size of the virtual machine directly affects the number of data disks on the VM as well as the storage that you can get.

Q81. What are the names of the blobs that are generally used in Microsoft Azure?

The most common blobs that are used in Azure are page and block blob.

Besant Technologies WhatsApp