Filter interviews by
Hackerrank - 2questions
RAII stands for Resource Acquisition Is Initialization in C++. It is a programming idiom where resource allocation and deallocation are tied to object lifecycle.
RAII helps in managing resources like memory, file handles, network connections, etc. by tying their allocation and deallocation to the lifecycle of objects.
It ensures that resources are properly released when the object goes out of scope, even in the presence ...
I applied via Campus Placement and was interviewed before Oct 2023. There were 3 interview rounds.
posted on 28 May 2022
I appeared for an interview in May 2022.
Round duration - 45 Minutes
Round difficulty - Easy
The interviewer was friendly. Explained the question well. Allowed to use any preferred platform to write code.
Given an array prices
representing the prices of a stock where each element indicates the price at a given minute, determine the maximum profit you can ac...
Find the maximum profit by buying and selling a stock once based on given prices.
Iterate through the prices array and keep track of the minimum price seen so far and the maximum profit achievable.
Calculate the profit by subtracting the current price from the minimum price and update the maximum profit if needed.
Return the maximum profit, ensuring it is not negative.
Example: prices = [2, 100, 150, 120], Buy at 2, sell a
Round duration - 60 Minutes
Round difficulty - Medium
Imagine you are helping Ninja, a dance coach, who needs to form dance pairs from the available boys and girls in a studio. Given the number of boys N
, the number of girls M
, a...
The challenge involves forming dance pairs from available boys and girls based on potential pairings to maximize the number of pairs.
Parse the input to get the number of test cases, boys, girls, and potential pairings.
Iterate through the potential pairings and form pairs based on the given indexes.
Output '1' if a set of maximum possible pairs is returned, else output '0'.
There can be multiple valid configurations of pa...
Multiprocessing involves multiple processes running concurrently, while multithreading involves multiple threads within a single process.
Multiprocessing utilizes multiple processes to execute tasks simultaneously.
Multithreading involves multiple threads within a single process sharing the same memory space.
Multiprocessing is typically used for CPU-bound tasks, while multithreading is more suitable for I/O-bound tasks.
E...
Round duration - 60 Minutes
Round difficulty - Hard
Splitwise is a system for managing shared expenses among groups of people.
Classes: User, Expense, Group
Functions: addExpense(), settleUp(), calculateBalance()
Round duration - 60 Minutes
Round difficulty - Hard
Tip 1 : Practice at least 5 questions of each topic of various difficulty levels
Tip 2 : Read out theory articles about your preferred language showing your proficiency in the same.
Tip 3 : Hard work is overrated, consistency is the key.
Tip 1 : Own everything you have there, do not add random skills that you are not proficient in.
Tip 2 : Keep it clean and try to give out minimal but most of the relevant information for the role.
posted on 26 Jun 2017
I appeared for an interview before Jun 2016.
The question asks to construct a k-ary tree using the given k and DFS traversal string.
Iterate through the DFS traversal string
If the current character is 'P', create a parent node
If the current character is 'L', create a leaf node
Link the nodes according to the DFS traversal order
To determine if a graph has a node with n degree, iterate through all nodes and count their edges.
Iterate through each node in the graph
Count the number of edges connected to each node
If any node has n edges, then the graph has a node with n degree
I applied via Campus Placement and was interviewed in May 2024. There were 2 interview rounds.
60 mins and basic quants-based questions along with SQL
Global Interpreter Lock (GIL) in Python restricts execution of multiple threads at once to prevent race conditions.
GIL is a mutex that protects access to Python objects, preventing multiple threads from executing Python bytecodes at once.
This means that even in a multi-threaded Python program, only one thread can execute Python code at a time.
GIL can limit the performance of multi-threaded Python programs, especially f...
I applied via Campus Placement and was interviewed in Sep 2022. There were 2 interview rounds.
Logic base questions minimum 30
Two coding questions in one hr
I applied via LinkedIn and was interviewed in Mar 2022. There were 2 interview rounds.
based on 2 interviews
Interview experience
based on 1 review
Rating in categories
Software Developer
9
salaries
| ₹34 L/yr - ₹61 L/yr |
Financial Research Analyst
8
salaries
| ₹8 L/yr - ₹12 L/yr |
Support Analyst
5
salaries
| ₹14 L/yr - ₹19.5 L/yr |
Analyst
4
salaries
| ₹26 L/yr - ₹43 L/yr |
Financial Analyst
4
salaries
| ₹6 L/yr - ₹20 L/yr |
Nomura Holdings
Blackrock
Muthoot Homefin India
Adarsh Credit Co-Operative Society