Question:- What is Azure Data Lake?
Answer:- Azure Data Lake is a cloud platform that supports Big Data Analytics through its unlimited storage for structured, semi-structured, or unstructured data of all types and sizes.
Question:- What are Azure resources?
Answer:- Any entity managed by Azure can be referred to as an Azure resource. The following are some examples of Azure resources: Storage accounts, virtual networks, virtual machines, etc.
Question:- What are the roles implemented in Windows Azure?
Answer:- • Web Role • Worker Role • Virtual Machine Role
Question:- Describe roles implemented in Windows Azure?
Answer:- Web Role: It gives a web solution that is front-end. This is like an ASP.NET application. While under facilitating, Azure gives IIS and required services. Worker Role: It gives solutions for background service. It can run long activities. Virtual Machine Role: The roles of both web and worker are executed on virtual machines. The Virtual Machine Roles give the client the capacity to modify the Azure Virtual Machine on which the web and worker roles are running.
Question:- What are the three principal segments of the Windows Azure platform?
Answer:- Windows Azure has three principal segments: Compute, Storage, and Fabric. A. Windows Azure Compute Windows Azure gives a code that can be managed by the hosting environment. It gives the calculation benefit through parts. Windows Azure backs three types of roles: • Web roles utilized for web application programming and upheld by IIS7 • Worker roles utilized for foundation handling of web roles • Virtual machine (VM) roles utilized for moving windows server applications to Windows Azure in a simple way B. Windows Azure Storage It gives four types of storage services: • Queues for informing between web parts and worker roles • Tables for storing structural data • BLOBs (Binary Large Objects) to store contents, records, or vast information • Windows Azure Drives (VHD) to mount a page BLOB. These can be transferred and downloaded by means of BLOBs C. Windows Azure AppFabric AppFabric provides five services: • Service bus • Access • Caching • Integration • Composite
Question:- Define Windows Azure AppFabric.
Answer:- Windows Azure Diagnostics empowers you to gather diagnostic data from an application running in Windows Azure. Diagnostic data is used for capacity planning and evaluation.
Question:- What is the distinction between Windows Azure Queues and Windows Azure Service Bus Queues?
Answer:- Azure Queues give a solid, diligent messaging between and within the services. They also highlight a very straightforward rest-based get/put/peek interface. Bus Queues are part of a more extensive Windows Azure messaging framework that supports queuing.
Question:- What is table storage in Windows Azure?
Answer:- Windows Azure Table storage service stores a lot of organized information. Windows Azure tables are perfect for putting away organized, non-relational data. Table: A table is a collection of entities. Tables don’t uphold a blueprint on elements, which implies that a solitary table can contain substances that have distinctive arrangements of properties. A record can contain numerous tables. Entity: An entity is an arrangement of properties, like a database row. An entity can be up to 1 MB in size. Properties: A property is a name-value pair. Every entity can incorporate up to 252 properties to store data. Every entity likewise has three system properties that determine a segment key, a row key, and a timestamp.
Question:- What is autoscaling in Azure?
Answer:- Scaling by including extra instances is frequently referred to as scaling out. Windows Azure likewise supports scaling up by utilizing bigger roles rather than more role instances. By adding and expelling role instances to our Windows Azure application while it is running, we can adjust the execution of the application against its running costs. An autoscaling solution reduces the amount of manual work engaged in dynamically scaling an application.
Question:- What are the features of Windows Azure?
Answer:- Windows Azure runs and stores the information on Microsoft data centers. The main features are as follows: • Websites enable the designers to assemble the sites utilizing ASP.NET, PHP, etc., and send these websites utilizing FTP, Git, etc. • SQL database, formally known as Azure database, makes, broadens, and scales the application into the cloud utilizing Microsoft SQL Server. • This is Microsoft’s Platform as a Service that supports multilevel applications and automated deployment.
Question:- What are the differences between a public cloud and a private cloud?
Answer:- Private clouds are those that are constructed solely for an individual enterprise. They enable a firm to have applications in the cloud while tending to concerns with respect to data security and control that is frequently ailing in a public cloud environment. Private cloud is otherwise called an internal cloud or enterprise cloud and dwells on the organization’s Intranet or hosted data center where the data is protected. That’s it for our basic Azure Architect interview questions. Let’s move onto the next section on Intermediate Azure Administrator interview questions.
Question:- What is IaaS, PaaS, and SaaS?
Answer:- IaaS: IaaS is short for Infrastructure as a Service. It offers a range of capabilities, such as OS and network connectivity, that are at the infrastructural level. It follows a pay-per-use policy. It is used to host applications. Azure VM and VNET are examples of this kind of infrastructure. PaaS: PaaS is an acronym for Platform as a Service. It primarily includes underlying infrastructure abstraction that allows quicker development of applications without the hassle of hosting management. Azure web apps, cloud services, storage services, etc., are all examples of PaaS. SaaS: SaaS stands for Software as a Service. These applications are delivered with the help of a service delivery model where applications are simply used by an organization. SaaS follows subscription-based payments or ads. Examples of SaaS are Gmail, Office 365, SharePoint Online, etc.
Question:- Is it possible to get a public DNS or IP address for the Azure Internal Load Balancer?
Answer:- No. Azure Internal Load Balancer supports only private IP addresses.
Question:- What is NSG?
Answer:- NSG or Network Security Group contains a list of ACL rules that allow or deny network traffic to subnets, network interface cards (NICs) linked to a subnet, or both. When an NSG is connected to a subnet, the ACL rules are for all virtual machines that are located in that subnet. The traffic restrictions to an individual NIC are achieved by linking the NSG directly to that NIC.