Filter interviews by
I applied via AngelList
Basic coding questions
Implementing a multiple-choice question (MCQ) system in JavaScript for quizzes or assessments.
Define a Question class to encapsulate question data.
Use an array to store multiple questions.
Implement a function to display questions and handle user input.
Example: const questions = [new Question('What is 2+2?', ['3', '4', '5'], '4')];
Use event listeners to capture answers and provide feedback.
I appeared for an interview in Jan 2025.
The fundamentals of Java programming.
Implement nested comments in software development.
Use a recursive data structure to represent nested comments.
Implement functions to add, delete, and display nested comments.
Consider using a tree data structure to organize nested comments.
I applied via Referral and was interviewed in Jul 2024. There was 1 interview round.
I applied via AngelList and was interviewed in Dec 2022. There were 3 interview rounds.
Coding assessment to check your skills in related techstack
I applied via AngelList and was interviewed before Aug 2023. There were 2 interview rounds.
Basic college coding question
Create a multiple choice question platform using JavaScript
Use HTML for the structure of the MCQ platform
Use CSS for styling the platform
Use JavaScript for functionality like selecting answers and displaying results
Store questions and answers in an array or object
Implement a scoring system to track user performance
Top trending discussions
I applied via Campus Placement and was interviewed in Sep 2022. There were 3 interview rounds.
25 questions of quants and logical and 10 questions of coding, some were debugging some were coding
A function that returns the addition and subtraction of two numbers.
Create a function that takes two numbers as input parameters.
Inside the function, calculate the sum of the two numbers and store it in a variable.
Calculate the difference of the two numbers and store it in another variable.
Return an array of strings containing the sum and difference.
Print leaf nodes of binary tree
Traverse the tree recursively
If node is null, return
If node is leaf node, print it
Else, recursively traverse left and right subtrees
HTTP is the protocol used for communication over web pages.
HTTP stands for Hypertext Transfer Protocol
It is the foundation of data communication on the World Wide Web
HTTP uses a client-server model where the web browser acts as the client and sends requests to the web server
The web server responds with the requested data in the form of HTML, images, videos, etc.
I applied via Walk-in and was interviewed in Apr 2024. There were 4 interview rounds.
So prepare good amout of aptitude , and try to solve at least 15 Questions
It was an Online coding test 2 questions were there. difficulty (Easy and Medium).
The third round was again an coding round but it was a pen and paper test , it was in offline mode they will tell you the center after you will complete 2nd round.
In pen and paper test there are 10 coding questions and from topics array , string , recursion , Bit manipulation , BST , Linked List. so you have to solve at least 6-7 questions.
Generate all permutations of a string using a backtracking approach.
Backtracking involves exploring all possible configurations and abandoning those that don't meet criteria.
Start with an empty string and build permutations by adding one character at a time.
Use a boolean array to track which characters are already included in the current permutation.
Example: For the string 'abc', the permutations are 'abc', 'acb', 'bac...
Developed a web application for managing inventory and sales for a retail store.
Used HTML, CSS, and JavaScript for front-end development.
Implemented backend functionality using Node.js and MongoDB for database management.
Incorporated user authentication and authorization features for secure access.
Integrated payment gateway for online transactions.
Utilized responsive design for mobile compatibility.
I appeared for an interview before Apr 2024, where I was asked the following questions.
The event loop in JavaScript manages asynchronous operations, allowing non-blocking execution of code.
JavaScript is single-threaded, meaning it can only execute one task at a time.
The event loop continuously checks the call stack and the message queue.
When the call stack is empty, the event loop pushes the first message from the queue to the stack for execution.
Example: setTimeout(() => console.log('Hello'), 1000) a...
The virtual DOM is a lightweight representation of the actual DOM used by React to optimize rendering and improve performance.
The virtual DOM is a JavaScript object that mirrors the structure of the real DOM.
React uses the virtual DOM to determine what changes need to be made to the actual DOM.
When a component's state changes, React updates the virtual DOM first, then compares it with the real DOM (a process called rec...
I appeared for an interview in Mar 2025, where I was asked the following questions.
A spiral traversal of a 2-D matrix involves visiting elements in a spiral order, starting from the top-left corner.
Initialization: Define boundaries for the top, bottom, left, and right of the matrix.
Traversal Order: Move right across the top row, then down the right column, then left across the bottom row, and finally up the left column.
Boundary Adjustment: After each direction, adjust the boundaries to move inward fo...
based on 6 interview experiences
Difficulty level
Duration
based on 11 reviews
Rating in categories
Software Developer
7
salaries
| ₹6 L/yr - ₹12 L/yr |
Software Engineer
4
salaries
| ₹5 L/yr - ₹10 L/yr |
Front end Developer
4
salaries
| ₹6 L/yr - ₹13.3 L/yr |
Data Engineer
3
salaries
| ₹6 L/yr - ₹7 L/yr |
Z X Learning
Schoolnet India
Adda 247
Trivium Education Services