Tracxn interview experience Real time questions & tips from candidates to crack your interview

Fullstack Developer

Tracxn
upvote
share-icon
1 rounds | 1 Coding problems

Interview preparation journey

expand-icon
Journey
Over the past few months, I made it a routine to solve 2–3 DSA problems daily, focusing on both basic and medium-level questions. This consistent practice not only strengthened my problem-solving skills but also gave me a deeper understanding of core data structures and algorithms.
Preparation
Topics: HTML, JavaScript, Node.js, DSA
Application process
Where: Coding Ninjas Placement Cell
Eligibility: NA, (Salary package: 6 LPA)

Interview rounds

01
Round
Medium
Face to Face
Duration
Interview date16 Apr 2025
Coding problem1

1. Form the Largest Number from Array of Strings

You are given an array of strings, where each string represents a non-negative integer. Rearrange the elements of the array such that when concatenated, they form the largest possible number. Return the result as a string.

Example:
Input: ["54", "546", "548", "60"]
Output: "6054854654"

 

Problem approach

Since the interviewer instructed me not to use any built-in functions, I implemented a bubble sort algorithm to arrange the given array of strings in decreasing order. After completing the sorting, I concatenated all the elements sequentially, which resulted in forming the largest possible number.

Here's your problem of the day

Solving this problem will increase your chance to get selected in this company

Skill covered: Programming

What is recursion?

Choose another skill to practice
Similar interview experiences
company logo
SDE - 1
4 rounds | 8 problems
Interviewed by Amazon
8518 views
0 comments
0 upvotes
Analytics Consultant
3 rounds | 10 problems
Interviewed by ZS
907 views
0 comments
0 upvotes
company logo
SDE - Intern
1 rounds | 3 problems
Interviewed by Amazon
3320 views
0 comments
0 upvotes
company logo
SDE - 2
4 rounds | 6 problems
Interviewed by Expedia Group
2580 views
0 comments
0 upvotes
Companies with similar interview experiences
company logo
Fullstack Developer
6 rounds | 5 problems
Interviewed by Microsoft
2223 views
0 comments
0 upvotes
company logo
Fullstack Developer
2 rounds | 2 problems
Interviewed by Samsung
2163 views
0 comments
0 upvotes
company logo
Fullstack Developer
2 rounds | 2 problems
Interviewed by Amdocs
1813 views
0 comments
0 upvotes