Filter interviews by
I applied via LinkedIn and was interviewed in Jan 2024. There was 1 interview round.
Merge two sorted arrays into the first array
Start from the end of both arrays and compare elements
Place the larger element at the end of the first array
Continue this process until all elements are merged
To scale a monolith architecture and improve response time, use horizontal scaling and implement caching.
Implement horizontal scaling by adding more instances of the monolith application behind a load balancer
Use a distributed cache to store frequently accessed data and reduce database queries
Implement caching at different levels such as application-level caching, database query caching, and HTTP response caching
Use a ...
Design a cache class with get(), put(), and initialization methods.
Define a class with a data structure to store key-value pairs.
Implement a get() method to retrieve a value from the cache based on a given key.
Implement a put() method to add or update a key-value pair in the cache.
Implement an initialization method to set the initial capacity and eviction policy of the cache.
Consider using a hash map or a linked list t...
I applied via Referral and was interviewed in Jan 2024. There were 2 interview rounds.
Codility Test with leetcode medium questions
Built a react feature
Identify the specific feature to be built
Design the component hierarchy and state management
Implement the feature using React components and hooks
Test the feature for functionality and user experience
Refactor and optimize the code for performance
A timer can be implemented using a combination of system time and a loop that checks for elapsed time.
Get the current system time at the start of the timer
Enter a loop that continuously checks the difference between the current system time and the start time
When the desired time has elapsed, perform the desired action or trigger an event
useEffect is a hook in React that allows you to perform side effects in functional components.
useEffect is used to handle side effects in React components.
It takes two arguments: a function and an optional array of dependencies.
The function inside useEffect is executed after the component renders.
The optional array of dependencies determines when the effect should run.
If the array of dependencies is empty, the effect r...
Design an ecommerce website for online shopping
User-friendly interface for easy navigation
Secure payment gateway integration
Product categorization and search functionality
Customer reviews and ratings
Responsive design for mobile compatibility
Visa interview questions for designations
Get interview-ready with Top Visa Interview Questions
I applied via LinkedIn and was interviewed before Oct 2023. There were 4 interview rounds.
Online assessment and coding test
Custom data structure for array of strings
Use a trie data structure to efficiently store and search for strings
Implement methods for adding, removing, and searching for strings in the trie
Consider optimizing the trie for memory usage and performance
Understanding internal workings of DB structures and indices is crucial for optimizing database performance.
DB structures refer to how data is organized within a database, such as tables, columns, and relationships.
Indices are data structures that improve the speed of data retrieval operations by providing quick access to specific data values.
Understanding how indices work can help in optimizing query performance by re...
I applied via Approached by Company and was interviewed in Jul 2022. There was 1 interview round.
Count the number of ways to reach target from source in a grid with 0s and 1s.
Use dynamic programming to solve the problem efficiently.
Traverse the grid using DFS or BFS to count the number of ways.
Consider edge cases like when source and target are the same or when there is no path.
Example: Given grid = [[0,0,0],[0,1,0],[0,0,0]], source = (0,0), target = (2,2), answer is 2.
Example: Given grid = [[0,1],[0,0]], source =
Tech stack for designing a scalable Uber-like service.
Use microservices architecture for scalability and fault tolerance.
Choose a cloud provider with auto-scaling capabilities.
Use a load balancer to distribute traffic across multiple instances.
Use a NoSQL database for high availability and scalability.
Use message queues for asynchronous communication between services.
Use containerization for easy deployment and managem...
Design a service to aggregate multiple sources of data/documentation centrally.
Identify sources of data/documentation
Determine data aggregation method
Design a centralized database to store aggregated data
Develop a user-friendly interface to access the data
Ensure data security and privacy
I took on additional responsibilities to help a colleague with a tight deadline.
Assisted a colleague with a project that had a tight deadline
Took on additional tasks outside of my regular responsibilities
Worked extra hours to ensure the project was completed on time
Provided guidance and support to the colleague throughout the project
I applied via Company Website and was interviewed before Apr 2023. There were 3 interview rounds.
Two string related questions were there. One was to use stream api and another one was just to do perform operations on top of that.
I applied via Recruitment Consulltant and was interviewed before Oct 2023. There was 1 interview round.
DSA round on graph . String questions were asked
I applied via LinkedIn and was interviewed in Sep 2022. There were 3 interview rounds.
Online assesment . 5 coding question in 90 minutes
Hackerrank coding test with paired screen. They give problem we have to write the logic
Again hacker rank code pair. the give problem and have to write logic. this round with staff senior engineer
Top trending discussions
Some of the top questions asked at the Visa Senior Software Engineer interview -
The duration of Visa Senior Software Engineer interview process can vary, but typically it takes about less than 2 weeks to complete.
based on 11 interviews
2 Interview rounds
based on 55 reviews
Rating in categories
Senior Software Engineer
625
salaries
| ₹14.5 L/yr - ₹44 L/yr |
Software Engineer
182
salaries
| ₹10.1 L/yr - ₹30 L/yr |
Staff Software Engineer
150
salaries
| ₹20 L/yr - ₹59.8 L/yr |
Senior Software Test Engineer
89
salaries
| ₹18 L/yr - ₹41.2 L/yr |
Senior Data Engineer
82
salaries
| ₹20 L/yr - ₹44 L/yr |
MasterCard
American Express
PayPal
State Bank of India