Upload Button Icon Add office photos

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

29 interviews found

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

(1 Question)

  • Q1. Reverse a linked list
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via campus placement at Vellore Institute of Technology (VIT) and was interviewed in Jul 2024. There were 2 interview rounds.

Round 1 - Coding Test 

It was an average coding test.

Round 2 - Technical 

(2 Questions)

  • Q1. Technical round 1 was average not very hard, asked 2-3 questions about programs.
  • Q2. Last was HR round, asked a puzzle of water and glass.

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
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Need to fill a form
Round 2 - Technical 

(1 Question)

  • Q1. Mostly on oops related

Software Engineer Interview Questions & Answers

user image RGNS Creation

posted on 11 Oct 2024

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

(1 Question)

  • Q1. Related to . Net core, sql etc

Incedo interview questions for designations

 Software Engineer Trainee

 (10)

 Senior Software Engineer

 (7)

 Software Development Engineer

 (1)

 Associate Software Engineer

 (1)

 Senior Software Engineer 2

 (1)

 Software Developer

 (9)

 Fullstack Software Engineer

 (1)

 Software Developer Trainee

 (4)

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Opp concept and advance DSA level questions
  • Q2. Explain oops concept with example
  • Ans. 

    OOPs concept is a programming paradigm based on the concept of objects, which can contain data in the form of fields and code in the form of procedures.

    • OOPs stands for Object-Oriented Programming

    • Key concepts include Inheritance, Encapsulation, Polymorphism, and Abstraction

    • Example: Inheritance allows a class to inherit properties and behavior from another class

  • Answered by AI

Get interview-ready with Top Incedo Interview Questions

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

Sort array of elements having 0's and 1's

Round 2 - Technical 

(1 Question)

  • Q1. CS fundamental questions

Software Engineer Jobs at Incedo

View all
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via campus placement at Thapar Institute of Engineering and Technology (TIET) and was interviewed in Sep 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. REVERSE THE ARRAY
  • Ans. 

    Reverse the array of strings

    • Create a new array and iterate through the original array in reverse order

    • Use a for loop or array.reverse() method to reverse the array

    • Ensure the original array remains unchanged

  • Answered by AI
  • Q2. MIDDLE OF LINKED LIST
  • Ans. 

    To find the middle element of a linked list

    • Traverse the linked list using two pointers - one moving one node at a time and the other moving two nodes at a time

    • When the faster pointer reaches the end of the list, the slower pointer will be at the middle element

    • If the list has even number of elements, there are two middle elements

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - PREPARE WELL WITH PUZZLES

Skills evaluated in this interview

Software Engineer interview

user image IT Destination

posted on 5 Jan 2022

Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Sep 2023. There were 2 interview rounds.

Round 1 - Coding Test 

Simple Questions about yourself your projects and all

Round 2 - HR 

(1 Question)

  • Q1. Introduce Yourself
  • Ans. 

    I am a passionate software engineer with experience in developing web applications using various technologies.

    • Experienced in developing web applications using HTML, CSS, JavaScript, and frameworks like React and Angular

    • Proficient in backend development with Node.js and databases like MySQL and MongoDB

    • Familiar with version control systems like Git and project management tools like Jira

  • Answered by AI

Software Engineer Interview Questions & Answers

user image chandra thottempudi

posted on 18 Jul 2023

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
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. What is Event Loop? and how it works?
  • Ans. 

    Event Loop is a mechanism in JavaScript that allows for asynchronous operations to be executed in a non-blocking way.

    • Event Loop is responsible for handling asynchronous operations in JavaScript.

    • It continuously checks the call stack for any functions that need to be executed.

    • If the call stack is empty, it checks the callback queue for any pending tasks.

    • It moves tasks from the callback queue to the call stack for executi...

  • Answered by AI
Round 3 - One-on-one 

(1 Question)

  • Q1. What is shadow DOM? what are synthetic Events? What is UNIT testing?
  • Ans. 

    Shadow DOM is a way to encapsulate the styling and structure of a web component, synthetic events are events created by the browser to mimic real events, and unit testing is a method to test individual units or components of a software.

    • Shadow DOM allows for scoped styles and markup within a web component.

    • Synthetic events are events like 'click' or 'change' that are created by the browser to simulate user interactions.

    • U...

  • Answered by AI

Skills evaluated in this interview

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 866 salaries
₹3 L/yr - ₹13 L/yr
6% less than the average Software Engineer Salary in India
View more details

Incedo Software Engineer Reviews and Ratings

based on 90 reviews

2.9/5

Rating in categories

2.8

Skill development

2.9

Work-life balance

2.9

Salary

2.7

Job security

2.8

Company culture

2.4

Promotions

2.6

Work satisfaction

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

₹6.6 L/yr - ₹23.5 L/yr

Software Engineer
866 salaries
unlock blur

₹3 L/yr - ₹13 L/yr

Technical Lead
596 salaries
unlock blur

₹10 L/yr - ₹36 L/yr

Senior Technical Lead
268 salaries
unlock blur

₹14.1 L/yr - ₹41 L/yr

Associate
266 salaries
unlock blur

₹3 L/yr - ₹6 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