i
APT Research Private Limited
Filter interviews by
I applied via Campus Placement and was interviewed in Jul 2022. There were 2 interview rounds.
DSA based qns and with basic jee probability level questions
Top trending discussions
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
posted on 29 Dec 2022
I applied via Referral and was interviewed in Nov 2022. There were 2 interview rounds.
I applied via Company Website and was interviewed in Mar 2022. There were 2 interview rounds.
Capital markets refer to the financial markets where long-term securities such as stocks and bonds are traded.
Capital markets are where companies and governments raise funds by issuing stocks and bonds
Investors buy and sell securities in the capital markets
Capital markets are regulated by government agencies such as the SEC in the US
Examples of capital markets include the New York Stock Exchange and NASDAQ
I prioritize tasks and create a plan to achieve targets efficiently.
I break down the target into smaller achievable goals
I prioritize tasks based on their importance and urgency
I create a plan with deadlines and milestones
I regularly track progress and make adjustments if necessary
posted on 10 May 2021
I applied via Naukri.com and was interviewed before May 2020. There was 1 interview round.
posted on 29 Jan 2024
I applied via Campus Placement and was interviewed in Dec 2023. There were 4 interview rounds.
There was basic GD topic
Count the number of words and their frequency
Split the given text into words using whitespace as delimiter
Create a dictionary to store the word frequency
Iterate through each word and update the frequency in the dictionary
Return the dictionary with word frequency
Count the frequency of characters in a given string.
Iterate through the string and use a hash map to store the count of each character.
Initialize the count of each character to 0 and increment it as you encounter the character.
Finally, iterate through the hash map to get the frequency of each character.
Reverses an array of strings
Use a loop to iterate through half of the array
Swap the elements at the current index with the corresponding element from the end of the array
Implementing the comparator function for sorting an array of strings.
Use the built-in sort() function in most programming languages.
Define a custom comparator function that compares two strings.
Return a negative value if the first string should come before the second, a positive value if it should come after, and 0 if they are equal.
Example: ['apple', 'banana', 'cherry'] can be sorted in alphabetical order using the co
posted on 29 Jan 2025
I appeared for an interview in Dec 2024.
Topic: Online vs Offline Education.
They gave us 8 coding problems and instructed us to solve 5 within a time limit of 1 hour and 30 minutes; all problems were from the easy and medium on LeetCode.
I applied via Walk-in and was interviewed in Feb 2022. There were 3 interview rounds.
I applied via Recruitment Consulltant and was interviewed in Mar 2024. There were 3 interview rounds.
Aptitude test was the mixture of common aptitude questions along with sql, basic javascript and java language basic questions and couple of simple coding questions like febinachi series, palindrom pattern etc .
Objects in Java can be created using the 'new' keyword, constructors, and factory methods.
Use the 'new' keyword followed by the class name to create an object
Objects can also be created using constructors to initialize the object's state
Factory methods can be used to create objects without exposing the instantiation logic
Devops Engineer
14
salaries
| ₹7 L/yr - ₹28.7 L/yr |
Software Engineer
9
salaries
| ₹13 L/yr - ₹22.7 L/yr |
Production Support Engineer
7
salaries
| ₹25 L/yr - ₹42 L/yr |
Executive Accountant
6
salaries
| ₹5.5 L/yr - ₹12 L/yr |
Senior Accounts Executive
5
salaries
| ₹12 L/yr - ₹25 L/yr |
Muthoot Homefin India
Belstar Investment and Finance
Cholamandalam Securities
Link Intime