Upload Button Icon Add office photos

Filter interviews by

Borderfree Interview Questions and Answers

Updated 9 Dec 2021

Borderfree Interview Experiences

2 interviews found

I appeared for an interview in Sep 2021.

Round 1 - Assignment 

Round duration - 90 minutes
Round difficulty - Medium

Round 2 - Video Call 

(1 Question)

Round duration - 60 Minutes
Round difficulty - Medium

  • Q1. 

    Move Zeroes to End

    Given an unsorted array of integers, rearrange the elements such that all the zeroes are moved to the end, while maintaining the order of non-zero elements.

    Input:

    The first line cont...
  • Ans. 

    Rearrange an unsorted array by moving all zeroes to the end while maintaining the order of non-zero elements.

    • Iterate through the array and keep track of the count of non-zero elements encountered.

    • While iterating, if the current element is non-zero, swap it with the element at the count index.

    • After iterating, fill the remaining elements with zeroes.

  • Answered by AI
Round 3 - Video Call 

(1 Question)

Round duration - 45 Minutes
Round difficulty - Hard

  • Q1. 

    Decode Ways Problem Statement

    Given a string strNum that represents a number, the task is to determine the number of ways to decode it using the following encoding: 'A' - 1, 'B' - 2, ..., 'Z' - 26.

    Input...

  • Ans. 

    The task is to determine the number of ways to decode a given number string using a specific encoding.

    • Iterate through the string and use dynamic programming to calculate the number of ways to decode at each position.

    • Consider different cases such as single digit decoding, double digit decoding, and invalid decoding.

    • Use modulo 10^9+7 to handle potentially large numbers of decode ways.

    • Example: For '226', there are 3 possi

  • Answered by AI
Round 4 - HR 

Round duration - 30 Minutes
Round difficulty - Easy

Interview Preparation Tips

Eligibility criteriaNo criteriaBorderfree interview preparation:Topics to prepare for the interview - Data structures, OOPS , Algorithm , Dynamic programming , Operating systemTime required to prepare for the interview - 6 monthsInterview preparation tips for other job seekers

Tip 1 : Practice Atleast 300 Questions
Tip 2 : Practice different approaches to solve a particular problem
Tip 3 : Do Atleast 2 projects

Application resume tips for other job seekers

Tip 1 : Have some Projects on resume
Tip 2 : Do not put false things on resume

Final outcome of the interviewSelected

Skills evaluated in this interview

Mern Stack Developer Interview Questions asked at other Companies

Q1. Middle of a Linked List You are given the head node of a singly linked list. Your task is to return a pointer pointing to the middle of the linked list. If there is an odd number of elements, return the middle element. If there are an even ... read more
View answer (1)

I appeared for an interview in Sep 2021.

Round 1 - Assignment 

Round duration - 90 Minutes
Round difficulty - Medium

Round 2 - Face to Face 

(1 Question)

Round duration - 90 Minutes
Round difficulty - Medium

  • Q1. 

    Find First Repeated Character in a String

    Given a string 'STR' composed of lowercase English letters, identify the character that repeats first in terms of its initial occurrence.

    Example:

    Input:
    STR =...
  • Ans. 

    Find the first repeated character in a given string composed of lowercase English letters.

    • Iterate through the string and keep track of characters seen so far in a set.

    • If a character is already in the set, return it as the first repeated character.

    • If no repeated character is found, return '%'.

  • Answered by AI

Interview Preparation Tips

Professional and academic backgroundI completed Computer Science Engineering from Guru Gobind Singh Educational Society's Technical Campus. I applied for the job as MERN Stack Developer in HyderabadEligibility criteriaNo criteriaBorderfree interview preparation:Topics to prepare for the interview - Data Structure, Algorithm, JavaScript, React, NodeJs,Time required to prepare for the interview - 6 monthsInterview preparation tips for other job seekers

Tip 1 : Practice every day at least 3-4 Questions of DSA
Tip 2 : Do projects which are hosted.

Application resume tips for other job seekers

Tip 1 : Have some projects on your resume.
Tip 2 : if you have an internship or training explain it in a proper way like what are the techniques you learned during your training.

Final outcome of the interviewSelected

Mern Stack Developer Interview Questions asked at other Companies

Q1. Middle of a Linked List You are given the head node of a singly linked list. Your task is to return a pointer pointing to the middle of the linked list. If there is an odd number of elements, return the middle element. If there are an even ... read more
View answer (1)

Interview questions from similar companies

I applied via LinkedIn and was interviewed in May 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Details of current Role & responsibilities and usual BA questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Easy & quick process, They look for someone of that particular domain.

I applied via Walk-in and was interviewed before Jun 2020. There were 5 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Tell me u self and role model
  • Q2. Im shalini from warangal, I completed my studies and I am a fresher

Interview Preparation Tips

Interview preparation tips for other job seekers - Interduce my self

I applied via Recruitment Consultant and was interviewed before Oct 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Communication and interpersonal and Team handle qualities

Interview Preparation Tips

Interview preparation tips for other job seekers - Be frank and say loudly what u r going to say be positive

I applied via Company Website and was interviewed before Mar 2021. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Coding Test 

Java assesment.

Round 3 - HR 

(1 Question)

  • Q1. Where do you see yourself in 5 years?

Interview Preparation Tips

Interview preparation tips for other job seekers - Good company to start your career. Even if project managers or people wont support you, you will have teams and they will surely assist you with learning and progressing further.

Great to be part of Wipro!!

I applied via Naukri.com and was interviewed before Apr 2020. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. What are your strengtsh and weakness
  • Q2. Where do you see yourself in 5 years from now

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and positive in approach

I applied via Walk-in and was interviewed in Dec 2019. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Tell me about your self

Interview Preparation Tips

Interview preparation tips for other job seekers - Maintain punctual and don't trust the consultancy like pay thousand rupees we will send the company in that you don't want to attend all rounds

I applied via Job Portal and was interviewed before Dec 2019. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. First they ask basic questions like HTML SQL Java.

Interview Preparation Tips

Interview preparation tips for other job seekers - First we learn basics programming knowledge and we confident to attend interview and speak bold.

I appeared for an interview before Feb 2021.

Round 1 - HR 

(1 Question)

  • Q1. Tell me about yourself.

Interview Preparation Tips

Interview preparation tips for other job seekers - I have 1 years experience in wipro

Tell us how to improve this page.

Interview Questions from Similar Companies

Wipro Interview Questions
3.7
 • 5.6k Interviews
HGS Interview Questions
3.8
 • 242 Interviews
Iris Software Interview Questions
4.0
 • 143 Interviews
TO THE NEW Interview Questions
3.7
 • 132 Interviews
Nielsen Interview Questions
3.6
 • 117 Interviews
BCD Travel Interview Questions
4.3
 • 111 Interviews
R.R. Donnelley Interview Questions
3.9
 • 102 Interviews
G4S Interview Questions
4.0
 • 97 Interviews
SGS Interview Questions
3.9
 • 93 Interviews
Epsilon Interview Questions
4.0
 • 90 Interviews
View all

Borderfree Reviews and Ratings

based on 1 review

5.0/5

Rating in categories

4.0

Skill development

5.0

Work-life balance

5.0

Salary

4.0

Job security

3.0

Company culture

4.0

Promotions

5.0

Work satisfaction

Explore 1 Review and Rating
Compare Borderfree with

Wipro

3.7
Compare

HGS

3.8
Compare

G4S

4.0
Compare

SGS

3.9
Compare
Did you find this page helpful?
Yes No
write
Share an Interview