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 Front end Developer Interview Questions and Answers

Updated 12 Jun 2024

ITC Infotech Front end Developer Interview Experiences

1 interview found

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

(2 Questions)

  • Q1. React js Basic Question
  • Q2. Coding Question Giving API to call and show in UI

Front end Developer Jobs at ITC Infotech

View all

Interview questions from similar companies

Interview Questionnaire 

2 Questions

  • Q1. Bootstrap
  • Q2. Javascript

I appeared for an interview before Dec 2020.

Round 1 - Coding Test 

(1 Question)

Round duration - 360 minutes
Round difficulty - Medium

Basically TCS conduct its flagship event named as CODEVITA . And it offers Internship to prefinal (3rd )year students .

  • Q1. 

    Allocate Books Problem Statement

    Given an array of integers arr, where arr[i] represents the number of pages in the i-th book, and an integer m representing the number of students, allocate all the books ...

  • Ans. 

    Allocate books to students in a way that minimizes the maximum number of pages assigned to a student.

    • Iterate through possible allocations and calculate the maximum pages assigned to a student.

    • Find the minimum of these maximums to get the optimal allocation.

    • Return the minimum pages allocated in each test case, or -1 if not possible.

  • Answered by AI

Interview Preparation Tips

Eligibility criteriaMust be doing B.TECHTata Consultancy Services (TCS) interview preparation:Topics to prepare for the interview - Data Structure , Algorithms ,DBMS , OOPs ,OSTime required to prepare for the interview - 2 MonthsInterview preparation tips for other job seekers

Tip 1 : Good understanding of Data Structure and Algorithms 
Tip 2 : Be clear in your Core Subjects.
Tip 3 : Do at least 1 good Project .
Tip 4 : Be humble and speak truth .

Application resume tips for other job seekers

Tip 1 : Simple and Crisp .
Tip 2 : Do host your project and mention the link in the resume .
Tip 3 : Single Page

Final outcome of the interviewSelected

Skills evaluated in this interview

I applied via LinkedIn

Interview Questionnaire 

5 Questions

  • Q1. 1.what is strict Mode in react. 2.Virtual Dom. 3,react and html difference
  • Q2. What is redux
  • Ans. 

    Redux is a predictable state container for JavaScript apps.

    • Redux is a library for managing application state

    • It provides a centralized store for all the state of an application

    • It uses a single source of truth principle

    • It allows for predictable state changes through actions and reducers

    • It is commonly used with React for building complex UIs

  • Answered by AI
  • Q3. What is jquery? 2.explain architecture of your project.
  • Ans. 

    jQuery is a fast, small, and feature-rich JavaScript library.

    • jQuery simplifies HTML document traversing, event handling, and animating.

    • It provides a set of methods for AJAX interactions and DOM manipulation.

    • jQuery is cross-platform and supports a wide range of browsers.

    • It has a large community and a vast number of plugins available.

    • Project architecture depends on the specific project and its requirements.

  • Answered by AI
  • Q4. Form validation in react
  • Ans. 

    Form validation in React ensures user input is correct before submission.

    • Use controlled components to manage form state

    • Create validation functions to check input

    • Display error messages for invalid input

    • Disable submit button until form is valid

    • Consider using a library like Formik or Yup for easier validation

  • Answered by AI
  • Q5. React hooks explanation
  • Ans. 

    React hooks are functions that allow functional components to use state and lifecycle methods.

    • Hooks were introduced in React 16.8

    • useState() is a hook that allows state to be used in functional components

    • useEffect() is a hook that allows lifecycle methods to be used in functional components

    • Custom hooks can be created to reuse stateful logic across components

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Make sure u have entered proper information in your resume,mostly they asked the questions related to previous projects working and the technologies which we had mentioned in resume, always study own resume and prepare accourding to that.

Skills evaluated in this interview

I applied via Recruitment Consultant and was interviewed in Jul 2021. There was 1 interview round.

Interview Questionnaire 

4 Questions

  • Q1. Oops concept
  • Q2. Sql server stored procedure and functions
  • Ans. 

    SQL Server stored procedures and functions

    • Stored procedures are precompiled SQL statements that can be executed with parameters

    • Functions return a single value and can be used in SQL statements

    • Both can improve performance and security by reducing network traffic and preventing SQL injection attacks

  • Answered by AI
  • Q3. Asp.net page life cycle
  • Ans. 

    ASP.NET page life cycle is a series of events that occur when a page is requested, processed, and rendered.

    • Page request is received by the server

    • Page is initialized and controls are created

    • Page is loaded with data and events are triggered

    • Page is rendered and sent to the client

    • Page is unloaded and disposed

  • Answered by AI
  • Q4. HTML,CSS,JavaScript website design

