Filter interviews by
Oops concepts 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: Ability of objects to take on multiple forms.
Encapsulation: Bundling data and methods that operate on the data into a single unit.
Abstraction: Hiding the complex implementation details and showing only
I appeared for an interview in Sep 2020.
Round duration - 90 minutes
Round difficulty - Medium
Timing - Late in the evening(7pm - 8 pm)
Virtual round, can give from home.
Had to keep webcam on during the test.
Tab switching was not allowed, and activity was monitored.
Round duration - 20 minutes
Round difficulty - Medium
Round in the morning, with 2 interviewers.
Questions based on Resume.
Given an array of integers arr
, determine the length of the longest contiguous subarray that sums to zero.
N (an integer, the length of the array)
arr (...
Find the length of the longest contiguous subarray with zero sum in an array of integers.
Use a hashmap to store the prefix sum and its corresponding index.
Iterate through the array and update the hashmap with the current sum and index.
If the same sum is encountered again, the subarray between the two indices has a sum of zero.
Round duration - 20 minutes
Round difficulty - Easy
In the afternoon, with 3 recruiters, 2 HRs and 1 project manager.
Tip 1 : Thoroughly prepare about the skills on your resume. Expect questions from the same.
Tip 2 : Know your projects well, be ready with outcome of project, Tools and Technology used, any hardships during the project that you overcame. Have atleast 2 projects.
Tip 3 : Practice DSA questions and all the commonly asked algorithms and puzzles
Tip 1: Write your projects detailed - mostly in the following format: Name of the project, brief use case, tech stack used for development.
Tip 2: If you mention any Internships, use active verbs in the description - "Developed an Internal Dashboard which increased efficiency by 60%"
Tip 3: Mention your rank on sites like CodeForces, CodeChef(if they are good). Also add any extra-curriculars you were part of, Eg- "Vice President, Robotics Club ". Presents you as a well rounded individual
Top trending discussions
I appeared for an interview before Mar 2016.
Island Perimeter and Number of Provinces. Basic Leetcode question
I appeared for an interview in Feb 2025, where I was asked the following questions.
Prime numbers are numbers that are only divisible by 1 and themselves.
Start by checking if the number is less than 2, as prime numbers start from 2.
Iterate from 2 to the square root of the number and check if the number is divisible by any of these numbers.
If the number is not divisible by any number in the range, then it is a prime number.
I applied via Naukri.com and was interviewed before Jun 2023. There was 1 interview round.
I applied via Campus Placement and was interviewed in Dec 2020. There were 3 interview rounds.
Static is a keyword in Java used to create class-level variables and methods.
Static variables are shared among all instances of a class
Static methods can be called without creating an instance of the class
Static blocks are used to initialize static variables
Static import is used to import static members of a class
The program replaces consecutive same characters in a string with a single '$'.
Iterate through each character in the string
Compare the current character with the next character
If they are the same, replace the next character with '$'
Continue until the end of the string
Function overloading is having multiple functions with the same name but different parameters. Function overriding is having a derived class implement a method with the same name and parameters as a method in its base class.
Function overloading is used to provide different ways of calling a function with different parameters.
Function overriding is used to provide a specific implementation of a method in a derived class...
Topic wt is ms office
Eassys dscover the basic structure of all essaysand see what a goo d essay introduction and conclusion look like
posted on 10 Jul 2024
LRU cache design involves maintaining a cache with limited capacity and removing the least recently used item when the cache is full.
Use a doubly linked list to maintain the order of items based on their usage.
Implement a hash map for fast access to items in the cache.
When a new item is accessed, move it to the front of the linked list to mark it as the most recently used.
When the cache is full, remove the item at the ...
based on 1 interview
Interview experience
based on 3 reviews
Rating in categories
Senior Analyst
2.7k
salaries
| ₹3.5 L/yr - ₹13.5 L/yr |
Software Engineer
994
salaries
| ₹8 L/yr - ₹29.9 L/yr |
Operations Analyst
781
salaries
| ₹2 L/yr - ₹6 L/yr |
Associate Vice President
727
salaries
| ₹13 L/yr - ₹44 L/yr |
Analyst
632
salaries
| ₹1.4 L/yr - ₹7.1 L/yr |
HDFC Bank
ICICI Bank
Axis Bank
Kotak Mahindra Bank