Filter interviews by
I was interviewed in Jan 2025.
One question related to object-oriented programming and one question related to data structures and algorithms.
I applied via LinkedIn
Question base on Tree data structures
GC collector in Java is responsible for managing memory by reclaiming unused objects and freeing up memory space.
GC stands for Garbage Collector
Automatically manages memory by reclaiming unused objects
Prevents memory leaks and optimizes memory usage
Different types of GC algorithms like Serial, Parallel, CMS, G1
Example: System.gc() can be used to suggest garbage collection
Design a car rental system at a low level
Use object-oriented programming to model cars, customers, rentals, etc.
Implement a database to store information about available cars, customer bookings, etc.
Include features like booking, returning, and searching for cars
Consider implementing a pricing system based on factors like car type, duration of rental, etc.
I applied via Instahyre and was interviewed in Sep 2023. There were 4 interview rounds.
Hacker rank coding test
Reverse a linked list in k sizes
Break the linked list into groups of size k
Reverse each group individually
Connect the reversed groups back together
I applied via Instahyre and was interviewed before Feb 2023. There were 5 interview rounds.
There was MCQs with two coding questions. one easy and one medium.
PayPal interview questions for designations
I applied via Referral and was interviewed in Dec 2021. There were 4 interview rounds.
LC Medium Hackerearth Test
Top trending discussions
posted on 13 Feb 2025
I was interviewed in Jan 2025.
I was interviewed in Dec 2024.
The Longest Substring Without Repeating Characters problem involves finding the length of the longest substring without any repeating characters.
Best solution: Sliding Window approach with HashSet to track unique characters. Time complexity O(n), space complexity O(min(n, m)) where n is the length of the string and m is the size of the character set.
Worst solution: Brute force approach checking all substrings for uniqu...
posted on 3 Jan 2025
I applied via Campus Placement
A test that covers all fundamental topics, including networking, object-oriented programming (OOP), and data structures and algorithms (DSA).
I applied via Job Portal
React lifecycle functions are methods that are automatically called at specific points in a component's life cycle.
Mounting: constructor, render, componentDidMount
Updating: render, componentDidUpdate
Unmounting: componentWillUnmount
Padding is the space inside the border of an element, while margin is the space outside the border.
Padding is used to create space between the content and the border of an element.
Margin is used to create space between the border of an element and other elements.
Padding affects the size of the content area, while margin affects the positioning of the element.
Example: padding: 10px will create 10 pixels of space inside ...
based on 5 interviews
4 Interview rounds
based on 15 reviews
Rating in categories
Software Engineer2
305
salaries
| ₹15 L/yr - ₹45 L/yr |
Software Engineer
259
salaries
| ₹12 L/yr - ₹50.3 L/yr |
Senior Software Engineer
243
salaries
| ₹13.9 L/yr - ₹53 L/yr |
Software Engineer III
229
salaries
| ₹17 L/yr - ₹66 L/yr |
Data Scientist
167
salaries
| ₹15 L/yr - ₹55 L/yr |
Paytm
Razorpay
Visa
MasterCard