Upload Button Icon Add office photos

Filter interviews by

Tower Research Capital LLC Software Engineer Interview Questions and Answers for Experienced

Updated 26 Jun 2017

Tower Research Capital LLC Software Engineer Interview Experiences for Experienced

1 interview 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

Software Engineer Jobs at Tower Research Capital LLC

View all

Tower Research Capital LLC Interview FAQs

How to prepare for Tower Research Capital LLC Software Engineer interview for experienced candidates?
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 for experienced candidates?

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

  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
27 salaries
unlock blur

₹24 L/yr - ₹78.4 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

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview