Tag Archives: Technical Interview Questions

Razorpay Interview Questions – Set 1

Razorpay Interview Experience | Set 1 (2+ Experience) Round 1 : Q1. Longest palindrome of a given string. Q2. There are n candies and K student. candies are distributed in a order that 1st student get 1 candy, 2nd get 2, 3rd get 3 and so on till nth student. now, 1st student gets k+1 Read More →

Adobe Interview Questions – Set 5

My Interview experience with Adobe for MTS2 (~2years exp) Online Round (Java) 5 coding questions under 90 mins on Hackerrank. 1. There is a list of 20 words. 10 of them are good works, and 10 of them are bad words. Write a regex of not more than 25 characters which would tell if given Read More →

Paytm Interview Questions – Set 3

PayTm Interview Experience | Set 3 (Senior SDET Role) It was really a great experience in Paytm, they actually tested the candidate which they exactly want . Telephonic Round : Q1. About the current work? Q2. Stock buy-sell problem? I gave a solution in O(n2) first and interviewer asked me to optimize it and I Read More →

Oyo Interview Questions – Set 2

Here is the collection of questions based on experience of interview in Oyo Rooms. Round 1: Q1. Determine if there is a subset of the given set with sum equal to given sum? Q2. Given an array of numbers arrange it in the form of a single number such that the concluded number is the Read More →

Flipkart Interview Questions – Set 7

Flipkart Interview Experience | 2years Experience | SDE1 (Offsite Hiring Drive) Machine Round (90mins coding + 30mins review) Design and implement a Multiple Level Cache Management System with N levels, say: L1 -> L2 -> L3 … -> LN. Each layer will store Key-Value pairs of data. Both KEY and VALUE are of type String. Read More →

Snapdeal Interview Questions – Set 4

Software Development Engineer In Test Interview I applied through a recruiter. The process took 1 day. I interviewed at Snapdeal (Gurgaon, Haryana). 2 Round was on developing the automation framework approaches and general java based algorithm to some complex variations to puzzle you. Q1. Find the first non repetitive element in an array. Q2. Implement Read More →

Oxigen Wallet Interview Questions – Set 1

Round 1: Online coding test on Cocubes.com Round 2: Q1. Linked list multiplication: Given two linked list that represents polynomial return a pointer to linked list which is multiplication of the two. struct node { int coeff; int exp; struct node*next; }; example: 4x(2)-2x+1 x-1 answer : 4x(3)-6x(2)+3x-1 Q2. Suppose when user chooses OxygenWallet as Read More →

Flipkart Interview Questions – Set 6

I had interview with Flipkart for SDE . There was two technical round both guys was cool and interview process was very nice when i got stuck they provide me hint. Round 1: Q1. You have a infinite stream of repeated number find top K frequent number from this stream and discussion on this question Read More →

Paytm Interview Questions – Set 2

Crazyforcode has helped me a lot. In order to help other students I would like to share my experience. Tech Round 1: Q1. How will you balance a binary search tree? Q2. Implement two stack in an array . Interviewer was confused about questions so he doesn’t ask about it? Q3. The other question was Read More →

Oyo Rooms Interview Questions – Set 1

I have been approached through consultancy. Interview Questions: Round 1: Q1. Given a matrix with cost of visiting each cell move from 0,0 to m,n in minimum cost when you can only move left or down. Q2. Given an array of integers, update the index with multiplication of previous and next integers, e.g. Input: 2 Read More →

Adobe Interview Questions – Set 4

Hi, I was recently interviewed for MTS at Adobe. Here is my interview experience: 1)Online aptitude test 2)Online technical test : It comprised of C MCQs and coding question(in any language). Coding questions were: Q1. To check if the parenthesis are balanced. Q2. Matrix has rows in the form of 1’s followed by0’s.Find the row Read More →

Coupon Dunia Interview Questions – Set 1

Company : Coupon Dunia Profile : Software Engineer CTC : 10 LPA Name: Utkarsh Shahdeo (CSE) Round 1 (Online Coding): Platform: HackerRank Description: The first round was an online coding round. The standard of questions were pretty decent, comparable to Topcoder Div2 500. It was a 90 min test and anyone who solved at least Read More →