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 Interview Questions, Process, and Tips

Updated 17 Feb 2025

Top ITC Infotech Interview Questions and Answers

View all 204 questions

ITC Infotech Interview Experiences

Popular Designations

335 interviews found

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

I was interviewed in Dec 2024.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Realted to o365 theory
  • Q2. Regarding litigation hold and retention policies with mailflow and structure and some scenario based questions
Round 2 - Technical 

(2 Questions)

  • Q1. Regarding technical questions and scenario based
  • Q2. Teams issues and outlook
Round 3 - HR 

(2 Questions)

  • Q1. Salary discussion
  • Q2. Description of working culture and ethics

Senior Systems Engineer Interview Questions asked at other Companies

Q1. Nth Prime Number Problem Statement Find the Nth prime number given a number N. Explanation: A prime number is greater than 1 and is not the product of two smaller natural numbers. A prime number has exactly two distinct positive divisors: 1... read more
Add answer

Data Analyst Interview Questions & Answers

user image Anonymous

posted on 28 Dec 2024

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

I applied via AmbitionBox and was interviewed in Nov 2024. There were 4 interview rounds.

Round 1 - HR 

(2 Questions)

  • Q1. About your self
  • Q2. Communication skills
Round 2 - Technical 

(3 Questions)

  • Q1. Programming language
  • Q2. What tools do you utilize for data analysis?
  • Ans. 

    I utilize tools such as Excel, Python, SQL, and Tableau for data analysis.

    • Excel for basic data manipulation and visualization

    • Python for advanced data analysis and machine learning

    • SQL for querying databases

    • Tableau for creating interactive visualizations

  • Answered by AI
  • Q3. Pandas numpy seaborn matplot
Round 3 - Coding Test 

Data analysis of code in the context of data analysis.

Round 4 - Aptitude Test 

Coding logical question paper.

Data Analyst Interview Questions asked at other Companies

Q1. Suppose there is a room in the office and X people enter room throughout the day, Y people leave throughout the day [continuously people are entering the room, some are staying there, and rest are going out] .. so tell me the code to calcul... read more
View answer (11)
Interview experience
4
Good
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I was interviewed in Aug 2024.

Round 1 - Aptitude Test 

First, test and then pass the next.

Round 2 - Coding Test 

I did not have a coding test, but the next round included a coding test.

Round 3 - Assignment 

Two were passed, and the next round was conducted on the assignment.

Round 4 - Case Study 

Assignment: right or wrong case study on the assignment.

Round 5 - Group Discussion 

The main focus is on group discussion.

Round 6 - One-on-one 

(7 Questions)

  • Q1. Why does the company conduct coding tests?
  • Q2. Interview was good questions asking them
  • Q3. What was tha other option
  • Q4. First all company was chose a member skills analyse them
  • Q5. A person was any problem solve them
  • Q6. What are you strength and weakness as a telecaler
  • Q7. Company has problems how could you motivate the manager
Round 7 - HR 

(1 Question)

  • Q1. Each question answering and group discussion aptitude test pass assignment was response was good
Round 8 - Technical 

(1 Question)

  • Q1. Hr job was correct a person are rong are right choose them

Interview Preparation Tips

Interview preparation tips for other job seekers - First of all, the aptitude test was accurate; next, the case study was very important, and the group discussion is also significant. Additionally, it is essential to choose friendly individuals.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Approached by Company and was interviewed in Oct 2024. There were 3 interview rounds.

Round 1 - Coding Test 

One coding test happen

Round 2 - Technical 

(2 Questions)

  • Q1. Java questions, spring boot framework questions
  • Q2. DSA using stream api
  • Ans. 

    Using stream API for Data Structures and Algorithms

    • Stream API in Java can be used to perform operations on collections like filtering, mapping, reducing, etc.

    • It can be used for implementing various data structures and algorithms efficiently.

    • For example, you can use stream API to find the sum of all elements in an array or filter out even numbers from a list.

  • Answered by AI
Round 3 - Technical 

(2 Questions)

  • Q1. Java questions and spring boot questions
  • Q2. One program using stream api
  • Ans. 

    Using stream API to filter a list of numbers and find the sum of even numbers

    • Use Stream.filter() to filter out even numbers

    • Use Stream.mapToInt() to convert stream to IntStream

    • Use IntStream.sum() to find the sum of even numbers

  • Answered by AI

Skills evaluated in this interview

Senior Software Engineer Interview Questions asked at other Companies

