Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by FiftyFive Technologies Team. If you also belong to the team, you can get access from here

FiftyFive Technologies Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

FiftyFive Technologies Software Developer Interview Questions and Answers

Updated 29 Nov 2023

FiftyFive Technologies Software Developer Interview Experiences

3 interviews found

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Nov 2022. There were 4 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 - Technical 

(2 Questions)

  • Q1. Technology related questions in my case it is reactjs.
  • Q2. Hooks,Redux, React lifecycle
Round 3 - One-on-one 

(2 Questions)

  • Q1. How to scale app for large customer base.
  • Ans. 

    To scale an app for large customer base, consider using cloud services, optimizing database queries, implementing caching mechanisms, and utilizing load balancing.

    • Utilize cloud services such as AWS or Azure to easily scale resources based on demand

    • Optimize database queries to improve performance and handle large amounts of data efficiently

    • Implement caching mechanisms to reduce the load on servers and improve response t...

  • Answered by AI
  • Q2. How to optimize web app
  • Ans. 

    Optimizing a web app involves improving performance, speed, and user experience.

    • Minimize HTTP requests by combining files, using CSS sprites, and reducing scripts

    • Enable browser caching to reduce server load and improve load times

    • Optimize images by using the correct format, size, and compression

    • Use a content delivery network (CDN) to distribute content closer to users for faster loading times

    • Implement lazy loading for i

  • Answered by AI
Round 4 - HR 

(1 Question)

  • Q1. General questions of my past working experience

Interview Preparation Tips

Topics to prepare for FiftyFive Technologies Software Developer interview:
  • Hooks,
  • Redux
  • Udemy top rating course.
Interview preparation tips for other job seekers - Do some great projects before going to interview processes.

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Oct 2022. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Technical 

(2 Questions)

  • Q1. Basic Javascript questions - Async-await, promises, how javascript runs in the browser. Cross questions for projects I worked on in my previous company. Database design questions
  • Q2. Build an API in node.js that takes an array in the body and responds with a sorted array(merge sort).
  • Ans. 

    Build an API in node.js that sorts an array using merge sort algorithm.

    • Create a POST endpoint in node.js that accepts an array of strings in the request body.

    • Implement the merge sort algorithm to sort the array.

    • Return the sorted array as the response.

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. They told me the offer, and I negotiated a little bit and they agreed.

Interview Preparation Tips

Topics to prepare for FiftyFive Technologies Software Developer interview:
  • System Design
  • Javascript
Interview preparation tips for other job seekers - Revise basics of javascript before interview.

Skills evaluated in this interview

Software Developer Interview Questions Asked at Other Companies

asked in Amazon
Q1. Maximum Subarray Sum Problem Statement Given an array of integers ... read more
asked in Amazon
Q2. Minimum Number of Platforms Needed Problem Statement You are give ... read more
asked in Rakuten
Q3. Merge Two Sorted Arrays Problem Statement Given two sorted intege ... read more
asked in Nagarro
Q4. Crazy Numbers Pattern Challenge Ninja enjoys arranging numbers in ... read more
asked in PhonePe
Q5. Form a Triangle Problem Statement You are given an array of integ ... read more
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before Sep 2022. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Technical 

(1 Question)

  • Q1. General JS and react questions, and project related questions
Round 3 - Coding Test 

Implement quick sort

Round 4 - HR 

(2 Questions)

  • Q1. Salary negotiation
  • Q2. Some managerial questions like what are your objectives, some situational questions

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

1 hour online test ..

Round 2 - Technical 

(1 Question)

  • Q1. Programming related questions.
Round 3 - Technical 

(1 Question)

  • Q1. DSA round (easy to medium)
Round 4 - HR 

(1 Question)

  • Q1. Technical+ hr round
Round 5 - Behavioral 

(1 Question)

  • Q1. Technical questions.
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-

I applied via Walk-in

Round 1 - Technical 

