Upload Button Icon Add office photos

Incedo

Compare button icon Compare button icon Compare

Filter interviews by

Incedo Interview Questions, Process, and Tips

Updated 24 Feb 2025

Top Incedo Interview Questions and Answers

View all 108 questions

Incedo Interview Experiences

Popular Designations

180 interviews found

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.

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
View answer (4)

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (180)

Java Developer Interview Questions & Answers

user image Nithin Krishna

posted on 31 Aug 2024

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

(2 Questions)

  • Q1. Difference between ArrayList and LinkedList?
  • Ans. 

    ArrayList is implemented as a resizable array, while LinkedList is implemented as a doubly linked list.

    • ArrayList provides fast random access, LinkedList provides fast insertion and deletion.

    • ArrayList uses more memory as it needs to allocate a fixed size array, LinkedList uses more memory for storing references to the next and previous elements.

    • Example: ArrayList is better for scenarios where random access is required, ...

  • Answered by AI
  • Q2. Difference between HashMap and HashTable?
  • Ans. 

    HashMap is non-synchronized and allows null values, while HashTable is synchronized and does not allow null values.

    • HashMap is non-synchronized, meaning it is not thread-safe, while HashTable is synchronized and thread-safe.

    • HashMap allows null values for both keys and values, while HashTable does not allow null keys or values.

    • HashMap is faster than HashTable as it is non-synchronized, but HashTable is preferred in multi...

  • Answered by AI

Skills evaluated in this interview

Java Developer Interview Questions asked at other Companies

Q1. Sort 0 1You have been given an integer array/list(ARR) of size N that contains only integers, 0 and 1. Write a function to sort this array/list. Think of a solution which scans the array/list only once and don't require use of an extra arra... read more
View answer (4)

Senior Associate Interview Questions & Answers

user image sanchit soni

posted on 25 Jul 2024

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

(2 Questions)

  • Q1. Normal introduction
  • Q2. Meaning of subject for which you are applying
  • Ans. 

    The subject for which I am applying is the specific area of expertise or focus of the role I am seeking.

    • Explain how your skills and experience align with the subject matter of the role

    • Discuss any relevant projects or achievements related to the subject

    • Highlight any specialized knowledge or training you have in the subject area

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

(3 Questions)

  • Q1. Seek confidence
  • Q2. Amortisation, 3 golden rules, basic financial knowledge
  • Q3. Questions from your CV

Skills evaluated in this interview

Top Incedo Senior Associate Interview Questions and Answers

Q1. Differentiate Mutual Fund, Hedge Fund, Private Equity
View answer (1)

Senior Associate Interview Questions asked at other Companies

Q1. On an average, how many invoices can you process in a day?
View answer (10)

QA Engineer Interview Questions & Answers

user image Anonymous

posted on 16 Nov 2024

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Tell about roles and responsibilites
  • Q2. Code to write in java
  • Ans. 

    Write a Java code to reverse a string

    • Use StringBuilder to reverse the string

    • Convert the string to StringBuilder, call reverse() method, and convert back to string

    • Handle null or empty string cases

  • Answered by AI

Skills evaluated in this interview

QA Engineer Interview Questions asked at other Companies

Q1. 80 pairs of socks in a dark room, 40 black, 40 white, how many minimum number of socks need to be taken out to get 15 pairs of socks
View answer (7)

Incedo interview questions for popular designations

 Software Engineer

 (28)

 Associate

 (11)

 Software Engineer Trainee

 (10)

 Senior Associate

 (9)

 Software Developer

 (9)

 Senior Software Engineer

 (7)

 Investment Banking Associate

 (4)

 Software Developer Trainee

 (4)

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

Accounting related aptitude

Round 2 - One-on-one 

(1 Question)

  • Q1. Design related question

Graphic Designer Interview Questions asked at other Companies

Q1. If assignment goes perfect and you are suitable for the job then only you will be able to face this final round and in this round asking about the expected salary but at the end offers their criteria with fix salary only.
View answer (8)

Get interview-ready with Top Incedo Interview Questions

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

Remove errors from code snippet and aptitude

