Filter interviews by
30 mins assignment had been given.
Top trending discussions
posted on 28 Jul 2023
Logical Reasoning question and have around 10-15 question.
Few coding statement is giving and we have to code it. No language barrier
posted on 30 Dec 2022
I applied via Job Portal and was interviewed in Nov 2022. There were 3 interview rounds.
Online apti test was given by the senior Hr member.
Online code test, Hr decides every thing. Tech people do not have any rights of interviewing any candidate.
I applied via Company Website and was interviewed in Apr 2022. There were 2 interview rounds.
I applied via LinkedIn and was interviewed in Mar 2022. There was 1 interview round.
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 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 appeared for an interview in Feb 2025, where I was asked the following questions.
I applied via LinkedIn and was interviewed in Dec 2024. There were 2 interview rounds.
Questions related to relationships.
Data Structures and Algorithms (DSA) related to Java and Bootstrap.
based on 1 interview experience
based on 3 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.