i
iServeU
Filter interviews by
I applied via Referral and was interviewed in Dec 2021. There were 2 interview rounds.
U will be asked some theoretical questions then u have to some coding.
Sort an array of objects by id without for loop
Use Array.sort() method with a compare function
Compare the id property of each object
Return -1, 0, or 1 based on comparison
Spread operator is used to spread the elements of an iterable object into a new array or object.
Spread operator is denoted by three dots (...)
It can be used with arrays, objects, and function arguments
It simplifies the code and makes it more readable
Example: const arr1 = [1, 2, 3]; const arr2 = [...arr1, 4, 5]; // [1, 2, 3, 4, 5]
Example: const obj1 = {a: 1, b: 2}; const obj2 = {...obj1, c: 3}; // {a: 1, b: 2, c: 3}
Top trending discussions
I applied via Referral and was interviewed before Sep 2022. There were 4 interview rounds.
Exam to test reasoning and aptitude, and speed to answer them
Dsa question easy to medium level
Print pyramid from Fibonacci sequence
Generate Fibonacci sequence up to a certain number
Use the Fibonacci numbers to create the pyramid structure
Print each row of the pyramid with appropriate spacing
Design SQL tables for library management system
Create tables for books, authors, members, transactions, etc.
Use primary and foreign keys to establish relationships between tables
Include columns like book title, author name, member ID, due date, etc.
I applied via Campus Placement and was interviewed before Jun 2023. There were 2 interview rounds.
Java , Spring, SQL questions asked without one data structure basic live coding question
It consist of 4 DSA ques and few quiz and opps concept based ques
1st was string based Medium level ques.
2nd was a ques based on 2 pointer
And other 2 was from Vector and Linked list easy ques
Print natural numbers in spiral form using a 2D array.
Create a 2D array with dimensions n x n.
Initialize variables for row and column boundaries.
Iterate through the array in a spiral pattern, filling in natural numbers.
I applied via Referral and was interviewed before Aug 2022. There were 3 interview rounds.
Time ,speed ,distance
Java application using oops concept
I applied via Company Website
String manipulation problems involve modifying or analyzing strings of characters.
Use built-in string methods like substring, replace, and split.
Regular expressions can be powerful tools for pattern matching and manipulation.
Be mindful of edge cases like empty strings and null values.
Consider the time and space complexity of your solution.
Practice with coding challenges on websites like LeetCode and HackerRank.
Software Engineer
87
salaries
| ₹3 L/yr - ₹8.1 L/yr |
Software Engineer Level 1
47
salaries
| ₹3.2 L/yr - ₹7.8 L/yr |
Software Engineer Trainee
36
salaries
| ₹2.2 L/yr - ₹6.6 L/yr |
Product Manager
28
salaries
| ₹3 L/yr - ₹12.9 L/yr |
Software Developer
24
salaries
| ₹3 L/yr - ₹9 L/yr |
HighRadius
AGS Transact Technologies
Rupeek
Hitachi Payment Services