Filter interviews by
I applied via Job Portal and was interviewed in Jan 2024. There was 1 interview round.
PUT is used to update or replace an existing resource, while POST is used to create a new resource.
PUT is idempotent, meaning multiple identical requests will have the same effect as a single request
POST is not idempotent, meaning multiple identical requests may have different effects
PUT requires the client to specify the URI of the resource to update, while POST does not
PUT is typically used for updating existing reso...
Top trending discussions
I applied via Company Website and was interviewed in Oct 2022. There were 4 interview rounds.
Basic Easy Level LeetCode Questions.
Medium Level Questions from LeetCode along with questions on String and one scenario based DS question.
Q1 - Delete all entries of a given number from a linked list.
Q2 - Find inorder traversal of a BST (with and without recursion).
I applied via Walk-in and was interviewed in Apr 2023. There were 5 interview rounds.
30 questions in 25 minutes including Quant and Logical questions
2 coding ques in 30 min
Reverse a string using array of characters
Convert the string to an array of characters
Use a loop to iterate through the array in reverse order
Append each character to a new string to form the reversed string
I applied via Campus Placement and was interviewed before May 2023. There were 3 interview rounds.
C, C++, OS, aptitute test, OS concepts
Pointers are variables that store memory addresses of other variables. Double pointers store memory addresses of pointers.
Pointers are used to access and manipulate memory addresses of variables.
Double pointers are used to store memory addresses of pointers themselves, allowing for indirect access to variables.
Example: char *ptr; int **dptr;
I applied via Referral and was interviewed in Jan 2024. There was 1 interview round.
DSA and Python based questions
posted on 17 Dec 2022
They ask us 40 mcqs and 2 coding questions. Mcqs are from networking,OS,DS,Ada and also have questions of general aptitude like direction,blood relation. Coding question are not easy both the questions are from Graph.
Find unique character from a string and optimize it
Use a hash table to store the frequency of each character in the string
Iterate through the hash table to find the character with frequency 1
If there are multiple characters with frequency 1, return the first one
Optimization: Stop iterating through the hash table once a character with frequency 1 is found
They give me a scenario like you have to go from place A to place B then what should You consider.
I applied via Company Website and was interviewed in Oct 2022. There were 4 interview rounds.
Basic Easy Level LeetCode Questions.
Medium Level Questions from LeetCode along with questions on String and one scenario based DS question.
posted on 5 Jul 2022
Reverse a linked list and find all possible subsequences in a given array.
To reverse a linked list, iterate through the list and change the next pointers of each node to the previous node.
To find all possible subsequences in an array, use recursion and generate all possible combinations of elements.
For example, given the array [1, 2, 3], the possible subsequences are [], [1], [2], [3], [1, 2], [1, 3], [2, 3], [1, 2, 3]
Senior Software Engineer
18
salaries
| ₹11 L/yr - ₹23.1 L/yr |
Staff Software Engineer
14
salaries
| ₹19 L/yr - ₹30 L/yr |
Software Engineer
13
salaries
| ₹10 L/yr - ₹12.6 L/yr |
Test Engineer Staff
12
salaries
| ₹19 L/yr - ₹36.8 L/yr |
Principal Software Engineer
9
salaries
| ₹33 L/yr - ₹49 L/yr |
TCS
Infosys
Wipro
HCLTech