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 Full Stack Developer Interview Questions and Answers

Updated 8 Jul 2024

ITC Infotech Full Stack Developer Interview Experiences

3 interviews found

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
Round 1 - Coding Test 

You will have to brush up core java concepts like oops, multithreading, string manupulation, immutable, java 8 features

Round 2 - Technical 

(2 Questions)

  • Q1. Java core basics, oops concept, multithreading
  • Q2. Live project tasks, roles and responsibilities

Interview Preparation Tips

Interview preparation tips for other job seekers - Just prepare basic of java. OOPs, multithreading, java 8 features if you have used, sql quries

Full Stack Developer Interview Questions Asked at Other Companies

asked in DBS Bank
Q1. Query And MatrixYou are given a binary matrix with ‘M’ rows and ‘ ... read more
asked in DBS Bank
Q2. SQL QuestionsYou are given the details of retail outlet. Your tas ... read more
asked in Accenture
Q3. Find Duplicates In ArrayYou are given an array/list 'ARR' consist ... read more
Q4. Most Frequent WordYou are given a paragraph that may have letters ... read more
asked in CommVault
Q5. Count with K different charactersYou are given a string ‘STR’ of ... read more

I applied via Recruitment Consultant and was interviewed in Jun 2021. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Java8, Spring Boot, Microserice

Interview Preparation Tips

Interview preparation tips for other job seekers - Great interview experience.
HR has shared positive feedback and asked documents
but not released offer due to high expectation

Interview questions from similar companies

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

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

Round 1 - Aptitude Test 

Quantitative , figure ,mcq question based on tech stack and 2 coding question which are basic. 90 minute time limit.

Round 2 - Technical 

(2 Questions)

  • Q1. Angular question
  • Q2. .net question and sql question
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in Jun 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

There is 30 aptitude test

Round 2 - Coding Test 

There 2 coding problems

Round 3 - Technical 

(3 Questions)

  • Q1. Describe Oops concepts in java
  • Ans. 

    Oops concepts in Java are fundamental principles of object-oriented programming such as Inheritance, Polymorphism, Encapsulation, and Abstraction.

    • Inheritance: Allows a class to inherit properties and behavior from another class.

    • Polymorphism: Ability of an object to take on multiple forms.

    • Encapsulation: Wrapping data and methods into a single unit.

    • Abstraction: Hiding the implementation details and showing only the neces

  • Answered by AI
  • Q2. And some questions on the language
  • Q3. About the project u have done

Skills evaluated in this interview

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

Quantitive Aptitude, General programming,oops

Round 2 - Aptitude Test 

GK, Quantitative Aptitude

Round 3 - Coding Test 

C# Fundamentals , ADO.NET,LINQ

Round 4 - HR 

(2 Questions)

  • Q1. Why there are so frequent change.
  • Ans. 

    Frequent changes in technology are driven by advancements, market demands, and user feedback.

    • Advancements in technology lead to new tools and frameworks being developed.

    • Market demands require companies to adapt quickly to stay competitive.

    • User feedback helps improve products and services, leading to updates and changes.

    • Examples: Introduction of new programming languages like Swift, shift towards cloud computing, update...

  • Answered by AI
  • Q2. Please tell me about your understanding with roll
  • Ans. 

    Roll is a term used in web development to describe the process of deploying code changes to a live server.

    • Rolling back changes means reverting to a previous version of the code.

    • Rolling forward means applying new changes to the live server.

    • Rolling deployments involve gradually updating servers in a controlled manner to minimize downtime.

    • Automated rollbacks can be triggered in case of errors or issues during deployment.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - See the job description and prepare accordingly
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(3 Questions)

  • Q1. Rest api standards
  • Q2. Client server communication
  • Q3. Framework related questions
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Explain architecture of project
  • Ans. 

    The project architecture follows a microservices design pattern with separate front-end and back-end components.

    • Utilizes microservices architecture for scalability and flexibility

    • Separate front-end and back-end components for modularity

    • May include technologies like Docker for containerization and Kubernetes for orchestration

  • Answered by AI
  • Q2. Async and await difference
  • Ans. 

    Async and await are keywords in JavaScript used for handling asynchronous operations.

    • Async is used to define a function as asynchronous, allowing it to use the await keyword.

    • Await is used to pause the execution of an async function until a Promise is settled.

    • Async functions always return a Promise, which resolves with the value returned by the function.

    • Using async/await makes asynchronous code easier to read and write

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(2 Questions)

  • Q1. Tell me about yourself
  • Ans. 

    I am a passionate Full Stack Developer with experience in building web applications using various technologies.

    • Experienced in front-end technologies like HTML, CSS, JavaScript, and frameworks like React and Angular

    • Proficient in back-end technologies like Node.js, Express, and databases like MongoDB and SQL

    • Familiar with version control systems like Git and deployment tools like Heroku

  • Answered by AI
  • Q2. Do you have any quetion for me ?
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in Aug 2023. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. How did you work on your previous project (processes)?
  • Q2. How do you work on complex tasks? Describe your approach
  • Ans. 

    I break down complex tasks into smaller, manageable steps and prioritize them based on dependencies and deadlines.

    • Analyze the requirements and understand the problem thoroughly

    • Break down the task into smaller subtasks

    • Prioritize the subtasks based on dependencies and deadlines

    • Create a plan or roadmap to guide the development process

    • Implement each subtask one by one, ensuring proper testing and quality assurance

    • Regularly...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Use more examples from your daily experiance
Communication is a key

ITC Infotech Interview FAQs

How many rounds are there in ITC Infotech Full Stack Developer interview?
ITC Infotech interview process usually has 1-2 rounds. The most common rounds in the ITC Infotech interview process are Coding Test and Technical.
How to prepare for ITC Infotech Full Stack 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 Javascript, Angular, Java, CSS and Spring Boot.
What are the top questions asked in ITC Infotech Full Stack Developer interview?

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

  1. java core basics, oops concept, multithread...read more
  2. Java8, Spring Boot, Microseri...read more

Tell us how to improve this page.

People are getting interviews through

based on 2 ITC Infotech interviews
Company Website
Recruitment Consultant
50%
50%
Moderate Confidence
?
Moderate Confidence means the data is based on a sufficient number of responses received from the candidates
ITC Infotech Full Stack Developer Salary
based on 29 salaries
₹7.7 L/yr - ₹20.8 L/yr
41% more than the average Full Stack Developer Salary in India
View more details

ITC Infotech Full Stack Developer Reviews and Ratings

based on 7 reviews

2.8/5

Rating in categories

3.5

Skill development

3.6

Work-Life balance

2.2

Salary & Benefits

3.8

Job Security

3.0

Company culture

2.2

Promotions/Appraisal

2.9

Work Satisfaction

Explore 7 Reviews and Ratings
Associate Information Technology Consultant
5.2k salaries
unlock blur

₹4.1 L/yr - ₹15 L/yr

Lead Consultant
4.4k salaries
unlock blur

₹9 L/yr - ₹35.4 L/yr

Associate Consultant
850 salaries
unlock blur

₹2.5 L/yr - ₹16.5 L/yr

Software Engineer
497 salaries
unlock blur

₹4 L/yr - ₹14 L/yr

Senior Software Engineer
366 salaries
unlock blur

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