Interview Preparation Tips

Interview preparation tips for other job seekers - Well prepare for basic questions and answers.

Skills evaluated in this interview

I appeared for an interview in Sep 2022.

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

(2 Questions)

  • Q1. What is Promise in javascript?
  • Ans. 

    Promise is an object representing the eventual completion or failure of an asynchronous operation.

    • Promises are used to handle asynchronous operations in JavaScript

    • They are a cleaner alternative to callbacks

    • Promises have three states: pending, fulfilled, or rejected

    • They can be chained together using .then() and .catch() methods

    • Example: new Promise((resolve, reject) => {...})

  • Answered by AI
  • Q2. What is controlled component vs uncontrolled component?
  • Ans. 

    Controlled components are React components whose value is controlled by React, while uncontrolled components are not.

    • Controlled components are typically used for forms and inputs

    • Uncontrolled components are typically used for simple inputs like text fields

    • Controlled components use the 'value' prop to set the value of the component

    • Uncontrolled components use the 'defaultValue' prop to set the initial value of the compone...

  • Answered by AI
Round 3 - Coding Test 

Counter app to increase the value

Interview Preparation Tips

Interview preparation tips for other job seekers - Know the basics in detail at first, then for coding

Skills evaluated in this interview

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

(3 Questions)

  • Q1. Defined your self to about your aducation and
  • Q2. What is computer in your language
  • Ans. 

    A computer is an electronic device that can perform various tasks by executing instructions given to it.

    • A computer is made up of hardware components such as CPU, memory, and storage devices.

    • It runs on an operating system and software applications.

    • Computers can be used for various purposes such as communication, entertainment, and work.

    • Examples of computers include desktops, laptops, tablets, and smartphones.

  • Answered by AI
  • Q3. What about html What is the you html in frontend
  • Ans. 

    HTML is the standard markup language for creating web pages and applications.

    • HTML stands for HyperText Markup Language

    • It is used to structure content on the web

    • HTML elements are used to define the different parts of a webpage

    • Examples include <h1> for headings, <p> for paragraphs, and <img> for images

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Gskaizgxvskajxxndn frontend devoloper

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Nov 2021. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. Topics in angular, javascript and UI related
  • Q2. Important concepts in angular like architecture, observables

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview will be video call .
Round 1 - Coding Test 

Programming tests to help you hire better developers
All you need to do is choose a coding test and send it to each applicant. java test c# test sql test python test php test javascript test html/css test asp.net mvc test.

Round 2 - Technical 

(1 Question)

  • Q1. Technical interviews are common for employers recruiting for engineering, science, or software roles. Essentially it is an interview to assess your technical ability for the role, and the depth and breadth...

Interview Preparation Tips

Interview preparation tips for other job seekers - Good jobyshsns jjaaaba jajsn jjfcvs jajjaahab jsjsjaj

I applied via Indeed and was interviewed in Aug 2022. There was 1 interview round.

Round 1 - HR 

(2 Questions)

  • Q1. About me, about my education journay.
  • Q2. About my career like intrest, career, education.

Interview Preparation Tips

Interview preparation tips for other job seekers - If you prefer internship first then job.

ITC Infotech Interview FAQs

How many rounds are there in ITC Infotech Front end Developer interview?
ITC Infotech interview process usually has 1 rounds. The most common rounds in the ITC Infotech interview process are Technical.
How to prepare for ITC Infotech Front end 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, Front End, CSS, HTML and React.Js.
What are the top questions asked in ITC Infotech Front end Developer interview?

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

  1. Coding Question Giving API to call and show in...read more
  2. React js Basic Quest...read more

Tell us how to improve this page.

ITC Infotech Front end Developer Interview Process

based on 2 interviews

Interview experience

5
  
Excellent
View more
ITC Infotech Front end Developer Salary
based on 18 salaries
₹2.6 L/yr - ₹7.2 L/yr
At par with the average Front end Developer Salary in India
View more details

ITC Infotech Front end Developer Reviews and Ratings

based on 3 reviews

5.0/5

Rating in categories

4.4

Skill development

4.5

Work-life balance

4.5

Salary

4.5

Job security

5.0

Company culture

4.1

Promotions

4.5

Work satisfaction

Explore 3 Reviews and Ratings
Frontend Developer

Gurgaon / Gurugram

1-2 Yrs

Not Disclosed

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