Skip to contentSkip to footer
  • Community
  • Jobs
  • Companies
  • Salaries
  • For Employers
      Notifications

      Loading...

      Elevate your career

      Discover your earning potential, land dream jobs, and share work-life insights anonymously.

      employer cover photo
      employer logo
      employer logo

      Wizni

      Engaged Employer

      About
      Reviews
      Pay & benefits
      Jobs
      Interviews
      Interviews
      Related searches: Wizni reviews | Wizni jobs | Wizni salaries | Wizni benefits
      Wizni interviewsWizni MERN Stack Developer interviewsWizni interview


      Glassdoor

      • About / Press
      • Awards
      • Blog
      • Research
      • Contact Us
      • Guides

      Employers

      • Free Employer Account
      • Employer Center
      • Employers Blog

      Information

      • Help
      • Guidelines
      • Terms of Use
      • Privacy & Ad Choices
      • Do Not Sell Or Share My Information
      • Cookie Consent Tool
      • Security

      Work With Us

      • Advertisers
      • Careers
      Download the App

      • Browse by:
      • Companies
      • Jobs
      • Locations
      • Communities
      • Recent Posts

      Copyright © 2008-2026. Glassdoor LLC. "Glassdoor," "Worklife Pro," "Bowls," and logo are proprietary trademarks of Glassdoor LLC.

      Company Bowl sample

      Want the inside scoop on your own company?

      Check out your Company Bowl for anonymous work chats.

      Bowls

      Get actionable career advice tailored to you by joining more bowls.

      Followed companies

      Stay ahead in opportunities and insider tips by following your dream companies.

      Job searches

      Get personalized job recommendations and updates by starting your searches.

      MERN Stack Developer Interview

      May 28, 2025
      Anonymous Interview Candidate
      No offer
      Positive experience
      Difficult interview

      Application

      I interviewed at Wizni

      Interview

      1. Explain the event loop, call stack, and task queue. How does JavaScript handle asynchronous operations? What happens when setTimeout, Promise, and async/await are used together? 🧠 2. What is the difference between null, undefined, and undeclared variables? Bonus: What is the result of typeof null? 🌀 3. How does JavaScript handle closures? Can you give a real-world use case? js Copy Edit function outer() { let count = 0; return function inner() { return ++count; }; } ⛓️ 4. What is a promise chain and how does it differ from async/await? When would you prefer one over the other? ⚙️ 5. What is the difference between == and ===? What are the edge cases for type coercion in JavaScript? Explain: [] == ![] Explain: [] + [], [] + {} and {} + [] 🧩 6. What is hoisting in JavaScript? What gets hoisted and what doesn’t? What’s the difference in hoisting between var, let, and const? 🧬 7. Explain prototypal inheritance vs classical inheritance. How does JavaScript’s prototype chain work? 🏗️ 8. What are JavaScript modules and how do ES6 modules differ from CommonJS? How would you implement a module loader? 🕸️ 9. How does the this keyword work in different contexts (global, object method, arrow function, etc.)? js Copy Edit const obj = { method() { console.log(this); } }; const fn = obj.method; fn(); // What is `this` here? 📚 10. What is the difference between Object.freeze(), Object.seal(), and Object.preventExtensions()? Which one allows you to modify properties but not add or delete?
      1

      Top companies for "Compensation and Benefits" near you

      avatar
      Cisco
      4.0★Compensation & Benefits
      avatar
      Capgemini
      3.7★Compensation & Benefits
      avatar
      Salesforce
      4.4★Compensation & Benefits
      avatar
      ADP
      3.5★Compensation & Benefits