All Medium Articles
Suppose we have a Pyspark DataFrame that contains columns having different types of values like string, integer, etc., and sometimes the column data is in… Read More
In this article, we will learn how to find the average over every n element of a NumPy array. For doing our task, we will… Read More
Microsoft interview Experience for SDE-2 for Noida location, 2021. I’ll share my experience in this post and I hope it will be beneficial for some… Read More
The ambiguities are those issues that are not defined clearly in the Java language specification. The different results produced by different compilers on several example… Read More
sinceDigital Image processing means processing the image digitally with the help of a computer. Using image processing we can perform operations like enhancing the image,… Read More
Each round happens on a knock-out basis. Round 1 : (Hackerearth based test) [Time : 1h15m] This round had 2 questions.  Given an array of… Read More
Given two arrays consisting of N distinct integers such that the array A[] and B[] are sorted in ascending and descending order respectively, the task… Read More
SQL stands for Structured Query Language. SQL is used for retrieving useful information from a large set of data and it is used for storing… Read More
Round 1: In the first round I was asked 2 coding questions  https://www.geeksforgeeks.org/maximum-size-sub-matrix-with-all-1s-in-a-binary-matrix/ https://www.geeksforgeeks.org/find-the-next-lexicographically-greater-word-than-a-given-word/ I was able to solve both problems. The interviewer was a… Read More
Total 4 Rounds –   Round 1 – CSE Questions Aptitude/Reasoning/Coding (90 MCQs & 2 Coding) Round 2 – Advanced Coding (2 Questions) Round 3… Read More
Round 1:- Started with an introduction about projects and Education. Then he asks me a question about my project which I had done previously(questions related… Read More
I appeared for the amazon’s interview for SDE full-time role, and here is my experience Technical Interview Round-1 First question was there are given n… Read More
Given string str of length N, the task is to traverse the string and print all the characters of the given string. Illustration: Input :… Read More
Reduced Row Echelon Form of a matrix is used to find the rank of a matrix and further allows to solve a system of linear… Read More
Given an array arr[] of size N, the task is to find the index in the given array where the sum of the prime numbers… Read More
CI And CD is the practice of automating the integration of code changes from multiple developers into a single codebase. It is a software development… Read More
Did you know that using keyboard shortcuts can increase productivity and save you time? Although the term “shortcut” may seem intimidating, it’s important to consider… Read More
Given an array arr[] of size N consisting of 0, 1, 2, and 3 only, the task is to sort the given array in ascending… Read More
The following approach covers how to calculate how many numbers in the given array are less or equal to the given value using the percentile… Read More
In this article, we will learn how to do Lazy import in Python. For this, let’s first understand the lazy import. What is Lazy Import?… Read More