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 for Freshers

Updated 7 Apr 2025

Top ITC Infotech Interview Questions and Answers for Freshers

View all 34 questions

ITC Infotech Interview Experiences for Freshers

Popular Designations

42 interviews found

Softwaretest Engineer Interview Questions & Answers

user image Ananth Santhosh

posted on 5 Apr 2025

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I appeared for an interview in Oct 2024, where I was asked the following questions.

  • Q1. Intro your self
  • Q2. Your educational background

Softwaretest Engineer Interview Questions asked at other Companies

Q1. What is boundary value analysis? How do u perform boundary value testing for User ID & Password textfields in login page?
View answer (2)

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

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

    • Example: String[] array = {"apple", "banana", "orange"}; ArrayList<String> 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)

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 (223)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Brief me about yourself
  • Ans. 

    I am a dedicated Software Test Engineer with 5 years of experience in manual and automated testing.

    • 5 years of experience in software testing

    • Proficient in manual and automated testing

    • Strong knowledge of testing methodologies and tools

    • Experience in creating test plans and test cases

    • Good communication and problem-solving skills

  • Answered by AI
  • Q2. What is your skills
  • Ans. 

    I have strong skills in manual and automated testing, test planning, test case design, defect tracking, and regression testing.

    • Proficient in manual testing techniques and methodologies

    • Experience in creating test plans and test cases

    • Skilled in using automated testing tools like Selenium

    • Ability to track and manage defects effectively

    • Experience in regression testing to ensure software quality

    • Familiarity with Agile and Scr

  • Answered by AI

Softwaretest Engineer Interview Questions asked at other Companies

Q1. What is boundary value analysis? How do u perform boundary value testing for User ID &amp; Password textfields in login page?
View answer (2)

ITC Infotech interview questions for popular designations

 Associate Information Technology Consultant

 (44)

 Lead Consultant

 (33)

 Associate Consultant

 (18)

 Software Developer

 (11)

 Associate IT Consultant 2

 (9)

 IT Consultant

 (8)

 Software Engineer

 (8)

 Java Developer

 (7)

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

(4 Questions)

  • Q1. BDD Cucumber basic questions
  • Q2. Java programs on oops, collection
  • Q3. Questions on appium/mobile testing
  • Q4. Questions on git and jenkins

Automation Engineer Interview Questions asked at other Companies

Q1. 16) What is modbus ? Types of modbus? How many slaves we can connect to one master
View answer (1)

Get interview-ready with Top ITC Infotech Interview Questions

Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Job Portal

Round 1 - One-on-one 

(2 Questions)

  • Q1. Integration between icerties
  • Ans. 

    Integration between icerties involves connecting different software systems to enable seamless data exchange.

    • Use APIs to establish communication between different icerties

    • Implement data mapping to ensure compatibility between systems

    • Consider security measures to protect sensitive information during integration

  • Answered by AI
  • Q2. Contact lifecycle management

Interview Preparation Tips

Interview preparation tips for other job seekers - Good

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 Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (43)

Jobs at ITC Infotech

View all
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

It was around 60 min. it was mixed of Aptitude and coding round

Round 2 - Technical 

(1 Question)

  • Q1. Technical interviewer comes and asks about your resume, projects and your skills. he askes about only skill related questions and gives you tasks or coding questions to solve.
Round 3 - HR 

(1 Question)

  • Q1. Majorly normal HR questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Just prep about your projects and deeply understanding of your chosen language

Top ITC Infotech Associate Information Technology Consultant Interview Questions and Answers

Q1. There is a bulb producing company and some of the produced bulbs got defected due to different reasons. Company wants to develop a module where they monitors the ratio of working bulbs vs defeated bulbs. Which technical skills or what type ... read more
View answer (1)

Associate Information Technology Consultant Interview Questions asked at other Companies

Q1. There is a bulb producing company and some of the produced bulbs got defected due to different reasons. Company wants to develop a module where they monitors the ratio of working bulbs vs defeated bulbs. Which technical skills or what type ... read more
View answer (1)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Campus Placement 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
2-4 weeks
Result
No response

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

Round 1 - Technical 

(1 Question)

  • Q1. Your day to day activity in previous organization?

Wintel Administrator Interview Questions asked at other Companies

Q1. What is the Ad Fsmo Backup
View answer (1)

QA Engineer Interview Questions & Answers

user image Anonymous

posted on 22 Oct 2024

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I applied via Recruitment Consulltant and was interviewed in Apr 2024. There were 2 interview rounds.

Round 1 - Case Study 

Quite tough and interesting and good questions

Round 2 - Coding Test 

Quite tough and interesting and goodnpanel of members

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

ITC Infotech Interview FAQs

How many rounds are there in ITC Infotech interview for freshers?
ITC Infotech interview process for freshers usually has 2-3 rounds. The most common rounds in the ITC Infotech interview process for freshers are Technical, Resume Shortlist and HR.
How to prepare for ITC Infotech interview for freshers?
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 Troubleshooting, Desktop Support, IT Helpdesk, Incident management and technical helpdesk.
What are the top questions asked in ITC Infotech interview for freshers?

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

  1. How to change a div background colo...read more
  2. What is session in ja...read more
  3. What is P2P cycle, define pricing procedure, release strategy, STO inter and in...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 for Freshers

based on 22 interviews

Interview experience

3.7
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.6k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Mphasis Interview Questions
3.4
 • 807 Interviews
EPAM Systems Interview Questions
3.7
 • 556 Interviews
Coforge Interview Questions
3.3
 • 533 Interviews
eClerx Interview Questions
3.3
 • 529 Interviews
Synechron Interview Questions
3.5
 • 366 Interviews
Tata Elxsi Interview Questions
3.8
 • 301 Interviews
View all

ITC Infotech Reviews and Ratings

based on 3.6k reviews

3.6/5

Rating in categories

3.4

Skill development

3.7

Work-life balance

3.3

Salary

3.7

Job security

3.5

Company culture

3.0

Promotions

3.4

Work satisfaction

Explore 3.6k Reviews and Ratings
Business Analyst- Opera Hospitality

Bangalore / Bengaluru

5-10 Yrs

Not Disclosed

Business Analyst- Opera Hospitality

Bangalore / Bengaluru

6-10 Yrs

₹ 15-18 LPA

C++ AND C# Developer

Bangalore / Bengaluru

5-7 Yrs

₹ 25-30 LPA

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

₹3.8 L/yr - ₹15 L/yr

Lead Consultant
4.5k salaries
unlock blur

₹9 L/yr - ₹35 L/yr

Associate Consultant
906 salaries
unlock blur

₹2.5 L/yr - ₹17.5 L/yr

Software Engineer
501 salaries
unlock blur

₹3.5 L/yr - ₹14.1 L/yr

Senior Software Engineer
385 salaries
unlock blur

₹6.5 L/yr - ₹25.5 L/yr

Explore more salaries
Compare ITC Infotech with

Wipro

3.7
Compare

EPAM Systems

3.7
Compare

L&T Technology Services

3.3
Compare

Coforge

3.3
Compare
Did you find this page helpful?
Yes No
write
Share an Interview