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

React developer

Foxberry Technologies
upvote
share-icon
1 rounds | 1 Coding problems

Interview preparation journey

expand-icon
Journey
My learning journey has been a smooth experience, where live doubt-solving sessions and discussions with mentors played a major role. The constant guidance and interactive learning environment made it easier to grasp concepts and apply them effectively.
Preparation
Topics: React, JavaScript, HTML&CSS
Application process
Where: Coding Ninjas Placement Cell
Eligibility: NA, (Salary package: 3-3.5 LPA)

Interview rounds

01
Round
Easy
Face to Face
Duration
Interview date22 Apr 2025
Coding problem1

1. String Alphabetical Sorting (Without Built-in Sort)

Write a program to sort the characters of a given string in alphabetical order without using the built-in sort method.
Example:
Input: "sort this string"
Output: "ghiinorrssttt"

Problem approach
  • Created a function that accepts the input string.
  • Converted the string into an array of characters using split("").
  • Applied the Bubble Sort algorithm with two nested loops:
    • Compared each element with its adjacent one.
    • Swapped them if the current element was greater than the next element.
  • Continued the process until the entire array was sorted alphabetically.
  • Converted the sorted array back into a string using join("").
  • Returned the final sorted string as the result.

Here's your problem of the day

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

Skill covered: Programming

Which keyword is used for inheritance?

Choose another skill to practice
Similar interview experiences
Backend Developer
1 rounds | 1 problems
Interviewed by Foxberry Technologies
78 views
0 comments
0 upvotes
React developer
1 rounds | 1 problems
Interviewed by Foxberry Technologies
71 views
0 comments
0 upvotes
React developer
1 rounds | 3 problems
Interviewed by Foxberry Technologies
74 views
0 comments
0 upvotes
React developer
1 rounds | 2 problems
Interviewed by Foxberry Technologies
57 views
0 comments
0 upvotes
Companies with similar interview experiences
company logo
React developer
3 rounds | 19 problems
Interviewed by Ernst & Young (EY)
4117 views
0 comments
0 upvotes
company logo
React developer
1 rounds | 5 problems
Interviewed by Infosys
5407 views
0 comments
0 upvotes