Filter interviews by
I applied via Job Portal and was interviewed in Mar 2023. There were 3 interview rounds.
Top trending discussions
I appeared for an interview in Jun 2025, where I was asked the following questions.
I faced a major challenge integrating a third-party API into a web application, which I resolved through thorough debugging and collaboration.
Identified the issue: The API was returning unexpected data formats.
Debugging: Used tools like Postman to test API responses.
Collaboration: Worked with the API provider to clarify documentation.
Solution: Implemented error handling and data normalization in the app.
Outcome: Succes...
I prioritize tasks, set milestones, and use tools to stay organized and ensure timely project delivery.
I break down the project into smaller tasks and set deadlines for each, ensuring manageable workloads.
I use project management tools like Trello or Asana to track progress and collaborate with team members.
Regular check-ins and updates help me stay aligned with the project goals and adjust timelines as needed.
I alloca...
I appeared for an interview in Jun 2025, where I was asked the following questions.
let, var, and const are JavaScript keywords for variable declaration with different scopes and mutability rules.
var: Function-scoped or globally-scoped, can be redeclared and updated. Example: var x = 10; var x = 20;
let: Block-scoped, can be updated but not redeclared in the same scope. Example: let y = 10; y = 20; // valid
const: Block-scoped, cannot be updated or redeclared. Must be initialized at declaration. Example...
map() creates a new array from results, while forEach() executes a function on each element without returning a new array.
map() returns a new array: const doubled = arr.map(x => x * 2);
forEach() returns undefined: arr.forEach(x => console.log(x));
map() is chainable: const result = arr.map(x => x * 2).filter(x => x > 5);
forEach() is used for side effects, like logging or modifying external variables.
posted on 22 Jul 2025
I appeared for an interview in Jun 2025, where I was asked the following questions.
I appeared for an interview in Jul 2025, where I was asked the following questions.
I applied via LinkedIn and was interviewed in Mar 2022. There were 2 interview rounds.
This was my first round of the process
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 Mar 2025, where I was asked the following questions.
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<...
based on 1 interview experience
Difficulty level
Duration
Front end Web Developer
3
salaries
| ₹1 L/yr - ₹2 L/yr |
Zidio Development
Northcorp Software
Accel Frontline
Elentec Power India (EPI) Pvt. Ltd.