Filter interviews by
I was interviewed in Oct 2021.
Round duration - 60 Minutes
Round difficulty - Hard
Integer N
...
Wrote a for loop with end limit as √n
Round duration - 60 Minutes
Round difficulty - Hard
Wrote a simple code to find n strings
Round duration - 60 Minutes
Round difficulty - Hard
Linux questions. Testing questions
Tip 1 : learn scripting
Tip 2 : be thorough with resume
Tip 1 : practice coding
Tip 2 : be thorough with your resume
Tip 1 : have good projects
Tip 2 : fulfill the required tech stack
I applied via Recruitment Consulltant and was interviewed before Jul 2023. There was 1 interview round.
Python n Linux SQL queries
I applied via Naukri.com and was interviewed before May 2023. There were 3 interview rounds.
Coding round with dictionary implementation
Coding round with vector implementation and puzzle
I applied via Approached by Company and was interviewed before Feb 2023. There was 1 interview round.
Grey Orange interview questions for popular designations
I applied via Campus Placement and was interviewed before Jul 2022. There were 4 interview rounds.
Medium level coding questions were asked
Breadth First Search is a graph traversal algorithm that explores all the neighbor nodes at the present depth prior to moving on to the nodes at the next depth level.
Start by visiting the root node and then visit all the neighbor nodes at the present depth level before moving on to the nodes at the next depth level.
Use a queue data structure to keep track of the nodes to be visited.
Mark each node as visited to avoid re...
Depth First Search is a graph traversal algorithm that explores as far as possible along each branch before backtracking.
Start at a node and explore as far as possible along each branch before backtracking
Use a stack to keep track of nodes to visit
Mark visited nodes to avoid revisiting them
Can be implemented recursively or iteratively
Inorder traversal of a binary tree involves visiting the left subtree, then the root, and finally the right subtree.
Start at the root node
Recursively traverse the left subtree
Visit the current node
Recursively traverse the right subtree
Repeat until all nodes are visited
Swap alternative nodes of a linked list
Iterate through the linked list and swap the data of alternate nodes
Use temporary variables to store data during swapping
Ensure to handle cases where the linked list has an odd number of nodes
Reverse a linked list by changing the next pointers of each node
Start with three pointers: current, prev, and next
Iterate through the linked list, updating the next pointer of each node to point to the previous node
Update prev, current, and next pointers for each iteration
Example: 1 -> 2 -> 3 -> 4 -> null, after reversing: 4 -> 3 -> 2 -> 1 -> null
Get interview-ready with Top Grey Orange Interview Questions
I applied via Naukri.com and was interviewed before Jul 2022. There were 2 interview rounds.
NPD process stands for New Product Development process, which is a systematic approach to bringing a new product to market.
Idea generation and screening
Concept development and testing
Business analysis
Product development
Test marketing
Commercialization
P2P cycle stands for Procure to Pay cycle, which is the process of obtaining goods or services from a supplier and paying for them.
P2P cycle involves requisitioning, purchasing, receiving, and paying for goods or services.
It starts with a purchase requisition, followed by supplier selection, purchase order creation, goods receipt, invoice verification, and payment processing.
Efficient P2P cycle management helps in cont...
The process of PCB development involves designing the circuit, selecting components, creating the layout, prototyping, testing, and final production.
Designing the circuit based on the requirements and functionality
Selecting components such as resistors, capacitors, and integrated circuits
Creating the layout using software like Altium Designer or Eagle
Prototyping the PCB to test its functionality and performance
Testing ...
Wire harness development involves designing, prototyping, testing, and manufacturing electrical wiring systems for various applications.
Designing the wire harness layout based on the electrical requirements and space constraints
Prototyping the wire harness to ensure proper fit and functionality
Testing the wire harness for electrical continuity, insulation resistance, and durability
Manufacturing the wire harness using a...
I applied via Campus Placement and was interviewed before Feb 2022. There were 4 interview rounds.
I was interviewed in Jan 2021.
Round duration - 120 minutes
Round difficulty - Easy
The test had it's webcam on, we were not allowed to go out of the frame.
F(n) = F(n-1) + F(n-2),
Where, F(1) = F(2) = 1
The program calculates the Nth Fibonacci number using a recursive formula.
The Fibonacci series starts with 1, 1, and each subsequent number is the sum of the two preceding numbers.
The program uses a recursive function to calculate the Nth Fibonacci number.
The time complexity of the program is O(2^N), which can be optimized using memoization or dynamic programming.
The task is to find the length of the longest consecutive sequence in an unsorted array of integers.
Sort the array to bring consecutive numbers together
Iterate through the sorted array and keep track of the current consecutive sequence length
Update the maximum length if a longer sequence is found
Round duration - 30 minutes
Round difficulty - Medium
The interview was online from home.
Data Structures and OOPS Problems
The interview contained mostly data structures and oops problems. I was asked to implement the node class of linked list and queue using circular array. ...
The interview focused on data structures and object-oriented programming concepts.
Implementing the node class of a linked list and queue using a circular array
Explaining polymorphism in detail, including overriding, overloading, and runtime polymorphism
Providing examples to illustrate the concepts
Answering other questions related to data structures and OOPS
If the given string is: STR...
The task is to reverse a given string containing lowercase letters, uppercase letters, digits, and special characters.
Iterate through the string from the last character to the first character and append each character to a new string.
Alternatively, you can use built-in string reversal functions or methods available in your programming language.
To solve the follow-up question with O(1) space complexity, you can use a tw...
Round duration - 20 minutes
Round difficulty - Easy
This was last round. In this round interviewer ask about me and what i know about company. Also he ask about my projects as well as my future goals .
The interviewer was very understanding and supportive.
Why do you want to join this company?
Who is your role model?
I want to join this company because of its strong reputation in the software engineering industry and its commitment to innovation.
The company has a strong reputation in the software engineering industry
The company is known for its commitment to innovation
The company offers opportunities for professional growth and development
The company has a positive work culture and values its employees
Tip 1 : Find a good course, and first clear all your fundamentals and implementation of every data structure. You should be thorough with their time as well as space complexities.
Tip 2 : Upon clearing the fundamentals, select a platform where you have a large no of questions, also whose test cases are good. eg. LeetCode, InterviewBit or Codezen. Go and complete 300-400 questions.
Tip 3 : Also whenever you're not able to solve the problem, check out the editorial and then re-attempt it again. Also, check the discussion if there is some good solution to the same problem.
Tip 4 : For OOPS, DS and programming, I recommend Codezen, Leetcode, InterviewBit and GeeksforGeeks.
Tip 5 : For OS, DBMS and Computer Network, I recommend GateSmasher, Knowledge Gate and TutorialsPoint.
Tip 1 : Resume should contain facts, numbers, and data comparison.
Tip 2 : Mention only those projects and internships in your resume that you are comfortable with, that is, you can explain to the interviewee.
Tip 3 : Technical achievements in the field you're applying to, would be good.
Tip 4 : DO NOT FAKE THINGS, the interviewer is smart enough.
I applied via campus placement at ABES Engineering College, Ghaziabad and was interviewed before Jun 2022. There were 4 interview rounds.
Just was some normal question for screening
GD was about Science topics or impact of science in the life
I applied via LinkedIn and was interviewed before May 2022. There were 3 interview rounds.
What will you do to create a zero based budget plan?
Top trending discussions
Interview experience
based on 324 reviews
Rating in categories
5-12 Yrs
₹ 11-20 LPA
Senior Engineer
70
salaries
| ₹5.7 L/yr - ₹21 L/yr |
Senior Software Engineer
56
salaries
| ₹13.1 L/yr - ₹31 L/yr |
Assistant Manager
53
salaries
| ₹7.5 L/yr - ₹25.9 L/yr |
Senior Member of Technical Staff
46
salaries
| ₹12.6 L/yr - ₹46 L/yr |
Software Engineer
44
salaries
| ₹7.4 L/yr - ₹20.5 L/yr |
Flipkart
Delhivery
Rivigo
Zomato