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
3.8

based on 3.6k Reviews

Filter interviews by

ITC Infotech IT Associate Interview Questions and Answers

Updated 28 Sep 2024

ITC Infotech IT Associate Interview Experiences

1 interview found

IT Associate Interview Questions & Answers

user image Anonymous

posted on 28 Sep 2024

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

It was aptitude round obviously..

Round 2 - Coding Test 

Coding test was quite easy

Interview questions from similar companies

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

I applied via Job Portal and was interviewed in Nov 2022. There were 5 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 - Aptitude Test 

1 hour just like all aptitude test

Round 3 - Group Discussion 

Technology, independent

Round 4 - Technical 

(2 Questions)

  • Q1. They will what you write in your resume
  • Q2. Like Java oops concepts
Round 5 - HR 

(1 Question)

  • Q1. Easy round they will check how your communication that's it
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via campus placement at KIIT University, Bhuvaneshwar and was interviewed before Aug 2022. There were 2 interview rounds.

Round 1 - One-on-one 

(1 Question)

  • Q1. Questions were asked depending on your chosen job role.
Round 2 - HR 

(1 Question)

  • Q1. Asking mostly about my background professional and personal life and reason to join etc

Interview Preparation Tips

Interview preparation tips for other job seekers - I had my interview during pandemic so, it was verbal.
Just asked the basic OOPS and software Engineer questions, along with some technical questions related to programming.

I applied via Walk-in

Interview Questionnaire 

1 Question

  • Q1. Tell me about your strengths, weakness, and basic questions in the initial round.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be casual, genuine and open.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed in Dec 2024.

Round 1 - Aptitude Test 

Math, coding, basic coding mcq

Round 2 - Technical 

(2 Questions)

  • Q1. Basic java, array, string
  • Q2. Based on project question they asked

Interview Preparation Tips

Interview preparation tips for other job seekers - Need to learn yourself, need to do practice.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected
Round 1 - Technical 

(2 Questions)

  • Q1. All about angular framework and Typescript
  • Q2. Javascript precoded question
Round 2 - Technical 

(3 Questions)

  • Q1. In this round as well as Angular related question
  • Q2. Lifecycle hook of angular
  • Ans. 

    Lifecycle hooks in Angular are methods that allow you to tap into the lifecycle of a component or directive.

    • Lifecycle hooks include ngOnInit, ngOnChanges, ngDoCheck, ngOnDestroy, etc.

    • ngOnInit is used for initialization logic, ngOnChanges is used for reacting to input changes, ngOnDestroy is used for cleanup tasks, etc.

    • Example: ngOnInit() { console.log('Component initialized'); }

  • Answered by AI
  • Q3. Lazy loading concept

Skills evaluated in this interview

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

I applied via Campus Placement

Round 1 - Aptitude Test 

Percentage and averages, number and alphabet series, compound interest (CI) and simple interest (SI).

Round 2 - Coding Test 

Basic programs include: 1. A program to perform the addition of two numbers, 2. A program to print a star pattern, and 3. A program to generate a triangle output, among others.

Round 3 - HR 

(4 Questions)

  • Q1. What challenges did we face?
  • Ans. 

    We faced challenges related to communication, resource allocation, and project timelines.

    • Communication breakdown between team members

    • Limited resources available for the project

    • Struggling to meet project deadlines

  • Answered by AI
  • Q2. Where do you see yourself in the next five years?
  • Ans. 

    In five years, I see myself as a senior consultant leading projects and mentoring junior team members.

    • Advancing to a senior consultant role

    • Leading projects and teams

    • Mentoring junior team members

    • Continuing professional development through training and certifications

  • Answered by AI
  • Q3. What strategies can be employed to overcome failures?
  • Ans. 

    Strategies to overcome failures include learning from mistakes, staying positive, seeking feedback, and setting new goals.

    • Learn from mistakes by analyzing what went wrong and how to improve

    • Stay positive and maintain a growth mindset to bounce back from setbacks

    • Seek feedback from mentors or colleagues to gain different perspectives

    • Set new goals and create a plan to move forward with renewed motivation

  • Answered by AI
  • Q4. Are you able to work effectively under pressure?
  • Ans. 

    Yes, I thrive under pressure and can effectively manage my time and priorities to meet deadlines.

    • I have experience working in fast-paced environments where quick decision-making and adaptability are key.

    • I am able to stay calm and focused under pressure, allowing me to deliver high-quality work even in challenging situations.

    • I prioritize tasks effectively to ensure that deadlines are met without compromising on quality.

    • ...

  • Answered by AI
