- Consulting
- Training
- Partners
- About Us
x
Microsoft Azure is the second most dominating cloud provider for Infrastructure as a Service. While there are a lot of institutes providing Azure certifications, at CloudThat, you will get a holistic approach towards structured learning, certification, and preparation for interviews. If you are looking for a course to start your Azure journey, here is a link for the Microsoft Azure Fundamentals AZ-900 certification exam.
Are you appearing for a Technical Interview for the Azure Developer role? We are here to help you crack the interview and emerge as a winner.
Answer: Cloud service can convey multiple web applications in Azure, characterizing several parts to disseminate handling and permit adaptable scaling of your application. A cloud service comprises a minimum of one web part, as well as specialist parts, each with its own application documents and design. The fundamental favorable position of cloud service is the capacity to help more complex multilevel structures.
Answer: A vertical scaling is where the configuration yields to increase the existing capacity of the machine. Just like expanding the size of the RAM from 4GB to 32GB. Horizontal scaling is where the physical aspect is increased like putting multiple machines at work instead of replacing the existing machine.
Answer: SaaS stands for Software as a Service is devoid of platform infrastructure software that can be used without direct purchase.
PaaS stands for Platform as a Service that helps you to get a platform to deliver without directly giving authorization to the OS Software.
IaaS stands for Infrastructure as a Software that enables you to get the hardware from the provider as the desired service which can be configured by the user.
Answer: Private cloud, public cloud, and hybrid cloud.
Answer: It is collectively a PaaS developed by Microsoft programmed to run a deployment vehicle and a runtime for the data center to host the cloud computing.
Answer: The table is a collaborated entity that in turn is a set of properties that are paired up of name and value. Table storage is an interface that is capable of storing a bulk amount of structured but non-relational data. It is a service of the NoSQL data store that takes authenticated calls from either outside or inside the Azure cloud.
Answer: Service fabric is a middleware platform of the following generation that gives a more scalable outcome. It renders with the more managed and reliable enterprise.
Answer: SAS means Statistical Analytical System. It is a software suite performing analysis of multiple variables. It is linked to predictive analysis, data handling, advanced analytics, or corporative intelligence. It produces a smooth interface that offers graphical and clicks-based solutions. It is user-friendly for the technical or the non-technical with advanced features.
Answer: Azure Content Delivery Network (CDN) lets you reduce load times, save bandwidth, and speed responsiveness—whether you are developing or managing websites or mobile apps or encoding and distributing streaming media, gaming software, firmware updates, or IoT endpoints.
Answer: It is a tool in the Azure portal to edit and run log queries from data collected by Azure Monitor logs and interactively analyze their results.
Answer: Azure VNet subnets are defined by the IP Address block assigned to them. Communications between all subnets in the AWS VPC are through the AWS backbone and are allowed by default. AWS VPC subnets can either be private or public. A subnet is public if it has an internet gateway (IGW) attached.
Answer: The application partitions are domain partitions that are replicated to the domain controllers. Its purpose is to reduce replication traffic within a particular domain area.
Answer: Stop-AzureRmVM –ResourceGroupName MyResourceGroupBm –Name “MyVM” – Force
Answer: The composite SLA is the product of both SLAs. So, it will be 99.99 x 99.95 = 99.94%
Answer: Azure File Storage. As it lets you migrate your on-premises file to Azure without the need to provision or manage highly-available file server VMs.
Answer: Azure Information Protection (AIP). When the Azure Information Protection client is installed, integration occurs with end users’ existing workflows. And after a document has been protected, the users and administrators are able to use a document tracking site. This gives them information on who is accessing these documents and when. If the users suspect any form of misuse, they have the option to revoke access to the document(s) in question.
Answer: Fault Tolerance and High Availability. For business applications and services are not that simple to achieve. We must understand fault domains, availability sets, and upgrade domains, and be able to adjust fundamental concepts.
Answer: An Azure Load Balancer distributes virtual machine (VM) traffic evenly across multiple instances. It operates at layer 4 of the Open Systems Interconnection (OSI) model.
Answer: Data Transfers. Bandwidth refers to data moving in and out of Azure data centers, as well as data moving between Azure data centers; other transfers are explicitly covered by the Content Delivery Network, ExpressRoute pricing, or Peering.
Answer: App Service Plan. The Free and Shared tiers of App Service plans to allocate CPU quotas to each app that runs on the shared resources. The resources can’t scale-out.
Answer: Virtual Machine. For most of the Infrastructure as a Service (IaaS) scenarios, Azure VMs are the main workload in the case of organizations using cloud computing.
Answer: Azure web-app, if it is a web-based application without a lot of dependencies, but otherwise Azure Load Balancer with Azure VM.
Answer: Azure Cosmos DB is a fully managed NoSQL database service for modern app development. Get guaranteed single-digit millisecond response times and 99.999-percent availability, backed by SLAs, automatic and instant scalability, and open-source APIs for MongoDB and Cassandra.
Answer: The Snapshot Debugger takes a snapshot of your in-production apps when the code that you are interested in executes.
Reference: https://docs.microsoft.com/en-us/
Block blobs are for your discrete storage objects like jpg’s, log files, etc. that you would typically view as a file in your local OS. Max. size 200GB 4.77TB. Regular (non-Premium) storage only.
Page blobs are for random read/write storage, such as VHD’s (in fact, page blobs are what is used for Azure Virtual Machine disks). Max. size 8TB. Supported by both regular and Premium Storage. Azure Blobs Provides client libraries and a REST interface that allows unstructured data to be stored and accessed at a massive scale in block blobs.
Azure Disks Provides client libraries and a REST interface that allows data to be persistently stored and accessed from an attached virtual hard disk. You want to lift and shift applications that use native file system APIs to read and write data to persistent disks.
This brings us to the end. Here is a Study Guide for Microsoft Azure Fundamentals AZ-900 Certification Exam to expedite your career in Microsoft Azure.
Feel free to drop any questions in the comment box, I would love to address them. I hope you enjoyed the article. Best of luck!
Voiced by Amazon Polly |
Anusha Shanbhag is an AWS Certified Cloud Practitioner Technical Content Writer specializing in technical content strategizing with over 10+ years of professional experience in technical content writing, process documentation, tech blog writing, and end-to-end case studies publishing, catering to consulting and marketing requirements for B2B and B2C audiences. She is a public speaker and ex-president of the corporate Toastmaster club.
Our support doesn't end here. We have monthly newsletters, study guides, practice questions, and more to assist you in upgrading your cloud career. Subscribe to get them all!
Bharadwaj Pisipati
Jul 21, 2021
I’ve a query, Please.
On NSG, there are inbound and outbound rules. I define rules as
for rule 100, i allow a specific IP to connect to VM
for rule 101, I deny the same specific IP address.
Question is that, will i be able to connect to machine? (As smaller number takes more precedence, once after executing will it get denied next?)
Nidhi
Mar 17, 2021
Thanks for posting.
Click to Comment