PubMighty Interview Experience for Experienced Full Stack Engineer,
Sep 2025
PubMighty interview experience Real time questions & tips from candidates to crack your interview
Full Stack Engineer
PubMighty
1 rounds | 1 Coding
problems
Mujammil momin
Experienced | Sep 2025
Selected
Interview preparation journey
Journey
I pursued the Full Stack Development course from Coding Ninjas, which provided me with a strong foundation in both frontend and backend technologies. My preparation journey was structured into different phases to cover all essential aspects — from core concepts to real-world project implementation and interview practice.
Preparation
Topics: React.js,Node.js,Express.js,MySQL
Application process
Where: Coding Ninjas Placement Cell
Eligibility: Any graduate
Interview rounds
01
Round
Easy
Online Coding Interview
Duration
Interview date2 Sep 2025
Coding problem1
1. Full Stack Developer Interview Questions
Can you explain the projects you have worked on?
Tell me about your internship experience. What were your responsibilities?
What is Node.js?
How does Express.js work?
What are middlewares in Express?
How would you handle multiple users trying to log in at the same time? Which method would you use? (Answer: Set limiter / rate limiting)
What is the difference between SQL and NoSQL databases?
When would you use SQL and when would you use NoSQL?
What is indexing in a database?
What is pagination?
What is the use of a primary key?
Here's your problem of the day
Solving this problem will increase your chance to get selected in this company
Skill covered: Programming
What is recursion?
Function calling itselfInfinite loopChained functions