Filter interviews by
I applied via Naukri.com and was interviewed before Feb 2021. There were 2 interview rounds.
A coding test with some basic programs like print a pattern, palindrome and operation overloading and overriding were given..
OOPS stands for Object-Oriented Programming System. It is a programming paradigm based on the concept of objects.
OOPS is based on four main concepts: Encapsulation, Inheritance, Polymorphism, and Abstraction.
Encapsulation is the process of hiding the implementation details of an object from the outside world.
Inheritance allows a class to inherit properties and methods from another class.
Polymorphism allows objects of d...
To check if a string is palindrome, compare it with its reverse.
Remove all non-alphanumeric characters and convert to lowercase for accurate comparison.
Use two pointers, one at the start and one at the end, and compare the characters at each position.
If all characters match, the string is a palindrome.
Example: 'A man, a plan, a canal: Panama' is a palindrome.
Constructor is used to create and initialize an object of a class.
Constructor has the same name as the class.
It is called automatically when an object is created.
It can be used to set default values for object properties.
It can also take parameters to initialize object properties.
Example: class Person { constructor(name, age) { this.name = name; this.age = age; } }
Example: let person1 = new Person('John', 30);
Top trending discussions
I applied via Referral and was interviewed in Jul 2023. There were 4 interview rounds.
String , Array ,Collection framework related questions.
Ecommerce site with Login,Review,AddToCart,Order features,Filter features.
I applied via LinkedIn and was interviewed in Apr 2023. There were 3 interview rounds.
Todo application javascript todo app creation needs to submit
I appeared for an interview in Jun 2023.
I appeared for an interview in Mar 2025, where I was asked the following questions.
In JavaScript, == checks for value equality, while === checks for both value and type equality.
== (loose equality) converts types if they are different: 5 == '5' is true.
=== (strict equality) does not convert types: 5 === '5' is false.
Use === to avoid unexpected type coercion and ensure both value and type match.
Example: null == undefined is true, but null === undefined is false.
React hooks like useState and useEffect manage state and side effects in functional components, enhancing code reusability and readability.
useState allows functional components to manage local state. Example: const [count, setCount] = useState(0);
useEffect handles side effects like data fetching or subscriptions. Example: useEffect(() => { fetchData(); }, []);
Both hooks promote cleaner code by avoiding class compone...
Components in React are reusable, self-contained pieces of UI that manage their own state and can be composed to build complex interfaces.
Components can be functional or class-based. Example: `function MyComponent() { return <div>Hello</div>; }`
They can accept props to customize their behavior. Example: `<MyComponent name='John' />`.
Components can manage their own state using the `useState` hook in fu...
Functional components are simpler and stateless, while class components are more complex and can manage state and lifecycle methods.
Functional components are defined as JavaScript functions, e.g., `const MyComponent = () => { return <div>Hello</div>; }`.
Class components are ES6 classes that extend `React.Component`, e.g., `class MyComponent extends React.Component { render() { return <div>Hello<...
Props are inputs to components, while state is managed within components. They serve different purposes in React.
Props are read-only and passed from parent to child components.
State is mutable and managed within the component itself.
Example of props: <ChildComponent name='John' />
Example of state: this.setState({ count: this.state.count + 1 })
Props are used for configuration, while state is used for dynamic data.
The virtual DOM is a lightweight representation of the actual DOM, enabling efficient updates and rendering in web applications.
The virtual DOM is a concept used in libraries like React to optimize rendering performance.
It allows developers to make changes to the UI without directly manipulating the actual DOM, which can be slow.
When a change occurs, a new virtual DOM is created, and a diffing algorithm determines the ...
I appeared for an interview in Feb 2025, where I was asked the following questions.
I appeared for an interview in Feb 2025, where I was asked the following questions.
I address development issues through proactive communication, systematic debugging, and iterative testing to ensure quality outcomes.
Identify the issue: Use debugging tools to pinpoint errors in code, such as console logs or breakpoints.
Collaborate with the team: Discuss challenges in team meetings to gather diverse perspectives and solutions.
Prioritize issues: Tackle critical bugs first, like a broken feature affectin...
I appeared for an interview in Sep 2024, where I was asked the following questions.
Passionate web developer with expertise in front-end technologies and a strong foundation in user experience design.
Proficient in HTML, CSS, and JavaScript, with experience in frameworks like React and Angular.
Developed responsive websites that improved user engagement by 30%.
Collaborated with cross-functional teams to deliver projects on time and within budget.
Strong understanding of web accessibility standards and be...
I applied via Company Website and was interviewed in Jul 2023. There were 4 interview rounds.
I have given the coding test in python language. Out of 5 questions, we have to attain a minimum of 3 questions.
I appeared for an interview in Apr 2025, where I was asked the following questions.
based on 2 reviews
Rating in categories
Full Stack Developer
32
salaries
| ₹3 L/yr - ₹13.1 L/yr |
Full Stack Software Developer
6
salaries
| ₹3.6 L/yr - ₹7 L/yr |
Software Developer
5
salaries
| ₹2.5 L/yr - ₹4.8 L/yr |
Web Developer
5
salaries
| ₹2 L/yr - ₹4 L/yr |
Web Designer
4
salaries
| ₹2 L/yr - ₹3 L/yr |
Zidio Development
Northcorp Software
Accel Frontline
Elentec Power India (EPI) Pvt. Ltd.