Question:- How many services are there in Azure?
Answer:- Azure has over 6,000 flexible offerings, and it utilizes the data capacity offered by Microsoft for Software, Platform, and Infrastructure as a Service (SaaS, PaaS, and IaaS).
Question:- How many types of backups are there in Azure?
Answer:- Azure Backup includes three types of replications that keep both storage and data highly available. • Geo-redundant storage (GRS): The default and recommended option that replicates data to a secondary region far from the primary location • Locally redundant storage (LRS): Creates three copies of the data in a storage scale unit within a data center • Zone-redundant storage (ZRS): Replicates the data in availability zones with data residency and resiliency in the same region and has no downtime That’s it for Intermediate Azure Interview questions and answers. Now, we will move on to advanced Azure Interview questions.
Question:- How can you have a common file-sharing system among multiple virtual machines?
Answer:- Azure files system is used as a common repository system for data sharing among virtual machines that are configured using protocols such as NFS, FTPS, SMB, etc.
Question:- What is the TFS build system in Azure?
Answer:- A build is the solution of an output. In Azure projects, you get the record with a .cspkg extension, that is, a Cloud Service Package is utilized for the deployment of your cloud administration. Build Servers: In general terms, a build server is a machine where you put your deployment packages. To utilize Team Foundation Build, you should have no less than one build machine. This machine can be a physical machine or a virtual machine. Build Controllers: Manufacture Controllers are the component in the build system that accepts the build requests from any task inside the group project. Each build controller is dedicated to a solitary team project collection. So, there is a balanced relationship between a team project and a build controller. Build Agents: Build Agents are components in the build system that accomplishes more processor-concentrated work.
Question:- What is Azure App Service?
Answer:- Azure App Service is a completely managed Platform-as-a-Service (PaaS) offering for proficient developers that conveys a rich arrangement of abilities to the web, mobile, and integration scenarios. Mobile apps in Azure App Service offer a very adaptable, universally accessible mobile application development platform for Enterprise Developers and System Integrators that conveys a rich set of capacities to mobile engineers.
Question:- What is profiling in Azure?
Answer:- Profiling is only a procedure for measuring the performance analysis of an application. It is normally done to guarantee that the application is sufficiently steady and can maintain overwhelming traffic. Visual Studio gives us different tools to do it by gathering the performance information from the application that likewise helps in troubleshooting issues. Once the profiling wizard is run, it sets up the execution session and collects the data of the sample. The profiling reports help in: • Deciding the longest running strategies inside the application • Measuring the execution time of every strategy in the call stack • Assessing memory allocation
Question:- What is cmdlet in Azure?
Answer:- A cmdlet is a lightweight command that is utilized as a part of the Microsoft PowerShell environment. The cmdlets are summoned by the Windows PowerShell to automate the scripts which are in the command line. Windows PowerShell runtime additionally invokes them automatically through Windows PowerShell APIs.
Question:- What is Windows Azure Scheduler?
Answer:- Windows Azure Scheduler enables you to invoke activities, for example, calling HTTP/S endpoints or presenting a message on a storage queue on any schedule. With Scheduler, you make jobs in the cloud that dependably call services both inside and outside of Windows Azure and execute those jobs on-demand, on a routinely repeating schedule, or assign them for a future date.
Question:- How can you create an HDInsight Cluster in Azure?
Answer:- To make an Azure HDInsight Cluster, open the Azure portal > click on New > select Data Services > click on HDInsight. Hadoop is the default and native execution of Apache Hadoop. HBase is an Apache open-source NoSQL database based on Hadoop that gives random access and solid consistency for a lot of unstructured data. Apache Storm is a distributed, fault-tolerant, open-source computation system that enables you to process data in real-time.
Question:- What is Text Analytics API in Azure Machine?
Answer:- Content Analytics API is a part of content examination web administrations worked with Azure Machine Learning. The API can be utilized to analyze unstructured content for tasks such as sentiment analysis and key-phrase extraction. The API restores a numeric score between 0 and 1. Scores near 1 show positive sentiment, while scores near 0 demonstrate negative sentiment. The upside of this API is that another new model need not be planned and prepared; the user just needs to bring the data and call the service to get the sentiment results.
Question:- What is the Migration Assistant tool in Azure Websites?
Answer:- Migration Assistant tool will examine our IIS installation and recognize the sites that can be migrated to the cloud, featuring any components which can’t be migrated or are unsupported on the platform. Once broken down, this tool will likewise create sites and databases provided under the given Azure membership.
Question:- What is the distinction between Public Cloud and Private Cloud?
Answer:- A public cloud is utilized as a service through the Internet by users, while a private cloud is deployed within specific limits like firewall settings and is totally overseen and checked by the users dealing with it in an organization.
Question:- What is Azure Service Level Agreement (SLA)?
Answer:- The SLA ensures that, when you send two or more role instances for each role, access to your cloud service will be maintained not less than 99.95 percent of the time. Additionally, identification and re-correction activities will be started 99.9 percent of the time when a role instance’s procedure isn’t running.
Question:- How to add an administrator to the Azure portal?
Answer:- To add an administrator to the Azure portal, it has to be given the owner role. It will be able to manage only those resources in the subscription that are assigned to it. To add an administrator, follow these steps: 1. Sign in to the Azure portal 2. Go to the Hub menu and then to Subscription and select the subscription that the administrator will need access to 3. Select Access control (IAM) in the subscription blade, and then click on Add 4. Go to Select a role, and click on Owner 5. Here, provide the email address of the user to be assigned as the owner 6. Click on the user, and then click on Select