Upload Button Icon Add office photos

Filter interviews by

Infomanav Front end Developer Interview Questions and Answers

Updated 2 Sep 2024

Infomanav Front end Developer Interview Experiences

1 interview found

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

I applied via Walk-in and was interviewed in Mar 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. What is jsx,props,prop drilling
  • Ans. 

    JSX is a syntax extension for JavaScript, props are used to pass data between components, and prop drilling is the process of passing props through multiple levels of components.

    • JSX is a syntax extension for JavaScript that allows you to write HTML-like code in React.

    • Props are used to pass data from parent to child components in React.

    • Prop drilling occurs when props need to be passed through multiple levels of componen...

  • Answered by AI
  • Q2. What is document.ready file
  • Ans. 

    document.ready file is a jQuery event that occurs when the DOM is fully loaded.

    • It is used to ensure that code runs only after the DOM is fully loaded.

    • It is commonly used in jQuery to initialize functions and event handlers.

    • Example: $(document).ready(function() { // code here });

  • Answered by AI

Skills evaluated in this interview

Interview questions from similar companies

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

Find reverse string using array

Round 2 - Technical 

(1 Question)

  • Q1. What are Routing Guards?
  • Ans. 

    Routing guards are used in Angular to control access to certain routes based on certain conditions.

    • Routing guards are used to protect routes in Angular applications.

    • They can be used to control access based on authentication status, user roles, etc.

    • There are different types of routing guards like CanActivate, CanActivateChild, CanDeactivate, CanLoad.

    • Example: CanActivate guard can be used to check if a user is authentica

  • Answered by AI

Skills evaluated in this interview

Interview experience
2
Poor
Difficulty level
Hard
Process Duration
2-4 weeks
Result
No response

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

Round 1 - Application Form 

(5 Questions)

  • Q1. What is aptitude
  • Q2. Front end developer in how much are there
  • Ans. 

    Front end developers are in high demand due to the increasing importance of user experience in web development.

    • Front end developers work on the client side of web development, focusing on the user interface and user experience.

    • They are responsible for implementing designs, optimizing performance, and ensuring cross-browser compatibility.

    • Front end developers often use HTML, CSS, and JavaScript, as well as frameworks lik...

  • Answered by AI
  • Q3. 3 or 4 maximum that's it
  • Q4. What isreasoning
  • Ans. 

    Reasoning is the mental process of thinking, understanding, and forming conclusions.

    • Reasoning involves using logic and critical thinking to make sense of information.

    • It helps in problem-solving and decision-making by analyzing and evaluating evidence.

    • Types of reasoning include inductive reasoning, deductive reasoning, and abductive reasoning.

  • Answered by AI
  • Q5. How to get success interview

Interview Preparation Tips

Interview preparation tips for other job seekers - How many rounds in interview

Skills evaluated in this interview

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
4
Good
Difficulty level
Easy
Process Duration
-
Result
-

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

Round 1 - Technical 

(4 Questions)

  • Q1. What is bridge? What is the new architecture?
  • Ans. 

    Bridge is a structural design pattern that decouples an abstraction from its implementation. The new architecture refers to modern design patterns and technologies used in software development.

    • Bridge pattern allows the client code to work with different implementations of an interface independently.

    • The new architecture in front end development may include concepts like component-based architecture, state management lib...

  • Answered by AI
  • Q2. How will you optimize a react native app
  • Ans. 

    Optimizing a React Native app involves reducing bundle size, improving performance, and enhancing user experience.

    • Use code splitting to reduce initial load time

    • Optimize images and assets for smaller file sizes

    • Implement lazy loading for components that are not immediately visible

    • Minimize the use of third-party libraries and only include necessary dependencies

    • Utilize performance monitoring tools like React Native Perform

  • Answered by AI
  • Q3. What is context API
  • 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
  • Q4. What is hoisting
  • Ans. 

    Hoisting is a JavaScript mechanism where variable and function declarations are moved to the top of their containing scope during compilation.

    • Variable declarations are hoisted to the top of their scope, but not their initializations.

    • Function declarations are fully hoisted, including their definitions.

    • Hoisting can lead to unexpected behavior if not understood properly.

  • Answered by AI

Skills evaluated in this interview

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
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
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Sep 2023. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Javascript concepts: Closure, Promise, Fetch, evening bubbling and capturing. React questions: Features of react, virtual DOM, react hooks, custom hooks.
Round 2 - Technical 

(1 Question)

  • Q1. 1. How Virtual DOM is more efficient than real DOM. 2. Coding question: Valid parentheses 3. Usage of Event delegation. 4. Custom events. In-depth questions of JavaScript.
Round 3 - One-on-one 

(1 Question)

  • Q1. Discussion of previous projects. How to handle strict deadline scenarios.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Aptitude Test 

All the basic topics

Round 2 - Coding Test 

Normal JS, And CSS and HTML

Interview Preparation Tips

Interview preparation tips for other job seekers - Please prepare basic concept of JS
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. What is clouser in js
  • Ans. 

    Closure in JavaScript is the combination of a function and the lexical environment within which that function was declared.

    • A closure allows a function to access variables from an outer function even after the outer function has finished executing.

    • Closures are created every time a function is created, at function declaration time.

    • Example: function outerFunction() { let outerVar = 'I am outer'; return function innerFunct...

  • Answered by AI
Round 2 - HR 

(1 Question)

  • Q1. Why you want change the job

Skills evaluated in this interview

Infomanav Interview FAQs

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

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

  1. what is jsx,props,prop drill...read more
  2. what is document.ready f...read more

Tell us how to improve this page.

Infomanav Front end Developer Interview Process

based on 1 interview

Interview experience

4
  
Good
View more
Junior .NET Developer
3 salaries
unlock blur

₹1.8 L/yr - ₹2.5 L/yr

Explore more salaries
Compare Infomanav with

TCS

3.7
Compare

Wipro

3.7
Compare

Infosys

3.6
Compare

LTIMindtree

3.8
Compare
Did you find this page helpful?
Yes No
write
Share an Interview