Upload Button Icon Add office photos

Grey Orange

Compare button icon Compare button icon Compare

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

I applied via Naukri.com and was interviewed in Apr 2020. There were 5 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. I have got questions about vsam files and about SQL queries.
  • Q2. What is my previous work and project roles and responsibilities.?

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare with basics clear with your project,your work,and your roles and responsibilities and be good to make them understand what you willing to answer.

I applied via Approached by Company and was interviewed before Jun 2021. There were 2 interview rounds.

Round 1 - System test 

(1 Question)

  • Q1. Advantage and disadvantage of framework.
  • Ans. 

    Frameworks provide structure and pre-built components for software development, but can also limit flexibility and require learning curve.

    • Advantage: Provides structure and pre-built components for faster development

    • Advantage: Can improve code quality and maintainability

    • Disadvantage: Can limit flexibility and customization

    • Disadvantage: Requires learning curve and potential dependency issues

    • Example: ReactJS provides a fr...

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. What is Oops? Advantage and disadvantage
  • Ans. 

    Oops stands for Object-Oriented Programming. It is a programming paradigm that uses objects to represent real-world entities.

    • Advantages: code reusability, modularity, encapsulation, inheritance, polymorphism

    • Disadvantages: complexity, steep learning curve, performance overhead

    • Example: creating a class 'Car' with properties like 'make', 'model', and 'year', and methods like 'start_engine' and 'stop_engine'

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basics in server side and client side coding

Skills evaluated in this interview

Software Engineer Interview Questions & Answers

Chetu user image Nirban Chatterjee

posted on 11 Oct 2020

I applied via Naukri.com and was interviewed before Oct 2019. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. Normal php questions like overriding,overloading,traits,interface,abstarct class nothing else.. It was online but in 2016.
  • Q2. Go though those topic as they are very important and asked in most companies.

Interview Preparation Tips

Interview preparation tips for other job seekers - Read those topics and try to understand with example and doing on your own.Before entering Chetu prepare yourself that you may get fire anytime.Because hiring and firing is lot in Chetu but in terms of salary it is good.

I applied via Naukri.com and was interviewed before May 2020. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Questions were related to your technology on which you are good, it starts with basic that identifies you worked in your technology and good knowledge over workflow and your coding standard.

Interview Preparation Tips

Interview preparation tips for other job seekers - Working hard and prepare yourself to achieve your goal where you are satisfy with your job. There is no shortcut, you have to face the challenges. Be prepare yourself

Interview Questionnaire 

1 Question

  • Q1. Oops programming,SQL server Database

I applied via Naukri.com and was interviewed in Apr 2021. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. Filter in MVC
  • Ans. 

    Filter in MVC is used to retrieve a subset of data from a larger dataset based on certain criteria.

    • Filters can be applied to data in the model or in the view.

    • Filters can be used to sort, group, or limit the data returned.

    • Filters can be implemented using LINQ or other query languages.

    • Examples of filters include date range filters, category filters, and search filters.

  • Answered by AI
  • Q2. Authentication and authorisation

Interview Preparation Tips

Interview preparation tips for other job seekers - Please prepare all basics of MVC,SQL and C#

Skills evaluated in this interview

Interview Questionnaire 

2 Questions

  • Q1. Multithreading in C++, casting and OOPs concepts
  • Q2. Cover the basic concepts.

I applied via Approached by Company and was interviewed in May 2021. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. About the current profile
  • Q2. Asked about the sms call flow
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Core and Advance concepts of Java
Round 2 - Technical 

(1 Question)

  • Q1. Mainly on mutltithrerading concepts and previous experience on projects.
Round 3 - Behavioral 

(1 Question)

  • Q1. About projects and scenarios based questions.
Round 4 - HR 

(1 Question)

  • Q1. About Salary negotiation and final round

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.

Grey Orange Software Development Engineer Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

Chetu Interview Questions
3.3
 • 176 Interviews
Mobileum Interview Questions
3.3
 • 38 Interviews
CodeClouds Interview Questions
4.4
 • 37 Interviews
SirionLabs Interview Questions
3.8
 • 24 Interviews
SOTI Interview Questions
3.3
 • 23 Interviews
Replicon Interview Questions
3.8
 • 21 Interviews
View all
Grey Orange Software Development Engineer Salary
based on 24 salaries
₹8 L/yr - ₹21 L/yr
At par with 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

1.0

Job security

2.4

Company culture

2.0

Promotions

1.6

Work satisfaction

Explore 3 Reviews and Ratings
Senior Engineer
82 salaries
unlock blur

₹5.7 L/yr - ₹19.9 L/yr

Senior Software Engineer
56 salaries
unlock blur

₹13.1 L/yr - ₹31 L/yr

Assistant Manager
55 salaries
unlock blur

₹7.5 L/yr - ₹25.8 L/yr

Software Engineer
52 salaries
unlock blur

₹5.8 L/yr - ₹23.3 L/yr

Senior Member of Technical Staff
46 salaries
unlock blur

₹12.6 L/yr - ₹45 L/yr

Explore more salaries
Compare Grey Orange with

Thomson Reuters

4.1
Compare

Duck Creek Technologies

4.4
Compare

FinThrive

3.7
Compare

CodeClouds

4.4
Compare
Did you find this page helpful?
Yes No
write
Share an Interview