Upload Button Icon Add office photos
Engaged Employer

i

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

ITC Infotech Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

ITC Infotech Technical Lead Interview Questions and Answers

Updated 29 Oct 2024

ITC Infotech Technical Lead Interview Experiences

5 interviews found

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

Simple array questions

Round 2 - One-on-one 

(2 Questions)

  • Q1. Difference between spring jpa and hibernate
  • Ans. 

    Spring JPA is a part of the Spring framework that provides an abstraction layer on top of JPA, while Hibernate is a standalone ORM framework.

    • Spring JPA is a part of the Spring framework and provides additional features like transaction management, dependency injection, and aspect-oriented programming.

    • Hibernate is a standalone ORM framework that provides mapping between Java objects and database tables, along with featu...

  • Answered by AI
  • Q2. What is cyclic barrier
  • Ans. 

    Cyclic barrier is a synchronization aid that allows a set of threads to wait for each other to reach a common barrier point.

    • Cyclic barrier is similar to CountDownLatch but can be reused after the barrier point is reached.

    • It is initialized with a count of the number of threads that must invoke await() before the barrier is tripped.

    • Threads wait at the barrier until all threads have invoked await(), then the barrier is re...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be strong in basics of coding.

Skills evaluated in this interview

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

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

Round 1 - Coding Test 

Decorators, generators,

Technical Lead Interview Questions Asked at Other Companies

Q1. 1. Explain 5 mins the flow from requirement analysis to productio ... read more
asked in Infosys
Q2. Managerial: 1) Explain any one past issue and its mitigation stra ... read more
asked in Wipro
Q3. What automation framework have you worked on?
asked in Cognizant
Q4. 1. Type of documentation for computer system validation. 2.Please ... read more
Q5. What is REST API? And the difference between GET, PUT, POST, DELE ... read more

Technical Lead Interview Questions & Answers

user image umamaheswari B

posted on 2 Aug 2023

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

(1 Question)

  • Q1. Angular interview questions
Round 2 - Technical 

(1 Question)

  • Q1. Angular interview questions
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before Aug 2023. There were 3 interview rounds.

Round 1 - Coding Test 

Find smallest positive integer in an array which is missing in the array

Round 2 - Technical 

(2 Questions)

  • Q1. What is cyclic barrier ?
  • Ans. 

    Cyclic barrier is a synchronization aid that allows a set of threads to wait for each other to reach a common barrier point.

    • Cyclic barrier is similar to CountDownLatch but can be reused after the waiting threads are released.

    • It is initialized with a count of the number of threads that must invoke await() before the barrier is tripped.

    • Threads wait at the barrier until all threads have invoked await(), then the barrier i...

  • Answered by AI
  • Q2. Spring JPA vs Hibernate
  • Ans. 

    Spring JPA is a part of the Spring Data project that makes it easier to work with JPA. Hibernate is a popular ORM framework.

    • Spring JPA is a higher level abstraction on top of JPA, providing more features and simplifying development.

    • Hibernate is a powerful ORM framework that provides mapping between Java objects and database tables.

    • Spring JPA can be used with Hibernate as the underlying ORM provider.

    • Hibernate offers mor...

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Current Roles and responsibilities
  • Ans. 

    As a Technical Lead, my current roles and responsibilities include overseeing the technical aspects of projects, providing guidance to team members, and ensuring successful project delivery.

    • Overseeing technical aspects of projects

    • Providing guidance to team members

    • Ensuring successful project delivery

  • Answered by AI
  • Q2. Willing to relocate
  • Ans. 

    Yes, I am willing to relocate for the right opportunity.

    • I am open to relocating for a challenging role that aligns with my career goals.

    • I have relocated for previous job opportunities and have found it to be a positive experience.

    • I understand the importance of being flexible and adaptable in today's job market.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be calm and positive

Skills evaluated in this interview

ITC Infotech interview questions for designations

 Technical Architect

 (3)

 Lead Consultant

 (33)

 Lead Engineer

 (2)

 ETL Lead

 (1)

 Associate Technical Consultant

 (4)

 Technical Engineer

 (1)

 Team Lead

 (4)

 Delivery Lead

 (1)

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 Apr 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. OOP Concept, Design Patterns, Optimisation
Round 3 - HR 

(1 Question)

  • Q1. Salary Discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - Don’t give any interviews without study.

Interview questions from similar companies

I applied via Company Website and was interviewed in Jan 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Stackview,Diff between tableview and scrollview, MVC vs MVVM, re-use identifier cell, Dependency Injection, Optional Binding/Optional Chaining, KVC vs KVO, Delegate vs Notification, High Order Function, Lo...

Interview Preparation Tips

Interview preparation tips for other job seekers - Be specific, Logically Sound

