Filter interviews by
I was interviewed in Oct 2020.
Round duration - 60 minutes
Round difficulty - Medium
The timings of the 1st round were 11 am to 12 noon. It was a proctored online test using a friendly hackerrank platform to conduct the test. The test was smooth and went well. There were questions from different sections.
You are given an array prices
, representing stock prices over N consecutive days. Your goal is to compute the maximum profit achievable by performing multiple transactions (i...
Initially I used many techniques but was not able to get satisfactory results. Then I used the dynamic programming approach to solve this.
Round duration - 40 minutes
Round difficulty - Medium
Involved solving coding questions basic interaction and some questions from oops and my resume
Given an array of non-negative integers ARR
, your task is to create another array COPY_ARR
with the elements of ARR
in reverse order.
The first line contains an integer T
...
I reversed the array using loop and then copied its content and then printed the contents of new array
Round duration - 40 minutes
Round difficulty - Medium
It was like an interaction round between the technical manager and us.
Tip 1 : study for concepts thorougly
Tip 1 : practice sql queries
Tip 1 : Study each subject deeply. Have your basics strong.
Tip 2 : Practice coding questions daily
Tip 1 : Go through your resume thoroughly, and be ready to answer questions from your resume.
Tip 2 : Include some projects
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
Top trending discussions
I applied via campus placement at KIIT University, Bhuvaneshwar and was interviewed in Jul 2024. There were 2 interview rounds.
It had mcq and 1 hard coding question
posted on 19 Oct 2024
I was interviewed in Apr 2024.
I applied via Company Website and was interviewed in Jul 2024. There were 2 interview rounds.
Normal questions (technical and logical question)
posted on 22 Oct 2024
I applied via Company Website and was interviewed in Sep 2024. There were 3 interview rounds.
Question related to profile.
Aptitude test questions
posted on 27 Feb 2024
I applied via Naukri.com and was interviewed before Feb 2023. There was 1 interview round.
posted on 18 Jan 2022
C programming
I applied via Campus Placement and was interviewed before Oct 2022. There were 3 interview rounds.
It was a 2hr test. It had two sections. 1)Quantitative aptitude and verbal ability and 2) Technical aptitude.
I applied via Walk-in and was interviewed in May 2022. There were 2 interview rounds.
Convert Number to words
SOLID principles are a set of guidelines for writing maintainable and scalable code.
Single Responsibility Principle: A class should have only one reason to change.
Open/Closed Principle: A class should be open for extension but closed for modification.
Liskov Substitution Principle: Subtypes should be substitutable for their base types.
Interface Segregation Principle: Clients should not be forced to depend on interfaces ...
Senior Software Engineer
1.4k
salaries
| ₹8.5 L/yr - ₹30 L/yr |
Claims Associate
1.1k
salaries
| ₹1.6 L/yr - ₹4.9 L/yr |
Software Engineer
866
salaries
| ₹5 L/yr - ₹18 L/yr |
Senior Claims Associate
404
salaries
| ₹2.6 L/yr - ₹7 L/yr |
Assistant Manager
290
salaries
| ₹6.2 L/yr - ₹12.6 L/yr |
Anthem
Humang
Aetna
Centene Corporation