Upload Button Icon Add office photos

Filter interviews by

Tower Research Capital LLC Core Engineering Interview Questions and Answers

Updated 10 Jul 2024

Tower Research Capital LLC Core Engineering Interview Experiences

2 interviews found

Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
2-4 weeks
Result
Not Selected

I applied via Referral and was interviewed before Jul 2023. There were 2 interview rounds.

Round 1 - Coding Test 

C++ test related to trading

Round 2 - Technical 

(1 Question)

  • Q1. OS and CPU internals

Interview Preparation Tips

Interview preparation tips for other job seekers - Do understand computer architecture thoroughly.

Core Engineering Interview Questions & Answers

user image Shikhar Murty

posted on 4 Feb 2017

I appeared for an interview in Dec 2016.

Interview Questionnaire 

2 Questions

  • Q1. Check if a graph has a unique Topological sort
  • Ans. 

    A graph has a unique topological sort if and only if it is a directed acyclic graph (DAG).

    • A topological sort is a linear ordering of the vertices of a graph such that for every directed edge (u, v), vertex u comes before vertex v in the ordering.

    • To check if a graph has a unique topological sort, we can use depth-first search (DFS) or breadth-first search (BFS) algorithms.

    • If during the DFS or BFS traversal, we encounter...

  • Answered by AI
  • Q2. Check if a string containing parenthesis is balanced
  • Ans. 

    Check if a string containing parenthesis is balanced

    • Use a stack to keep track of opening parenthesis

    • Iterate through the string and push opening parenthesis onto the stack

    • If a closing parenthesis is encountered, check if the stack is empty or if the top of the stack is the corresponding opening parenthesis

    • If the stack is empty or the top of the stack doesn't match, the string is not balanced

    • After iterating through the s...

  • Answered by AI

Interview Preparation Tips

Round: Test
Experience: The written test was basically meant to screen people. It had easy problems in programming, moderately hard OS problems, reasonably hard discrete math and moderately hard algorithms.
Tips: Read CLRS/Cracking the coding interview for Algorithms/Programming.

Revise your OS course thoroughly as a lot of problems were from OS.

Also brush up on C++
Duration: 2 hours

Round: Puzzle Interview
Experience: 2 puzzles were asked based on probability/discrete maths.

Round: Technical Interview
Experience: Discussed projects listed in my resume, along with lots of OS problems. Also asked some problems on C++ (related to computer architecture more than C++ syntax)
Tips: Make sure your OS skills are sharp and revise what you did for your projects.

Skills: Programming, OS Architecture, Algorithmic Approach To Problem Solving, Puzzle Solving Capability
College Name: IIT Delhi

Skills evaluated in this interview

Core Engineering Interview Questions Asked at Other Companies

asked in Eaton
Q1. Why Diesel Engines have higher compression ratio than SI engines
Q2. How will you choose which manufacturing process will be used for ... read more
Q3. 1. what you knew about L&T ? 2. tell about How HVDC works and ... read more
Q4. Check if a string containing parenthesis is balanced
Q5. Check if a graph has a unique Topological sort

Interview questions from similar companies

I appeared for an interview before Dec 2020.

Round 1 - Coding Test 

(1 Question)

Round duration - 87 minutes
Round difficulty - Medium

Timing : It was conducted in evening at 3 PM
The pacreception environment was very user friendly .
The platform was audio and video proctored.

  • Q1. 

    Binary to Decimal Conversion

    Convert a given binary number, represented as a string 'S' of size 'N', into its decimal equivalent integer and output it.

    Input:

    The first line contains an integer 'T', den...
  • Ans. 

    Convert a binary string to its decimal equivalent integer.

    • Iterate through the binary string from right to left, multiplying each digit by 2 raised to the power of its position.

    • Add the results of the multiplication to get the decimal equivalent.

    • Ensure the binary string consists only of '0' and '1' characters.

    • Handle multiple test cases by repeating the conversion process for each case.

  • Answered by AI
Round 2 - Face to Face 

(1 Question)

Round duration - 80 minutes
Round difficulty - Medium

