Filter interviews by
I applied via Naukri.com and was interviewed before Sep 2021. There was 1 interview round.
Top trending discussions
I applied via campus placement at Army Institute of Technology, Pune and was interviewed in Oct 2024. There were 3 interview rounds.
There was a coding round and out of 75 students 28 got selected for next round
posted on 11 Jan 2025
Coding Rount
DSA Round + Puzzle
SQL + Project Discussion
JS
posted on 5 Aug 2024
I applied via Job Portal and was interviewed in Feb 2024. There were 3 interview rounds.
30 mins Aptitude Question
30 mins - 3 Coding Question
Rest API is a set of rules and conventions for building and interacting with web services using HTTP methods.
Rest API stands for Representational State Transfer Application Programming Interface.
It uses standard HTTP methods like GET, POST, PUT, DELETE to perform CRUD operations.
RESTful APIs use URLs to access resources, and return data in JSON or XML format.
Stateless communication allows for scalability and flexibilit...
Response codes indicate the status of a HTTP request. 200 & 201 are success codes, while 400 & 403 are client error codes.
200 - OK: Request was successful
201 - Created: Request was successful and a new resource was created
400 - Bad Request: The server cannot process the request due to a client error
403 - Forbidden: The server understood the request, but refuses to authorize it
I applied via Naukri.com and was interviewed in Dec 2023. There was 1 interview round.
posted on 28 Sep 2024
60min of aptitude and coding test
2 questions on coding test
posted on 19 Feb 2025
I was interviewed before Feb 2024.
Ten reasoning questions, ten quantitative questions, and fifteen technical questions involving pseudo code, for a total of thirty-five questions to be completed in thirty minutes.
Three questions to solve test cases from LeetCode and similar platforms: one from arrays, one from strings, and one from stacks.
I applied via Naukri.com and was interviewed before Nov 2022. There was 1 interview round.
I applied via Campus Placement and was interviewed in Jun 2022. There were 5 interview rounds.
20 questions were given.
aptitude + simple coding output based.
5 questions were shared on a doc file. We need to code them paste their solutions in the file. Level was easy to medium. Array-string based Questions.
Find minimum angle between hour and minute hand.
Calculate the angle made by hour hand with 12 o'clock position and minute hand with 12 o'clock position.
Calculate the difference between the two angles.
If the difference is greater than 180 degrees, subtract it from 360 degrees to get the minimum angle.
Sort an array of 0s and 1s with low complexity.
Use two pointers, one at the beginning and one at the end of the array.
Swap 0s from the beginning with 1s from the end until the pointers meet.
Time complexity: O(n), space complexity: O(1).
Find the maximum span of 1 in a 0,1 array.
Iterate through the array and keep track of the first and last occurrence of 1.
Calculate the difference between the last and first occurrence of 1.
Repeat the process for all 1's in the array and return the maximum difference.
Find the first non-repeating character in a string.
Create a hash table to store the frequency of each character in the string.
Iterate through the string and update the frequency in the hash table.
Iterate through the string again and return the first character with a frequency of 1.
Sort a binary array using one traversal and no extra space.
Use two pointers, one starting from the beginning and one from the end of the array.
Swap the elements if the left pointer points to 1 and the right pointer points to 0.
Continue traversing until the pointers meet in the middle.
based on 1 review
Rating in categories
Software Engineer
128
salaries
| ₹4 L/yr - ₹12 L/yr |
Senior Software Engineer
70
salaries
| ₹8 L/yr - ₹25 L/yr |
Senior Test Engineer
29
salaries
| ₹7.3 L/yr - ₹22.8 L/yr |
Software Developer
26
salaries
| ₹6 L/yr - ₹14 L/yr |
Test Engineer
25
salaries
| ₹3.8 L/yr - ₹12.6 L/yr |
Infosys
TCS
Wipro
HCLTech