Filter interviews by
I applied via Campus Placement and was interviewed in Mar 2024. There were 2 interview rounds.
The test carried 7 sections of aptitude with no negative markings and the questions were also easy with time duration of 1 hours which was to be used for the coding round also
Basic understanding was checked, if basics are clear of DSA and computer science fundamentals then very easy to crack
I appeared for an interview in Jan 2021.
Round duration - 100 minutes
Round difficulty - Easy
Test started at 04:00 PM sharp and complete the same by 06:00 PM.
The test duration is 1 hour 40 minutes.
Environment (Amcat) is user friendly.
Web cam and mic were enabled
Given a string A
consisting of lowercase English letters, determine the length of the longest palindromic subsequence within A
.
Find the length of the longest palindromic subsequence in a given string.
Use dynamic programming to solve this problem efficiently.
Create a 2D array to store the lengths of palindromic subsequences for different substrings.
Fill the array diagonally based on the characters of the string.
Consider both the cases where the characters at the start and end of the substring match or not.
Return the length of the longest palind
Given an infinite supply of coins of varying denominations, determine the total number of ways to make change for a specified value using these coins. If it's not possible to make...
Implement a function to determine the total number of ways to make change for a specified value using given denominations.
Use dynamic programming to keep track of the number of ways to make change for each value up to the target value.
Iterate through each denomination and update the number of ways to make change for each value based on the current denomination.
Return the total number of ways to make change for the targ...
Round duration - 45 minutes
Round difficulty - Hard
Interview stared at 11:00 am and went for 90 min.
Interview was held in zoom
Environment was very much user friendly
Given a binary tree with integer values assigned to each node, select nodes such that their sum is maximum, ensuring no two adjacent nodes are picked.
Find the maximum sum of non-adjacent nodes in a binary tree.
Use dynamic programming to keep track of the maximum sum at each node considering whether to include or exclude the current node.
Recursively traverse the binary tree while keeping track of the maximum sum of non-adjacent nodes.
Consider the scenarios where the current node is included in the sum or excluded from the sum.
Handle cases where the current node has c...
Tip 1 : practice on gfg and coding ninjas
Tip 2 : compete on codechef and codeforces
Tip 3 : learn DSA and practice regularly
Tip 1 : put your entire valuable experience in brief
Tip 2 : put the handle of you competitive coding profiles
Tip 3 : try to put those things that really attracts the recruiter, will be better if your past experiences relates to the company
I applied via Campus Placement and was interviewed in Aug 2022. There were 3 interview rounds.
Technical MCQ and coding (medium)
This was long programing round. In this you need to design a application. First you need do ER or class diagram. Then you need code in any programing language but OOPS is prefered. They see is app is scalable and data modeling
Sorting a stack data structure and its real-life example
Sorting a stack involves popping elements and comparing them to the remaining elements in the stack
Real-life example: arranging books on a shelf in alphabetical order
Another example: sorting a deck of cards by suit and rank
Find an odd occurring number among even occurring numbers.
Use XOR operation to cancel out even occurring numbers and get the odd occurring number.
Iterate through the array and XOR each element with the result variable.
The final result will be the odd occurring number.
Print the spiral order of a binary tree and matrix.
For binary tree, use level order traversal and alternate direction for each level.
For matrix, use four pointers to traverse in spiral order.
Example for binary tree: 1 -> 2 -> 3 -> 4 -> 5 -> 6 -> 7 -> 8 -> 9
Example for matrix: 1 2 3 4 -> 8 7 6 5 -> 9 10 11 12 -> 16 15 14 13
Finding pairs in an array with a given sum.
Iterate through the array and for each element, check if the difference between the given sum and the element exists in the array.
Use a hash table to store the elements of the array and their indices for faster lookup.
If there are multiple pairs with the same sum, return any one of them.
If no pair is found, return null or an empty array.
Find total number of k element with given avg in an array in minimum time complexity.
Use sliding window technique to traverse the array in O(n) time complexity.
Maintain a sum variable to keep track of the sum of elements in the window.
If the sum of elements in the window is equal to k times the given avg, increment the count.
Move the window by subtracting the first element and adding the next element in the array.
Printing non-boundary elements of a binary tree
Traverse the tree in any order (preorder, inorder, postorder)
Check if the current node is not a boundary node (not the first or last node in its level)
If it is not a boundary node, print its value
Recursively traverse its left and right subtrees
posted on 14 Feb 2024
posted on 11 Jul 2023
I applied via Campus Placement and was interviewed before Jul 2022. There were 6 interview rounds.
Simple aptitude test ............
3 question leetcode medium .......
posted on 24 Jun 2024
I applied via Approached by Company and was interviewed in May 2024. There were 4 interview rounds.
Basic array and vectors DSA questions
posted on 16 Jan 2024
I appeared for an interview before Jan 2023.
posted on 29 Apr 2024
I applied via Naukri.com and was interviewed in Mar 2024. There was 1 interview round.
Oops concepts in Java refer to Object-Oriented Programming principles like Inheritance, Polymorphism, Encapsulation, and Abstraction.
Inheritance: Allows a class to inherit properties and behavior from another class.
Polymorphism: Allows objects to be treated as instances of their parent class.
Encapsulation: Bundling data and methods that operate on the data into a single unit.
Abstraction: Hides the implementation detail...
based on 1 interview
Interview experience
Senior Programmer Analyst
460
salaries
| ₹9 L/yr - ₹30 L/yr |
Programmer Analyst
318
salaries
| ₹7 L/yr - ₹18.5 L/yr |
Technical Specialist
221
salaries
| ₹16.8 L/yr - ₹45 L/yr |
Associate
187
salaries
| ₹3 L/yr - ₹7 L/yr |
Senior Associate
167
salaries
| ₹4.8 L/yr - ₹12 L/yr |
Fidelity Investments
Apex Group
Morningstar
Kroll