Add office photos
Employer?
Claim Account for FREE

Accenture

3.9
based on 52.6k Reviews
Proud winner of ABECA 2024 - AmbitionBox Employee Choice Awards
Filter interviews by

BigBasket Interview Questions and Answers

Updated 21 Oct 2024
Popular Designations

Q1. How do you make a page responsive. Bootstrap layouts and alerts

Ans.

To make a page responsive, use Bootstrap layouts and alerts.

  • Use Bootstrap's grid system to create responsive layouts

  • Use media queries to adjust the layout based on screen size

  • Use Bootstrap's responsive utility classes to hide/show elements on different devices

  • Use Bootstrap's responsive navigation components for mobile-friendly menus

  • Use Bootstrap's responsive images to ensure they scale properly

  • Use Bootstrap's responsive embeds for videos and other media

  • Use Bootstrap's respons...read more

View 1 answer

Q2. what is the need of de structuring syntax

Ans.

Destructuring syntax allows for easy extraction of values from arrays or objects in JavaScript.

  • Simplifies code by providing a concise way to extract multiple values from arrays or objects

  • Improves readability and maintainability of code

  • Can be used in function parameters to destructure objects directly

  • Example: const person = { name: 'John', age: 30 }; const { name, age } = person;

Add your answer

Q3. Flat the array without using the inbuilt methods

Ans.

Flatten an array without using inbuilt methods

  • Use recursion to iterate through the array and flatten it

  • Create a new array to store the flattened elements

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

Add your answer

Q4. Why is arrow function used

Ans.

Arrow functions are used for concise syntax, lexical scoping of 'this', and implicit return of single expressions.

  • Arrow functions have a more concise syntax compared to traditional function expressions.

  • Arrow functions do not bind their own 'this' value, instead they inherit 'this' from the containing scope.

  • Arrow functions automatically return the result of a single expression without needing the 'return' keyword.

Add your answer
Discover BigBasket interview dos and don'ts from real experiences

Q5. How React Works?

Ans.

React is a JavaScript library for building user interfaces that uses a virtual DOM to efficiently update the UI.

  • React creates a virtual DOM to represent the UI components.

  • When state or props change, React compares the virtual DOM with the actual DOM and updates only the necessary parts.

  • React uses a component-based architecture to build reusable UI elements.

  • React uses JSX, a syntax extension for JavaScript, to write components in a more declarative way.

Add your answer

Q6. How Redux Works?

Ans.

Redux is a predictable state container for JavaScript apps.

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

  • Actions are dispatched to describe state changes.

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

  • Components can subscribe to the Redux store to access the state.

  • Redux helps manage the state of complex applications and makes it easier to debug and test.

  • Example: dispatching an action to add an item to a shopping cart.

Add your answer

More about working at Accenture

Top Rated Mega Company - 2024
Top Rated Company for Women - 2024
Top Rated IT/ITES Company - 2024
Contribute & help others!
Write a review
Share interview
Contribute salary
Add office photos

Interview Process at BigBasket

based on 4 interviews in the last 1 year
Interview experience
4.5
Good
View more
Interview Tips & Stories
Ace your next interview with expert advice and inspiring stories

Top Reactjs Developer Interview Questions from Similar Companies

3.7
 • 29 Interview Questions
3.7
 • 16 Interview Questions
3.8
 • 15 Interview Questions
4.0
 • 12 Interview Questions
4.1
 • 11 Interview Questions
View all
Share an Interview
Stay ahead in your career. Get AmbitionBox app
qr-code
Helping over 1 Crore job seekers every month in choosing their right fit company
70 Lakh+

Reviews

5 Lakh+

Interviews

4 Crore+

Salaries

1 Cr+

Users/Month

Contribute to help millions
Get AmbitionBox app

Made with ❤️ in India. Trademarks belong to their respective owners. All rights reserved © 2024 Info Edge (India) Ltd.

Follow us
  • Youtube
  • Instagram
  • LinkedIn
  • Facebook
  • Twitter