Upload Button Icon Add office photos

Incedo

Compare button icon Compare button icon Compare

Filter interviews by

Incedo Senior Technical Lead Interview Questions and Answers

Updated 22 Jul 2024

Incedo Senior Technical Lead Interview Experiences

3 interviews found

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I was interviewed in Oct 2023.

Round 1 - Coding Test 

Write a program on priority queue

Round 2 - One-on-one 

(3 Questions)

  • Q1. Questions on network protocol
  • Q2. Question on non-blocking socket
  • Q3. Question on linked list
Round 3 - One-on-one 

(1 Question)

  • Q1. Interview with cliient directly similar questions like round 2

Interview Preparation Tips

Interview preparation tips for other job seekers - All rounds are technical and for my experiences. They want a genuine guy who can really contribute
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

I applied via Referral and was interviewed before Jul 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Why choose .Net core
  • Ans. 

    High performance, cross-platform compatibility, open-source, modern development features

    • Cross-platform compatibility allows for deployment on various operating systems

    • High performance due to optimized runtime and just-in-time compilation

    • Open-source community support for continuous improvement and updates

    • Modern development features like dependency injection, modular architecture, and improved performance monitoring

    • Examp...

  • Answered by AI
  • Q2. Question on Dependency injection

Senior Technical Lead Interview Questions Asked at Other Companies

asked in Accenture
Q1. What is containerization (Docker)? what are steps to create conta ... read more
Q2. What are the standards use in fire protection system?
asked in HCLTech
Q3. which html control is not programmable in asp.net what does this ... read more
Q4. How do we do hydraulic calculate?
asked in Citicorp
Q5. How will you optimize the performance while reading a huge file w ... read more

I applied via Referral and was interviewed before Nov 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Technical expertise on fiber optic cable designs specially specialty cable , Patch cords and accessories

Interview Preparation Tips

Interview preparation tips for other job seekers - No need to worry if you are expert in your domain

Interview questions from similar companies

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

I applied via Naukri.com and was interviewed in Jan 2024. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. React, node js related questions
Round 2 - Technical 

(1 Question)

  • Q1. Reactor pattern in nodejs
  • Ans. 

    The reactor pattern is a design pattern that allows for asynchronous event-driven programming in Node.js.

    • The reactor pattern is based on the concept of an event loop, where events are processed in a non-blocking manner.

    • In Node.js, the reactor pattern is implemented using the event-driven architecture provided by the EventEmitter module.

    • By registering event listeners and emitting events, developers can build scalable an...

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed in Nov 2024. There were 3 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Basic knowledge of your skills
  • Q2. Scenario based questions.
Round 2 - Technical 

(2 Questions)

  • Q1. Scenario based questions
  • Q2. SQL technical question.
Round 3 - HR 

(1 Question)

  • Q1. Salary Discussion, joining date negotiation and Joining Bonus.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be perfect and ready with your skills whatever you have.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. React Life cycle methods
  • Q2. Machine coding with crypto price api
  • Ans. 

    Using a crypto price API to fetch and display real-time cryptocurrency prices in a machine coding project.

    • Utilize a crypto price API to fetch real-time cryptocurrency prices

    • Implement error handling for API requests

    • Display the fetched prices in a user-friendly format

  • Answered by AI
Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Mix of coding, theory and design questions
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(4 Questions)

  • Q1. Solid principle implemantion in c#
  • Ans. 

    Solid principles are a set of design principles that help make software more maintainable, flexible, and scalable.

    • Single Responsibility Principle (SRP) - A class should have only one reason to change.

    • Open/Closed Principle (OCP) - Software entities should be open for extension but closed for modification.

    • Liskov Substitution Principle (LSP) - Objects of a superclass should be replaceable with objects of its subclasses wi...

  • Answered by AI
  • Q2. Write a code for Entity framework DB connection
  • Ans. 

    Code snippet for Entity Framework DB connection

    • Install Entity Framework NuGet package

    • Create a DbContext class

    • Define DbSet properties for each entity

    • Configure connection string in app.config/web.config

    • Use DbContext to interact with the database

  • Answered by AI
  • Q3. Get 3 rd highest salary
  • Ans. 

    To get the 3rd highest salary, we can use a SQL query with the 'LIMIT' and 'OFFSET' keywords.

    • Use a SQL query with 'ORDER BY salary DESC' to sort salaries in descending order.

    • Use 'LIMIT 1 OFFSET 2' to skip the first two highest salaries and get the 3rd highest salary.

    • Example: SELECT salary FROM employees ORDER BY salary DESC LIMIT 1 OFFSET 2;

  • Answered by AI
  • Q4. Why we using interface in C#
  • Ans. 

    Interfaces in C# provide a way to define a contract for classes to implement, promoting code reusability and flexibility.

    • Interfaces allow for multiple inheritance in C# by allowing a class to implement multiple interfaces.

    • Interfaces help in achieving loose coupling between classes, making the code more maintainable and testable.

    • Interfaces are used to define common behavior that multiple classes can share, promoting cod...

  • Answered by AI
Round 2 - HR 

(1 Question)

  • Q1. Why you want to change the company

Skills evaluated in this interview

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

(1 Question)

  • Q1. Work experience
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed in Nov 2023. There were 4 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 

Hackerrank test with combination of MCQ and java program coding.

Round 3 - Technical 

(1 Question)

  • Q1. L1 technical and L2 client technical rounds. Asked questions from core java, spring boot, micro service and some java coding questions.
Round 4 - HR 

(1 Question)

  • Q1. Basic questions on personal details and overview about company and salary discussion.

Interview Preparation Tips

Interview preparation tips for other job seekers - If you are looking for java development opportunity then prepare more java coding questions. Concentrate more on collection framework coding part.

Incedo Interview FAQs

How many rounds are there in Incedo Senior Technical Lead interview?
Incedo interview process usually has 2 rounds. The most common rounds in the Incedo interview process are One-on-one Round, Coding Test and Technical.
How to prepare for Incedo Senior Technical Lead 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 Linux, C, Python, Embedded C and Networking Protocols.
What are the top questions asked in Incedo Senior Technical Lead interview?

Some of the top questions asked at the Incedo Senior Technical Lead interview -

  1. Why choose .Net c...read more
  2. Technical expertise on fiber optic cable designs specially specialty cable , Pa...read more
  3. Interview with cliient directly similar questions like roun...read more

Tell us how to improve this page.

Incedo Senior Technical Lead Interview Process

based on 2 interviews

Interview experience

4
  
Good
View more
Incedo Senior Technical Lead Salary
based on 273 salaries
₹14.1 L/yr - ₹44 L/yr
22% more than the average Senior Technical Lead Salary in India
View more details

Incedo Senior Technical Lead Reviews and Ratings

based on 35 reviews

3.2/5

Rating in categories

3.7

Skill development

3.4

Work-life balance

3.8

Salary

3.1

Job security

3.4

Company culture

3.2

Promotions

3.1

Work satisfaction

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

₹6.5 L/yr - ₹23.5 L/yr

Software Engineer
879 salaries
unlock blur

₹3.2 L/yr - ₹13 L/yr

Technical Lead
585 salaries
unlock blur

₹9.3 L/yr - ₹38 L/yr

Senior Technical Lead
273 salaries
unlock blur

₹14.1 L/yr - ₹44 L/yr

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