All Medium Articles
Python variable assignment is different from some of the popular languages like c, c++ and java. There is no declaration of a variable, just an… Read More
Saavn went for campus recruitment and students enrolled in B.Tech (CSE, EE) with CGPA greater than 7 can sit for online test. The overall hiring… Read More
Given a binary tree containing n distinct numbers and a value x. The problem is to count pairs in the given binary tree whose sum… Read More
Online Coding Round : Platform used was cocubes.com Time : 75 min Question : 3 Coding Question Simple linked list implementation. Given two strings in… Read More
Geek on the top is all about success stories of Geeks who are working hard to chase their goals and are the inspiration for other… Read More
Appdynamics came to our college for internships in SDE profile. Around 100+ students were shortlisted for online test. Online test consists of 15 MCQs and… Read More
Consisted of 1 online test, 1 written test, 1 technical interview and 1 hr interview ONLINE TEST Consists of 1. Aptitude a. quantitative aptitude –… Read More
Round 1: (Java Online Coding Challenge)  This was an Online coding challenge on Java (150 mins). Webcam was mandatory to take this test. There were 3 questions:… Read More
As we know that the ArrayList is not synchronized, if multiple threads try to modify an ArrayList at the same time, then the final outcome… Read More
Given a circular array containing only 0’s and 1’s, of size n where n = p*q (p and q are both odd integers). The task… Read More
Arista Networks visited our campus for internships Round 1: The first round consisted of 3 online coding questions. Hackerrank was used as the platform. 1.… Read More
Latches are digital circuits that store a single bit of information and hold its value until it is updated by new input signals. They are… Read More
Given a number n, we need to check if it can be expressed as 2x + 2y or not . Here x and y can… Read More
I was interviewed for Java Backend Developer profile at PayTM, Noida. Round 1: Online Test There are n number of stones. Each stone has a… Read More
I was interviewed for Software Developer profile at Druva, Pune in August 2018. Round 1: Online Test MCQs related to File System, Unix, Computer Networks… Read More
Round 1: Online screening test (time: 1.30 hrs) CGPA cutoff : 7.0 It Consists of 5 MCQs. All the 5 questions were asked on OOPS. (C++/JAVA)… Read More
McAfee came to our college for campus recruitment. The first round was a 2 hour long MCQ pen and paper test. The test was conducted… Read More
Given two numbers X and Y. The task is to find the number of elements in the range [X,Y] both inclusive, that have the maximum… Read More
Given N rods of different lengths. The task is to cut all the rods with some maximum integer height ‘h’ such that the sum of… Read More
An attribute in servlet is an object that can be set, get or removed by the following aspects Request Scope Application Scope Session Scope To… Read More