If you are preparing for a Data Analyst or Data Engineer Role, SQL Interviews are a must. The most asked […]
Category: InterviewPrep
50 Python Interview Questions and Answers
This post is the repository of some python interview questions. The questions will range from basic theory questions to answering […]
Solve SQL: SQL Exercises and Solutions in MySQL
An expression that caught my attention recently is: Data is the new oil. I am not sure who used the […]
Scikit-learn – A one-stop solution in Machine Learning
I am in awe of Scikit-learn. I have always used scikit-learn for data modeling and metrics. But I had no […]
Codility CyclicRotation – Python Solution
This post is a Python solution to the Codility CyclicRotation problem (Lesson 2 – Arrays) which scored 100%. Now, Let’s understand the problem […]
Codility BinaryGap – Python Solution
This post is a Python solution to the Codility BinaryGap problem (Lesson 1 – Iterations) which scored 100%. Now, Let’s understand the problem […]