i
Eonlint
Filter interviews by
Some array questions.
Create a timer with stop, start, restart, and reset functionality.
Create a variable to store the timer value.
Use setInterval() to update the timer value every second.
Implement functions for start, stop, restart, and reset.
Example: let timer = 0; setInterval(() => { timer++; }, 1000);
Top trending discussions
Assignment Round - Complete the assignment within 3 days.
posted on 27 Feb 2025
I applied via Walk-in and was interviewed before May 2023. There were 2 interview rounds.
I'm seeking new challenges, opportunities for growth, and a better alignment with my career goals and values.
Desire for professional growth: I'm looking for a role that offers more opportunities for learning and advancement.
Alignment with career goals: My current position doesn't fully align with my long-term career aspirations in software development.
Seeking a better work culture: I want to be part of a team that valu...
Virtual Dom is a lightweight copy of the Real Dom, used for efficient updates in web development.
Virtual Dom is a lightweight copy of the Real Dom, used for efficient updates in web development.
Real Dom represents the actual structure of the web page, while Virtual Dom is a simplified version stored in memory.
Changes made to the Virtual Dom are compared with the Real Dom to determine the minimum number of updates neede...
posted on 5 May 2025
I appeared for an interview in Apr 2025, where I was asked the following questions.
Zustand is a small, fast state management tool for React, enabling easy global state management without boilerplate code.
Lightweight: Zustand has a minimal API and is easy to integrate into existing React applications without significant overhead.
Global State Management: It allows for centralized state management, making it easier to share state across components without prop drilling.
Hooks-Based: Zustand uses React ho...
posted on 3 May 2025
I appeared for an interview in Apr 2025, where I was asked the following questions.
posted on 12 May 2023
I applied via Recruitment Consulltant and was interviewed in Apr 2023. There were 4 interview rounds.
A simple web application of To-Do list using react.js/vue.js technology
I applied via Instahyre and was interviewed in Aug 2024. There were 2 interview rounds.
Small assignment to build simple App.
posted on 27 Jun 2025
I appeared for an interview in Dec 2024, where I was asked the following questions.
React.js is a JavaScript library for building user interfaces, particularly single-page applications, using a component-based architecture.
Component-Based: React allows developers to build encapsulated components that manage their own state, making code reusable and easier to maintain.
Virtual DOM: React uses a virtual DOM to optimize rendering, updating only the parts of the UI that have changed, which enhances perform...
Next.js is a React framework for building server-side rendered and static web applications with ease.
Server-Side Rendering (SSR): Automatically renders pages on the server for better SEO and performance.
Static Site Generation (SSG): Pre-renders pages at build time, improving load times (e.g., blog posts).
API Routes: Allows building API endpoints within the application (e.g., /api/users).
File-Based Routing: Simplifies r...
posted on 27 Jun 2025
I appeared for an interview in May 2025, where I was asked the following questions.
Hooks are functions that let you use state and lifecycle features in React functional components.
useState: Allows you to add state to functional components. Example: const [count, setCount] = useState(0);
useEffect: Lets you perform side effects in function components. Example: useEffect(() => { document.title = `Count: ${count}`; }, [count]);
useContext: Provides a way to share values between components without passi...
React itself is a library, but it can be used with various frameworks and tools to enhance development.
Next.js: A framework for server-rendered React applications, enabling features like static site generation and API routes.
Gatsby: A static site generator that uses React, optimized for performance and SEO, ideal for building fast websites.
React Router: A standard library for routing in React applications, allowing nav...
React is a popular JavaScript library for building user interfaces, particularly single-page applications, using a component-based architecture.
Component-Based: React allows developers to build encapsulated components that manage their own state, making code reusable and easier to maintain.
Virtual DOM: React uses a virtual representation of the DOM to optimize rendering, improving performance by minimizing direct updat...
Lifecycle methods are hooks in component-based frameworks that manage the component's lifecycle events.
Lifecycle methods allow developers to run code at specific points in a component's life, such as mounting, updating, and unmounting.
In React, common lifecycle methods include componentDidMount, componentDidUpdate, and componentWillUnmount.
Example: componentDidMount is called after a component is added to the DOM, usef...
Tailwind CSS is a utility-first CSS framework for creating custom designs without leaving your HTML.
Utility-first approach: Tailwind provides low-level utility classes like 'flex', 'pt-4', 'text-center' to build designs directly in HTML.
Customization: Easily customize your design system using the 'tailwind.config.js' file to define colors, spacing, and more.
Responsive design: Tailwind includes responsive utilities, all...
based on 1 interview experience
Locofast
QuickRide
sysotel.ai
Cyber Vision Infotech