Question:- What is federation in SQL Azure?
Answer:- Organization in SQL Azure is introduced for scalability. Federation helps both managers and developers scale information. It helps managers by making repartitioning and redistributing of information in a simpler manner. It enables developers in the layer of routing and sharing of information. It helps in routing without application downtime.
Question:- What is SQL Azure database?
Answer:- SQL Azure database is just an approach to get associated with cloud services where you can store your database into the cloud. Microsoft Azure is the most ideal approach to utilize PaaS where you can have different databases on a similar account. Microsoft SQL Azure has a similar component of SQL Server, i.e., high accessibility, versatility, and security in the core. Microsoft Azure SQL database has an element; it makes backups of each active database automatically. Consistently a backup is taken and geo-repeated to empower the 1-hour recuperation point objective (RPO) for Geo-Restore.
Question:- What are the different types of Storage areas in Windows Azure?
Answer:- • BLOB: BLOBs offer a component for storing a lot of content or binary data, for example, pictures, audio, and visual documents. They can scale up to 200 terabytes and can be acquired by utilizing REST APIs. • Table: Tables represent storage areas across machines for information that is in the form of properties on the cloud. • Line: The sole target of a queue is to empower communication among Web and Worker Role instances. They help in storing messages that may be accessed by a customer.
Question:- What is the concept of the table in Windows Azure?
Answer:- A table is a kind of Azure Storage where you can store your information. BLOBs are put in a compartment and an entity on a table. Following are the key concepts in a table: • Tables allow structured data storage. • There can be 0 to n number of tables in a storage account. • Tables store information as an accumulation of elements. • An element has an essential key and properties as a key–value pair.
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.