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 and Answers

Updated 26 Jun 2025
Popular Designations

226 Interview questions

An OT Lead Consultant was asked 1mo ago
Q. How can an OT environment be protected from cyber attacks?
Ans. 

Implementing layered security measures is essential to protect OT environments from cyber threats.

  • Conduct regular risk assessments to identify vulnerabilities in the OT environment.

  • Implement network segmentation to isolate OT systems from IT networks, reducing attack surfaces.

  • Utilize firewalls and intrusion detection systems specifically designed for OT environments.

  • Regularly update and patch OT systems to protect...

An OT Lead Consultant was asked 1mo ago
Q. How does communication happen between the OT and IT environments?
Ans. 

Communication between OT and IT involves data exchange, integration, and collaboration for operational efficiency and security.

  • Data Integration: OT systems like SCADA communicate with IT systems for real-time data analysis.

  • Protocols: Common protocols like MQTT and OPC UA facilitate communication between OT devices and IT networks.

  • Security Measures: Firewalls and VPNs are used to secure data exchange between OT and...

An OT Lead Consultant was asked 1mo ago
Q. How do you approach networking in an OT environment?
Ans. 

Effective networking in OT environments enhances communication, collaboration, and operational efficiency across systems.

  • Understand the OT architecture: Familiarize yourself with the specific components like PLCs, SCADA systems, and sensors.

  • Establish secure communication protocols: Use protocols like OPC UA or MQTT to ensure data integrity and security.

  • Implement segmentation: Divide the network into zones to limit...

An ITI Electrician was asked 1mo ago
Q. What is CSS?
Ans. 

CSS (Cascading Style Sheets) is a stylesheet language used to describe the presentation of HTML documents.

  • CSS controls layout, colors, fonts, and overall visual appearance of web pages.

  • It allows for responsive design, adapting layouts for different screen sizes.

  • Example: Using 'color: blue;' to change text color to blue.

  • CSS can be applied inline, internally within a <style> tag, or externally via .css files.

  • E...

View all ITI Electrician interview questions

What people are saying about ITC Infotech

View All
showstopper
Verified Icon
2w
works at
Capgemini
ITC Infotech or Infosys for AWS Architect?
Confused about choosing between ITC Infotech and Infosys for an AWS architect role. Which one is a better option?
Got a question about ITC Infotech ?
Ask anonymously on communities.
An ITI Electrician was asked 1mo ago
Q. What is a website?
Ans. 

A website is a collection of interconnected web pages hosted on a server, accessible via the internet.

  • Websites can be static (fixed content) or dynamic (content changes based on user interaction).

  • Examples of static websites include personal blogs or portfolios.

  • Dynamic websites include social media platforms like Facebook or e-commerce sites like Amazon.

  • Websites are accessed using web browsers like Chrome, Firefox,...

View all ITI Electrician interview questions
A Java Developer was asked 2mo ago
Q. Write code to find the number of vowels in a given string.
Ans. 

This code counts the number of vowels in a given string, helping to analyze text data effectively.

  • Character Iteration: Loop through each character in the string to check if it is a vowel.

  • Vowel Check: Use a set of characters (e.g., 'a', 'e', 'i', 'o', 'u') to determine if a character is a vowel.

  • Case Insensitivity: Convert the string to lower case to ensure that both uppercase and lowercase vowels are counted.

  • Count ...

View all Java Developer interview questions
A Python Developer Intern was asked 2mo ago
Q. What are tuples in programming?
Ans. 