So This was a very interactive round . There were two interviewers , one male and one female . The male interviewer was quite experienced where as female interviewer was relatively new . The Interview started by a small introduction followed by some OOPS related questions where I was tested on how i perceive the concept of OOPS in real life . Then this conversation was followed by some core concepts of JAVA like abstract classes and interfaces . Then I was asked about my projects that i mentioned in my resume , then after some healthy discussion on those projects , the interviewer started to question about DBMS , I was asked some basic queries followed by some advanced queries and then followed by a discussion on SQL vs NoSQL . Then Interviewers asked me about my tech stack and the source of my technical knowledge. Then at last I was asked that why Blackrock and this concluded my Interview.

  • Q1. 

    Ninja And The Triangle Problem Statement

    Ninja is provided with 'N' stars and the task is to construct a triangle such that the 'i'th level of the triangle uses 'i' number of stars. The goal is to make th...

  • Ans. 

    Given 'N' stars, construct a triangle with maximum height using 'i' stars in 'i'th level.

    • Calculate the maximum height of the triangle using the formula: height = floor((-1 + sqrt(1 + 8 * N)) / 2)

    • Iterate through each test case and calculate the maximum height for each 'N'.

    • Output the maximum height for each test case.

  • Answered by AI

Interview Preparation Tips

Professional and academic backgroundI completed Computer Science Engineering from TIET - Thapar Institute of Engineering And Technology. I applied for the job as SDE - 1 in MumbaiEligibility criteriaAbove 7 CGPABlackrock interview preparation:Topics to prepare for the interview - Data Structures , Algorithms , Operation Systems , OOPS , DBMS , Web DevelopmentTime required to prepare for the interview - 4 monthsInterview preparation tips for other job seekers

Tip 1 : Be precise about what to do and what not to do.
Tip 2 : Always Revise the concepts you have done in past , use prime day revision theory.
Tip 3 : Do as many projects as you can but always mention those projects in which you are very well versed.
Tip 4 : Keep on reading random news related to your favourite tech and always have an in depth knowledge of what tech you currently use.

Application resume tips for other job seekers

Tip 1 : Keep it short , precise and effective .
Tip 2 : Mention even small things that you did had an impact on other people.

Final outcome of the interviewRejected

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed before Apr 2022. There were 3 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 

Tell me about a time where you resolve a conflict

Round 3 - Coding Test 

Reverse a string, identify anagram

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep calm and be confident in yourself
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
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 - Coding Test 

70 minutes test, and 4 questions

Round 3 - One-on-one 

(1 Question)

  • Q1. Behavioural Queston
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
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 - 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
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed in Mar 2024. There were 2 interview rounds.

Round 1 - Coding Test 

It was angular and java

Round 2 - Technical 

(1 Question)

  • Q1. A question about dbms etc
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

I applied via Walk-in and was interviewed in Nov 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Electronic communication engineering

Interview Preparation Tips

Interview preparation tips for other job seekers - Written test

I applied via LinkedIn and was interviewed in Mar 2022. There were 2 interview rounds.

Round 1 - Aptitude Test 
Round 2 - Coding Test 

Interview Preparation Tips

Interview preparation tips for other job seekers - No I Am Sorry I Don't know for the advice in interview

Tower Research Capital LLC Interview FAQs

How many rounds are there in Tower Research Capital LLC Core Engineering interview?
Tower Research Capital LLC interview process usually has 2 rounds. The most common rounds in the Tower Research Capital LLC interview process are Coding Test and Technical.
What are the top questions asked in Tower Research Capital LLC Core Engineering interview?

Some of the top questions asked at the Tower Research Capital LLC Core Engineering interview -

  1. Check if a string containing parenthesis is balan...read more
  2. Check if a graph has a unique Topological s...read more
  3. OS and CPU intern...read more

Tell us how to improve this page.

Tower Research Capital LLC Core Engineering Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

MNC Group Interview Questions
4.3
 • 103 Interviews
Blackrock Interview Questions
3.8
 • 99 Interviews
Nomura Holdings Interview Questions
3.8
 • 68 Interviews
View all
Software Engineer
40 salaries
unlock blur

₹24.5 L/yr - ₹67.5 L/yr

Software Developer
32 salaries
unlock blur

₹24 L/yr - ₹53.9 L/yr

Sde1
25 salaries
unlock blur

₹30 L/yr - ₹60 L/yr

Senior Software Engineer
20 salaries
unlock blur

₹30 L/yr - ₹50 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

Nomura Holdings

3.8
Compare

Blackrock

3.8
Compare

Muthoot Homefin India

3.9
Compare

Adarsh Credit Co-Operative Society

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