Add office photos
Engaged Employer

Habilelabs

4.2
based on 39 Reviews
Filter interviews by

Sudarshan Enterprises Interview Questions and Answers

Updated 5 Feb 2024

Q1. What is hoc, pure component and react.memo.

Ans.

hoc, pure component and react.memo are all ways to optimize React components.

  • Higher Order Components (HOC) are functions that take a component and return a new component with additional functionality.

  • Pure Components are components that only re-render when their props or state change.

  • React.memo is a higher order component that memoizes the result of a component rendering, preventing unnecessary re-renders.

Add your answer

Q2. What is closure and explain?

Ans.

Closure is a function that has access to variables in its outer scope, even after the outer function has returned.

  • Closure is created when a function is defined inside another function.

  • The inner function has access to the outer function's variables and parameters.

  • The inner function can access the outer function's variables even after the outer function has returned.

  • Closures are used for data privacy, event handlers, and callbacks.

  • Example: function outer() { let x = 10; functio...read more

Add your answer

Q3. What is recursive function?

Ans.

A recursive function is a function that calls itself within its definition.

  • A recursive function must have a base case to prevent infinite recursion.

  • Recursion is often used to solve problems that can be broken down into smaller, similar subproblems.

  • Example: Factorial function, Fibonacci sequence.

Add your answer

Q4. What are the Oops concepts

Ans.

Oops concepts are the fundamental principles of object-oriented programming, including inheritance, encapsulation, polymorphism, and abstraction.

  • Inheritance: Allows a class to inherit properties and behavior from another class.

  • Encapsulation: Bundling data and methods that operate on the data into a single unit.

  • Polymorphism: Ability to present the same interface for different data types.

  • Abstraction: Hiding the complex implementation details and showing only the necessary featu...read more

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

Q5. How to reverse any string

Ans.

To reverse a string, iterate through the characters and build a new string in reverse order.

  • Iterate through the characters of the string from end to start

  • Append each character to a new string to build the reversed string

  • Return the reversed string as the result

Add your answer

Q6. Diff between class components and hooks

Ans.

Class components are based on ES6 classes and have lifecycle methods, while hooks are functions that allow state and other React features to be used in functional components.

  • Class components have a render method, while functional components use a return statement.

  • Hooks allow functional components to use state and lifecycle methods.

  • Class components can have state and use lifecycle methods like componentDidMount, componentDidUpdate, and componentWillUnmount.

  • Hooks like useState ...read more

Add your answer

Q7. Difference between c and c++

Ans.

C is a procedural programming language while C++ is an object-oriented programming language.

  • C is a procedural programming language, while C++ is a combination of procedural and object-oriented programming.

  • C does not support classes and objects, while C++ does.

  • C does not have built-in support for exception handling, while C++ does.

  • C does not have namespaces, while C++ does.

  • C does not have function overloading, while C++ does.

Add your answer

Q8. Breack ui in components

Ans.

Breaking UI into components is a process of dividing a UI into smaller, reusable parts.

  • Identify the UI elements that can be reused

  • Create separate components for each element

  • Ensure each component is independent and can be used in different parts of the UI

  • Use a component library to manage and reuse components

  • Examples: buttons, forms, navigation bars, etc.

Add your answer

Q9. Props and state in react

Ans.

Props are read-only data passed from parent component to child component, while state is mutable data managed within a component.

  • Props are used to pass data from parent to child components

  • Props are read-only and cannot be modified by the child component

  • State is used to manage mutable data within a component

  • State can be updated using setState() method

  • State should be used sparingly and only for data that affects the component's rendering

Add your answer
Contribute & help others!
Write a review
Share interview
Contribute salary
Add office photos

Interview Process at Sudarshan Enterprises

based on 6 interviews
Interview experience
3.2
Average
View more
Interview Tips & Stories
Ace your next interview with expert advice and inspiring stories

Top Interview Questions from Similar Companies

4.2
 • 318 Interview Questions
3.8
 • 277 Interview Questions
4.0
 • 264 Interview Questions
4.1
 • 217 Interview Questions
3.5
 • 144 Interview Questions
4.3
 • 138 Interview Questions
View all
Top Habilelabs Interview Questions And Answers
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
75 Lakh+

Reviews

5 Lakh+

Interviews

4 Crore+

Salaries

1 Cr+

Users/Month

Contribute to help millions

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