Software Engineer Trainee Interview Questions asked at other Companies

Q1. Palindromic Linked ListYou are given a singly Linked List of integers. Your task is to return true if the given singly linked list is a palindrome otherwise returns false. For example: The given linked list is 1 -> 2 -> 3 -> 2->... read more
View answer (4)

Jobs at Incedo

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

I was interviewed in Dec 2024.

Round 1 - Aptitude Test 

It consistered of multiple section including mental ability and English

Round 2 - Coding Test 

It was an easy question I was asked to write one easy dsa in anuy language

Round 3 - HR 

(1 Question)

  • Q1. Tell about your project

Software Developer Trainee Interview Questions asked at other Companies

Q1. 1. Tell me about your self 2. Difference Between c & c++. 3. what is class? 4. what is object? 5. what is polymorphism? types of polymorphism explain real example of polymorphism. 6. what is inheritence? Difference between multiple &amp... read more
View answer (2)
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

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
View answer (4)

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (180)
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Oct 2024. There was 1 interview round.

Round 1 - HR 

(2 Questions)

  • Q1. Introduce your self
  • Q2. Where do you live

Investment Banking Associate Interview Questions asked at other Companies

Q1. State the different types of corporate actions in detail
View answer (7)

HR Supervisor Interview Questions & Answers

user image Anonymous

posted on 23 Dec 2024

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I applied via campus placement at Utrecht University and was interviewed in Nov 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Good to answer then the evry queation is very easy to take and the revalution part is too fast

Round 2 - Group Discussion 

Discuss the characteristics of a fearful person.

Interview Preparation Tips

Interview preparation tips for other job seekers - A good company is an excellent choice for freshers, as the company environment is very positive.

HR Supervisor Interview Questions asked at other Companies

Q1. What is the swot analysis and tell mi somthing about your analysis?
View answer (1)

Incedo Interview FAQs

How many rounds are there in Incedo interview?
Incedo interview process usually has 2-3 rounds. The most common rounds in the Incedo interview process are Technical, HR and One-on-one Round.
How to prepare for Incedo 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 Java, Microservices, Spring Boot, Python and Investment Banking.
What are the top questions asked in Incedo interview?

Some of the top questions asked at the Incedo interview -

  1. DSA - Nth Fibonacci no with memoization, Find duplicate node in Linked list, Bi...read more
  2. What is Capital market, define debt securities, are you comfortable working in...read more
  3. Write a query to find out the 2nd largest salary from Employ...read more
How long is the Incedo interview process?

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

Tell us how to improve this page.

Incedo Interview Process

based on 144 interviews

Interview experience

3.8
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.5k Interviews
Accenture Interview Questions
3.8
 • 8.2k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.7k Interviews
Cognizant Interview Questions
3.8
 • 5.6k Interviews
Capgemini Interview Questions
3.7
 • 4.8k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.9k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
IBM Interview Questions
4.0
 • 2.4k Interviews
CitiusTech Interview Questions
3.4
 • 268 Interviews
View all

Incedo Reviews and Ratings

based on 981 reviews

3.1/5

Rating in categories

3.0

Skill development

3.2

Work-life balance

3.2

Salary

3.0

Job security

3.0

Company culture

2.7

Promotions

2.9

Work satisfaction

Explore 981 Reviews and Ratings
Associate/Management Trainee

Gurgaon / Gurugram

0-2 Yrs

₹ 1.5-4 LPA

Account Manager

Gurgaon / Gurugram

9-13 Yrs

Not Disclosed

Assistant Manager - FP&A

Gurgaon / Gurugram

3-5 Yrs

Not Disclosed

Explore more jobs
Senior Software Engineer
1.1k salaries
unlock blur

₹6.5 L/yr - ₹23 L/yr

Software Engineer
883 salaries
unlock blur

₹3.2 L/yr - ₹13 L/yr

Technical Lead
584 salaries
unlock blur

₹9.3 L/yr - ₹38 L/yr

Senior Technical Lead
286 salaries
unlock blur

₹14.1 L/yr - ₹39.2 L/yr

Associate
283 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