Upload Button Icon Add office photos

Filter interviews by

Incedo Fullstack Software Engineer Interview Questions and Answers

Updated 22 May 2024

Incedo Fullstack Software Engineer Interview Experiences

1 interview found

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

I applied via Walk-in and was interviewed in Apr 2024. There were 2 interview rounds.

Round 1 - Coding Test 

One question on Java on reversing only the numbers in an array
One question on React to build search component

Round 2 - Technical 

(1 Question)

  • Q1. Fundamentals in java, react and spring

Interview questions from similar companies

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

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

Round 1 - Technical 

(2 Questions)

  • Q1. What is design pattern
  • Q2. Which design pattern have you used

Interview Preparation Tips

Interview preparation tips for other job seekers - Be Clear and stay on track only
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(3 Questions)

  • Q1. Internal working of hashmap
  • Ans. 

    HashMap is a data structure that stores key-value pairs and uses hashing to efficiently retrieve values.

    • HashMap internally uses an array of linked lists to store key-value pairs.

    • When a key-value pair is added, the key is hashed to find the index in the array where it will be stored.

    • If multiple keys hash to the same index, a linked list is used to handle collisions.

    • HashMap allows one null key and multiple null values.

    • Th...

  • Answered by AI
  • Q2. What is singleton class and its implementation
  • Ans. 

    Singleton class is a class that can only have one instance and provides a global point of access to it.

    • Singleton class restricts the instantiation of a class to one object.

    • It provides a way to access its unique instance globally.

    • Commonly used in scenarios where only one instance of a class is needed, such as database connections or thread pools.

  • Answered by AI
  • Q3. Find all the pairs with given sum coding
  • Ans. 

    The task is to find all pairs in an array that add up to a given sum.

    • Iterate through the array and store each element in a hash set.

    • For each element, check if the difference between the sum and the element exists in the hash set.

    • If it does, add the pair to the result list.

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
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 

(2 Questions)

  • Q1. Differences between promises and observables
  • Ans. 

    Promises are used for a single async operation while observables handle multiple async operations and can be cancelled.

    • Promises are eager, meaning they start immediately upon creation.

    • Observables are lazy, meaning they only start when subscribed to.

    • Promises can only handle a single value or error, while observables can handle multiple values over time.

    • Observables can be cancelled, while promises cannot be cancelled.

    • Pro...

  • Answered by AI
  • Q2. Angular vs react differences
  • Ans. 

    Angular and React are both popular front-end frameworks, but they have some key differences in terms of architecture, syntax, and ecosystem.

    • Angular is a full-fledged framework with a steep learning curve, while React is a library that is more flexible and easier to learn.

    • Angular uses two-way data binding, while React uses one-way data flow.

    • Angular has a more opinionated architecture and provides more out-of-the-box fea...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep attending more Interviews.work on sure shot questions. Maintain goood attitude learn from rejections and get better everyday.

Skills evaluated in this interview

Incedo Interview FAQs

How many rounds are there in Incedo Fullstack Software Engineer interview?
Incedo interview process usually has 2 rounds. The most common rounds in the Incedo interview process are Coding Test and Technical.

Tell us how to improve this page.

Incedo Fullstack Software Engineer Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Accenture Interview Questions
3.9
 • 8.1k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Cognizant Interview Questions
3.8
 • 5.6k Interviews
Capgemini Interview Questions
3.7
 • 4.8k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
IBM Interview Questions
4.0
 • 2.4k Interviews
CitiusTech Interview Questions
3.4
 • 266 Interviews
View all
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