Upload Button Icon Add office photos

Filter interviews by

Grey Orange Software Development Engineer Interview Questions, Process, and Tips

Updated 17 Jul 2023

Grey Orange Software Development Engineer Interview Experiences

1 interview found

Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Jul 2022. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Coding Test 

Medium level coding questions were asked

Round 3 - Technical 

(3 Questions)

  • Q1. Implementation of Breadth First Search
  • Ans. 

    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...

  • Answered by AI
  • Q2. Implementation of Depth First Search
  • Ans. 

    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

  • Answered by AI
  • Q3. Implementation of Inorder Traversal of a Binary Tree
  • Ans. 

    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

  • Answered by AI
Round 4 - Technical 

(2 Questions)

  • Q1. Swap Alternative nodes of a Linked list
  • Ans. 

    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

  • Answered by AI
  • Q2. Reverse a Linked list
  • Ans. 

    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

  • Answered by AI

Skills evaluated in this interview

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via Referral

Round 1 - Coding Test 

Java internals, coding questions 2sum

Round 2 - Technical 

(2 Questions)

  • Q1. Hld of your previous project
  • Ans. 

    Developed a web-based project management tool for tracking tasks and deadlines.

    • Used React.js for front-end development

    • Implemented RESTful APIs for backend using Node.js and Express

    • Utilized MongoDB for database storage

    • Incorporated authentication and authorization features for user security

  • Answered by AI
  • Q2. Question related to self build projects
Round 3 - HR 

(2 Questions)

  • Q1. Salary negotiation
  • Q2. Location constrain if any
  • Ans. 

    Open to relocation for the right opportunity

    • Willing to relocate for the right job opportunity

    • Flexible with location for the right role

    • Open to considering different locations for the right position

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
Selected Selected
Round 1 - Coding Test 

A good, basic understanding will suffice.

Round 2 - Technical 

(1 Question)

  • Q1. Questions about OOPs, DBMS. Fundamental understanding will work
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Move negative elements to right side of array
  • Ans. 

    Move negative elements to right side of array

    • Iterate through the array and swap negative elements to the right side

    • Use two pointers approach to keep track of positive and negative elements

    • Maintain the order of elements while moving negatives to the right side

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. SQL queries,data structure
  • Q2. Sql querries related questions
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Job Fair and was interviewed in Jul 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Coding is important three problems and mcqs of java and testing

Round 2 - Technical 

(2 Questions)

  • Q1. Oops concepts were asked
  • Q2. Java questions static jvm and all

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare java very well coding is important
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
No response

I applied via Naukri.com and was interviewed in Jun 2024. There were 4 interview rounds.

Round 1 - Aptitude Test 

Number series , probablity , relations

Round 2 - Coding Test 

String, pattern and one prime number questions

Round 3 - Technical 

(2 Questions)

  • Q1. Bit and byte comparison
  • Ans. 

    A bit is the smallest unit of data in computing, while a byte is made up of 8 bits.

    • A bit can have a value of 0 or 1, representing off or on respectively.

    • A byte is made up of 8 bits, allowing for a larger range of values (0-255).

    • Bytes are commonly used to represent characters in text, with each character typically taking up one byte.

    • Bits are often used in Boolean logic operations and for representing binary numbers.

  • Answered by AI
  • Q2. About projects and roles
Round 4 - HR 

(2 Questions)

  • Q1. Asked about the family background
  • Q2. About company and their projects

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Java script, React JS
  • Q2. Data structures and algorithms
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Basic string manipulation and general DSA questions

Round 2 - Technical 

(2 Questions)

  • Q1. Tree traversal iteratively
  • Q2. Implement DFS,BFS on graph
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Basic PHP question
  • Q2. Prioir knowledge of previous projects
Round 2 - One-on-one 

(1 Question)

  • Q1. Technical Background question

Grey Orange Interview FAQs

How many rounds are there in Grey Orange Software Development Engineer interview?
Grey Orange interview process usually has 4 rounds. The most common rounds in the Grey Orange interview process are Technical, Resume Shortlist and Coding Test.
What are the top questions asked in Grey Orange Software Development Engineer interview?

Some of the top questions asked at the Grey Orange Software Development Engineer interview -

  1. Implementation of Inorder Traversal of a Binary T...read more
  2. Swap Alternative nodes of a Linked l...read more
  3. Implementation of Breadth First Sea...read more

Tell us how to improve this page.

People are getting interviews through

based on 1 Grey Orange interview
Campus Placement
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.
Grey Orange Software Development Engineer Salary
based on 22 salaries
₹9 L/yr - ₹22 L/yr
13% more than the average Software Development Engineer Salary in India
View more details

Grey Orange Software Development Engineer Reviews and Ratings

based on 3 reviews

3.7/5

Rating in categories

2.9

Skill development

2.4

Work-Life balance

2.6

Salary & Benefits

1.0

Job Security

2.4

Company culture

2.0

Promotions/Appraisal

1.6

Work Satisfaction

Explore 3 Reviews and Ratings
Senior Engineer
70 salaries
unlock blur

₹5.7 L/yr - ₹21 L/yr

Senior Software Engineer
56 salaries
unlock blur

₹13.1 L/yr - ₹31 L/yr

Assistant Manager
53 salaries
unlock blur

₹7.5 L/yr - ₹25.9 L/yr

Senior Member of Technical Staff
46 salaries
unlock blur

₹12.6 L/yr - ₹46 L/yr

Software Engineer
44 salaries
unlock blur

₹7.4 L/yr - ₹20.5 L/yr

Explore more salaries
Compare Grey Orange with

Flipkart

4.0
Compare

Delhivery

3.9
Compare

Rivigo

3.9
Compare

Zomato

3.8
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview