Upload Button Icon Add office photos

Filter interviews by

Incedo Senior Software Engineer Interview Questions, Process, and Tips

Updated 28 Nov 2024

Top Incedo Senior Software Engineer Interview Questions and Answers

  • Q1. 1)What is the props and state 2)what is react 3) what is HoC 4)What is redux 5)class and functional component 6) map,for,forEach,await, 7)reducer 8)all Hooks
  • Q2. Write code reverse link list ..? Write code to convert digital to binary format ?
  • Q3. When should we go for redux and context api
View all 7 questions

Incedo Senior Software Engineer Interview Experiences

7 interviews found

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

Round 1 - Technical 

(1 Question)

  • Q1. Technical interview with my primary skill set Where all details asked about technology And given one program to do using primary skill
Round 2 - HR 

(1 Question)

  • Q1. Salary Discussion Questions about why to change org And More specific to HR questions About yourself
Round 3 - Managiral 

(1 Question)

  • Q1. Question about last project work About Yourself

Interview Preparation Tips

Interview preparation tips for other job seekers - Company is growing with different skillset and domain

Senior Software Engineer Interview Questions & Answers

user image Meenakshi Somasundaram

posted on 28 Nov 2024

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

Choose the Options in Javascript, HTML, CSS

Round 2 - Technical 

(2 Questions)

  • Q1. ES6 concepts of javascript
  • Q2. Core concepts of Reactjs
  • Ans. 

    Reactjs is a JavaScript library for building user interfaces.

    • Component-based architecture

    • Virtual DOM for efficient updates

    • JSX for writing HTML in JavaScript

    • State management with setState()

    • Lifecycle methods like componentDidMount()

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Role discussion with Manager
  • Q2. Salary discussion with HR

Interview Preparation Tips

Interview preparation tips for other job seekers - All the best

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - One-on-one 

(2 Questions)

  • Q1. Performance tunning in react
  • Ans. 

    Performance tuning in React involves optimizing code for faster rendering and improved user experience.

    • Identify and eliminate unnecessary re-renders by using shouldComponentUpdate or React.memo

    • Use PureComponent or memo to prevent unnecessary re-renders of components

    • Avoid using inline functions in render methods to prevent unnecessary re-renders

    • Optimize component rendering by splitting large components into smaller ones

    • ...

  • Answered by AI
  • Q2. When should we go for redux and context api
  • Ans. 

    Redux for complex state management, Context API for simpler state sharing

    • Use Redux for complex state management with multiple components needing access to the same state

    • Context API is suitable for simpler state sharing between parent and child components

    • Redux is more suitable for larger applications with a lot of state changes and actions

    • Context API is easier to set up and use for smaller applications or components

  • Answered by AI

Skills evaluated in this interview

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

Basic coding question

Round 2 - Technical 

(1 Question)

  • Q1. Sort linked list
  • Ans. 

    Sort a linked list

    • Use a sorting algorithm like merge sort or quick sort

    • Divide the linked list into two halves, sort each half recursively, then merge them back together

    • Make sure to handle edge cases like empty list or list with only one element

  • Answered by AI

Skills evaluated in this interview

Incedo interview questions for designations

 Senior Software Engineer 2

 (1)

 Software Engineer

 (29)

 Software Engineer Trainee

 (10)

 Software Development Engineer

 (1)

 Associate Software Engineer

 (1)

 Senior QA Engineer

 (2)

 Senior Test Engineer

 (2)

 Senior Support Engineer

 (1)

Round 1 - Technical 

(3 Questions)

  • Q1. Write C code and C++ code
  • Ans. 

    Providing C and C++ code for Senior Software Engineer position

    • For C code, demonstrate knowledge of pointers, memory allocation, and basic data structures

    • For C++ code, showcase understanding of object-oriented programming, inheritance, and polymorphism

    • Provide clear and concise code with proper commenting and formatting

  • Answered by AI
  • Q2. Interduce your self ..? Basic C/C++ programming Language questions
  • Q3. Write code reverse link list ..? Write code to convert digital to binary format ?
  • Ans. 

    Code to reverse a linked list and convert digital to binary format.

    • Create a new linked list and traverse the original list, adding each node to the beginning of the new list

    • To convert digital to binary, use the built-in function or write a function to divide the number by 2 and store the remainder in a stack until the quotient is 0, then pop the stack to get the binary representation

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare good C and C++ basic .
write proper code and give answer .

Skills evaluated in this interview

Get interview-ready with Top Incedo Interview Questions

I applied via LinkedIn and was interviewed in Jun 2022. There were 2 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. 1)What is the props and state 2)what is react 3) what is HoC 4)What is redux 5)class and functional component 6) map,for,forEach,await, 7)reducer 8)all Hooks
  • Ans. 

    A set of questions related to software engineering concepts and technologies.

    • Props and state are used in React to manage and pass data between components.

    • React is a JavaScript library used for building user interfaces.

    • Higher-Order Components (HoC) are functions that take a component and return an enhanced version of it.

    • Redux is a predictable state container for JavaScript apps, commonly used with React.

    • Class components...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - learn react .org
basics concept in javascript

Skills evaluated in this interview

Senior Software Engineer Jobs at Incedo

View all
Round 1 - Technical 

(1 Question)

  • Q1. Related to core java
Round 2 - HR 

(1 Question)

  • Q1. Working style,behaviour question

Interview Preparation Tips

Interview preparation tips for other job seekers - Over all good experience and got offer letter

Interview questions from similar companies

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

(2 Questions)

  • Q1. Sql join Window function
  • Q2. Manual testing Basic automat
Round 2 - Technical 

(2 Questions)

  • Q1. Sql question on joins
  • Q2. Manual testing question basick of automat

Interview Preparation Tips

Interview preparation tips for other job seekers - The company has a positive atmosphere, but some team leaders exhibit egotistical behavior.
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Hashmap internal working
  • Q2. Equals and hashcode
Round 2 - Technical 

(2 Questions)

  • Q1. Microservice design pattern
  • Ans. 

    Microservice design pattern focuses on breaking down a large application into smaller, independent services.

    • Each microservice is responsible for a specific function or feature

    • Communication between microservices is typically done through APIs

    • Microservices can be developed, deployed, and scaled independently

    • Examples: Netflix, Amazon, Uber

  • Answered by AI
  • Q2. Springboot annotation
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
Selected Selected
Round 1 - Technical 

(2 Questions)

  • Q1. Difference between Scheduled script and Map reduce script?
  • Ans. 

    Scheduled script runs on a predefined schedule, while Map reduce script processes large datasets in parallel.

    • Scheduled script is used for automating tasks at specific times, like sending reports daily at 8am.

    • Map reduce script is used for processing large datasets by splitting them into smaller chunks and processing them in parallel.

    • Scheduled script is typically used for routine tasks, while Map reduce script is used fo...

  • Answered by AI
  • Q2. Types of scripts in NetSuite.
  • Ans. 

    Types of scripts in NetSuite include SuiteScript, SuiteTalk, SuiteFlow, and SuiteBuilder.

    • SuiteScript: JavaScript-based scripts for customizing NetSuite functionality.

    • SuiteTalk: Web services integration for connecting NetSuite with external systems.

    • SuiteFlow: Visual workflow tool for automating business processes.

    • SuiteBuilder: Customization tool for modifying NetSuite forms, fields, and records.

  • Answered by AI

Incedo Interview FAQs

How many rounds are there in Incedo Senior Software Engineer interview?
Incedo interview process usually has 2-3 rounds. The most common rounds in the Incedo interview process are Technical, HR and Coding Test.
How to prepare for Incedo Senior 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 Java, Software Engineering, Python, Linux and Microservices.
What are the top questions asked in Incedo Senior Software Engineer interview?

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

  1. 1)What is the props and state 2)what is react 3) what is HoC 4)What is redux 5)...read more
  2. Write code reverse link list ..? Write code to convert digital to binary format...read more
  3. When should we go for redux and context ...read more

Tell us how to improve this page.

Incedo Senior Software Engineer Interview Process

based on 3 interviews in last 1 year

Interview experience

3.7
  
Good

People are getting interviews through

based on 3 Incedo interviews
Job Portal
67%
33% candidates got the interview through other sources.
Moderate Confidence
?
Moderate Confidence means the data is based on a sufficient number of responses received from the candidates
Incedo Senior Software Engineer Salary
based on 1.1k salaries
₹6.5 L/yr - ₹26.2 L/yr
At par with the average Senior Software Engineer Salary in India
View more details

Incedo Senior Software Engineer Reviews and Ratings

based on 94 reviews

3.5/5

Rating in categories

3.5

Skill development

3.8

Work-Life balance

3.6

Salary & Benefits

3.2

Job Security

3.3

Company culture

3.1

Promotions/Appraisal

3.4

Work Satisfaction

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

₹6.5 L/yr - ₹26.2 L/yr

Software Engineer
849 salaries
unlock blur

₹3 L/yr - ₹13 L/yr

Technical Lead
592 salaries
unlock blur

₹10 L/yr - ₹37.9 L/yr

Senior Technical Lead
272 salaries
unlock blur

₹14.1 L/yr - ₹41 L/yr

Associate
265 salaries
unlock blur

₹3 L/yr - ₹6.1 L/yr

Explore more salaries
Compare Incedo with

TCS

3.7
Compare

Infosys

3.7
Compare

Wipro

3.7
Compare

HCLTech

3.5
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview