Beyond Square Solutions interview experience Real time questions & tips from candidates to crack your interview

Full Stack Engineer

Beyond Square Solutions
upvote
share-icon
2 rounds | 4 Coding problems

Interview preparation journey

expand-icon
Application story
At first, I applied through the CN job portal, and after a week, I received an assessment link. I completed the assessment and was shortlisted. Four to five days later, they scheduled an interview.
Preparation
Duration: 15 days
Topics: JavaScript, ReactJS, Nodejs, Tailwind CSS, HTML, CSS, Java - DSA
Tip
Tip

Tip 1: Learn the basic concepts of DSA, such as arrays and linked lists.
Tip 2: Learn the basics of React and JavaScript.
Tip 3: Make sure you have projects related to the MERN stack (it's a plus).

Application process
Where: Coding Ninjas
Eligibility: I wasn't aware of the specific eligibility criteria, but I had 5 months of internship experience, had CGPA of 8.5 and three projects listed on my resume.(Salary Package: 5LPA)
Resume Tip
Resume tip

Tip 1: Ensure your resume accurately reflects your coding skills.
Tip 2: Add the most relevant skills and experiences that align with your past work and fit the job description.

Interview rounds

01
Round
Easy
Online Coding Interview
Duration90 minutes
Interview date4 Sep 2024
Coding problem3

1. Check If The String Is A Palindrome

Easy
10m average time
90% success
0/40
Asked in companies
SprinklrCIS - Cyber InfrastructureSamsung

You are given a string 'S'. Your task is to check whether the string is palindrome or not. For checking palindrome, consider alphabets and numbers only and ignore the symbols and whitespaces.

Note :

String 'S' is NOT case sensitive.

Example :

Let S = “c1 O$d@eeD o1c”.
If we ignore the special characters, whitespaces and convert all uppercase letters to lowercase, we get S = “c1odeedo1c”, which is a palindrome. Hence, the given string is also a palindrome.
Try solving now

2. Missing Number

Moderate
30m average time
70% success
0/80
Asked in companies
HSBCSterlite Technologies LimitedSamsung

You are given an array/list ‘BINARYNUMS’ that consists of ‘N’ distinct strings which represent all integers from 0 to N in binary representation except one integer. This integer between 0 to ‘N’ whose binary representation is not present in list ‘BINARYNUMS’ is called ‘Missing Integer’.

Your task is to find the binary representation of that ‘Missing Integer’. You should return a string that represents this ‘Missing Integer’ in binary without leading zeros.

Note

1. There will be no leading zeros in any string in the list ‘BINARYNUMS’.

Example:

Consider N = 5 and the list ‘binaryNums’=  [“0”, “01”, “010”, “100”, “101”].  This list consists of the binary representation of numbers [0, 1, 2, 4, 5]. Clearly, the missing number is 3 and its binary representation will be “11”. So you should return string “11”.
Try solving now

3. DBMS

SQLite Entry-Level Database Operations :
1. Creating a table (Learn)
2. Insert, Delete, Update Operations (Learn)
3. Filtering out Data

02
Round
Easy
Face to Face
Duration45 minutes
Interview date10 Sep 2024
Coding problem1

They started with questions about React and JavaScript, then moved on to the DSA problem "Maximum Product Subarray" from LeetCode. After that, they asked me about my projects, including how I approached them, the challenges I encountered, and how I solved those problems.

1. Maximum Product Subarray

Moderate
25m average time
75% success
0/80
Asked in companies
InnovaccerAmazonMicrosoft

You are given an array “arr'' of integers. Your task is to find the contiguous subarray within the array which has the largest product of its elements. You have to report this maximum product.

An array c is a subarray of array d if c can be obtained from d by deletion of several elements from the beginning and several elements from the end.

For e.g.- The non-empty subarrays of an array [1,2,3] will be- [1],[2],[3],[1,2],[2,3],[1,2,3]. 
For Example:
If arr = {-3,4,5}.
All the possible non-empty contiguous subarrays of “arr” are {-3}, {4}, {5}, {-3,4}, {4,5} and {-3,4,5}.
The product of these subarrays are -3, 4, 5, -12, 20 and -60 respectively.
The maximum product is 20. Hence, the answer is 20.
Follow Up:
Can you solve this in linear time and constant space complexity?
Try solving now

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
8519 views
0 comments
0 upvotes
Analytics Consultant
3 rounds | 10 problems
Interviewed by ZS
908 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
2581 views
0 comments
0 upvotes
Companies with similar interview experiences
company logo
Full Stack Engineer
4 rounds | 11 problems
Interviewed by Sprinklr
1298 views
0 comments
0 upvotes
company logo
Full Stack Engineer
2 rounds | 5 problems
Interviewed by HashedIn
0 views
0 comments
0 upvotes