Question:- How to secure Azure functions?
Answer:- One can secure Azure functions through the following: • Security Center • Log and monitor • HTTPS • Function access keys • Authentication/authorization • Permissions • Secret management • Set up usage quotas • Data validation • Error handling • Disabled remote debugging • Restricted CORS access • Store the data encrypted • Secure deployment • Deployment credentials • Disabled FTP • Secure scm endpoint • Continuous security validation • Network security
Question:- What is Conditional Access in Azure?
Answer:- Conditional Access is used by Azure AD as a tool to make decisions, bring signals together, and impose organizational policies. Through Conditional Access policies, one can implement the right access controls whenever required to keep the organization secure and stay out of the users’ way when not needed.
Question:- When should you use a static IP address in Azure?
Answer:- In Azure, a static IP address is used when the address connected to the device is not to be changed.
Question:- How does Azure Site Recovery work?
Answer:- Site Recovery orchestrates and automates the replication of Azure VMs in different locations—on-premises machines to a secondary data center, and on-premises VMs and physical servers to Azure. It contributes to business continuity and disaster recovery (BCDR) by enabling access to apps from the secondary location in case of an outage at the primary site.
Question:- Why should you use Azure CDN?
Answer:- Azure CDN reduces the bandwidth and load time. It also helps speed up the responsiveness.
Question:- Explain the benefits of Traffic Manager.
Answer:- Azure Traffic Manager has the following benefits: • Optimized performance • No downtime during the update or maintenance process • Easily configurable on the Windows Azure portal
Question:- What is the difference between a library and a list?
Answer:- A library is an interface that enables the management and storage of a document created in Word, Excel, or PowerPoint. A list, on the other hand, is the representation of an item in a tabular format (with columns and rows). It can be attached with documents.
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.