Filter interviews by
I applied via Naukri.com and was interviewed in Dec 2021. There were 2 interview rounds.
Top trending discussions
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.
Two questions and aptitude questions
Two data structures and algorithms questions
Binary tree traversal question
To add a node at the nth position in a linked list
Create a new node with the data to be inserted
Traverse the linked list to the (n-1)th node
Adjust the pointers to insert the new node at the nth position
I applied via LinkedIn and was interviewed before Sep 2022. There were 2 interview rounds.
posted on 1 Jul 2021
I applied via Campus Placement and was interviewed in Jun 2021. There were 3 interview rounds.
Reverse an array of strings
Create a new array and iterate through the original array in reverse order, adding each element to the new array
Use the built-in reverse() method of the array object
Swap the first and last elements, then the second and second-to-last elements, and so on until the middle of the array is reached
Check if a binary tree is a binary search tree
Traverse the tree and check if each node satisfies the BST property
For each node, check if its left child is less than the node and right child is greater than the node
Use recursion to check all nodes in the tree
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.
Given a singly linked list of integers, return the head of the reversed linked list.
Initial linked list: 1 -> 2 -> 3 -> 4 -> NULL
Reversed link...
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.
You are given a binary tree consisting of distinct integers and two nodes, X
and Y
. Your task is to find and return the Lowest Common Ancestor (LCA) of these two nodes...
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.
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 was interviewed in Jun 2016.
I am interested in finance because it combines my passion for numbers and analysis with my desire to understand the inner workings of businesses and the economy.
I have always been fascinated by the world of finance and how it impacts our daily lives.
I enjoy working with numbers and analyzing data, which are essential skills in finance.
Finance offers a unique opportunity to understand the inner workings of businesses an...
I applied via Approached by company and was interviewed before Jan 2021. There was 1 interview round.
I applied via Company Website and was interviewed in Aug 2021. There was 1 interview round.
Staff Nurse
128
salaries
| ₹1 L/yr - ₹6 L/yr |
Pharmacist
37
salaries
| ₹1.6 L/yr - ₹4 L/yr |
Nursing Staff
29
salaries
| ₹1.2 L/yr - ₹4.2 L/yr |
Billing Executive
25
salaries
| ₹1.8 L/yr - ₹4 L/yr |
OT Technician
24
salaries
| ₹1.8 L/yr - ₹3.6 L/yr |
Apollo Hospitals
Fortis Healthcare
Max Healthcare
Columbia Asia