All Hard Articles
In this article, we are going to see how to convert nested JSON structures to Pandas DataFrames. JSON with multiple levels In this case, the… Read More
String is an alias for System.String class and instead of writing System.String one can use String which is a shorthand for System.String class and is… Read More
Abstraction is the process to hide the internal details and show only the functionality. The abstract keyword is used before the class or method to… Read More
Another word for probability is a possibility. Probability is a branch of mathematics, concerning how likely an event is to occur. The probability of number… Read More
Binarization is important in digital image processing, mainly in computer vision applications. Thresholding is an efficient technique in binarization. The choice of thresholding technique is… Read More
Given two arrays array[] and multipliers[] of size N and M where N is always greater than equal to M. There are M operations to… Read More
Given an array arr[] of N size, the task is to find the minimum increment required to elements in the array such that if any… Read More
Given a string  S of size N consisting of ‘0’, ‘1’ and ‘?’, where N is always even. Divide the string into two different strings… Read More
Salesforce came to our college to hire for Associate Member of Technical Staff role. The process was open to only Computer Science students with an… Read More
Given an array, lines[] of N pairs of the form (i, j) where (i, j) represents a line segment from coordinate (i, 0) to (j,… Read More
Given an array, print the Next Greater Element (NGE) for every element. The Next greater Element for an element x is the first greater element… Read More
Indeed came on-campus to hire Software Developer Interns from IIT Mandi. Round 1: Online Coding Test:   This was a 60 minutes long coding test.… Read More
Recently Publicis sapient visited my campus for campus hiring. Its hiring process and questions are listed below. There were total of three rounds. Round 1(Coding):… Read More
Microsoft off-campus hiring interview experience, I got this opportunity through the Microsoft engage program 2021. Round1 ( Coding Round on Codility ): There were two… Read More
Newfold Digital visited our college for FTE+intern role. The job profiles offered were: Operations Engineer Database Administrator Particular profile was offered on the basis of… Read More
D.E. Shaw held an on-campus recruitment drive in my college for the position of QTE intern (2 months) in July 2021. There were three rounds… Read More
The Benefits of Distributed Systems have been widely recognized. They are due to their ability to Scale, Reliability, Performance, Flexibility, Transparency, Resource-sharing, Geo-distribution, etc. In… Read More
Content addressable memory (CAM) is a data storage device, that stores memory in cells. When any aspect of the memory is entered, the CAM compares… Read More
Given a Roman numeral, the task is to find its corresponding decimal value. Example :  Input: IX Output: 9 IX is a Roman symbol which… Read More
In the domain of digital image processing, sometimes we need to separate the main object from the image for clear observation. Image segmentation is the… Read More