Tracxn logo

Tracxn Backend Engineer Interview Questions
& Process

Real candidates share what happened, how many rounds they had,
and how the experience turned out.

Based on 10 interview experiences · FREE TO READ

1.6 Rounds average
Average Typical difficulty
70% Positive experience

Candidate interview experiences

First-hand accounts from people who interviewed at Tracxn.

Showing 3 of 10
Tracxn logo
Tracxn

Backend Developer

Engineering · half a year ago

Entry Average Positive experience No offer 4 rounds
Interview process
Technical screen Technical screen Technical screen Technical screen
Interview formats
Coding

first round is a dsa assessment. after that, there are 3 more technical rounds which are also dsa.

Confirmed questions4 questions
  • Search for a particular word within a matrix.
  • Find the longest substring.
  • Perform a palindrome check.
Tracxn logo
Tracxn

Backend Engineer

Engineering · nearly a year ago

Entry Difficult Negative experience No offer 1 round
Interview process
Technical screen
Interview formats
Coding Technical

You'll get a string with *, -, and + characters, and its length is a multiple of a given number (sub-string length). Your task is to write a function to hash this string. The hashing algorithm works like this: first, split the string into sub-strings of the given length, starting from the left. Then, figure out the weight of each sub-string, where weight is how many times a unique sub-string value shows up after splitting. After that, sort the unique sub-string values based on their weight, from highest to lowest. If any sub-strings have the same weight, sort them by character order: * comes first, then -, then +. Finally, create the hash by sticking together the sorted list of unique sub-strings and return it.

Confirmed questions4 questions
  • Given a string and a sub-string length, write a function to hash the string based on the provided algorithm.
  • Can you explain Data structures and algorithms?
  • What are your thoughts on JavaScript?
Tracxn logo
Tracxn

Backend Developer

Engineering

Mid Difficult Positive experience Accept offer 1 round
Interview process
Technical screen
Interview formats
Technical Coding

The interview focused on data structures like arrays, strings, and linked lists. It was important to have a good grasp of Java fundamentals, number systems, sorting algorithms, and common data structures such as trees, HashMap, ArrayList, LinkedHashSet, Map, and LinkedHashMap. Having solid foundational knowledge and practicing coding exercises helped me do well in the interview.

Confirmed questions3 questions
  • Can you discuss Spring boot annotations?
  • What are the basics of MongoFb?
  • Tell me about Java Oops concepts.

Tracxn Backend Engineer Interview Questions

Quoted word for word from Tracxn interview reports.

Given a string and a sub-string length, write a function to hash the string based on the provided algorithm.

Read reports

Round 2: What is the minimum number of platforms required?

Read report

Formats, difficulty and experience

Across all 10 Tracxn interview reports.

Interview formats

Coding 62.5%
Technical 31.2%
System Design 6.2%

Interview difficulty

Easy 0%
Average 60%
Difficult 40%

Candidate experience

Positive 70%
Negative 10%
Neutral 20%