Filter interviews by
I applied via LinkedIn and was interviewed before Jun 2023. There was 1 interview round.
It was quite easy, all the questions were from leetcode
posted on 20 Aug 2023
I applied via Referral and was interviewed in Jul 2023. There were 4 interview rounds.
Aptitude Question on various standard topics .
Stacks are used in real life for managing undo operations in text editors, backtracking in maze solving, and managing function calls in programming.
Undo operations in text editors - allows users to go back to previous states of a document
Backtracking in maze solving - helps in keeping track of visited paths and backtracking when necessary
Managing function calls in programming - helps in keeping track of function calls
i++ and ++i are both increment operators in C++ but have different behaviors.
i++ is a post-increment operator which increments the value of i after using it in an expression.
++i is a pre-increment operator which increments the value of i before using it in an expression.
Example: int i = 5; int a = i++; // a = 5, i = 6; int b = ++i; // b = 7, i = 7;
I was interviewed in Mar 2022.
AI
C#
I applied via Campus Placement and was interviewed in Aug 2024. There were 3 interview rounds.
Prime number, Convert given number into hours format with a challengeToken to validate and return the string
Recursively calculate the sum of n numbers
Define a base case for when n is 0 or 1
Recursively call the function with n-1 and add n to the result
Return the result
Data Structures and Algorithms (DSA) are used in projects for efficient data storage, retrieval, and manipulation.
Optimizing search and sorting algorithms for faster performance
Implementing data structures like arrays, linked lists, trees, and graphs for organizing data
Using DSA to solve complex problems like pathfinding, data compression, and cryptography
I applied via Naukri.com and was interviewed in Oct 2023. There were 4 interview rounds.
It was a simple coding test.
There was a small coding problem involving oops concepts..
posted on 28 Oct 2023
I applied via campus placement at Malviya National Institute of Technology (NIT), Jaipur and was interviewed in Sep 2023. There were 2 interview rounds.
It consists of aptitude and 2 easy coding questions
Developed a web application for managing inventory
Used HTML, CSS, and JavaScript for the frontend
Implemented a RESTful API using Node.js and Express.js for the backend
Utilized a PostgreSQL database for storing inventory data
Implemented authentication and authorization using JSON Web Tokens (JWT)
Implemented features like adding, updating, and deleting inventory items
I applied via Recruitment Consulltant and was interviewed in Feb 2023. There were 5 interview rounds.
Basic testing mcq questions
I applied via Referral and was interviewed before Jul 2023. There was 1 interview round.
General leet code questions
Simple ds algo and knowledge of nodejs
based on 1 interview
Interview experience
Customer Service Associate
2.9k
salaries
| ₹1 L/yr - ₹5.5 L/yr |
Transaction Risk Investigator
1.4k
salaries
| ₹2 L/yr - ₹6.5 L/yr |
Customer Service Executive
886
salaries
| ₹1.2 L/yr - ₹5.8 L/yr |
Senior Associate
816
salaries
| ₹2.5 L/yr - ₹9.2 L/yr |
Quality Specialist
648
salaries
| ₹3 L/yr - ₹7.1 L/yr |
Microsoft Corporation
IBM
Oracle