Upload Button Icon Add office photos

Incedo

Compare button icon Compare button icon Compare

Filter interviews by

Incedo Software Engineer Interview Questions, Process, and Tips

Updated 5 Dec 2024

Top Incedo Software Engineer Interview Questions and Answers

  • Q1. DSA - Nth Fibonacci no with memoization, Find duplicate node in Linked list, Binary tree DSA questions, Project based tech questions, OOPS, Puzzle
  • Q2. Write a query to find out the 2nd largest salary from Employees
  • Q3. what is shadow DOM? what are synthetic Events? What is UNIT testing?
View all 12 questions

Incedo Software Engineer Interview Experiences

28 interviews found

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

I applied via Naukri.com and was interviewed before May 2023. There were 2 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Given a problem and asked to code solution for it.
  • Q2. Find the second largest number in an array
  • Ans. 

    Find the second largest number in an array of strings

    • Convert the array of strings to an array of integers

    • Sort the array in descending order

    • Return the second element in the sorted array

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. It was more into DSA. Asked questions about queues.
  • Q2. Scenario based questions and problem solving

Skills evaluated in this interview

I applied via Campus Placement and was interviewed in Jun 2022. There were 2 interview rounds.

Round 1 - Coding Test 

Simple coding test with basic DSA questions like reverse a linked list

Round 2 - One-on-one 

(2 Questions)

  • Q1. SQL Queries were asked
  • Q2. Write a query to find out the 2nd largest salary from Employees
  • Ans. 

    Query to find 2nd largest salary from Employees

    • Use ORDER BY and LIMIT

    • Exclude the highest salary using subquery

    • Handle cases where there are ties

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Incedo Software Engineer interview:
  • SQL
  • CS Core
  • DBMS
Interview preparation tips for other job seekers - Prepare SQL, and core topics. DSA isn't asked much but there is a lot of emphasis on core and SQL.

Skills evaluated in this interview

Software Engineer Interview Questions Asked at Other Companies

asked in Qualcomm
Q1. Bridge and torch problem : Four people come to a river in the nig ... read more
asked in Capgemini
Q2. In a dark room,there is a box of 18 white and 5 black gloves. You ... read more
asked in TCS
Q3. Find the Duplicate Number Problem Statement Given an integer arra ... read more
Q4. Tell me something about yourself. Define encapsulation. What is i ... read more
asked in Paytm
Q5. Puzzle : 100 people are standing in a circle .each one is allowed ... read more

I applied via Campus Placement and was interviewed in Mar 2022. There were 3 interview rounds.

Round 1 - Aptitude Test 

First round was an online assessment on AMCAT platform. It involved basic logical, automata-fix and reasoning section.

Round 2 - Technical 

(2 Questions)

  • Q1. It was mainly a discussion on projects and basic Question on DBMS. It was.an easy round and u should just clearly communicate with your interviewer.
  • Q2. From some other guys in my panel, they were asked to share their B.Tech journey. What did they learn . How did it help you on your overall development etc
Round 3 - HR 

(1 Question)

  • Q1. It was same as all other HR round. Basic questions like if u r okay with relocation, Why should we hire you etc

Interview Preparation Tips

Interview preparation tips for other job seekers - You should study your resume before interview. U can expect some question from there.
Interview experience
1
Bad
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before May 2022. There were 3 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 - One-on-one 

(1 Question)

  • Q1. C++ questions . Virtual function, Design pattern
Round 3 - HR 

(1 Question)

  • Q1. Normal hr questions

Incedo interview questions for designations

 Software Engineer Trainee

 (10)

 Senior Software Engineer

 (7)

 Associate Software Engineer

 (1)

 Software Development Engineer

 (1)

 Senior Software Engineer 2

 (1)

 Software Developer

 (9)

 Fullstack Software Engineer

 (1)

 Software Developer Trainee

 (4)

I applied via Recruitment Consulltant and was interviewed in Aug 2022. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Useeffect, vdom, functional components
Round 2 - Coding Test 

Create a timer using useeffect. create list based on user preference

Interview Preparation Tips

Interview preparation tips for other job seekers - both concepts and coding question are asked in first round.

Get interview-ready with Top Incedo Interview Questions

Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - One-on-one 

(1 Question)

  • Q1. Its too funny, cuz they dont know most of things dont worry you will get veey easy question because they are just looking for employees they have no client left so please doesnt matter how interview happen...
Round 2 - HR 

(2 Questions)

  • Q1. Ruben Varghese HR so unprofessional and always try to negotiate ur salary by half literally
  • Q2. How many male and female in your family? I mean disgusting for him to ask such questions.

