Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Mirabel Technologies Team. If you also belong to the team, you can get access from here

Mirabel Technologies Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Mirabel Technologies Full Stack Developer Interview Questions and Answers

Updated 12 Feb 2025

Mirabel Technologies Full Stack Developer Interview Experiences

2 interviews found

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What are premises?
  • Ans. 

    Premises are the foundational statements or assumptions on which an argument is based.

    • Premises are the starting points of a logical argument.

    • They are used to support a conclusion.

    • Premises can be true or false, and the validity of the argument depends on the truth of the premises.

    • For example, in the argument 'All humans are mortal. Socrates is a human. Therefore, Socrates is mortal.', the premises are 'All humans are mo

  • Answered by AI
  • Q2. Describe the Oops concepts?
  • Ans. 

    Oops concepts are the fundamental principles of object-oriented programming, including inheritance, polymorphism, encapsulation, and abstraction.

    • Inheritance: Allows a class to inherit properties and behavior from another class.

    • Polymorphism: Allows objects to be treated as instances of their parent class or their own class.

    • Encapsulation: Bundles data and methods into a single unit, preventing direct access to data from ...

  • Answered by AI
Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview before Feb 2024.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Can you tell me about yourself?
  • Q2. Basic concepts of respective programming languages
Round 2 - One-on-one 

(2 Questions)

  • Q1. Can you explain the project you worked on?
  • Ans. 

    Developed a web application for managing inventory and sales for a retail store.

    • Used React.js for the frontend and Node.js for the backend

    • Implemented user authentication and authorization using JWT tokens

    • Integrated with a MySQL database to store product and sales data

  • Answered by AI
  • Q2. What are your notable achievements?
  • Ans. 

    Developed a full-stack application for a startup, increasing user engagement by 30%.

    • Created a responsive web application using React and Node.js

    • Implemented real-time chat feature using Socket.io

    • Optimized database queries for faster performance

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - There is no need for extensive preparation, as the interviews are not particularly rigorous.

Full Stack Developer Interview Questions Asked at Other Companies

asked in DBS Bank
Q1. Query and Matrix Problem Statement You are given a binary matrix ... read more
asked in Accenture
Q2. Find Duplicates in an Array Given an array ARR of size 'N', where ... read more
asked in MakeMyTrip
Q3. Tower of Hanoi Problem Statement You have three rods numbered fro ... read more
Q4. Maximum Difference Problem Statement Given an array ARR of N elem ... read more
asked in Samsung
Q5. LCA of Binary Tree Problem Statement You are given a binary tree ... read more

Full Stack Developer Jobs at Mirabel Technologies

View all

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Assignment 

It consists of several technical questions and DSA

Round 2 - Coding Test 

The coding round was moderate

Round 3 - One-on-one 

(2 Questions)

  • Q1. What are the frameworks used in development?
  • Ans. 

    Frameworks are tools that provide pre-written code to help developers build applications more efficiently.

    • Popular front-end frameworks include React, Angular, and Vue.js

    • Common back-end frameworks include Express.js, Django, and Ruby on Rails

    • Full stack frameworks like MEAN and MERN stack combine front-end and back-end technologies

  • Answered by AI
  • Q2. Explain the projects

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Coding Test 

In round one they asked advanced dsa mcqs. I found difficulty there. In round 2 the process was different they gave a question and allowed us to surf in internet and study. after that we have to code the question(for me Trapping rain water).

Round 2 - One-on-one 

(1 Question)

  • Q1. Technical hr round. they asked me a self intro and asked to write code in paper for two problems. one is in aplhanumeric string we have to add only the numbers, i have done this. another is remove k elemen...

Interview Preparation Tips

Interview preparation tips for other job seekers - you should have a small knowledge in problem solving and a little amount of luck
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Campus Placement and was interviewed in Feb 2024. There was 1 interview round.

Round 1 - DSA Mcq 

(2 Questions)

  • Q1. Pseudo code in linked list
  • Ans. 

    Pseudo code example for linked list operations

    • Create a Node class with data and next pointer

    • Initialize head as null for an empty linked list

    • Insert at the beginning: create a new node, set its next to current head, update head to new node

    • Traverse the linked list: start from head, loop until reaching null, move to next node

  • Answered by AI
  • Q2. Stack queue binary tree

Interview Preparation Tips

