i
Mitsogo Inc
Filter interviews by
I applied via Campus Placement and was interviewed in Mar 2024. There were 5 interview rounds.
Complete Aptitude Assessment
3 low - medium coding questions
I applied via campus placement at Vellore Institute of Technology (VIT) and was interviewed in Oct 2024. There were 2 interview rounds.
It included mcqs and multiple coding questions.
I applied via Campus Placement and was interviewed in Sep 2024. There were 2 interview rounds.
OOPS , DBMS , OS , and DSA concepts
I applied via campus placement at Delhi College of Engineering (DCE), Delhi and was interviewed in Jun 2024. There was 1 interview round.
To find the mid element in a linked list, use two pointers - one moving at double the speed of the other.
Initialize two pointers, slow and fast, both pointing to the head of the linked list.
Move the slow pointer by one step and the fast pointer by two steps until the fast pointer reaches the end of the list.
The element pointed to by the slow pointer at this point is the mid element of the linked list.
A promise is an object representing the eventual completion or failure of an asynchronous operation.
Promises are used in JavaScript to handle asynchronous operations.
They can be in one of three states: pending, fulfilled, or rejected.
Promises can be chained using .then() to handle success and failure callbacks.
Example: Fetching data from an API returns a promise that resolves with the data or rejects with an error.
Hoisting is a JavaScript mechanism where variable and function declarations are moved to the top of their containing scope during compilation.
Variable and function declarations are hoisted to the top of their scope.
Only declarations are hoisted, not initializations.
Function declarations take precedence over variable declarations.
Event loop is a mechanism in programming that allows for asynchronous execution of code by continuously checking for and handling events.
Event loop is commonly used in JavaScript to handle asynchronous operations like setTimeout, setInterval, and AJAX requests.
It allows for non-blocking I/O operations, ensuring that the program can continue running while waiting for I/O operations to complete.
Event loop works by contin...
I applied via Referral and was interviewed in Feb 2024. There was 1 interview round.
posted on 29 Oct 2024
Javascript and node.js
To create a complete schema for a hotel, you need to consider various entities like rooms, guests, reservations, staff, amenities, etc.
Entities to include: rooms, guests, reservations, staff, amenities, invoices, payments
Relationships between entities: guest stays in a room, staff manages reservations, amenities are available in rooms
Attributes for each entity: room number, guest name, reservation date, staff ID, ameni
Carbon footprint and ways to achieve
1. which data structure is used to create an editor?
based on 1 review
Rating in categories
Software Engineer
52
salaries
| ₹4 L/yr - ₹10 L/yr |
Software Developer
18
salaries
| ₹3 L/yr - ₹9.2 L/yr |
Product Evangelist
11
salaries
| ₹4 L/yr - ₹9 L/yr |
Product Consultant
9
salaries
| ₹5 L/yr - ₹7.2 L/yr |
Technical Support Engineer
7
salaries
| ₹3 L/yr - ₹5.5 L/yr |
Freshworks
Zoho
TCS
Infosys