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
3.8

based on 3.5k Reviews

Filter interviews by

ITC Infotech Interview Questions, Process, and Tips

Updated 5 Jan 2025

Top ITC Infotech Interview Questions and Answers

View all 203 questions

ITC Infotech Interview Experiences

Popular Designations

322 interviews found

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

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)

ITC Infotech interview questions for popular designations

 Associate Information Technology Consultant

 (41)

 Lead Consultant

 (32)

 Associate Consultant

 (17)

 Software Developer

 (10)

 IT Consultant

 (8)

 Software Engineer

 (8)

 Associate IT Consultant 2

 (7)

 Java Developer

 (6)

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)

Get interview-ready with Top ITC Infotech Interview Questions

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

Jobs at ITC Infotech

View all
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)

Software Developer interview

user image Rashmi Bhandary

posted on 10 Feb 2022

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

(1 Question)

  • Q1. Difference between horizontal and vertical Scaling
  • Ans. 

    Horizontal scaling involves adding more machines to your network, while vertical scaling involves adding more power to an existing machine.

    • Horizontal scaling increases the number of machines in the network to distribute the load, while vertical scaling increases the power of a single machine.

    • Horizontal scaling is more cost-effective and easier to implement than vertical scaling.

    • Examples of horizontal scaling include ad...

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

(1 Question)

  • Q1. Why should we hire you

Associate IT Consultant 2 Interview Questions asked at other Companies

Q1. How memory is allocated in javascript
View answer (1)

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)

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 119 interviews in last 1 year

Interview experience

3.9
  
Good
View more

People are getting interviews through

based on 217 ITC Infotech interviews
Job Portal
Campus Placement
Referral
WalkIn
Company Website
Recruitment Consultant
42%
17%
7%
5%
5%
3%
21% candidates got the interview through other sources.
High Confidence
?
High Confidence means the data is based on a large number of responses received from the candidates.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.1k Interviews
Accenture Interview Questions
3.9
 • 7.9k Interviews
Infosys Interview Questions
3.7
 • 7.4k Interviews
Wipro Interview Questions
3.7
 • 5.5k Interviews
Capgemini Interview Questions
3.8
 • 4.7k Interviews
Tech Mahindra Interview Questions
3.6
 • 3.7k Interviews
HCLTech Interview Questions
3.5
 • 3.7k Interviews
LTIMindtree Interview Questions
3.9
 • 2.8k Interviews
DXC Technology Interview Questions
3.7
 • 794 Interviews
Mphasis Interview Questions
3.4
 • 779 Interviews
View all

ITC Infotech Reviews and Ratings

based on 3.5k reviews

3.8/5

Rating in categories

3.7

Skill development

3.9

Work-Life balance

3.6

Salary & Benefits

3.9

Job Security

3.7

Company culture

3.3

Promotions/Appraisal

3.7

Work Satisfaction

Explore 3.5k Reviews and Ratings
Data Privacy

Bangalore / Bengaluru

3-6 Yrs

Not Disclosed

Labware Solution Architect

Pune

10-17 Yrs

Not Disclosed

SAP BASIS

Bangalore / Bengaluru

1-4 Yrs

Not Disclosed

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

₹4.1 L/yr - ₹17 L/yr

Lead Consultant
4.4k salaries
unlock blur

₹9 L/yr - ₹35.4 L/yr

Associate Consultant
854 salaries
unlock blur

₹2.5 L/yr - ₹16 L/yr

Software Engineer
501 salaries
unlock blur

₹4 L/yr - ₹14 L/yr

Senior Software Engineer
362 salaries
unlock blur

₹6.4 L/yr - ₹27 L/yr

Explore more salaries
Compare ITC Infotech with

TCS

3.7
Compare

Wipro

3.7
Compare

HCLTech

3.5
Compare

Tech Mahindra

3.6
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview