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

Updated 23 Aug 2024

ITC Infotech Senior Front end Developer Interview Experiences

1 interview found

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

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

Round 1 - Technical 

(2 Questions)

  • Q1. Basics of Angular
  • Q2. HTML, CSS, Javascript basics

Interview questions from similar companies

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

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

Round 1 - Technical 

(3 Questions)

  • Q1. What are states and props in React?
  • Ans. 

    States and props are important concepts in React for managing and passing data between components.

    • States are mutable data that can be changed within a component

    • Props are read-only data passed from parent to child components

    • States are managed within a component using setState() method

    • Props are accessed using this.props in a component

  • Answered by AI
  • Q2. What is Virtual DOM
  • Ans. 

    Virtual DOM is a lightweight copy of the actual DOM that allows for efficient updates and rendering in web applications.

    • Virtual DOM is a concept used in frameworks like React to improve performance by minimizing direct manipulation of the actual DOM.

    • When changes are made to the virtual DOM, a comparison is done with the actual DOM to determine the minimal updates needed for rendering.

    • This process helps reduce the numbe...

  • Answered by AI
  • Q3. Build a fetch and filter component
  • Ans. 

    A fetch and filter component for data retrieval and manipulation

    • Use fetch API to retrieve data from an API endpoint

    • Implement a filter function to manipulate the retrieved data based on user input

    • Display the filtered data in the UI

  • Answered by AI
Round 2 - Coding Test 

Javascript and React snippets

Interview Preparation Tips

Topics to prepare for LTIMindtree Senior Front end Developer interview:
  • Async
  • Javascript
  • React.Js

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Javascript features and advance level coding
  • Q2. React with typescript, Test case
  • Ans. 

    React with TypeScript and test case integration for ensuring code quality and functionality.

    • Use Jest and Enzyme for writing test cases in React with TypeScript.

    • Utilize TypeScript's static type checking to catch errors early in development.

    • Mock external dependencies in test cases to isolate components for testing.

    • Ensure test coverage for all components and functions in the codebase.

    • Use tools like React Testing Library f...

  • Answered by AI

Skills evaluated in this interview

Interview experience
2
Poor
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I applied via Approached by Company and was interviewed in May 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Basics of HTML, CSS, JS and React
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I applied via Approached by Company and was interviewed in Sep 2024. There was 1 interview round.

Round 1 - Technical 

(5 Questions)

  • Q1. Discussion about my previous project
  • Q2. Question on html, css, javascript & react
  • Q3. Explain about promises
  • Ans. 

    Promises are objects representing the eventual completion or failure of an asynchronous operation.

    • Promises are used to handle asynchronous operations in JavaScript.

    • They can be in one of three states: pending, fulfilled, or rejected.

    • Promises can be chained using .then() to handle success and .catch() to handle errors.

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

  • Answered by AI
  • Q4. Use state, context api
  • Q5. Box modelling in css, css pre processors
  • Ans. 

    Box model in CSS refers to the way elements are rendered in a web page. CSS preprocessors like SASS or LESS help streamline CSS development.

    • Box model in CSS includes content, padding, border, and margin.

    • CSS preprocessors like SASS or LESS allow for variables, nesting, and mixins to be used in CSS.

    • Example: box-sizing: border-box; in CSS changes the box model to include padding and border in the element's total width and

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - I got a call that i have been selected to the final round, but the final round never did happend

Skills evaluated in this interview

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

I applied via Referral and was interviewed in Nov 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Interviewer was not letting complete my response
  • Q2. If i was giving correct response, then he was interrupting and changing the question.

Interview Preparation Tips

Interview preparation tips for other job seekers - Depends on the interviewer. But prepare the topics in detail
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Jun 2024. There was 1 interview round.

Round 1 - Technical 

(3 Questions)

  • Q1. Dom manipulation and React hooks
  • Q2. Use call back in depth
  • Ans. 

    Callbacks are functions passed as arguments to another function to be executed later

    • Callbacks are commonly used in event handling, asynchronous programming, and functional programming

    • Callbacks can be synchronous or asynchronous

    • Example: passing a callback function to a setTimeout() function

  • Answered by AI
  • Q3. Promises based coding question

Interview Preparation Tips

Interview preparation tips for other job seekers - They majour focus on technical like coding and promises majourly on Java script
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - Technical 

(2 Questions)

  • Q1. CSS Box-model definition
  • Ans. 

    CSS Box-model defines how elements are rendered in a webpage, including padding, border, and margin.

    • Box-model consists of content, padding, border, and margin

    • Content area is where text or images are displayed

    • Padding is the space between content and border

    • Border is the line around the content and padding

    • Margin is the space outside the border

  • Answered by AI
  • Q2. Difference b/n flexbox and grid
  • Ans. 

    Flexbox is for one-dimensional layouts, grid is for two-dimensional layouts.

    • Flexbox is best for arranging items in a single row or column.

    • Grid is best for creating complex layouts with rows and columns.

    • Flexbox is more suitable for smaller scale layouts, while grid is better for larger scale layouts.

    • Flexbox is more flexible in terms of item order and sizing, while grid provides more control over the overall layout.

    • Both

  • Answered by AI

Skills evaluated in this interview

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

Time base directions and probability

Round 2 - HR 

(2 Questions)

  • Q1. Self-introduction of yourself
  • Q2. Job description of the company why you need tp work in this company

Interview Preparation Tips

Interview preparation tips for other job seekers - good
Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I applied via Approached by Company and was interviewed in Jun 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Based on Angular
  • Q2. Based on Html, CSS, Javascript

ITC Infotech Interview FAQs

How many rounds are there in ITC Infotech Senior Front end Developer interview?
ITC Infotech interview process usually has 1 rounds. The most common rounds in the ITC Infotech interview process are Technical.
What are the top questions asked in ITC Infotech Senior Front end Developer interview?

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

  1. HTML, CSS, Javascript bas...read more
  2. Basics of Angu...read more

Tell us how to improve this page.

People are getting interviews through

based on 1 ITC Infotech interview
Job Portal
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.
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
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