Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Infogain Team. If you also belong to the team, you can get access from here

Infogain Verified Tick

Compare button icon Compare button icon Compare
3.6

based on 1.1k Reviews

Filter interviews by

Infogain UI Developer Interview Questions, Process, and Tips

Updated 10 Nov 2024

Infogain UI Developer Interview Experiences

1 interview found

UI Developer Interview Questions & Answers

user image Anonymous

posted on 10 Nov 2024

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

I applied via Recruitment Consulltant and was interviewed before Nov 2023. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. What is React and how it is different from Angular and Vue ?
  • Ans. 

    React is a JavaScript library for building user interfaces. It is different from Angular and Vue in terms of architecture, data binding, and learning curve.

    • React is a library, while Angular and Vue are frameworks.

    • React uses a virtual DOM for better performance, while Angular and Vue use a real DOM.

    • React follows a unidirectional data flow, while Angular and Vue use bidirectional data binding.

    • React has a smaller learning...

  • Answered by AI
  • Q2. What is Redux and how it works behind the scene (code flow)
  • Ans. 

    Redux is a predictable state container for JavaScript apps. It helps manage the state of an application in a single immutable state tree.

    • Redux stores the entire state of an application in a single immutable state tree.

    • The state tree is read-only, and changes are made by dispatching actions.

    • Reducers specify how the state changes in response to actions.

    • The store holds the state tree, allows access to state via getState()...

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. How are you managing state in your current applications ?
  • Ans. 

    I manage state using React's useState hook and context API for global state management.

    • Using React's useState hook to manage local component state

    • Utilizing React's context API for global state management

    • Implementing Redux for complex state management scenarios

  • Answered by AI
  • Q2. Do you know how to write tests in React or have any idea about jest ?
  • Ans. 

    Yes, I have experience writing tests in React using Jest.

    • I have experience writing unit tests for React components using Jest.

    • I am familiar with testing libraries like Enzyme for React component testing.

    • I understand how to write snapshot tests to ensure UI consistency in React applications.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Always prepare basics and fundamentals before appearing in any interview. Also brush up all the latest updates of the tech for which you are going to give interview

Skills evaluated in this interview

Interview questions from similar companies

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

(1 Question)

  • Q1. 1) html tag 2) project works 3) challenges 4) optimization 5) css position property 6) css flex 7) align footer at the bottom of page
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Aug 2023. There were 2 interview rounds.

Round 1 - Coding Test 

A coding assignment using JavaScript and bootstrap

Round 2 - HR 

(1 Question)

  • Q1. Basic behavioural questions in this round

I applied via Company Website and was interviewed in Mar 2021. There was 1 interview round.

Interview Questionnaire 

5 Questions

  • Q1. Mostly UI and browser related questions were asked. few of them are below
  • Q2. Denouncing code in jsfiddle
  • Ans. 

    To denounce code in jsfiddle, click on the 'Share' button and select 'Embed' to get the code.

    • Click on the 'Share' button in the top menu bar.

    • Select 'Embed' from the dropdown menu.

    • Copy the code provided in the 'Embed' section and paste it where needed.

  • Answered by AI
  • Q3. Promise related questions
  • Q4. Css grid , css positioning
  • Q5. Semantic HTML tags, web accessibility

Interview Preparation Tips

Interview preparation tips for other job seekers - For thoughtworks you will have to go through 5 interview rounds.
1. coding assignment & code pairing
2. JavaScript HTML CSS
3. framework/ performance
4. leadership
5.social change

Skills evaluated in this interview

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

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

Round 1 - Assignment 

HackersRank 2 questions

Round 2 - Technical 