Round 4 - Technical 

(1 Question)

  • Q1. Java Based Questions

Interview Preparation Tips

Interview preparation tips for other job seekers - I believe this is one of the best companies for a fresher to learn new concepts and explore various opportunities.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via campus placement at Lovely Professional University (LPU) and was interviewed in Oct 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

It contain 40 question which is very easy

Round 2 - Coding Test 

It contain 3 coding question

Round 3 - One-on-one 

(5 Questions)

  • Q1. Introduction About Your Self and About Project
  • Q2. Two dsa question of leetcode
  • Q3. Basics Concept on dsa
  • Q4. From which platform you do coding
  • Q5. Simple Simple Question

Interview Preparation Tips

Topics to prepare for Nagarro Associate Software Engineer interview:
  • DSA
Interview preparation tips for other job seekers - Very good company
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Mysql query for 3rd highest salary
  • Ans. 

    Use a subquery to find the third highest salary from the employees table in MySQL.

    • Use a subquery to select distinct salaries from the employees table.

    • Order the salaries in descending order and use LIMIT to get the third highest salary.

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

  • Answered by AI
  • Q2. What are the steps to connect to a database?
  • Ans. 

    Steps to connect to a database involve specifying the database type, providing credentials, and establishing a connection.

    • Specify the type of database you want to connect to (e.g. MySQL, PostgreSQL, MongoDB).

    • Provide the necessary credentials such as username and password.

    • Establish a connection using a programming language or tool like JDBC, ODBC, or ORM frameworks.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - There is a considerable amount of internal politics involved, and the interview process includes the asking of unnecessary questions.

Skills evaluated in this interview

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

(2 Questions)

  • Q1. Tell us about the change management
  • Q2. What is HEAD type of method in REST API Integration
  • Ans. 

    HEAD method in REST API Integration is used to retrieve the headers of a resource without fetching the body.

    • HEAD requests are similar to GET requests but only return the headers of the resource, not the body.

    • This can be useful for checking the status of a resource or determining its size without downloading the entire content.

    • For example, a HEAD request to a website URL will return the headers like content type, conten

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. What is your proudest solution provided to the clients
  • Q2. Breif about your day to day activities
Round 3 - HR 

(2 Questions)

  • Q1. TEll us about yourself
  • Q2. Why should we hire you

Skills evaluated in this interview

ITC Infotech Interview FAQs

How many rounds are there in ITC Infotech IT Associate interview?
ITC Infotech interview process usually has 2 rounds. The most common rounds in the ITC Infotech interview process are Aptitude Test and Coding Test.

Tell us how to improve this page.

ITC Infotech IT Associate Interview Process

based on 2 interviews

Interview experience

3.5
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Accenture Interview Questions
3.9
 • 8.2k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Capgemini Interview Questions
3.7
 • 4.8k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 3k Interviews
DXC Technology Interview Questions
3.7
 • 806 Interviews
Mphasis Interview Questions
3.4
 • 801 Interviews
View all
ITC Infotech IT Associate Salary
based on 37 salaries
₹3 L/yr - ₹10.3 L/yr
13% more than the average IT Associate Salary in India
View more details

ITC Infotech IT Associate Reviews and Ratings

based on 6 reviews

3.1/5

Rating in categories

3.2

Skill development

3.1

Work-life balance

2.9

Salary

3.0

Job security

3.2

Company culture

2.9

Promotions

2.9

Work satisfaction

Explore 6 Reviews and Ratings
Associate Information Technology Consultant
5.2k salaries
unlock blur

₹4.1 L/yr - ₹17.2 L/yr

Lead Consultant
4.4k salaries
unlock blur

₹9 L/yr - ₹35 L/yr

Associate Consultant
855 salaries
unlock blur

₹2.5 L/yr - ₹16.5 L/yr

Software Engineer
503 salaries
unlock blur

₹4 L/yr - ₹16.2 L/yr

Senior Software Engineer
367 salaries
unlock blur

₹6.3 L/yr - ₹25.1 L/yr

Explore more salaries
Compare ITC Infotech 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