Filter interviews by
I applied via Newspaper Ad and was interviewed in Nov 2024. There was 1 interview round.
First round :
1) front end
2) intermediate problem solving in java/c++..
3) intermediate sql
Top trending discussions
posted on 27 Mar 2024
I applied via Naukri.com and was interviewed before Mar 2023. There were 3 interview rounds.
posted on 24 Dec 2024
Was asked 30 mcq technical questions and one dsa question which as basic string based.
To remove a loop in a linked list, we can use Floyd's Cycle Detection Algorithm.
Use Floyd's Cycle Detection Algorithm to find the loop in the linked list.
Once the loop is detected, find the starting point of the loop using Floyd's algorithm.
Break the loop by setting the next pointer of the node before the starting point of the loop to null.
Implement a stack using two queues
Use two queues to simulate stack operations
Push operation: Enqueue the element to queue 1
Pop operation: Dequeue all elements from queue 1 to queue 2, dequeue the last element from queue 1, then swap the queues
Top operation: Return the front element of queue 1
Empty operation: Check if both queues are empty
Simple DSA questions
Hoisting is a JavaScript mechanism where variable and function declarations are moved to the top of their containing scope during compilation.
Variables and functions are hoisted to the top of their scope.
Only declarations are hoisted, not initializations.
Function declarations are hoisted before variable declarations.
Currying is a technique in functional programming where a function with multiple arguments is transformed into a sequence of functions, each taking a single argument.
Currying helps in creating reusable functions and improving code readability.
It allows partial application of functions, where some arguments are fixed and others are left to be provided later.
Example: const add = (a) => (b) => a + b; add(2)(3) will return
posted on 11 Feb 2025
I applied via Approached by Company and was interviewed in Feb 2024. There were 2 interview rounds.
posted on 9 Feb 2023
College first day experience:
just tell the breif abut your experience better dont tell about unwanted stuff
I chose this software trainee position because of my passion for coding and my desire to learn and grow in the software development field.
I have always been interested in technology and computers.
I enjoy problem-solving and finding creative solutions.
I have a strong foundation in programming languages like Java and Python.
I believe this trainee position will provide me with valuable hands-on experience and mentorship.
I...
I applied via Campus Placement
based on 1 interview
Interview experience
based on 6 reviews
Rating in categories
Operations Associate
275
salaries
| ₹1 L/yr - ₹2.6 L/yr |
Software Engineer
207
salaries
| ₹3 L/yr - ₹10 L/yr |
Business Analyst
99
salaries
| ₹3 L/yr - ₹7.5 L/yr |
Process Associate
96
salaries
| ₹1.4 L/yr - ₹2.4 L/yr |
Senior Associate Operations
79
salaries
| ₹1.6 L/yr - ₹3 L/yr |
Infosys
TCS
Wipro
HCLTech