Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Infovision Team. If you also belong to the team, you can get access from here

Infovision Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Infovision Senior Technical Lead Interview Questions and Answers

Updated 6 Jun 2024

Infovision Senior Technical Lead Interview Experiences

2 interviews found

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

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

Round 1 - Technical 

(1 Question)

  • Q1. Multithreading and time complexity
Round 2 - Technical 

(1 Question)

  • Q1. Mirror binary tree without recursion
  • Ans. 

    Mirror binary tree without recursion by swapping left and right child nodes iteratively

    • Start with the root node and swap its left and right child nodes

    • Then move to the left child node and swap its left and right child nodes

    • Repeat the process for all nodes in the tree until all nodes are mirrored

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Salary negotiation

Skills evaluated in this interview

Senior Technical Lead Interview Questions & Answers

user image Tushar M. Khode

posted on 14 Nov 2023

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

I applied via Naukri.com and was interviewed before Nov 2022. There were 3 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. Technical questions according to your profile
Round 3 - HR 

(1 Question)

  • Q1. General and salary discussion

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

Interview questions from similar companies

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

I applied via Naukri.com and was interviewed in Mar 2021. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. It was all related to your project and skills

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare your project architecture and work flow
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
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Nov 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Tell us about yourself
  • Q2. Lot of questions on SQL and Linux commands
Round 2 - One-on-one 

(2 Questions)

  • Q1. Tell us about yourself
  • Q2. It was a manager round combined with some technical questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Nothing much, stick to your basics and prepare all the concepts
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed in Nov 2024.

Round 1 - Coding Test 

Questions about java concurrency framework, java 8 and 11 features, Code chef coding problem

Round 2 - Technical 

(2 Questions)

  • Q1. Discussion about current project architecture
  • Q2. Microservices and cloud foundry
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

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

Round 1 - Technical 

(5 Questions)

  • Q1. Introduce yourself, including what' s your roles and responsibility and what's your day to day task
  • Q2. Given a scenario, suppose there is slowness in system, and there is no APM tool then how will you identify the issue and solve it.
  • Ans. 

    Identify potential causes through system analysis, logs, and monitoring tools. Implement troubleshooting steps to resolve the issue.

    • Analyze system performance metrics such as CPU usage, memory usage, disk I/O, and network traffic to identify bottlenecks.

    • Check system logs for any error messages or warnings that could indicate the source of the slowness.

    • Review application logs to see if there are any specific requests or...

  • Answered by AI
  • Q3. Question on thread dump, in what case it should be taken, how many thread dumps are required and at what interval.
  • Q4. If there is slowness in system and you have thread dump, what analysis you will do from it
  • Ans. 

    I would analyze the thread dump to identify any bottlenecks or issues causing the system slowness.

    • Identify any threads that are in a blocked or waiting state

    • Look for any threads consuming excessive CPU or memory

    • Check for any deadlocks or resource contention issues

    • Analyze the stack traces to pinpoint the root cause of the slowness

  • Answered by AI
  • Q5. Do study about all web and app server and also respective logs
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
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Recruitment Consulltant and was interviewed in Sep 2023. 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 

(3 Questions)

  • Q1. Builder design pattern in java
  • Ans. 

    Builder design pattern is a creational design pattern used to construct complex objects step by step.

    • Builder pattern separates the construction of a complex object from its representation.

    • It allows the same construction process to create different representations of the object.

    • Useful when there are multiple ways to construct an object or when the object creation process is complex.

    • Example: StringBuilder in Java allows ...

  • Answered by AI
  • Q2. Docker, MQ series involved
  • Q3. JOIN Query with country , emp name
  • Ans. 

    JOIN query to retrieve country and employee name

    • Use JOIN keyword to combine data from multiple tables

    • Specify the columns to select from each table

    • Use ON keyword to specify the relationship between the tables

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - we need to work in depth in Design patterns , Micro services concepts

Skills evaluated in this interview

Infovision Interview FAQs

How many rounds are there in Infovision Senior Technical Lead interview?
Infovision interview process usually has 3 rounds. The most common rounds in the Infovision interview process are Technical, HR and Resume Shortlist.
What are the top questions asked in Infovision Senior Technical Lead interview?

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

  1. Mirror binary tree without recurs...read more
  2. Technical questions according to your prof...read more
  3. Multithreading and time complex...read more

Tell us how to improve this page.

Infovision Senior Technical Lead Interview Process

based on 2 interviews

Interview experience

3.5
  
Good
View more
Infovision Senior Technical Lead Salary
based on 65 salaries
₹13.8 L/yr - ₹32.2 L/yr
At par with the average Senior Technical Lead Salary in India
View more details

Infovision Senior Technical Lead Reviews and Ratings

based on 3 reviews

4.0/5

Rating in categories

3.9

Skill development

3.7

Work-life balance

4.0

Salary

3.9

Job security

3.9

Company culture

4.1

Promotions

4.0

Work satisfaction

Explore 3 Reviews and Ratings
Softwaretest Engineer
309 salaries
unlock blur

₹2.6 L/yr - ₹6.2 L/yr

Senior Software Engineer
300 salaries
unlock blur

₹6 L/yr - ₹22 L/yr

Software Engineer
255 salaries
unlock blur

₹2.8 L/yr - ₹10 L/yr

Technical Lead
181 salaries
unlock blur

₹10.3 L/yr - ₹35 L/yr

Technical Specialist
150 salaries
unlock blur

₹8 L/yr - ₹30.5 L/yr

Explore more salaries
Compare Infovision with

TCS

3.7
Compare

Wipro

3.7
Compare

HCLTech

3.5
Compare

Tech Mahindra

3.5
Compare
Did you find this page helpful?
Yes No
write
Share an Interview