Tag Archives: Technical Interview Questions

Nagarro Interview Questions – Set 1

Company: Nagarro Coding Round: It consists 4 questions. Q1. Input an array and then print the repeating characters?? Example: Input:1,3,23,11,44,3,23,2,3. Output:3,23 Q2. Input an array and prints the second minimum in an array?? Example Input:34,45,21,12,54,67,15 Output:15 Q3. Find the longest palendrom in a string? Example Input: abfgerccdedccfgfer Output: ccdedcc Q4. Input a number and then Read More →

SAP Labs Interview Questions – Set 1

Company: SAP Lab Aptitude Round consisting of: 1. Quantitative aptitude 2. English 3. Logical reasoning 4. Coding questions (Though Questions were all simple, time management was important) Interview details : – Round 1: Q1. Questions mainly on C, OOPS concepts of C++, basic Java concepts, Data structures and puzzles (standard ones) . Q2. Questions about Read More →

Cvent Interview Questions – Set 1

Company: Cvent Software Developer Profile (2-7 years exp.) Interview Process: Written test: Its a online test on codility. 1 question(Basic array related problem) in 45 mins. Try to write fully compiled code as much optimized as you can. Q. Find 2 number in the array whose difference is minimum. Array is unsorted. Complexity should be less Read More →

Expedia Interview Questions – Set 1

Interview Details: Interview process was fairly fast but a bit heavy. There were 4 technical interviews and 1 HR. It turns out to be not too difficult as some questions are duplicated in all the interviews. Technical Questions: Q1. With a linked list data structure, find if a given string is palindrome or not. Q2. Read More →

Kellton Tech Interview Questions

Company: Kellton Tech interview Questions It was for Senior Developer profile. There were 1 Written + 3 Tech Rounds of interview. Q1. Find 2 number in the array whose difference is minimum. Array is unsorted. Complexity should be less than o(nlogn). eg 2 4 6 1 2 5 – Output should be 2,2 Q2. Find Read More →

Amazon Interview Questions – Set 5

I got interviewed for Amazon Hyderabad for SDE1 position . It was for e-commerce platform team. I want to share my experience so that it can help others. I have 7 months of experience but the vacancy was for 1+ year exp. Guys all the logistics were arranged by Amazon (Including flight tickets+Hotelstay+cab+lunch and dinner). Read More →

Talentica Interview Questions – Set 1

Company: Talentica Interview Details – First round telephonic technical interview followed by F2F interview technical. Telephonic Round: There I was asked basics of web development (e.g Session, hidden variable difference between POST and GET etc. ) and basics of PHP e.g global variables etc , little bit of mysql e.g joins , difference between left Read More →

Groupon Interview Questions – Set 1

Company: Groupon Technical Interview Questions – Q1. Find Kth Min Values in an array? Q2. Write in-order traversal without using recursion? Q3. Reverse words in a string. Ex: Input : “This is a String” Output: “String a is This” Q4. Removing duplicates from unsorted list of integer? if you have unsorted list of 0,5,9,5,6,7,6,9 the Read More →

Guavus Interview Questions

Company: Guavus Network Systems Profile: Software Developer Interview Details: 1st round: Purely technical about the Core areas, skill sets, whats new I was learning etc. 2nd round : Technical cum analytical skills. 3rd round: Generic overall evaluation, team handling, interest in new stuff, how to handle situation etc. Technical Questions: Telephonic Interview: Q1. Given a Read More →

Juniper Networks Interview Questions – Set 1

Company: Juniper Networks Profile: Software Engineer/ Developer Technical Interview: Q1. How to manage memory in linux kernel? Q2. What should a bridge cum router device do upon receiving a frame? Q3. What’s the benefit of sub-netting? Q4. What are the differences between static ip addressing and dynamic ip addressing? Q5. Explain Memory Fragmentation? Q6. What Read More →

One97 Interview Questions – Set 1

Company: One97 Communication(Paytm) Profile: Software Developer Java Interview process: Written paper(technical) + 3 Tech interview Technical Interview Questions: Q1. Wap to get the height of a BST? Q2. Implement merge-sort? Q3. what are threads and multi-threads? Q4. Give two ints, return index(0 based) of an int if it is present in another int. For eg. Read More →

Myntra Interview Questions – Set 1

Company: Myntra.com Profile: Software developer Technical Questions: Q1. What do you do when your schedule is interrupted? How you handle it? Q2. PreOrder traversal without recursion? Q3. Build a bst out of the unsorted array by looping over the array and inserting each element to the tree? Q4. Find 2 elements in array whose sum Read More →