Are you looking for some Data Engineer Sample Questions to practice for your Interview Here is the list of Azure Data Engineer Interview Questions that are best for Azure Data Engineer ➪ A Data Engineer aspirant should get deep knowledge and experience with core data engineer concepts. Top Interview Questions will help them garnish their skill before […]
Read MoreCloud automation is on its pace and various tools are proposed for faster and efficient development . One such automation tool is Terraform. What is Terraform? ➪ Terraform is an open-source IaaS (Infrastructure as a Code) tool by Hashicorp. It is used to build, provision and modify architecture using declarative commands. Why Terraform? ➪ Terraform is […]
Read MoreAs we know, software packages are created and published regularly, so it can be challenging to manage all the applications . Thus, various automation processes and tools were proposed. Jenkins ➽ Jenkins is an open-source automation tool for Continuous Integration (CI) and Continuous Deployment (CD). Why Jenkins ➽ It is widely used open source tool that can be […]
Read MoreMicrosoft recently announced to reimage its Solution Architect Certificate AZ-303 & AZ-304 with the single exam AZ-305. AZ-305 is a new expert-level exam for Solutions Architect replaces AZ-303 (Azure Architect Technologies) and AZ 304 (Azure Architect Design). The candidate for this exam is expected to know about designing and implementing Azure solutions architecture. Exam AZ-305: […]
Read MoreFunctions in Python ↬ A function is a block of code that only runs when it is called. Python functions return a value using a return statement if one is specified. ↬ A function can be called anywhere after the function has been declared. Keyword def marks the start of the function header. :heavy_Types of […]
Read MoreLoop The first statement in a function is executed first, followed by the second, and so on. There may be a situation when you need to execute a block of code several number of times. Programming languages provide various control structures that allow for more complicated execution paths. A loop statement allows us to execute […]
Read MorePython’s Visualization Library 📸A picture is worth a thousand words In data science, visual presentation📊 of the data is a first-class citizen. We combine together various charts📈 to better understand the data and the relationships it hides. Data Visualization is the technique to represent the data/information in a pictorial or graphical format that enables stakeholders […]
Read MoreIn this post, we will give you a walkthrough of Power BI Filters, Add a filter into the Report, Format filters in Reports, Types of Filters in Reports and some other components. ✏️*Power BI Filters* ⏩A Report is a multi-perspective view of a dataset, with visuals representing different findings and insights. A report can have […]
Read MoreWhat Is Container (Docker)? Containers are a software package into a logical box with everything that the application needs to run. What is Azure Container Instances (ACI)? Azure Container Instances is Microsoft PaaS (Platform as service) solution that offers the fastest and simplest way to run a container in Azure, without having to manage any […]
Read MoreA class can be thought of as a ‘blueprint’ for objects. These can have their own attributes (characteristics they possess), and methods (actions they perform). Objects have member variables and have behavior associated with them. In python, a class is created by the keyword class An object is created using the constructor of the class. […]
Read More