(2 Questions)

  • Q1. How make a queue using a stack
  • Ans. 

    To implement a queue using a stack, use two stacks and simulate the queue operations.

    • Use two stacks, one for enqueue operation and one for dequeue operation.

    • For enqueue operation, simply push elements onto the stack used for enqueueing.

    • For dequeue operation, if the dequeue stack is empty, pop all elements from enqueue stack and push onto dequeue stack.

    • Then pop from the dequeue stack to simulate dequeue operation.

  • Answered by AI
  • Q2. Create a linked list
  • Ans. 

    A linked list is a data structure consisting of nodes where each node points to the next node in the sequence.

    • Create a Node class with data and next pointer

    • Initialize a head pointer to null

    • Add nodes by updating next pointers

    • Traverse the list by following next pointers

  • Answered by AI

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Jun 2024. There were 2 interview rounds.

Round 1 - Coding Test 

It was ok. I was not able to solve all the questions.

Round 2 - Technical 

(2 Questions)

  • Q1. Remove the last element from a linkedlist
  • Q2. Some basic questions on oops dbms and os
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in Aug 2024. There was 1 interview round.

Round 1 - Coding Test 

The interviewer asked about javascript basics and DSA questions and some typescript questions

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(5 Questions)

  • Q1. Tell me about
  • Q2. Your self they are asking
  • Q3. What is your weakness
  • Q4. Any questions ask for me
  • Q5. All the best future
Round 2 - Coding Test 

Coding for international

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Mar 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Simple question on maths

Round 2 - Technical 

(2 Questions)

  • Q1. Explain OOPS concept
  • Ans. 

    OOPS (Object-Oriented Programming) is a programming paradigm based on the concept of objects, which can contain data and code.

    • OOPS focuses on creating objects that interact with each other to solve complex problems

    • Key principles include encapsulation, inheritance, polymorphism, and abstraction

    • Encapsulation ensures that the internal state of an object is hidden from the outside world

    • Inheritance allows a class to inherit...

  • Answered by AI
  • Q2. Coding array questions
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

I applied via Job Portal

Round 1 - Coding Test 

60mintues DSA level coding exam

FiftyFive Technologies Interview FAQs

How many rounds are there in FiftyFive Technologies Software Developer interview?
FiftyFive Technologies interview process usually has 3-4 rounds. The most common rounds in the FiftyFive Technologies interview process are Resume Shortlist, Technical and HR.
What are the top questions asked in FiftyFive Technologies Software Developer interview?

Some of the top questions asked at the FiftyFive Technologies Software Developer interview -

  1. Build an API in node.js that takes an array in the body and responds with a sor...read more
  2. How to scale app for large customer ba...read more
  3. How to optimize web ...read more

Tell us how to improve this page.

FiftyFive Technologies Software Developer Interview Process

based on 3 interviews

2 Interview rounds

  • Resume Shortlist Round
  • Technical Round
View more
FiftyFive Technologies Software Developer Salary
based on 37 salaries
₹5 L/yr - ₹18 L/yr
41% more than the average Software Developer Salary in India
View more details

FiftyFive Technologies Software Developer Reviews and Ratings

based on 9 reviews

3.5/5

Rating in categories

3.9

Skill development

3.5

Work-life balance

3.7

Salary

4.2

Job security

3.5

Company culture

2.7

Promotions

3.6

Work satisfaction

Explore 9 Reviews and Ratings
Software Engineer
43 salaries
unlock blur

₹5 L/yr - ₹11 L/yr

Software Developer
37 salaries
unlock blur

₹5 L/yr - ₹18 L/yr

Senior Software Engineer
17 salaries
unlock blur

₹10.4 L/yr - ₹18 L/yr

Technical Lead
13 salaries
unlock blur

₹11 L/yr - ₹31 L/yr

QA Engineer
10 salaries
unlock blur

₹3.5 L/yr - ₹13 L/yr

Explore more salaries
Compare FiftyFive Technologies with

Infosys

3.6
Compare

TCS

3.7
Compare

Wipro

3.7
Compare

HCLTech

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