Upload Button Icon Add office photos

Filter interviews by

Incedo Lead Engineer Interview Questions and Answers

Updated 20 Dec 2024

Incedo Lead Engineer Interview Experiences

2 interviews found

Lead Engineer Interview Questions & Answers

user image Anonymous

posted on 16 Feb 2022

I applied via Referral and was interviewed in Jan 2022. There was 1 interview round.

Round 1 - HR 

(1 Question)

  • Q1. 1. What is a loop in switching? 2. How do you say vlan 200 working on switch? 3. How do you say ethernet frame is tagged or untagged? 4. Regarding project 5. Python string slicing 6. Max vlans allowed on s...
  • Ans. 

    Technical questions related to switching, VLANs, and Python string slicing for Lead Engineer position.

    • A loop in switching occurs when a broadcast packet is forwarded endlessly between switches.

    • To say VLAN 200 is working on a switch, you can check the VLAN database or use the show vlan command.

    • An ethernet frame is tagged when it has a VLAN ID added to its header, and untagged when it does not.

    • Regarding the project, prov...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Read fundamental and project

Skills evaluated in this interview

Lead Engineer Interview Questions & Answers

user image Anonymous

posted on 20 Dec 2024

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed before Dec 2023. There were 2 interview rounds.

Round 1 - Coding Test 

Regex and aptitude discussion

Round 2 - HR 

(1 Question)

  • Q1. Expectations asked

Lead Engineer Interview Questions Asked at Other Companies

asked in Tata Power
Q1. What is the resistance value of tripping & closing coil of vc ... read more
asked in Tata Power
Q2. 1.What is the contact resistance of VCB.?
asked in HCLTech
Q3. Which BGP path attributes are used to manipulate the ingress traf ... read more
asked in HCL Group
Q4. Monitoring tools and what metrics we capture during or after test ... read more
Q5. Java 8 features? What is functional interface? Difference between ... read more

Interview questions from similar companies

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

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

Round 1 - Coding Test 

I was tasked with creating a Spring Boot microservice.

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

(2 Questions)

  • Q1. Core java in depth
  • Q2. Javascript in depth
  • Ans. 

    Javascript is a versatile programming language commonly used for web development.

    • Javascript is a high-level, interpreted programming language.

    • It is used for adding interactivity to websites, creating web applications, and building server-side applications.

    • Javascript can manipulate the DOM, handle events, and make asynchronous requests using AJAX.

    • It supports object-oriented, functional, and imperative programming styles...

  • 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 was interviewed before Nov 2023.

Round 1 - Technical 

(2 Questions)

  • Q1. .Net core and Azure
  • Q2. Scenario based questions

I applied via Recruitment Consultant and was interviewed in Apr 2021. There was 1 interview round.

Interview Questionnaire 

3 Questions

  • Q1. Custom priority queue implementation
  • Ans. 

    Custom priority queue implementation

    • Define a data structure to hold the elements and their priorities

    • Implement methods to add, remove and peek elements based on priority

    • Use a heap or binary tree to maintain the priority order

    • Consider edge cases like empty queue and duplicate elements

  • Answered by AI
  • Q2. Data structures problems
  • Q3. Internal working of map, treemap ansd set
  • Ans. 

    Map, TreeMap and Set are data structures used in Java to store and manipulate collections of objects.

    • Map is an interface that maps unique keys to values.

    • TreeMap is a class that implements the Map interface and stores its elements in a sorted order.

    • Set is an interface that stores unique elements.

    • TreeSet is a class that implements the Set interface and stores its elements in a sorted order.

    • All three data structures are p

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well on data structures and algorithms before attending the interview

Skills evaluated in this interview

I applied via Monster and was interviewed in Aug 2021. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. What is volatile how to use gdb what is singleton
  • Ans. 

    Questions on volatile, gdb usage, and singleton pattern.

    • Volatile is a keyword in C that tells the compiler not to optimize the variable.

    • GDB is a debugger tool used to analyze and debug code during runtime.

    • Singleton is a design pattern that restricts the instantiation of a class to one object.

    • To use GDB, compile the code with the -g flag, run the executable with gdb, set breakpoints, and use commands like 'next' and 'pr...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Basic preparation of C++ language is must

Skills evaluated in this interview

I applied via Recruitment Consultant and was interviewed in Jun 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Related to java web services

Interview Preparation Tips

Interview preparation tips for other job seekers - It was good experience, asked questions on core java, web services and some coding questions

Lead Engineer Interview Questions & Answers

Apexon user image Aiyaz Khorajia

posted on 28 Jul 2024

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

I was interviewed before Jul 2023.

Round 1 - One-on-one 

(1 Question)

  • Q1. What is callback in Javascript?
  • Ans. 

    A callback in JavaScript is a function passed as an argument to another function, to be executed later.

    • Callback functions are commonly used in asynchronous programming.

    • They allow for functions to be executed after another function has finished executing.

    • Example: setTimeout function in JavaScript takes a callback function as an argument to be executed after a specified time.

  • Answered by AI
Round 2 - Coding Test 

Frontend application architecture

Skills evaluated in this interview

Interview Questionnaire 

2 Questions

  • Q1. About the process?
  • Q2. Handling complex situations?
  • Ans. 

    Handling complex situations requires a combination of problem-solving skills, critical thinking, and effective communication.

    • Break down the problem into smaller, more manageable parts

    • Identify potential solutions and weigh the pros and cons of each

    • Communicate effectively with team members and stakeholders

    • Stay calm and focused under pressure

    • Be adaptable and willing to adjust plans as needed

  • Answered by AI

Incedo Interview FAQs

How many rounds are there in Incedo Lead Engineer interview?
Incedo interview process usually has 1-2 rounds. The most common rounds in the Incedo interview process are HR and Coding Test.
How to prepare for Incedo Lead 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 Networking, C, Multithreading, Linux Kernel and AWS.
What are the top questions asked in Incedo Lead Engineer interview?

Some of the top questions asked at the Incedo Lead Engineer interview -

  1. 1. What is a loop in switching? 2. How do you say vlan 200 working on switch? 3...read more
  2. Expectations as...read more

Tell us how to improve this page.

People are getting interviews through

based on 2 Incedo interviews
WalkIn
Referral
50%
50%
Moderate Confidence
?
Moderate Confidence means the data is based on a sufficient number of responses received from the candidates
Incedo Lead Engineer Salary
based on 14 salaries
₹19 L/yr - ₹35 L/yr
58% more than the average Lead Engineer Salary in India
View more details
Senior Software Engineer
1.1k salaries
unlock blur

₹6.8 L/yr - ₹23.8 L/yr

Software Engineer
856 salaries
unlock blur

₹3 L/yr - ₹13 L/yr

Technical Lead
591 salaries
unlock blur

₹10 L/yr - ₹37.9 L/yr

Associate
287 salaries
unlock blur

₹2.7 L/yr - ₹6.1 L/yr

Senior Technical Lead
268 salaries
unlock blur

₹14.1 L/yr - ₹41 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