Interview Preparation Tips

Interview preparation tips for other job seekers - Always opt other offer
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed before Oct 2022. There were 3 interview rounds.

Round 1 - Coding Test 

There was 20 minutes time we need to solve 7 questions. These questions are error correction questions.

Round 2 - Technical 

(2 Questions)

  • Q1. Confident with the skills in your resume
  • Q2. Tell me about different opps concepts
  • Ans. 

    Object-oriented programming concepts like inheritance, polymorphism, encapsulation, and abstraction.

    • Inheritance: Allows a class to inherit properties and behavior from another class.

    • Polymorphism: Ability for objects to be treated as instances of their parent class.

    • Encapsulation: Bundling data and methods that operate on the data into a single unit.

    • Abstraction: Hiding the complex implementation details and showing only

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Tell me about yourself
  • Q2. Where do you see yourself in 5 years

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident during interview.

Mention skills what you know perfectly in your resume.
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 

DSA, Technical MCQ

Round 3 - Technical 

(1 Question)

  • Q1. DSA - Nth Fibonacci no with memoization, Find duplicate node in Linked list, Binary tree DSA questions, Project based tech questions, OOPS, Puzzle
  • Ans. 

    Interview questions for Software Engineer position covering DSA, project-based tech questions, OOPS, and puzzle.

    • Be prepared to answer DSA questions such as finding the Nth Fibonacci number with memoization, finding duplicate nodes in a linked list, and binary tree DSA questions.

    • Expect project-based tech questions that may require you to explain your approach to solving a particular problem.

    • Brush up on OOPS concepts and...

  • Answered by AI
Round 4 - Leadership discussion 

(1 Question)

  • Q1. Project based question in depth, Some HR questions, Leadership qualities questions, Puzzle
Round 5 - HR 

(3 Questions)

  • Q1. What are your salary expectations?
  • Q2. What are your strengths and weaknesses?
  • Q3. Tell me about yourself.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be strong on basics and have in depth knowledge of your project.

Skills evaluated in this interview

Software Engineer Interview Questions & Answers

user image Ishika Bansal

posted on 13 Dec 2023

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Dec 2022. There were 3 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 

Intermediate level of coding test

Round 3 - Technical 

(2 Questions)

  • Q1. Interview was regarding my resume
  • Q2. I don't remember
Interview experience
3
Average
Difficulty level
Hard
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Jun 2022. There were 5 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 - Technical 

(1 Question)

  • Q1. Related to Technical
Round 3 - Technical 

(1 Question)

  • Q1. Technical questions , project experience
Round 4 - Behavioral 

(1 Question)

  • Q1. Basic stuffs and experience related questions
Round 5 - HR 

(1 Question)

  • Q1. Package discussion and about current position

Incedo Interview FAQs

How many rounds are there in Incedo Software Engineer interview?
Incedo interview process usually has 2-3 rounds. The most common rounds in the Incedo interview process are Technical, Coding Test and Resume Shortlist.
How to prepare for Incedo Software Engineer interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Incedo. The most common topics and skills that interviewers at Incedo expect are Spring Boot, Communication Skills, Java, Microservices and React.Js.
What are the top questions asked in Incedo Software Engineer interview?

Some of the top questions asked at the Incedo Software Engineer interview -

  1. DSA - Nth Fibonacci no with memoization, Find duplicate node in Linked list, Bi...read more
  2. Write a query to find out the 2nd largest salary from Employ...read more
  3. what is shadow DOM? what are synthetic Events? What is UNIT testi...read more
How long is the Incedo Software Engineer interview process?

The duration of Incedo Software Engineer interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Incedo Software Engineer Interview Process

based on 17 interviews

3 Interview rounds

  • Technical Round - 1
  • Technical Round - 2
  • Technical Round - 3
View more
Incedo Software Engineer Salary
based on 881 salaries
₹3.2 L/yr - ₹13 L/yr
7% less than the average Software Engineer Salary in India
View more details

Incedo Software Engineer Reviews and Ratings

based on 97 reviews

2.9/5

Rating in categories

2.8

Skill development

3.0

Work-life balance

2.8

Salary

2.6

Job security

2.8

Company culture

2.3

Promotions

2.6

Work satisfaction

Explore 97 Reviews and Ratings
Senior Software Engineer
1.1k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer
881 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Technical Lead
586 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Associate
283 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Technical Lead
283 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Incedo with

TCS

3.7
Compare

Infosys

3.6
Compare

Wipro

3.7
Compare

HCLTech

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