I applied via Recruitment Consultant and was interviewed in Aug 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. 80% questions from your resume and remaining from your skill set

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and show your worth for the post applied

Interview Questionnaire 

1 Question

  • Q1. Basic fresher questions like string vs string builder like that,

I appeared for an interview before Aug 2021.

Round 1 - Technical 

(3 Questions)

  • Q1. Explain about your job role and description
  • Q2. What are the oops concepts
  • Ans. 

    Oops concepts are the fundamental principles of object-oriented programming.

    • Abstraction

    • Encapsulation

    • Inheritance

    • Polymorphism

  • Answered by AI
  • Q3. Which databases are used in your project?
  • Ans. 

    We use MySQL and MongoDB for our project.

    • MySQL is used for structured data storage and querying.

    • MongoDB is used for unstructured data storage and retrieval.

    • We also use Redis for caching purposes.

    • Our project involves handling large amounts of data, hence the need for multiple databases.

  • Answered by AI
Round 2 - Technical 

(3 Questions)

  • Q1. Which design patters are used by you?
  • Q2. Explain your project architecture
  • Q3. When to create a API project.
  • Ans. 

    API projects should be created when there is a need for data exchange between different systems.

    • APIs are useful for integrating different systems and allowing them to communicate with each other.

    • APIs can be used for creating web services, mobile apps, and other software applications.

    • APIs should be designed with security and scalability in mind.

    • Examples of API projects include payment gateways, social media APIs, and we

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident but honest. Explain throught the point but in detail.

Skills evaluated in this interview

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

Interview Questionnaire 

3 Questions

  • Q1. How to add users in data administration?
  • Ans. 

    To add users in data administration, follow these steps:

    • Log in to the data administration system

    • Navigate to the user management section

    • Click on the 'Add User' button

    • Fill in the required user details such as name, email, and password

    • Assign appropriate roles and permissions to the user

    • Save the changes and the user will be added to the system

  • Answered by AI
  • Q2. What is the team size you have handled?
  • Q3. How to create libraries for electrical and instrumentation requirements?
  • Ans. 

    Libraries for electrical and instrumentation requirements can be created by following a structured approach.

    • Identify the requirements and specifications of the library

    • Design the library structure and components

    • Develop and test the library

    • Document the library for ease of use and maintenance

    • Continuously update and improve the library based on feedback and changes in requirements

    • Examples: National Instruments LabVIEW libr

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep up to date resume with you and be prepared with the resume

Skills evaluated in this interview

ITC Infotech Interview FAQs

How many rounds are there in ITC Infotech Technical Lead interview?
ITC Infotech interview process usually has 2-3 rounds. The most common rounds in the ITC Infotech interview process are Technical, Coding Test and Resume Shortlist.
How to prepare for ITC Infotech 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 ITC Infotech . The most common topics and skills that interviewers at ITC Infotech expect are SQL, Troubleshooting, Technical Leadership, CRM and Data Modeling.
What are the top questions asked in ITC Infotech Technical Lead interview?

Some of the top questions asked at the ITC Infotech Technical Lead interview -

  1. Difference between spring jpa and hibern...read more
  2. What is cyclic barrie...read more
  3. Spring JPA vs Hibern...read more

Tell us how to improve this page.

ITC Infotech Technical Lead Interview Process

based on 5 interviews

2 Interview rounds

  • Coding Test Round
  • Technical Round
View more
ITC Infotech Technical Lead Salary
based on 208 salaries
₹10.1 L/yr - ₹35 L/yr
22% more than the average Technical Lead Salary in India
View more details

ITC Infotech Technical Lead Reviews and Ratings

based on 13 reviews

3.4/5

Rating in categories

3.3

Skill development

3.9

Work-life balance

3.3

Salary

3.2

Job security

3.0

Company culture

2.9

Promotions

3.3

Work satisfaction

Explore 13 Reviews and Ratings
Siemens Opcenter Technical Lead

Bangalore / Bengaluru

6-15 Yrs

Not Disclosed

T-SQL Power BI Tech Lead

Bangalore / Bengaluru

6-10 Yrs

₹ 12-20 LPA

Explore more jobs
Associate Information Technology Consultant
5.1k salaries
unlock blur

₹3.8 L/yr - ₹15 L/yr

Lead Consultant
4.5k salaries
unlock blur

₹9 L/yr - ₹35 L/yr

Associate Consultant
906 salaries
unlock blur

₹2.5 L/yr - ₹17.5 L/yr

Software Engineer
501 salaries
unlock blur

₹3.5 L/yr - ₹14.1 L/yr

Senior Software Engineer
385 salaries
unlock blur

₹6.5 L/yr - ₹25.5 L/yr

Explore more salaries
Compare ITC Infotech with

Wipro

3.7
Compare

EPAM Systems

3.7
Compare

L&T Technology Services

3.3
Compare

Coforge

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