All Hard Articles
1st Round: MCQ test consisting of 60 question from Quantitative Aptitude, Logical Ability, C, C++, Algorithm, Data structures, Digital Design. 2nd Round: (20 minutes) 1.… Read More
1st Round: MCQ test consisting of 30 questions to be done in 30 minutes with from topics like Trees, Graphs, SQL, Data bases, Computer Architecture,… Read More
Accolite came to our campus for recruitment. First Round Written Test: 30 MCQs in which question related to DS Networking OS Unix commands DBMS. Questions… Read More
MCQ Round: 15 MCQS were asked on c,c++, OS. Coding Round: 1) Given a linked list of co-ordinates where adjacent points either form a vertical… Read More
ONLINE ROUND: 3 coding Questions in 1 hour : 1) Given a binary search tree and a key, if found return 1 else -1. 2)… Read More
What is the minimum number of stacks of size n required to implement a queue of size n? (A) One (B) Two (C) Three (D)… Read More
How many undirected graphs (not necessarily connected) can be constructed out of a given set V = {v1, v2, … vn} of n vertices? (A)… Read More
Consider the following data path of a simple non-pilelined CPU. The registers A, B, A1, A2, MDR, the bus and the ALU are 8-bit wide.… Read More
A CPU has two modes-privileged and non-privileged. In order to change the mode from privileged to non-privileged (A) a hardware interrupt is needed (B) a… Read More
There was 1 coding round and 4 F2F interviews. This was for Software Developer Position(Note:-It was not for the research division in Walmart Labs)  Coding… Read More
Recently I have participated in Amazon SDE interview for Chennai location Kindle team. Kindle team has arrived Bangalore location to take drive. I have given… Read More
We recommend reading the following posts as a prerequisite for this post.K’th Smallest/Largest Element in Unsorted Array K’th Smallest/Largest Element in Unsorted Array | Expected Linear… Read More
Given two sorted linked lists, construct a linked list that contains maximum sum path from start to end. The result list may contain nodes from… Read More
Goldman Sachs Interview Experience Round1: Introduce yourself and what are the projects you have worked on and detail discussion about the most recent project. Implement… Read More
Consider the C program shown below. C #include <stdio.h>#define print(x) printf(\"%d \", x)int x;void Q(int z){    z += x;    print(z);}void P(int *y){    int x = *y + 2;    Q(x);    *y… Read More
A 2 km long broadcast LAN has 107 bps bandwidth and uses CSMA/CD. The signal travels along the wire at 2 × 108 m/s. What… Read More
Suppose we want to synchronize two concurrent processes P and Q using binary semaphores S and T. The code for the processes P and Q… Read More
A processor uses 2-level page tables for virtual to physical address translation. Page tables for both levels are stored in the main memory. Virtual and… Read More
A processor uses 2-level page tables for virtual to physical address translation. Page tables for both levels are stored in the main memory. Virtual and… Read More
Consider the following class definitions in a hypothetical Object Oriented language that supports inheritance and uses dynamic binding. The language should not be assumed to… Read More