All Medium Articles
Round 1: Online round. Around 60 people attended. 60 Multiple choice questions in total from Data Structures, Operating Systems, Computer Networks, C, C++, Java, Quantitative Aptitude.… Read More
Prerequisite: Create and Write on an excel file.XlsxWriter is a Python library using which one can perform multiple operations on excel files like creating, writing,… Read More
ArrayBlockingQueue class is a bounded blocking queue backed by an array. By bounded, it means that the size of the Queue is fixed. Once created,… Read More
StackPane class is a part of JavaFX. StackPane class lays out its children in form of a stack. The new node is placed on the… Read More
Prerequisites – Socket Programming in C/C++, TCP and UDP server using select, UDP Server-Client implementation in C  If we are creating a connection between client… Read More
In the present day scenario, when there is more supply than demand, companies have to take in a chunk of people, and graduates with no… Read More
Position : Software Dev Intern Location : Arcesium, Hyderabad   PRELIMINARY ROUND : Shortlisting was done on the basis of GPA. Don’t know the exact… Read More
Round 1: The first round comprised of 60 MCQ questions including 20 aptitude questions, 20 DSA and 20 C /Java questions (Choose any one section… Read More
Prerequisite: Symbol Table A Symbol table is a data structure used by the compiler, where each identifier in program’s source code is stored along with… Read More
Top view of a binary tree is the set of nodes visible when the tree is viewed from the top. Given a binary tree, print… Read More
Round 1: It was an online aptitude and programming test comprised of 30 questions on aptitude, 3 programming questions with the time given was 1… Read More
Round 1:Aptitude Test Total Time = 60 min Number Of questions = 70 Platform = CoCubes  [ EveryOne gets different set Of Questions ] Three… Read More
In this article, we will cover how to Flatten a List of Lists in python. To convert a nested list into a flat list we… Read More
HashMap is a part of java.util package.HashMap extends an abstract class AbstractMap which also provides an incomplete implementation of Map interface. It stores the data… Read More
Round 1: There was an online coding round on 10th of September, 2018, For which about 50 candidates had come. I will come directly to… Read More
A cryptocurrency is not a type of currency that can be used in the real world. It can be used to perform transactions only in… Read More
Given an image in PGM format and the task is to invert the image color (making negative) content in PGM format. Prerequisite: c-program-to-write-an-image-in-pgm-formatPGM image represents a… Read More
Round 1: The first round was a coding round hosted on the HackerRank platform. There were 3 questions and we had 75 mins to solve… Read More
In this article I will describe my recent Microsoft Interview Experience. Microsoft has opened a new center in Belandur Bangalore. I directly got a call… Read More
Given a 2D matrix mat[][] and a value k. Find the largest rectangular sub-matrix whose sum is equal to k.  Example: Input : mat =… Read More