Upload Button Icon Add office photos

Filter interviews by

Tower Research Capital LLC Software Engineer Interview Questions, Process, and Tips

Updated 28 May 2022

Top Tower Research Capital LLC Software Engineer Interview Questions and Answers

  • Q1. Best Time to Buy and Sell Stock You are given an array/list 'prices' where the elements of the array represent the prices of the stock as they were yesterday and indices ...read more
  • Q2. Dance Together Ninja has recently joined a dance studio as a coach. In the studio, there are N boys and M girls. He can make K potential pairs out of them. He needs to fi ...read more
  • Q3. Given k and DFS traversal string for a k-ary tree, construct the tree. The String contains P (if a parent) and L (if a leaf). E.g. - k=3, str="PPLLLLL" 2. All the strings ...read more
View all 6 questions

Tower Research Capital LLC Software Engineer Interview Experiences

2 interviews found

I was interviewed before Jun 2016.

Interview Questionnaire 

2 Questions

  • Q1.  Given k and DFS traversal string for a k-ary tree, construct the tree. The String contains P (if a parent) and L (if a leaf). E.g. - k=3, str="PPLLLLL" 2. All the strings are arranged in the following ord...
  • Ans. 

    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

  • Answered by AI
  • Q2. "How would you tell whether a graph has a node with n degree?"
  • Ans. 

    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

  • Answered by AI

Interview Preparation Tips

Round: Test
Experience: Questions on C++(Virtual fns, inheritance). Two on probability, 12 on Algorithms
Duration: 45 minutes

Round: Technical + HR Interview
Experience: He asked some more puzzles and some probability (expectation) questions. Then, he modified one question asked in the written test and asked me write code for it on paper.
Tips: First of all, prepare all the questions asked in the test before going for the interviews.


Skills evaluated in this interview

I was interviewed in May 2022.

Round 1 - Video Call 

(1 Question)

Round duration - 45 Minutes
Round difficulty - Easy

The interviewer was friendly. Explained the question well. Allowed to use any preferred platform to write code.

  • Q1. Best Time to Buy and Sell Stock

    You are given an array/list 'prices' where the elements of the array represent the prices of the stock as they were yesterday and indices of the array represent minu...

  • Ans. Brute Force

    We will check all the possible ways of buying and selling stocks. We will fix the time we are buying the stock and check all the possible minutes we can sell this stock and update the maximum profit we can get. Now we will take the maximum profit for all the possible buying time and that would be our final maximum profit.

     

    Algorithm: 
     

    1. Initialize an integer variable ‘maxProfit’ to store the maxi...

  • Answered Anonymously
Round 2 - Video Call 

(2 Questions)

Round duration - 60 Minutes
Round difficulty - Medium

  • Q1. Dance Together

    Ninja has recently joined a dance studio as a coach. In the studio, there are N boys and M girls. He can make K potential pairs out of them. He needs to find the maximum number of pairs he c...

  • Ans. Greedy Approach

    If we observe the given problem, we can model it in a graph, specifically a bipartite graph - G (X, Y), where ‘X’ is a vertex set of boys and ‘Y’ is vertex set of girls, and there an edge between a girl and boy if they can dance together. Now we just need to find a set with a maximum number of edges such that no two edges in the set have a common vertex. Here, we will use the concept of Maximum Bipartite...

  • Answered Anonymously
  • Q2. OS Question

    Multiprocessing vs multithreading

Round 3 - Video Call 

(1 Question)

Round duration - 60 Minutes
Round difficulty - Hard

  • Q1. System Design Question

    Describe classes and functions for the design of Splitwise.

  • Ans. 

    Tip 1 : Read different designs for different products.

  • Answered Anonymously
Round 4 - Video Call 

Round duration - 60 Minutes
Round difficulty - Hard

Interview Preparation Tips

Professional and academic backgroundI applied for the job as Software Engineer in GurgaonEligibility criteriaNo criteriaTower Research Capital interview preparation:Topics to prepare for the interview - Data Structures and Algorithms, Low level design, High Level Design, Relational Database Management Systems, Operating SystemsTime required to prepare for the interview - 6 monthsInterview preparation tips for other job seekers

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.

Application resume tips for other job seekers

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.

Final outcome of the interviewSelected

Skills evaluated in this interview

Software Engineer Interview Questions Asked at Other Companies

asked in Qualcomm
Q1. Bridge and torch problem : Four people come to a river in the nig ... read more
asked in Capgemini
Q2. In a dark room,there is a box of 18 white and 5 black gloves. You ... read more
asked in TCS
Q3. Find DuplicateYou have been given an integer array/list(ARR) of s ... read more
Q4. Tell me something about yourself. Define encapsulation. What is i ... read more
asked in Paytm
Q5. Puzzle : 100 people are standing in a circle .each one is allowed ... read more