Q1. Find Nth PrimeYou are given a number 'N'. Your task is to find Nth prime number. A prime number is a number greater than 1 that is not a product of two smaller natural numbers. Prime numbers have only two factors – 1 and the number itself. ... read more
View answer (6)

ITC Infotech interview questions for popular designations

 Associate Information Technology Consultant

 (42)

 Lead Consultant

 (33)

 Associate Consultant

 (17)

 Software Developer

 (12)

 Associate IT Consultant 2

 (8)

 IT Consultant

 (8)

 Software Engineer

 (8)

 Java Developer

 (7)

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

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

Round 1 - Technical 

(4 Questions)

  • Q1. How do you optimize Stored procedure
  • Ans. 

    Optimizing stored procedures involves using proper indexing, reducing unnecessary loops, and minimizing database calls.

    • Use proper indexing on columns used in WHERE clauses to improve query performance

    • Avoid using cursors and loops whenever possible, as they can be inefficient

    • Minimize the number of database calls by combining multiple queries into a single query or using temporary tables

    • Consider using bulk processing tec...

  • Answered by AI
  • Q2. How do you optimize SQL query
  • Ans. 

    Optimizing SQL queries involves using indexes, minimizing data retrieval, avoiding unnecessary joins, and optimizing query structure.

    • Use indexes on columns frequently used in WHERE clauses

    • Minimize data retrieval by selecting only necessary columns

    • Avoid unnecessary joins by using EXISTS or IN clauses instead

    • Optimize query structure by using appropriate join types and conditions

  • Answered by AI
  • Q3. What is use of returning clause
  • Ans. 

    Returning clause is used to return a value from a function or procedure in PL/SQL.

    • Used to return a single value from a function or procedure

    • Can be used to return multiple values using OUT parameters

    • Helps in passing values back to the calling program

  • Answered by AI
  • Q4. Disadvantages of triggers
  • Ans. 

    Triggers can lead to performance issues, complexity, and potential for unintended consequences.

    • Triggers can make code harder to debug and maintain

    • They can lead to cascading effects if not carefully implemented

    • Performance can be impacted if triggers are not optimized

    • Triggers can introduce dependencies between different parts of the codebase

  • Answered by AI

Skills evaluated in this interview

Plsql Developer Interview Questions asked at other Companies

Q1. What is procedure in plsql and it's syntax and difference between procedure and function?
View answer (7)

Get interview-ready with Top ITC Infotech Interview Questions

QA Engineer Interview Questions & Answers

user image Mamta Balakrishna

posted on 13 Dec 2024

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
-
Result
-

I applied via Approached by Company and was interviewed in Nov 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Java program to split alpha-numeric values without using the split method
  • Ans. 

    Split alpha-numeric values in Java without using split method

    • Iterate through each character in the input string

    • Check if the character is a digit or a letter using Character.isDigit() and Character.isLetter() methods

    • Create separate strings for digits and letters and store them in an array

  • Answered by AI
  • Q2. SQL query to add a new column to a table and the column value should have a default value and never be null
  • Ans. 

    Use ALTER TABLE statement to add a new column with a default value and set it to NOT NULL

    • Use ALTER TABLE table_name ADD column_name data_type DEFAULT default_value NOT NULL;

    • Example: ALTER TABLE employees ADD hire_date DATE DEFAULT '2022-01-01' NOT NULL;

  • Answered by AI

QA Engineer Interview Questions asked at other Companies

Q1. 80 pairs of socks in a dark room, 40 black, 40 white, how many minimum number of socks need to be taken out to get 15 pairs of socks
View answer (7)

HR Executive Interview Questions & Answers

user image Anonymous

posted on 29 Apr 2024

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
-

I applied via Walk-in and was interviewed in Aug 2024. There were 3 interview rounds.

Round 1 - HR 

(1 Question)

  • Q1. Tell me something about company
  • Ans. 

    Our company is a leading provider of HR solutions, specializing in recruitment, training, and consulting services.

    • Founded in 2005 by John Smith

    • Headquartered in New York City

    • Clients include Fortune 500 companies such as Google and Microsoft

    • Offers a wide range of services including talent acquisition, leadership development, and HR technology solutions

  • Answered by AI
Round 2 - HR 

(2 Questions)

  • Q1. Tell about yourself
  • Ans. 

    Experienced HR professional with a passion for talent development and employee engagement.

    • Over 8 years of experience in HR roles

    • Skilled in recruitment, training, and performance management

    • Led initiatives to improve employee satisfaction and retention

    • Strong communication and interpersonal skills

    • Bachelor's degree in Human Resources Management

  • Answered by AI
  • Q2. How you know this company
  • Ans. 

    I have been following the company's growth and success in the industry for several years.

    • I have been a loyal customer of the company for the past 5 years.

    • I regularly read industry news and updates, and this company has been featured multiple times.

    • I have friends who work at the company and have shared positive feedback about the work culture.

  • Answered by AI
