i
Valyx
Filter interviews by
Be the first one to contribute and help others!
posted on 15 Nov 2024
I applied via Approached by Company and was interviewed in May 2024. There were 4 interview rounds.
Manager and one level above manager had discussion with my on why you want this job , why you are leaving current organization and want to join this organization. This type of questions were asked and discussion was of almost 30-40 minutes.
posted on 26 Dec 2024
I applied via Campus Placement
Three fundamental questions related to Data Structures and Algorithms.
posted on 11 Feb 2024
I applied via Walk-in and was interviewed before Feb 2023. There was 1 interview round.
I applied via Company Website and was interviewed in May 2024. There was 1 interview round.
LRU cache is a data structure that maintains the least recently used items in memory for efficient access.
Use a combination of a doubly linked list and a hashmap to store and access the cache items.
When a new item is accessed, move it to the front of the linked list to mark it as the most recently used.
If the cache is full, remove the least recently used item from the end of the linked list and the hashmap.
I applied via Referral and was interviewed before May 2023. There were 4 interview rounds.
I am responsible for assisting in various tasks and projects within the company.
Supporting team members in daily operations
Completing assigned tasks in a timely manner
Assisting in research and analysis
Participating in meetings and discussions
CTC stands for Cost to Company, which includes all expenses related to an employee's compensation.
CTC includes salary, bonuses, benefits, and any other perks provided by the company
It is the total amount of money a company spends on an employee in a year
CTC is often used to negotiate job offers and understand the full value of a compensation package
I applied via Campus Placement and was interviewed before Nov 2023. There were 2 interview rounds.
Basic python, sql and pandas questions
I appeared for an interview in Jan 2025.
Test was based on arrays and some dsa concepts.
Yes
Java uses pass by value for all variables, including object references.
When an object reference is passed as an argument, a copy of the reference is passed, not the actual object.
Modifying the reference inside the method will not affect the original reference outside the method.
However, modifications to the object's state inside the method will be visible outside the method.
Singleton pattern restricts the instantiation of a class to a single object.
Singleton pattern ensures that only one instance of a class exists throughout the application.
It provides a global point of access to the instance.
Commonly used in scenarios where a single instance needs to coordinate actions across the system.
Example: Database connection manager, logger, configuration manager.
posted on 15 May 2024
I applied via LinkedIn and was interviewed in Apr 2024. There was 1 interview round.
HashMap is implemented using an array of linked lists to handle collisions.
HashMap stores key-value pairs in an array of linked lists
Hash function is used to determine the index of the array where the key-value pair will be stored
Collision handling is done by chaining, where multiple key-value pairs with the same hash value are stored in the same linked list
HashMap allows null keys and values
HashMap is not synchronized...
Stashfin
Wibmo
OneCard
PrimeXBT