(2 Questions)

  • Q1. Context API's in react
  • Ans. 

    Context API is a feature in React that allows sharing data between components without having to pass props through every level of the component tree.

    • Context API provides a way to pass data through the component tree without having to pass props down manually at every level.

    • It is useful for sharing global data such as themes, user authentication, or language preferences.

    • Context API consists of three main parts: Provider...

  • Answered by AI
  • Q2. Hooks in react js
  • Ans. 

    Hooks in React JS are functions that let you use state and other React features without writing a class.

    • Hooks were introduced in React 16.8 to allow functional components to have state and lifecycle methods.

    • useState() is a hook that allows you to add state to functional components.

    • useEffect() is a hook that allows you to perform side effects in functional components.

    • Custom hooks are reusable functions that can contain ...

  • Answered by AI
Round 3 - Technical 

(2 Questions)

  • Q1. COnteaxt API, Hooks, Redux etc
  • Q2. React lifecycle and some basic sorting/searching alogo questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Will ask JavaScript and react js question

Skills evaluated in this interview

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

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

Round 1 - Technical 

(2 Questions)

  • Q1. It was mainly java, interviewers are very good and supportive to elaborate more about problem.
  • Q2. Scenario based on your earlier work experience
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Job Portal and was interviewed in Nov 2024. There were 2 interview rounds.

Round 1 - One-on-one 

(1 Question)

  • Q1. What is your approach to building basic logic skills?
  • Ans. 

    My approach to building basic logic skills involves practicing problem-solving exercises, breaking down complex problems into smaller parts, and seeking feedback to improve.

    • Practice problem-solving exercises regularly to strengthen logical thinking abilities.

    • Break down complex problems into smaller, more manageable parts to better understand the problem and find solutions.

    • Seek feedback from peers or mentors to identify...

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

(1 Question)

  • Q1. Some behavioural questions?
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. What challenges did you face during the project?
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

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

Round 1 - Technical 

(2 Questions)

  • Q1. Basics about angular
  • Q2. Javascript concepts

Interview Preparation Tips

Interview preparation tips for other job seekers - "I attended an interview with this company and waited for a couple of days for a response. When I tried contacting HR, specifically Prasanna Lekkalapudi, she kept disconnecting my calls. In her text responses, she was unprofessional and dismissive, even stating that she doesn't care about my feedback. She mentioned that she has seen many people like me in her career. This kind of behavior reflects poorly on the company. I strongly advise against joining this organization, as it does not value your time, effort, or patience."
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Core java, advanced java, spring boot, Hibernate, database
  • Q2. Design pattern, previous project experience

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare everything whatever mentioned

Infogain Interview FAQs

How many rounds are there in Infogain UI Developer interview?
Infogain interview process usually has 2 rounds. The most common rounds in the Infogain interview process are Technical.
How to prepare for Infogain UI 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 Infogain. The most common topics and skills that interviewers at Infogain expect are Javascript, CSS, HTML, UI Development and Angular.
What are the top questions asked in Infogain UI Developer interview?

Some of the top questions asked at the Infogain UI Developer interview -

  1. What is React and how it is different from Angular and Vu...read more
  2. Do you know how to write tests in React or have any idea about jes...read more
  3. What is Redux and how it works behind the scene (code fl...read more

Tell us how to improve this page.

Infogain UI Developer Interview Process

based on 1 interview

Interview experience

4
  
Good
View more
Infogain UI Developer Salary
based on 36 salaries
₹4.3 L/yr - ₹14 L/yr
43% more than the average UI Developer Salary in India
View more details

Infogain UI Developer Reviews and Ratings

based on 1 review

3.0/5

Rating in categories

3.0

Skill development

3.0

Work-life balance

3.0

Salary

3.0

Job security

3.0

Company culture

3.0

Promotions

3.0

Work satisfaction

Explore 1 Review and Rating
Software Engineer
1.3k salaries
unlock blur

₹2.5 L/yr - ₹10.5 L/yr

Development Consultant
800 salaries
unlock blur

₹5.5 L/yr - ₹20 L/yr

Technical Lead
570 salaries
unlock blur

₹10.6 L/yr - ₹38 L/yr

Consultant
464 salaries
unlock blur

₹5.5 L/yr - ₹19.3 L/yr

Senior Consultant
374 salaries
unlock blur

₹7 L/yr - ₹28 L/yr

Explore more salaries
Compare Infogain 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