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 26 Feb 2025

Top ITC Infotech Interview Questions and Answers

View all 204 questions

ITC Infotech Interview Experiences

Popular Designations

332 interviews found

Data Analyst Interview Questions & Answers

user image Rubesh Sekar

posted on 13 Aug 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. How SQL DB works
  • Ans. 

    SQL DB works by storing and managing data in a structured format using tables and relationships.

    • SQL DB uses tables to store data in rows and columns.

    • It allows for querying data using SQL commands like SELECT, INSERT, UPDATE, DELETE.

    • Relationships between tables can be established using foreign keys.

    • Indexes can be used to optimize query performance.

    • ACID properties ensure data integrity and consistency.

  • Answered by AI

Skills evaluated in this interview

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)

data modeller Interview Questions & Answers

user image Anonymous

posted on 27 Jun 2024

Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. About your experience
  • Q2. OLTP and OLAP difference
  • Ans. 

    OLTP is for transaction processing, OLAP is for analytics and reporting.

    • OLTP stands for Online Transaction Processing, used for real-time transaction processing.

    • OLAP stands for Online Analytical Processing, used for complex queries and data analysis.

    • OLTP databases are normalized, while OLAP databases are denormalized for faster query performance.

    • OLTP systems are optimized for write operations, while OLAP systems are op...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Interviewer was in hurry, running out of battery. He cutoff me when i was sharing my experience, asked 1-2 questions and said ok HR will contact. Wrapped up in not more than 10mins.

Skills evaluated in this interview

data modeller Interview Questions asked at other Companies

Q1. What isdata modeling
View answer (1)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Nov 2023. There were 3 interview rounds.

Round 1 - HR 

(1 Question)

  • Q1. Salary and past experience discussion
Round 2 - Technical 

(1 Question)

  • Q1. Sap fi implementation and support questions
Round 3 - Behavioral 

(1 Question)

  • Q1. Asked about past work experience

Functional Consultant Interview Questions asked at other Companies

Q1. A restaurant is having heavy rush hour in the morning. You are implementing an ERP system for them. What will you do to help them.
View answer (2)
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Company Website and was interviewed in Jun 2024. There was 1 interview round.

Round 1 - Coding Test 

Programming language, c, html, css, javascript, php, angular,

Interview Preparation Tips

Topics to prepare for ITC Infotech Full Stack Developer interview:
  • full stack web develaper
Interview preparation tips for other job seekers - full stock webdevelapre

Full Stack Developer Interview Questions asked at other Companies

Q1. Query And MatrixYou are given a binary matrix with ‘M’ rows and ‘N’ columns initially consisting of all 0s. 'Q' queries follow. The queries can be of 4 types: Query 1: 1 R index Query 2: 1 C index Query 3: 2 R index Query 4: 2 C index In ea... read more
View answer (1)

ITC Infotech interview questions for popular designations

 Associate Information Technology Consultant

 (43)

 Lead Consultant

 (33)

 Associate Consultant

 (17)

 Software Developer

 (11)

 Associate IT Consultant 2

 (8)

 IT Consultant

 (8)

 Software Engineer

 (8)

 Java Developer

 (7)

Interview experience
3
Average
Difficulty level
Easy
Process Duration
-
Result
Selected Selected
Round 1 - One-on-one 

(2 Questions)

  • Q1. Explain glide ajax and write the syntax
  • Ans. 

    Glide ajax is a client-side scripting technology in ServiceNow used for asynchronous server communication.

    • Glide ajax is used to make asynchronous server calls without refreshing the entire page.

    • Syntax: new GlideAjax('script_include_name').getXMLAnswer(callbackFunction);

    • Example: var ga = new GlideAjax('MyScriptInclude'); ga.addParam('sysparm_name', 'myFunction'); ga.getXMLAnswer(myCallbackFunction);

  • Answered by AI
  • Q2. Explain the difference between
  • Ans. 

    The difference between leadership and management lies in their focus and approach to achieving goals.

    • Leadership focuses on inspiring and motivating others to achieve a common goal, while management focuses on planning, organizing, and controlling resources to achieve specific objectives.

    • Leadership involves setting a vision and direction for a team, while management involves implementing strategies and processes to achi...

  • Answered by AI

Skills evaluated in this interview

Top ITC Infotech Lead Consultant Interview Questions and Answers

Q1. Pdc emulator and errors how it can be fixed, how to work on VMware disk consolidation error, types for migration which I was involved and issue seen example cross over migration and aws SMS connector, azure sso
View answer (1)

Lead Consultant Interview Questions asked at other Companies

Q1. Pdc emulator and errors how it can be fixed, how to work on VMware disk consolidation error, types for migration which I was involved and issue seen example cross over migration and aws SMS connector, azure sso
View answer (1)

Get interview-ready with Top ITC Infotech Interview Questions

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

I applied via campus placement at Anna University and was interviewed in Oct 2023. There were 4 interview rounds.

Round 1 - Aptitude Test 

Prepare the main topics of aptitude that you usually do for the preparation

Round 2 - Communication 

(1 Question)

  • Q1. Grammar and speaking skills
Round 3 - Technical 

(2 Questions)

  • Q1. DSA, OOPS questions on Java and Python
  • Q2. Logic to find reverse of a number
  • Ans. 

    To find the reverse of a number, we can use a loop to extract the digits and build the reversed number.

    • Initialize a variable to store the reversed number

    • Extract the last digit of the input number using modulo operator

    • Add the extracted digit to the reversed number after multiplying it by 10

    • Remove the last digit from the input number by dividing it by 10

    • Repeat the process until the input number becomes 0

    • The final reverse

  • Answered by AI
Round 4 - HR 

(1 Question)

  • Q1. Tell me about yourself

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well on Java, Python, SQL topics

Skills evaluated in this interview

Associate IT Consultant 2 Interview Questions asked at other Companies

Q1. How memory is allocated in javascript
View answer (1)
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 production deployment and tools used in the process. 2. What is auto-scaling in a microservices architecture? 3. Difference between micro-service and serverless. 4. If you were going t... read more
View answer (4)

Consultant Interview Questions & Answers

user image Anonymous

posted on 17 Jul 2024

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

(2 Questions)

  • Q1. All about financials
  • Q2. Relocating possible

Interview Preparation Tips

Interview preparation tips for other job seekers - If you have worked skill fully in any field, nothing would stop you.

Consultant Interview Questions asked at other Companies

Q1. How would you pass an entry for travel expenses incurred and paid by employee and was reimbursed? How would the end to end flow happens
View answer (8)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(1 Question)

  • Q1. Salary negotiation

Senior Manager Interview Questions asked at other Companies

Q1. 1. What you understand the requirement of shuttering material at project site?
View answer (19)
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

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

Round 1 - Technical 

(1 Question)

  • Q1. Basics of manufacturing process
Round 2 - Tool test 

(1 Question)

  • Q1. They will give tool test on structural model

Design Engineer Interview Questions asked at other Companies

Q1. Stress Strain curve, What will happen if you use petrol in diesel engine and Diesel in petrol engone.
View answer (5)

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 311 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.5k salaries
unlock blur

₹9 L/yr - ₹35 L/yr

Associate Consultant
827 salaries
unlock blur

₹2.5 L/yr - ₹16.5 L/yr

Software Engineer
503 salaries
unlock blur

₹4 L/yr - ₹14.1 L/yr

Senior Software Engineer
377 salaries
unlock blur

₹6.6 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