Filter interviews by
Two questions and aptitude questions
Two data structures and algorithms questions
I applied via Company Website and was interviewed in Aug 2021. There was 1 interview round.
The three financial statements are the income statement, balance sheet, and cash flow statement.
Income statement shows a company's revenues and expenses over a specific period of time.
Balance sheet provides a snapshot of a company's financial position at a specific point in time.
Cash flow statement shows how changes in balance sheet and income affect cash and cash equivalents.
I applied via Approached by Company and was interviewed in Mar 2024. There were 2 interview rounds.
Numerical reasoning test.
I applied via LinkedIn and was interviewed before Sep 2022. There were 2 interview rounds.
I applied via Walk-in and was interviewed before Feb 2023. There was 1 interview round.
posted on 6 Jun 2024
posted on 7 Nov 2021
I applied via LinkedIn
posted on 14 Sep 2021
I was interviewed before Sep 2020.
Round duration - 60 minutes
Round difficulty - Easy
There were 30 MCQ questions and 2 coding problems. The MCQs were medium-level questions. Coding problems were fairly easy.
1.) Maintained 4 flags as "false" for checking the capital letter, small letter, special character and number.
2.) Iterated the string and checking every character in it for the above 4 flags.
3.) If either of the flags were false, returned 'false'
4.) If the length of string was less than 'K', returned 'false'
5.) Returned 'true'
The given linked list is 1 -> 2 -> 3 -> 4-> NULL. Then th...
1.) Maintained a 'prev' pointer and 'temp' pointer.
2.) Iterated the list and saved the next pointer of the current node as temp and assigned current->next = prev and then, prev = current, this is the general approach for reversing the list.
3.) Returned prev
Round duration - 50 minutes
Round difficulty - Medium
The interview was scheduled by the placement cell in the evening. The interviewer seemed to be an experienced developer.
He asked me general background questions like what are you interested most in? what are your technical interests? etc.
He then asked me about my project. Explained him well on that front and he seemed satisfied. He asked me to find the Lowest Common Ancestor of a given Binary Search Tree. I solved it in around 20-30 minutes and he finally asked me to write the solution on paper. He asked some practical OOPs problems for a while and I answered correctly but the explanations could be more thorough.
This problem was alien to me at that time. But, I was familiar with BST. Solved the problems using 'parent' pointers first.
Then, came up with the following recursive idea.
function signature: LCA(Node* root , int n1, int n2)
1.) If the current root is NULL, return NULL.
2.) If root->val> n1 && root->val > n2:
return LCA(root->left , n1 , n2)
3.) If root->val < n1 && root->val < n2
r...
Round duration - 30 minutes
Round difficulty - Easy
The interview was some 30 minutes after the technical round. The HR asked me general questions like my hobbies, technical and non-technical things in my resume, my interests, etc. The overall communication was very friendly.
What do you do to relieve stress? Tell me something outside of your academics.
Tip 1 : I listen to music and mostly take a walk for some fresh air in the evening/morning.
Tip 2 : I am a team person and believe that the whole is greater than the sum of parts. I am interested in painting and writing and am currently a coordinator at the literary committee of the college.
Tip 1 : Be very informative of your project and brush it up before the interview process
Tip 2 : In the Aptitude round, aptitude questions were relatively harder but coding problems are very easy
Tip 1 : Describe your project(s) well and put GitHub link
Tip 2 : They also asked non-technical topics that were in my resume
I applied via Approached by company and was interviewed before Jan 2021. There was 1 interview round.
based on 12 reviews
Rating in categories
Claims Associate
3.1k
salaries
| ₹1.5 L/yr - ₹5.6 L/yr |
Senior Software Engineer
2.1k
salaries
| ₹9.6 L/yr - ₹32 L/yr |
Software Engineer
2k
salaries
| ₹5.3 L/yr - ₹22 L/yr |
Medical Coder
1.1k
salaries
| ₹1.5 L/yr - ₹8 L/yr |
Senior Claims Associate
748
salaries
| ₹2.1 L/yr - ₹6 L/yr |
Accenture
Cognizant
Infosys
TCS