Written Round: 20Q questions on C, data structures , some aptitude questions and other related concepts. 2 coding questions : Merge overlapping intervals. This question… Read More
Written round: 5 coding and 15 MCQ on ds, algos, dbms. Round 1: Tell me about yourself Given two strings str1 and str2 find if str2… Read More
Online round: 20 MCQs on mathematics, probability, operating systems, DBMS, compilers and basic DS concepts. Coding questions (Full code required): 1. Given an array containing… Read More
Given root of a binary tree, The task is to print level order traversal in a way that nodes of all levels are printed in… Read More
First of all, I would like to convey my special thanks to geeksforgeeks for such a special guidance. Here is my interview experience: First day:… Read More
I had my Amazon Interview some days back and now I am posting my experience here. Round 1 (Apt) 20 mcq question and 2 coding… Read More
Following article is extension of article discussed here.In AVL tree insertion, we used rotation as a tool to do balancing after insertion caused imbalance. In… Read More
Status: Full Time job + 6 month internship offered. It was a 4 round interview. The first round was a written round with 50 questions(20… Read More
Off late, Amazon had an On-campus recruitment. Here is the interview process. 1) Written Round 20 MCQ’s two C code snippets a couple of questions… Read More
You are given a string that represent an expression of digits and operands. E.g. 1+2*3, 1-2+4. You need to evaluate the string or the expression.… Read More
Given a string, remove all spaces from it. For example “g e e k” should be converted to “geek” and ” g e ” should… Read More
Accolite came to our campus for recruitment. First Round Written Test: 20 MCQs in which general CS basics question were asked. And one subjective paper… Read More
Written Round: The written round (conducted on Hackerearth) consisted of two sections: First section consisted of 50 MCQs to be attempted in 1 hours. The… Read More
D. E. Shaw recently carried out intern procedure in our college. The whole process had three rounds. Round 1: It was CV shortlisting. Out of… Read More
Given a string, Check if the characters of the given string can be rearranged to form a palindrome. For example characters of “geeksogeeks” can be rearranged… Read More