Software Engineer Jobs at Tower Research Capital LLC

View all

Interview questions from similar companies

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Types of garbage collectors
Round 2 - HR 

(1 Question)

  • Q1. Salary negotiation
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Social media and was interviewed in Mar 2023. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Aptitude Test 

Must contain some questions which will be considered as a qualifier test for next round .it will have some passout marks to get into a next round .

Round 3 - Technical 

(1 Question)

  • Q1. About skills and communication skills
Round 4 - HR 

(1 Question)

  • Q1. About introduction and some questions related to job
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Technical 

(2 Questions)

  • Q1. About projects in resume
  • Q2. Resume related questions

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare well and be confident speak properly in the interview
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
-
Result
Not Selected

I was interviewed before Oct 2023.

Round 1 - Technical 

(2 Questions)

  • Q1. Questions about Resume
  • Q2. High Level Discussion about tools like Kafka, Redis, Mongo
Round 2 - Coding Test 

Design a working nodejs portfolio platform with api's and some condition

Interview Preparation Tips

Interview preparation tips for other job seekers - Should have a hand on experience about nodejs
Interview experience
2
Poor
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Company Website and was interviewed in Sep 2023. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Coding Test 

Hackerrank questions which are not hard to complete, both are to implement functions of a class. LC medium level. After completing both questions still reject

Round 3 - did not pass 

(1 Question)

  • Q1. Not applicable at this point
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
No response

I applied via Monster and was interviewed before Jul 2023. There was 1 interview round.

Round 1 - Aptitude Test 

Aptitude test question for credit Agricole company

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before Jun 2022. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Double-check your resume for any spelling mistakes. The recruiter may consider spelling mistakes as careless behavior or poor communication skills.
View all tips
Round 2 - Technical 

(4 Questions)

  • Q1. Design Patterns
  • Q2. Micro service and factory and proxy design pattern questions
  • Q3. Familiarity to Java 8 concepts mainly streams and real time implementation programming questions
  • Q4. Kafka stream questions
Round 3 - Technical 

(1 Question)

  • Q1. Design a e2e payment system with components explanation in detail
  • Ans. 

    Designing an e2e payment system with detailed component explanation

    • 1. Define user roles and permissions (e.g. customer, merchant, admin)

    • 2. Implement secure payment gateway integration (e.g. Stripe, PayPal)

    • 3. Develop user-friendly interfaces for payment processing

    • 4. Ensure data encryption and compliance with PCI DSS standards

    • 5. Set up automated payment notifications and transaction tracking

  • Answered by AI
Round 4 - HR 

(1 Question)

  • Q1. What empowers you to Join svb

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Types of garbage collectors
Round 2 - HR 

(1 Question)

  • Q1. Salary negotiation

Tower Research Capital LLC Interview FAQs

How to prepare for Tower Research Capital LLC Software Engineer interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Tower Research Capital LLC. The most common topics and skills that interviewers at Tower Research Capital LLC expect are Python, Research, Bash Scripting, CCTV Monitoring and Computer science.
What are the top questions asked in Tower Research Capital LLC Software Engineer interview?

Some of the top questions asked at the Tower Research Capital LLC Software Engineer interview -

  1. Given k and DFS traversal string for a k-ary tree, construct the tree. The Str...read more
  2. "How would you tell whether a graph has a node with n degree...read more

Tell us how to improve this page.

Tower Research Capital LLC Software Engineer Salary
based on 33 salaries
₹14 L/yr - ₹50 L/yr
286% more than the average Software Engineer Salary in India
View more details
Software Engineer

Gurgaon / Gurugram

2-6 Yrs

Not Disclosed

Explore more jobs
Software Engineer
33 salaries
unlock blur

₹14 L/yr - ₹50 L/yr

Software Developer
25 salaries
unlock blur

₹24 L/yr - ₹70 L/yr

Sde1
25 salaries
unlock blur

₹30 L/yr - ₹60 L/yr

Senior Software Engineer
17 salaries
unlock blur

₹35 L/yr - ₹72 L/yr

SDE (Software Development Engineer)
17 salaries
unlock blur

₹35 L/yr - ₹50 L/yr

Explore more salaries
Compare Tower Research Capital LLC with

Jane Street

5.0
Compare

Optiver

4.6
Compare

Indian Molasses Company

3.8
Compare

SIG Plc

3.1
Compare
Did you find this page helpful?
Yes No
write
Share an Interview