All posts by Masroof Ahmad

Azure Data Engineer Interview Questions

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 More
AWS-Infrastructure

How to Provision AWS Infrastructure with Terraform?

Cloud 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 More
CI - CD

CI CD Pipeline using Jenkins

As 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 More

Exam AZ-305: Azure Solutions Architect Expert Certification

Microsoft 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 More

Python Methods and Functions Q&A: Day3 Live Session Review

Functions 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 More

Python Loops and Control Statements Q&A: Day2 Live Session Review

Loop 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 More

Data Visualization Using Plotly

Python’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 More
Power Bi Filters

Power BI Filters: Automatic Filters, Manual Filters, Drill-Through Filters

In 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 More

Recap] Day 11: Design a Compute Solution [Azure Solutions Architect]

What 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 More

Python OOPs Concepts, Error And Exception Handling Q & A: Day 4 Live Session Review Classes and Objects

 A 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
1 21 22 23 24 25 223