Upload Button Icon Add office photos

Filter interviews by

Livlong Insurance Brokers Front end Developer Interview Questions and Answers

Updated 21 Nov 2024

Interview questions from similar companies

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

I was interviewed in Oct 2024.

Round 1 - Technical 

(2 Questions)

  • Q1. Data binding techniques
  • Ans. 

    Data binding techniques allow for synchronization of data between the model and the view in web development.

    • Two-way data binding ensures that changes in the model are reflected in the view and vice versa

    • One-way data binding updates the view when the model changes, but not the other way around

    • Data binding libraries like AngularJS, React, and Vue.js provide tools for efficient data binding

  • Answered by AI
  • Q2. Project related information

Interview Preparation Tips

Interview preparation tips for other job seekers - Not so good experience

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
Selected Selected

I applied via Referral

Round 1 - Technical 

(1 Question)

  • Q1. It was a array question. I was told to return a object from a function which would contain getting all the array elements, adding a element, deleting a element. The test was on hacker rank.
Round 2 - Technical 

(1 Question)

  • Q1. This was basically a one on one round. I was asked basics of HTML, CSS and React. Questions like Hoisting, Prop Drilling, Context API. Not only do you need to know what the topics are. But I was asked to i...
Round 3 - HR 

(1 Question)

  • Q1. Basic Company Details and Salary Negotiations

Interview Preparation Tips

Topics to prepare for IBM Front end Developer interview:
  • React.Js
  • HTML
  • Javascript
  • OOPS
Interview preparation tips for other job seekers - Prepare your best. Do some leetcode and go through previous interview experiences. Get to know the IDE in which they interview you . Trust me that makes a lot of difference. Last part helped me a lot. You do not have to be a code parrot and learn everything by heart. The challenge is to receive a completely new problem and on the spot try to solve it. You will fail multiple times and you have to communicate with the interviewer about your approach. If you are close then he might give you a hint and voila the impossible problem would seem somewhat possible. All the best to everyone reading this!
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I applied via LinkedIn and was interviewed in Nov 2023. There were 2 interview rounds.

Round 1 - Coding Test 

Was given a bar raiser round where been asked problems on dp, create a crud shopping cart type webapp in react, and one css problem to align all boxes across diagonal

Round 2 - One-on-one 

(2 Questions)

Mostly around resume and performance optimisation

  • Q1. Verbally design infinte scroll in react
  • Ans. 

    Implementing infinite scroll in React involves dynamically loading content as the user scrolls down the page.

    • Use a scroll event listener to detect when the user reaches the bottom of the page

    • Fetch more data from the server and append it to the existing content

    • Update the state to reflect the new content and trigger a re-render of the component

  • Answered by AI
  • Q2. Flatten array deeply nested
  • Ans. 

    Flatten deeply nested array of strings

    • Use recursion to iterate through each element in the array

    • Check if each element is an array, if so, recursively call the function

    • Concatenate the strings from each nested array into a single flat array

  • Answered by AI
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
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 

(5 Questions)

  • Q1. How does React native works internally? Like alloting memory to rendering JS code on android and ios devices.
  • Ans. 

    React Native works by using a bridge to communicate between JavaScript and native code on iOS and Android devices.

    • React Native uses a JavaScript thread to handle logic and a separate thread for UI rendering.

    • The bridge allows for communication between the JavaScript thread and native code on the device.

    • React Native uses a virtual DOM to optimize rendering performance.

    • Memory allocation is handled by the device's operatin...

  • Answered by AI
  • Q2. Do you know about React middlewares? why are they used?
  • Ans. 

    React middlewares are functions that intercept and modify requests and responses in a React application.

    • Middlewares are used to add additional functionality to an application without modifying the core code.

    • They can be used for authentication, logging, error handling, and more.

    • Examples of React middlewares include Redux Thunk, Redux Saga, and React Router.

    • They are typically implemented using higher-order functions.

    • Midd...

  • Answered by AI
  • Q3. Do you know about React Native Context Api?
  • Ans. 

    Yes, React Native Context API is a way to manage global state in React Native applications.

    • Context API allows passing data through the component tree without having to pass props down manually at every level.

    • It is useful for managing global state such as user authentication, theme, and language preferences.

    • Context API consists of two parts: the Provider component and the Consumer component.

    • The Provider component is use...

  • Answered by AI
  • Q4. React Native Functional components lifecycle methods?
  • Ans. 

    React Native functional components have limited lifecycle methods compared to class components.

    • Functional components use useEffect() instead of componentDidMount() and componentDidUpdate()

    • useEffect() can be used to handle component mount, update, and unmount

    • useEffect() takes a callback function and an array of dependencies as arguments

    • The callback function can return a cleanup function to handle component unmount

    • Functi...

  • Answered by AI
  • Q5. App store and playstore publishing related questions.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare not just theory, but be ready to write some code too.

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
No response
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Coding Test 

What is HTTPS and how it work in backend creation

Round 3 - HR 

(2 Questions)

  • Q1. Tell me something about your past job
  • Ans. What is MVC in Website operation
  • Answered Anonymously
  • Q2. Why do you want to join us

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't be hesitate infront of interviewer
Interview experience
1
Bad
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Not Selected

I applied via Recruitment Consulltant and was interviewed in Jul 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Small UI task using Vue.js
  • Ans. 

    Create a small UI task using Vue.js

    • Create a simple form with input fields and a submit button

    • Use Vue.js directives like v-model for data binding

    • Implement validation for the form fields

    • Display a success message upon form submission

  • Answered by AI
  • Q2. Find the second largest number
  • Ans. 

    Iterate through the array to find the second largest number

    • Iterate through the array and keep track of the largest and second largest numbers

    • Compare each element with the largest and second largest numbers to update them accordingly

    • Return the second largest number once the iteration is complete

  • Answered by AI

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Test interview test interview
  • Q2. Test interview with next level questions
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Jan 2023. There were 2 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Technical 

(2 Questions)

  • Q1. Is multiple inheritance supported in Java
  • Ans. 

    No, Java does not support multiple inheritance.

    • Java only supports single inheritance through classes.

    • However, multiple inheritance can be achieved through interfaces.

    • Diamond problem can be avoided in interfaces by implementing default methods.

    • Example: class A extends B implements C, D {}

  • Answered by AI
  • Q2. No, it is supported through interfaces only .

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep Trying. Even if interview doesn't go well, you can always try for other companies.

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. What is react js

Livlong Insurance Brokers Interview FAQs

How many rounds are there in Livlong Insurance Brokers Front end Developer interview?
Livlong Insurance Brokers interview process usually has 1 rounds. The most common rounds in the Livlong Insurance Brokers interview process are Technical.

Tell us how to improve this page.

Livlong Insurance Brokers Front end Developer Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more
Area Manager
16 salaries
unlock blur

₹5.3 L/yr - ₹10.5 L/yr

Deputy Manager
7 salaries
unlock blur

₹5 L/yr - ₹7.6 L/yr

Branch Manager
6 salaries
unlock blur

₹5.5 L/yr - ₹7.4 L/yr

Senior Unit Manager
6 salaries
unlock blur

₹4.5 L/yr - ₹5.8 L/yr

Assistant Manager
5 salaries
unlock blur

₹3.6 L/yr - ₹5.3 L/yr

Explore more salaries
Compare Livlong Insurance Brokers with

ICICI Lombard General Insurance Company

3.7
Compare

HDFC Ergo General Insurance

4.0
Compare

Bajaj Allianz General Insurance

3.9
Compare

Reliance General Insurance

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