Foxberry technologies Pvt Ltd interview experience Real time questions & tips from candidates to crack your interview

Backend Developer

Foxberry technologies Pvt Ltd
upvote
share-icon
1 rounds | 1 Coding problems

Interview preparation journey

expand-icon
Journey
I was preparing for a backend role in Node.js by strengthening my JavaScript fundamentals, both in theory and coding practice. Alongside, I am focusing on Node.js core concepts, building RESTful APIs, and working with MongoDB for database operations. I am combining hands-on projects with targeted practice to ensure I can handle real-world backend development tasks efficiently.
Preparation
Topics: JavaScript fundamentals, Node.js core concepts, MongoDB, RESTful APIs, and basic DSA
Application process
Where: Coding Ninjas Placement Cell
Eligibility: NA, (Salary package: 3-3.5LPA)

Interview rounds

01
Round
Medium
Face to Face
Duration
Interview date13 May 2025
Coding problem1

1. Check if a String is a Palindrome in JavaScript

Write a JavaScript program that takes a string input from the user and checks whether it is a palindrome. A palindrome is a string that reads the same forwards and backwards. The program should ignore case and non-alphanumeric characters when performing the check and output whether the string is a palindrome or not.

Problem approach
  1. Create a function named isPalindrome that takes a string as a parameter.
  2. Initialize two variables: start = 0 and end = string.length - 1 to point to the first and last characters of the string.
  3. Declare a boolean variable isPalindrome = true.
  4. Use a loop to iterate through the string, comparing characters from both ends.
  5. Inside the loop, if the characters at start and end are not equal, set isPalindrome = false and break the loop.
  6. After each comparison, increment start and decrement end.
  7. Once the loop finishes, return the value of isPalindrome.

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 - Intern
1 rounds | 3 problems
Interviewed by Amazon
3320 views
0 comments
0 upvotes
React developer
1 rounds | 1 problems
Interviewed by Foxberry technologies Pvt Ltd
147 views
0 comments
0 upvotes
React developer
1 rounds | 1 problems
Interviewed by Foxberry technologies Pvt Ltd
123 views
0 comments
0 upvotes
React developer
1 rounds | 2 problems
Interviewed by Foxberry technologies Pvt Ltd
114 views
0 comments
0 upvotes