Round 3 - One-on-one 

(2 Questions)

  • Q1. What is you name
  • Ans. 

    My name is John Doe.

    • Full name is John Doe

    • Common first and last name combination

    • Easy to remember and pronounce

  • Answered by AI
  • Q2. How long you will abe staying
  • Ans. 

    I plan to stay long-term and grow with the company.

    • I am committed to the company's long-term goals and vision.

    • I am looking for stability and opportunities for growth within the organization.

    • I am excited about the potential to contribute to the company's success over the long term.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Hi [ HR team] ,

My name is ( Hemalatha ), and I'm reaching out to express my interest in the position at your company.

I am eager to learn more about the role and believe my background in [ MBA in mHR / Finance ] could be a good fit for your team.

Looking forward to your response. Thank you for your time and consideration.



Best Regards
Hemalatha

HR Executive Interview Questions asked at other Companies

Q1. What do you know about Labor Law
View answer (6)

Software Developer interview

user image Rashmi Bhandary

posted on 10 Feb 2022

Nextjs Developrt Interview Questions & Answers

user image Anonymous

posted on 15 Oct 2024

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

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

Round 1 - HR 

(2 Questions)

  • Q1. What is your relevant experience
  • Ans. 

    I have 5 years of experience working with Next.js, building dynamic and responsive web applications.

    • 5 years of experience with Next.js

    • Proficient in building dynamic and responsive web applications

    • Strong understanding of React and JavaScript

    • Experience with server-side rendering and API integration

    • Portfolio includes projects showcasing Next.js skills

  • Answered by AI
  • Q2. How many projects have you worked on nextjs
  • Ans. 

    I have worked on 5 projects using Next.js for building dynamic web applications.

    • Developed a company website using Next.js for improved performance and SEO optimization

    • Created a blog platform with server-side rendering using Next.js

    • Integrated authentication and authorization features using NextAuth.js in an e-commerce project

    • Utilized API routes in Next.js to fetch and display data dynamically

    • Implemented dynamic routing

  • Answered by AI
Round 2 - Coding Test 

Given an array of numbers. each item is the price of a product per day (key). Find a solution that calculates the best day to sell an item and the best day to buy an item

Interview Preparation Tips

Interview preparation tips for other job seekers - I am not sure if this is with all interviewers. But this interviewer did not even get to the jd questions. He was stuck with html and random css questions (selectors, combinators etc). Even if it is a nextjs role, be prepared all the way from html, css, javascript, react, node and next
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. Intall Mongo Db and perform crud operation
  • Q2. Dsa question asked to complete in javascrip

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (169)

ITC Infotech Interview FAQs

How many rounds are there in ITC Infotech interview?
ITC Infotech interview process usually has 2-3 rounds. The most common rounds in the ITC Infotech interview process are Technical, HR and Resume Shortlist.
How to prepare for ITC Infotech 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, Javascript, Python and Agile.
What are the top questions asked in ITC Infotech interview?

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

  1. There is a bulb producing company and some of the produced bulbs got defected d...read more
  2. How many currencies that can be configured for a company c...read more
  3. How to change a div background colo...read more
How long is the ITC Infotech interview process?

The duration of ITC Infotech interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

ITC Infotech Interview Process

based on 308 interviews

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.5k Interviews
Accenture Interview Questions
3.8
 • 8.2k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.7k Interviews
Capgemini Interview Questions
3.7
 • 4.8k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.9k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 3k Interviews
DXC Technology Interview Questions
3.7
 • 813 Interviews
Mphasis Interview Questions
3.4
 • 810 Interviews
View all

ITC Infotech Reviews and Ratings

based on 3.8k reviews

3.8/5

Rating in categories

3.7

Skill development

3.9

Work-life balance

3.6

Salary

3.9

Job security

3.7

Company culture

3.3

Promotions

3.7

Work satisfaction

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

₹4.1 L/yr - ₹15 L/yr

Lead Consultant
4.4k salaries
unlock blur

₹9 L/yr - ₹35 L/yr

Associate Consultant
828 salaries
unlock blur

₹2.5 L/yr - ₹16.1 L/yr

Software Engineer
499 salaries
unlock blur

₹4 L/yr - ₹16.3 L/yr

Senior Software Engineer
378 salaries
unlock blur

₹6.5 L/yr - ₹25 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