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 Software Developer Interview Questions, Process, and Tips

Updated 25 Dec 2024

Top ITC Infotech Software Developer Interview Questions and Answers

View all 6 questions

ITC Infotech Software Developer Interview Experiences

11 interviews found

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

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

Software Developer Interview Questions Asked at Other Companies

asked in Amazon
Q1. Maximum Subarray Sum Problem Statement Given an array of integers ... read more
asked in Amazon
Q2. Minimum Number of Platforms Needed Problem Statement You are give ... read more
asked in Rakuten
Q3. Merge Two Sorted Arrays Problem Statement Given two sorted intege ... read more
asked in Cognizant
Q4. Nth Fibonacci Number Problem Statement Calculate the Nth term in ... read more
Q5. Find Duplicate in Array Problem Statement You are provided with a ... read more
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Design pattern how we used in programming language
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Group Discussion 

Topic about what happens when actress enter into politics

ITC Infotech interview questions for designations

 Senior Software Developer

 (1)

 Java Software Developer

 (1)

 Software Developer Trainee

 (1)

 Developer

 (1)

 Software Engineer

 (8)

 Software Associate

 (1)

 Java Developer

 (7)

 Web Developer

 (2)

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

I applied via Campus Placement and was interviewed in Sep 2023. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Aptitude Test 

Good, need good knowledge in aptitude

Round 3 - Technical 

(1 Question)

  • Q1. Need basic of sql and DBMS knowledge to crack this round

Get interview-ready with Top ITC Infotech Interview Questions

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

I applied via campus placement at Lovely Professional University (LPU) and was interviewed in Jul 2023. There were 5 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Aptitude Test 

Easy to crack. Just basics needed.

Round 3 - Coding Test 

There were easy to medium questions.

Round 4 - Technical 

(1 Question)

  • Q1. Questions on dsa, programming languages
Round 5 - HR 

(1 Question)

  • Q1. Basic hr questions like introduction bla bla nla
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Aptitude Test 

Question on aptitude was from -speed & Distance, Train problem, Blood relationship, Number system etc.

Round 3 - One-on-one 

(1 Question)

  • Q1. Question related to skill you added on your resume
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via campus placement at GBR Degree College, Anaparthy and was interviewed in Feb 2023. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Double-check your resume for any spelling mistakes. The recruiter may consider spelling mistakes as careless behavior or poor communication skills.
View all tips
Round 2 - Technical 

(2 Questions)

  • Q1. UI policy& Data Policy
  • Q2. What is UI policy? Importance of Reverse False?
  • Ans. 

    UI policy is a set of rules that control the behavior of fields on a form in ServiceNow. Reverse False is important for ensuring that the policy is applied correctly.

    • UI policy in ServiceNow is used to dynamically change the behavior of fields on a form based on certain conditions.

    • It can be used to make fields mandatory, read-only, visible, or hidden based on user input or other criteria.

    • Reverse False is important in UI...

  • Answered by AI
Round 3 - Assignment 

Client Scripts, Service Catalog

Interview Preparation Tips

Interview preparation tips for other job seekers - Good job i like this

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Oct 2022. There were 2 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Do not use an unprofessional email address such as cool_boy@email.com. It shows a lack of professionalism by the candidate.
View all tips
Round 2 - Technical 

(2 Questions)

  • Q1. Explain Angular life cycle hooks
  • Ans. 

    Angular life cycle hooks are methods that allow developers to tap into specific moments in the component's life cycle.

    • There are eight life cycle hooks in Angular: ngOnChanges, ngOnInit, ngDoCheck, ngAfterContentInit, ngAfterContentChecked, ngAfterViewInit, ngAfterViewChecked, ngOnDestroy

    • ngOnChanges is called when an input property changes

    • ngOnInit is called after the first ngOnChanges

    • ngDoCheck is called during every cha...

  • Answered by AI
  • Q2. Explain data binding in angular
  • Ans. 

    Data binding in Angular is a way to synchronize data between the model and the view.

    • Data binding allows for automatic updates to the view when the model changes and vice versa.

    • There are three types of data binding in Angular: Interpolation, Property binding, and Event binding.

    • Interpolation is used to display data in the view using double curly braces {{}}.

    • Property binding is used to set a property of a directive or com...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Good interview process
interviewer was very good and asked all the questions concept wise.

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Be truthful in your resume. It is very easy to catch false or lies during the interview by asking basic questions.
View all tips
Round 2 - Technical 

(1 Question)

  • Q1. Javascript ,React, HTML ,CSS,unit testing
Round 3 - Technical 

(1 Question)

  • Q1. Javascript,React js,HTML,CSS, unit testing

Interview Preparation Tips

Interview preparation tips for other job seekers - good good good good good good good good good good good good good good good

ITC Infotech Interview FAQs

How many rounds are there in ITC Infotech Software Developer interview?
ITC Infotech interview process usually has 2-3 rounds. The most common rounds in the ITC Infotech interview process are Technical, Resume Shortlist and Aptitude Test.
How to prepare for ITC Infotech Software Developer 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 microsoft, SQL, Architecture, JQuery and Database.
What are the top questions asked in ITC Infotech Software Developer interview?

Some of the top questions asked at the ITC Infotech Software Developer interview -

  1. WRITE A java program to find the shortest distance between 2 nodes in an ar...read more
  2. What is UI policy? Importance of Reverse Fal...read more
  3. Explain data binding in angu...read more

Tell us how to improve this page.

ITC Infotech Software Developer Interview Process

based on 13 interviews

2 Interview rounds

  • Resume Shortlist Round
  • Technical Round
View more
ITC Infotech Software Developer Salary
based on 362 salaries
₹2.3 L/yr - ₹11.4 L/yr
18% less than the average Software Developer Salary in India
View more details

ITC Infotech Software Developer Reviews and Ratings

based on 44 reviews

3.9/5

Rating in categories

3.7

Skill development

4.1

Work-life balance

3.4

Salary

4.0

Job security

3.8

Company culture

3.0

Promotions

3.7

Work satisfaction

Explore 44 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