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

Quality Assurance Interview Questions & Answers

user image Jayalakshmi Jaya

posted on 10 Jun 2024

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

I applied via Monster and was interviewed in May 2024. There was 1 interview round.

Round 1 - Technical 

(6 Questions)

  • Q1. Select 3 rd highest salary from employee table
  • Ans. 

    To select the 3rd highest salary from the employee table, you can use a SQL query with the 'LIMIT' and 'OFFSET' keywords.

    • Use a SQL query like 'SELECT salary FROM employee ORDER BY salary DESC LIMIT 1 OFFSET 2' to get the 3rd highest salary.

    • The 'ORDER BY' clause sorts the salaries in descending order, 'LIMIT 1' limits the result to 1 row, and 'OFFSET 2' skips the first two rows.

    • Make sure to adjust the 'OFFSET' value if

  • Answered by AI
  • Q2. Difference between put and patch
  • Ans. 

    Put is used to create or replace a resource, while patch is used to update a resource partially.

    • Put is idempotent, meaning multiple identical requests will have the same effect as a single request

    • Patch is not idempotent, as multiple identical requests may have different effects

    • Put requires the client to send the entire updated resource, while patch only requires the specific changes to be sent

  • Answered by AI
  • Q3. Difference between == and equals in string
  • Ans. 

    The == operator checks for reference equality, while the equals method checks for value equality in strings.

    • Use == to check if two string variables refer to the same object in memory.

    • Use equals() method to check if two string variables have the same sequence of characters.

    • Example: String str1 = "hello"; String str2 = "hello"; str1 == str2 will return false, but str1.equals(str2) will return true.

  • Answered by AI
  • Q4. Difference way of declaring String
  • Ans. 

    String can be declared using double quotes, single quotes, or the String constructor.

    • Declare using double quotes: String str1 = "Hello";

    • Declare using single quotes: String str2 = 'World';

    • Declare using String constructor: String str3 = new String("Java");

  • Answered by AI
  • Q5. Difference between String builder and String buffer
  • Ans. 

    String builder is not synchronized, while String buffer is synchronized.

    • String builder is faster than String buffer because it is not synchronized.

    • String buffer is thread-safe, while String builder is not.

    • String builder is preferred for single-threaded applications, while String buffer is preferred for multi-threaded applications.

  • Answered by AI
  • Q6. Convert array into arraylist
  • Ans. 

    Convert array to ArrayList of strings

    • Create a new ArrayList

    • Use Arrays.asList() method to convert array to ArrayList

    • Example: String[] array = {"apple", "banana", "orange"}; ArrayList list = new ArrayList<>(Arrays.asList(array));

Answered by AI

Skills evaluated in this interview

Top ITC Infotech Quality Assurance Interview Questions and Answers

Q1. Difference between String builder and String buffer
View answer (1)

Quality Assurance Interview Questions asked at other Companies

Q1. Explain your Project. Explain V model. Explain SDLC. Explain STLC. Explain Agile ceremonies. Do you attend all the agile ceremonies? Tell me the positive and negative test cases for water bottle. What is difference between Retesting and Reg... read more
View answer (1)

Java Developer Interview Questions & Answers

user image Vikas Kumar

posted on 15 Feb 2025

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected
Round 1 - Technical 

(1 Question)

  • Q1. Basic java and API
Round 2 - HR 

(1 Question)

  • Q1. Normal Question

Top ITC Infotech Java Developer Interview Questions and Answers

Q1. How to change a div background colour?
View answer (3)

Java Developer Interview Questions asked at other Companies

Q1. Sort 0 and 1 Problem Statement Given an integer array ARR of size N containing only integers 0 and 1, implement a function to sort this array. The solution should scan the array only once without using any additional arrays. Input: The firs... read more
View answer (3)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in May 2024. There was 1 interview round.

Round 1 - Technical 

(7 Questions)

  • Q1. Azure ad connect components
  • Q2. Authentication protocol
  • Q3. Metaverse explaination
  • Q4. Application integration
  • Q5. Scim provisioning
  • Q6. Conditional access
  • Q7. Privileged identity management

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)

Software Engineer Interview Questions & Answers

user image Jahnavi Gadeela

posted on 4 Jan 2025

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

I applied via Campus Placement and was interviewed in Dec 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Basic questions and solvable

Round 2 - Coding Test 

Mainly on java and python

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 (170)

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
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(4 Questions)

  • Q1. Azure solution design case studies
  • Q2. Current project walkthrough
  • Q3. PySpark coding questions
  • Q4. DataModelling question

Interview Preparation Tips

Interview preparation tips for other job seekers - Should have thorough understanding about atleast one of your project.

Technical Architect Interview Questions asked at other Companies

Q1. How to manage clients, how to handle critical issues with example
View answer (3)

Get interview-ready with Top ITC Infotech Interview Questions

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

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

Round 1 - Technical 

(2 Questions)

  • Q1. Out of two table employee and salary join both and 3rd max salary from salary.
  • Q2. How is problem management done.
  • Ans. 

    Problem management involves identifying, analyzing, and resolving recurring issues to prevent future incidents.

    • Identify the root cause of the problem

    • Document the problem and its resolution

    • Implement corrective actions to prevent recurrence

    • Monitor and track the effectiveness of the solution

    • Collaborate with stakeholders to ensure continuous improvement

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - It was a good interview, The interviewer was attentive and was not cutting in between.

Senior Application Support Engineer Interview Questions asked at other Companies

Q1. What is the defence in Financial or non Financial transactions.
View answer (1)
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. WRITE A java program to find the shortest distance between 2 nodes in an array
  • Ans. 

    Java program to find shortest distance between 2 nodes in an array of strings

    • Create a method that takes in the array of strings and the two nodes as parameters

    • Use a map to store the index of each node in the array

    • Calculate the distance between the two nodes using their indices in the array

  • Answered by AI
  • Q2. Explain oops concept
  • Ans. 

    OOPs concept is a programming paradigm based on the concept of objects, which can contain data in the form of fields and code in the form of procedures.

    • OOPs stands for Object-Oriented Programming

    • Key concepts include classes, objects, inheritance, polymorphism, and encapsulation

    • Classes are blueprints for creating objects, which are instances of classes

    • Inheritance allows a class to inherit properties and behavior from an...

  • Answered by AI
Round 2 - HR 

(2 Questions)

  • Q1. Salary discussion
  • Q2. Location process

Skills evaluated in this interview

Top ITC Infotech Software Developer Interview Questions and Answers

Q1. WRITE A java program to find the shortest distance between 2 nodes in an array
View answer (1)

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray SumGiven an array of numbers, find the maximum sum of any contiguous subarray of the array. For example, given the array [34, -50, 42, 14, -5, 86], the maximum sum would be 137, since we would take elements 42, 14, -5, and ... read more
View answer (39)

Team Lead Interview Questions & Answers

user image Anonymous

posted on 14 Jul 2024

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

(2 Questions)

  • Q1. Write a join in sql
  • Ans. 

    A SQL join is used to combine rows from two or more tables based on a related column between them.

    • Use the JOIN keyword to specify the tables to be joined

    • Use the ON keyword to specify the column to join on

    • Types of joins include INNER JOIN, LEFT JOIN, RIGHT JOIN, and FULL JOIN

  • Answered by AI
  • Q2. Java related many questions
Round 2 - Technical 

(2 Questions)

  • Q1. Explain your project in details
  • Q2. Write 2 any joins in sql
  • Ans. 

    Two common SQL joins are INNER JOIN and LEFT JOIN.

    • INNER JOIN: Returns rows when there is at least one match in both tables.

    • LEFT JOIN: Returns all rows from the left table and the matched rows from the right table.

  • Answered by AI

Skills evaluated in this interview

Team Lead Interview Questions asked at other Companies

Q1. write a java program to get maxing profit by buying and selling a share from a given set of values (they will change the question after you give solution, like if consider buying only once and selling once they will say to buying multiple t... read more
View answer (3)
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. Infrastructure Azure
  • Q2. DevOps CI CD pipelines
Round 2 - Technical 

(2 Questions)

  • Q1. Powershell Scripting
  • Q2. Infrastructure as code - VM and Automation
Round 3 - HR 

(2 Questions)

  • Q1. Salary discussion
  • Q2. Shift allowance and recommendations

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)
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. Basics of Angular
  • Q2. HTML, CSS, Javascript basics

Senior Front end Developer Interview Questions asked at other Companies

Q1. Discuss a time when you had to refactor a large codebase. How did you approach the task, and what steps did you take to ensure that the code remained maintainable and scalable?
View answer (1)

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 310 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