Tuples are immutable sequences in Python, used to store collections of items.

  • Tuples are defined using parentheses: example: `my_tuple = (1, 2, 3)`.

  • They can hold mixed data types: example: `mixed_tuple = (1, 'hello', 3.14)`.

  • Tuples are immutable, meaning their contents cannot be changed after creation.

  • They support indexing and slicing: example: `my_tuple[1]` returns `2`.

  • Tuples can be nested: example: `nested_tuple =...

View all Python Developer Intern interview questions
Are these interview questions helpful?
A Python Developer Intern was asked 2mo ago
Q. What are the data types available in Python?
Ans. 

Python supports various built-in data types for handling different kinds of data efficiently.

  • 1. Numeric Types: Includes integers (e.g., 5), floats (e.g., 3.14), and complex numbers (e.g., 2 + 3j).

  • 2. Sequence Types: Lists (e.g., [1, 2, 3]), tuples (e.g., (1, 2, 3)), and ranges (e.g., range(5)).

  • 3. Text Type: Strings (e.g., 'Hello, World!') are used for textual data.

  • 4. Mapping Type: Dictionaries (e.g., {'key': 'value...

View all Python Developer Intern interview questions
A Python Developer Intern was asked 2mo ago
Q. What is the difference between lists and tuples in programming?
Ans. 

Lists are mutable and can change, while tuples are immutable and cannot be altered after creation.

  • Mutability: Lists are mutable (e.g., list.append(4)), tuples are immutable (e.g., tuple[0] = 1 raises an error).

  • Syntax: Lists use square brackets (e.g., my_list = [1, 2, 3]), tuples use parentheses (e.g., my_tuple = (1, 2, 3)).

  • Performance: Tuples are generally faster than lists due to their immutability.

  • Use Cases: Use...

View all Python Developer Intern interview questions
A Python Developer Intern was asked 2mo ago
Q. What are decorated items or objects?
Ans. 

Decorators in Python are a powerful tool for modifying the behavior of functions or methods dynamically.

  • Function Modification: Decorators allow you to wrap a function, modifying its behavior without changing its code. Example: @staticmethod.

  • Code Reusability: They promote code reusability by allowing common functionality to be applied to multiple functions. Example: logging decorators.

  • Chaining Decorators: Multiple ...

View all Python Developer Intern interview questions

ITC Infotech Interview Experiences

375 interviews found

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

I appeared for an interview 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
  • Ans. 

    Our working culture promotes collaboration, innovation, and integrity.

    • We prioritize teamwork and open communication to achieve common goals.

    • We encourage creativity and out-of-the-box thinking to solve complex problems.

    • We uphold high ethical standards and value honesty and transparency in all interactions.

    • We strive for continuous improvement and learning to stay ahead in the ever-evolving technology landscape.

  • Answered by AI
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-

I appeared for an interview in Feb 2025.

Round 1 - Technical 

(2 Questions)

  • Q1. How did you handle projects as a program manager?
  • Ans. 

    As a program manager, I coordinated multiple projects, ensuring alignment with strategic goals and effective resource management.

    • Developed a comprehensive project roadmap that aligned with organizational objectives, ensuring all stakeholders were informed.

    • Implemented Agile methodologies to enhance team collaboration and adaptability, resulting in a 20% increase in project delivery speed.

    • Facilitated regular cross-functi...

  • Answered by AI
  • Q2. Tell your 3 professional achievement on which you proud
  • Ans. 

    Successfully led cross-functional teams to deliver projects on time, improve processes, and enhance client satisfaction.

    • Led a team of 10 in delivering a critical software project 2 weeks ahead of schedule, resulting in a 15% cost saving.

    • Implemented Agile methodologies that improved team productivity by 30%, enabling faster response to client needs.

    • Developed a stakeholder communication plan that increased client satisfa...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - The ITC Infotech interviewers appeared to be confused individuals. At the conclusion of the interview, the panel informed me that I had been selected for the second round and would need to attend a face-to-face interview. However, after waiting for three days, when I reached out to HR, I was informed that the feedback was not positive. I recalled the names of some panelists—Chandramouli, Avv, and one other. It seemed suspicious, or perhaps the position had already been filled.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

I appeared for an interview in Feb 2025.

Round 1 - Aptitude Test 

Oriented in sql,java logical question and manual testing they asked about that.

Round 2 - Coding Test 

Pass by value &pass by reference

Round 3 - Group Discussion 

About the project &They suggest one topic in based on us

Round 4 - HR 

(2 Questions)

  • Q1. Self introduction
  • Q2. About sql,java, logical question and ressume based questions they asked in technical round also we haven.

Interview Preparation Tips

Interview preparation tips for other job seekers - Gain your knowledge. Practice practice! Prepared well and be confident to face the interview rounds then automatically you'll surely to crack the interview. Do your best all the best.

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.

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

I appeared for an interview 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?
  • Ans. 

    Coding tests help assess candidates' technical skills and problem-solving abilities.

    • Coding tests help evaluate candidates' ability to write efficient and clean code.

    • They assess problem-solving skills and logical thinking.

    • Coding tests ensure that candidates have the necessary technical skills for the job.

    • They help identify candidates who can work well under pressure and meet deadlines.

  • Answered by AI
  • Q2. Interview was good questions asking them
  • Q3. What was tha other option
  • Ans. 

    The other option was to work as a customer service representative.

    • Customer service representative role involves handling customer inquiries and resolving issues.

    • Requires good communication skills and ability to remain calm under pressure.

    • Examples: answering phone calls, responding to emails, assisting customers with product information.

  • Answered by AI
  • 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
  • Ans. 

    My strength as a telecaller is my excellent communication skills and ability to build rapport with customers. My weakness is sometimes I can be too detail-oriented, which may slow down my call volume.

    • Strength: Excellent communication skills

    • Strength: Ability to build rapport with customers

    • Weakness: Detail-oriented, which may slow down call volume

  • Answered by AI
  • Q7. Company has problems how could you motivate the manager
  • Ans. 

    Motivate the manager by addressing the company's problems and offering support and solutions.

    • Listen to the manager's concerns and show empathy

    • Offer constructive feedback and solutions to address the problems

    • Provide resources and support to help the manager overcome challenges

    • Recognize and appreciate the manager's efforts and achievements

    • Encourage open communication and collaboration within the team

  • Answered by AI
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

Interview experience
3
Average
Difficulty level
Hard
Process Duration
2-4 weeks
Result
Selected Selected

I appeared for an interview before Jun 2024, where I was asked the following questions.

  • Q1. Projects and scenario based questions
  • Q2. Targets and logical abilities
  • Q3. Work related test paper

Interview Preparation Tips

Interview preparation tips for other job seekers - If you are good in politics, then it’s right choice for you. Rest, there is no work life balance at all. Superior are just passing the time and waiting for their retirement from there only so that they can take the advantage of the org benefits. If you will not follow them it’s tough to survive there, they will put you in a scenarios and projects where no visibility of any output, only escalations will be there.

Consultant Interview Questions & Answers

user image Anonymous

posted on 23 Jun 2025

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

I appeared for an interview before Jun 2024, where I was asked the following questions.

  • Q1. Data structures question
  • Q2. Elaborate explanation of past projects

Interview Preparation Tips

Interview preparation tips for other job seekers - Make sure you raise your voice and get everyone you know in the company in CC when you get a layoff mail. Layoffs are not regular layoffs; they find irregularities in formalities if any at all and use that as a reason to let you go. Be careful. HR team is totally in a different game. Technical team is awesome. Enjoyable, let you learn. Too many Opportunities.....
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

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

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
What are the most common questions asked in ITC Infotech HR round?

The most common HR questions asked in ITC Infotech interview are -

  1. Where do you see yourself in 5 yea...read more
  2. What are your strengths and weakness...read more
  3. Why are you looking for a chan...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.

Overall Interview Experience Rating

4.1/5

based on 367 interview experiences

Difficulty level

Easy 26%
Moderate 69%
Hard 5%

Duration

Less than 2 weeks 68%
2-4 weeks 20%
4-6 weeks 8%
6-8 weeks 2%
More than 8 weeks 2%
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.6
 • 11.1k Interviews
Mphasis Interview Questions
3.3
 • 843 Interviews
Coforge Interview Questions
3.3
 • 585 Interviews
eClerx Interview Questions
3.2
 • 573 Interviews
EPAM Systems Interview Questions
3.7
 • 569 Interviews
Synechron Interview Questions
3.5
 • 376 Interviews
Tata Elxsi Interview Questions
3.7
 • 316 Interviews
Cyient Interview Questions
3.7
 • 306 Interviews
View all

ITC Infotech Reviews and Ratings

based on 4k reviews

3.7/5

Rating in categories

3.5

Skill development

3.8

Work-life balance

3.4

Salary

3.8

Job security

3.6

Company culture

3.1

Promotions

3.5

Work satisfaction

Explore 4k Reviews and Ratings
Full Stack Node React Developer

Pune

4-8 Yrs

Not Disclosed

BlueYonder WMS Moca Consultant

Bangalore / Bengaluru

2-4 Yrs

Not Disclosed

GCP Devops Architect

Bangalore / Bengaluru

10-15 Yrs

Not Disclosed

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

₹4.3 L/yr - ₹14.6 L/yr

Lead Consultant
4.7k salaries
unlock blur

₹9.2 L/yr - ₹36 L/yr

Associate Consultant
944 salaries
unlock blur

₹2.5 L/yr - ₹19.2 L/yr

Software Engineer
514 salaries
unlock blur

₹3.6 L/yr - ₹14.3 L/yr

Senior Software Engineer
382 salaries
unlock blur

₹6.8 L/yr - ₹25.4 L/yr

Explore more salaries
Compare ITC Infotech with

TCS

3.6
Compare

Mphasis

3.3
Compare

L&T Technology Services

3.3
Compare

Coforge

3.3
Compare
write
Share an Interview