i
bebo Technologies
Filter interviews by
I applied via Recruitment Consulltant and was interviewed in Jul 2024. There were 3 interview rounds.
Callback functions are functions passed as arguments to other functions to be executed later.
Used in event handling, asynchronous operations, and to achieve higher order functions
Disadvantages include callback hell, difficult to read and maintain code, and potential for memory leaks
Example: setTimeout function in JavaScript takes a callback function as an argument
Shadow DOM is a way to encapsulate the styling and structure of a web component, preventing styles from leaking out or clashing with the rest of the page.
Shadow DOM allows for creating self-contained components with their own DOM tree and styling.
It helps in preventing styles from the main document affecting the component and vice versa.
Shadow DOM can be created using the 'attachShadow' method in JavaScript.
Example:
Redux is a predictable state container for JavaScript apps. It helps manage application state in a single immutable store.
Redux is a state management library for JavaScript applications.
It follows a unidirectional data flow architecture.
Redux architecture consists of actions, reducers, store, and middleware.
Actions are payloads of information that send data from the application to the store.
Reducers specify how the app...
I am a Reactjs Developer with experience in building responsive web applications.
Developed a responsive e-commerce website using React, Redux, and Material-UI
Implemented authentication and authorization using Firebase in a social media application
Optimized performance by lazy loading components and code splitting
CORS stands for Cross-Origin Resource Sharing, a security feature that allows servers to specify who can access their resources.
CORS is a security feature implemented by browsers to prevent unauthorized access to resources on a different origin.
It allows servers to specify which origins are allowed to access their resources using HTTP headers like Access-Control-Allow-Origin.
CORS is important for protecting sensitive d...
Improving website performance involves optimizing code, reducing server requests, and utilizing caching techniques.
Optimize code by removing unnecessary code, minifying and compressing files, and using efficient algorithms.
Reduce server requests by combining files, using asynchronous loading, and implementing lazy loading for images and videos.
Utilize caching techniques such as browser caching, server-side caching, and...
I have used tools like Git, Webpack, Babel, ESLint, and Redux in my previous organization.
Git for version control
Webpack for bundling
Babel for transpiling
ESLint for code linting
Redux for state management
Seeking new challenges and opportunities for growth.
Looking for opportunities to work on more complex projects
Desire to learn new technologies and expand skill set
Seeking a more collaborative team environment
Want to advance career and take on more responsibilities
Top trending discussions
I applied via Naukri.com and was interviewed in Aug 2023. There was 1 interview round.
I applied via Recruitment Consultant
I applied via Naukri.com and was interviewed in Jun 2024. There was 1 interview round.
Promises are objects representing the eventual completion or failure of an asynchronous operation, while async/await is a syntactic sugar built on top of promises to write asynchronous code in a synchronous manner.
Promises are used to handle asynchronous operations and provide a way to chain multiple asynchronous operations together.
Async/await allows you to write asynchronous code that looks synchronous, making it eas...
useMemo is used for memoizing expensive calculations, while useCallback is used for memoizing functions.
useMemo is used to memoize expensive calculations and only recompute the value when the dependencies change.
useCallback is used to memoize functions and only re-create the function when the dependencies change.
Example: useMemo can be used to memoize the result of a complex computation, while useCallback can be used t...
throw is used to throw an exception, new throw is used to throw an exception with a new object
throw is used to throw an exception in JavaScript
new throw is used to throw an exception with a new object
Example: throw new Error('Something went wrong')
Validation in React can be added using form validation libraries, custom validation functions, or built-in HTML5 validation attributes.
Use form validation libraries like Formik or Yup for easy validation setup
Create custom validation functions to validate input fields based on specific requirements
Utilize built-in HTML5 validation attributes like required, pattern, and min/max for basic validation
Display error messages...
I applied via Recruitment Consultant and was interviewed in Apr 2021. There were 3 interview rounds.
I applied via Naukri.com and was interviewed in Jun 2024. There was 1 interview round.
Hacker earth test with 29 MCQs and 1 Coding Question
Hooks are a new feature in React 16.8 that allow you to use state and other React features without writing a class.
Hooks are functions that let you use state and other React features in functional components.
They allow you to reuse stateful logic without changing your component hierarchy.
Some built-in hooks include useState, useEffect, useContext, etc.
Hooks provide a more direct API to the React concepts you already kn...
Pure component is a class component that does not re-render if the input props and state remain the same.
Pure components implement shouldComponentUpdate method with shallow prop and state comparison.
They are optimized for performance as they prevent unnecessary re-renders.
Example: class MyComponent extends React.PureComponent { // component code here }
Modules in JavaScript are reusable pieces of code that can be exported from one file and imported into another.
Modules help in organizing code into separate files for better maintainability.
Modules can be imported using 'import' keyword and exported using 'export' keyword.
Modules can be used to encapsulate code and prevent global namespace pollution.
CommonJS and ES6 modules are two popular module systems in JavaScript.
rem and em are both units in CSS for defining font sizes, with rem being relative to the root element and em being relative to the parent element.
rem stands for 'root em' and is relative to the font size of the root element (usually the tag)
em stands for 'element em' and is relative to the font size of the parent element
To hide something in CSS, you can use the display property with a value of 'none' or the visibility...
posted on 29 Dec 2021
I applied via LinkedIn and was interviewed in Nov 2021. There were 3 interview rounds.
based on 1 interview
Interview experience
Software Engineer
233
salaries
| ₹2.8 L/yr - ₹9 L/yr |
Senior Software Engineer
174
salaries
| ₹4 L/yr - ₹15 L/yr |
Module Lead
43
salaries
| ₹7 L/yr - ₹18 L/yr |
Principal Software Engineer
32
salaries
| ₹8 L/yr - ₹19.5 L/yr |
Associate Software Engineer
25
salaries
| ₹3 L/yr - ₹5 L/yr |
ITC Infotech
CMS IT Services
KocharTech
Xoriant