Filter interviews by
Mainly Leet code easy to medium questions
Design a parking lot system with working code.
Create classes for ParkingLot, ParkingSpot, Vehicle, etc.
Implement methods for parking, unparking, checking availability, etc.
Use data structures like arrays, lists, or maps to manage parking spots.
Consider different types of vehicles and parking spot sizes.
Handle edge cases like full parking lot, invalid inputs, etc.
Design a notification service for sending alerts to users.
Use a scalable messaging system like Kafka or RabbitMQ for handling notifications.
Implement different types of notifications such as email, SMS, push notifications.
Allow users to customize their notification preferences and frequency.
Include features like scheduling notifications and tracking delivery status.
Ensure security measures are in place to protect user
Java program on all data structures
Start by implementing basic data structures like arrays, linked lists, stacks, queues, trees, and graphs
Use Java built-in classes like ArrayList, LinkedList, Stack, Queue, TreeMap, and HashMap
Practice implementing algorithms like sorting, searching, and traversal on these data structures
I applied via Recruitment Consulltant and was interviewed in Jul 2022. There was 1 interview round.
What people are saying about PayPal
Sorting algorithm is a method of arranging elements in a specific order.
Sorting algorithms can be categorized as comparison-based or non-comparison-based.
Examples of sorting algorithms include bubble sort, merge sort, quick sort, and insertion sort.
Pubsub is a messaging pattern where senders (publishers) distribute messages to multiple receivers (subscribers) through a central hub.
Pubsub allows for decoupling of components in a system.
Messages are typically sent asynchronously.
Common implementations include Kafka, RabbitMQ, and Google Cloud Pub/Sub.
Microservices offer scalability, flexibility, and resilience compared to monolithic architecture.
Microservices allow for independent development and deployment of services.
Scalability is easier with microservices as individual components can be scaled independently.
Microservices promote fault isolation, preventing a single service failure from bringing down the entire system.
Flexibility is increased as different techno...
I applied via Naukri.com and was interviewed before Apr 2023. There was 1 interview round.
Sorting array, streamapi example etc
I applied via Recruitment Consulltant and was interviewed before Mar 2023. There was 1 interview round.
posted on 15 Nov 2024
I applied via Referral and was interviewed in Oct 2024. There were 2 interview rounds.
Merge two sorted linked lists into a single sorted linked list
Create a new linked list to store the merged result
Iterate through both input linked lists and compare nodes to determine the order in which they should be added to the result list
Handle cases where one list is longer than the other
To check if parentheses are balanced, use a stack data structure to keep track of opening and closing parentheses.
Use a stack to push opening parentheses and pop when encountering a closing parenthesis
If stack is empty when encountering a closing parenthesis, return false
After iterating through all parentheses, if stack is empty, return true
The right view of a Binary Search Tree shows the nodes that are visible when viewing the tree from the right side.
The right view of a Binary Search Tree includes the rightmost node at each level.
Nodes at each level that are not visible from the right side are not included in the right view.
Example: For the Binary Search Tree with values 1, 2, 3, 4, 5, the right view would be 1, 3, 5.
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).
posted on 28 Dec 2024
I applied via LinkedIn and was interviewed in Jun 2024. There were 5 interview rounds.
Java coding questions, basic Java questions.
based on 5 reviews
Rating in categories
Software Engineer2
270
salaries
| ₹15 L/yr - ₹45 L/yr |
Software Engineer III
247
salaries
| ₹17 L/yr - ₹66 L/yr |
Senior Software Engineer
225
salaries
| ₹15 L/yr - ₹58 L/yr |
Software Engineer
197
salaries
| ₹12 L/yr - ₹42 L/yr |
Risk Analyst
167
salaries
| ₹3.8 L/yr - ₹11 L/yr |
Paytm
Razorpay
Visa
MasterCard