Topics to prepare for Codingmart Technologies Full Stack Developer interview:
  • DSA
Interview preparation tips for other job seekers - GOOD in DSA
Knowledge in your project

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
Not Selected
Round 1 - Coding Test 

Discussion on experience and current role and responsibilities

Round 2 - Technical 

(2 Questions)

  • Q1. 1. Discuss one past project
  • Q2. 2. Design a job scheduler
  • Ans. 

    A job scheduler is a software application that manages the scheduling of tasks or jobs to be executed by a computer system.

    • Define the job scheduling requirements such as priority, deadline, resource constraints, etc.

    • Implement a scheduling algorithm like First Come First Serve, Shortest Job First, Round Robin, etc.

    • Maintain a queue of jobs to be executed and allocate resources accordingly.

    • Monitor job execution and handle...

  • Answered by AI

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Referral and was interviewed in Oct 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Promises in javascript
  • Ans. 

    Promises in JavaScript are objects representing the eventual completion or failure of an asynchronous operation.

    • Promises are used to handle asynchronous operations in JavaScript.

    • They can be in one of three states: pending, fulfilled, or rejected.

    • Promises can be chained using .then() to handle success and .catch() to handle errors.

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(3 Questions)

  • Q1. Resume based questions
  • Q2. Event loop in nodejs
  • Ans. 

    Event loop in Node.js manages asynchronous operations by executing callback functions when certain events occur.

    • Event loop is responsible for handling I/O operations, timers, and callbacks in Node.js

    • It allows Node.js to perform non-blocking operations efficiently

    • Event loop continuously checks the event queue for new events to execute

  • Answered by AI
  • Q3. Javascript es6 questions

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Technical mcq from basic of dsa

Round 2 - Coding Test 

Question from DSA and time will given to solve it

Interview Preparation Tips

Interview preparation tips for other job seekers - Technical HR and the next is general HR
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Jan 2024. There were 2 interview rounds.

Round 1 - Assignment 

DSA MCQ in online platform

Round 2 - Coding Test 

Basic closings like lists/array/string

Mirabel Technologies Interview FAQs

How many rounds are there in Mirabel Technologies Full Stack Developer interview?
Mirabel Technologies interview process usually has 1-2 rounds. The most common rounds in the Mirabel Technologies interview process are One-on-one Round and Technical.
How to prepare for Mirabel Technologies Full Stack Developer interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Mirabel Technologies. The most common topics and skills that interviewers at Mirabel Technologies expect are MongoDB, React.Js, HTML, Javascript and Node.Js.
What are the top questions asked in Mirabel Technologies Full Stack Developer interview?

Some of the top questions asked at the Mirabel Technologies Full Stack Developer interview -

  1. What are premis...read more
  2. Describe the Oops concep...read more
  3. Basic concepts of respective programming langua...read more

Tell us how to improve this page.

Mirabel Technologies Full Stack Developer Interview Process

based on 2 interviews

Interview experience

2
  
Poor
View more
Mirabel Technologies Full Stack Developer Salary
based on 13 salaries
₹6 L/yr - ₹16.9 L/yr
9% more than the average Full Stack Developer Salary in India
View more details

Mirabel Technologies Full Stack Developer Reviews and Ratings

based on 3 reviews

3.9/5

Rating in categories

4.1

Skill development

4.1

Work-life balance

4.1

Salary

4.1

Job security

4.1

Company culture

4.1

Promotions

4.1

Work satisfaction

Explore 3 Reviews and Ratings
Software Engineer
44 salaries
unlock blur

₹6 L/yr - ₹19 L/yr

QA Engineer
21 salaries
unlock blur

₹4.8 L/yr - ₹8.5 L/yr

Full Stack Developer
13 salaries
unlock blur

₹6 L/yr - ₹16.9 L/yr

Technical Lead
9 salaries
unlock blur

₹14 L/yr - ₹30 L/yr

Senior Software Engineer
9 salaries
unlock blur

₹7.5 L/yr - ₹16.8 L/yr

Explore more salaries
Compare Mirabel Technologies with

Yalamanchili Software Exports

3.3
Compare

ScoreMe Solutions

4.3
Compare

Global Edge Software

3.5
Compare

Trawex Technologies

4.5
Compare
Did you find this page helpful?
Yes No
write
Share an Interview