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 Interview Questions, Process, and Tips

Updated 5 Mar 2025

Top FiftyFive Technologies Interview Questions and Answers

View all 17 questions

FiftyFive Technologies Interview Experiences

Popular Designations

23 interviews found

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I was interviewed in Feb 2025.

Round 1 - One-on-one 

(3 Questions)

  • Q1. Can you provide an introduction about yourself?
  • Q2. How can you identify the highest error counts from an error log generated after uploading a file using Python?
  • Q3. What is the process for finding the third highest salary in a department?

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare python well, they need coders

Ai Ml Engineer Interview Questions asked at other Companies

Q1. Can you describe a recent machine learning project you built, including a walkthrough of the project and a code sample?
View answer (1)
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Fibonnaci series program in php

Round 2 - Technical 

(3 Questions)

  • Q1. Second max salary from employee table
  • Q2. Framework questions
  • Q3. Diff between symfony & laravel
  • Ans. 

    Symfony is a full-stack framework with more flexibility, while Laravel is a more opinionated framework with built-in features.

    • Symfony is more flexible and allows for more customization compared to Laravel.

    • Laravel is more opinionated and comes with built-in features like authentication and routing.

    • Symfony is known for its modularity and flexibility, allowing developers to pick and choose components as needed.

    • Laravel has...

  • Answered by AI

PHP Developer Interview Questions asked at other Companies

Q1. How can we report errors in the log file while working on a core PHP project?
View answer (3)
FiftyFive Technologies Interview Questions and Answers for Freshers
illustration image
Interview experience
1
Bad
Difficulty level
Easy
Process Duration
2-4 weeks
Result
No response

I applied via Approached by Company and was interviewed in Oct 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. What is Hoisting
  • Ans. 

    Hoisting is a JavaScript mechanism where variable and function declarations are moved to the top of their containing scope.

    • Variable declarations are hoisted to the top of the function or global scope.

    • Function declarations are also hoisted to the top of the function or global scope.

    • However, only the declarations are hoisted, not the initializations.

  • Answered by AI
  • Q2. What are hooks in reactjs
  • Ans. 

    Hooks in ReactJS are functions that let you use state and other React features without writing a class.

    • Hooks were introduced in React 16.8 to allow functional components to have state and lifecycle methods.

    • Some commonly used hooks are useState, useEffect, useContext, and useReducer.

    • Hooks allow you to reuse stateful logic across multiple components without changing the component hierarchy.

    • Example: useState hook allows y...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Time wasters, they sent an inexperienced developer for interview.
Interviewer showed up in gym sando, on top of that he asked interview from a website that listed interview questions and tries to match my answers Verbatim.
Got rejected by a jr dev who was not even working in my tech.

Skills evaluated in this interview

Top FiftyFive Technologies Full Stack Developer Interview Questions and Answers

Q1. map and reduce functions in javascript
View answer (1)

Full Stack Developer Interview Questions asked at other Companies

Q1. Query and Matrix Problem Statement You are given a binary matrix with 'M' rows and 'N' columns, initially consisting of all 0s. You will receive 'Q' queries, which can be of four types: Query 1: 1 R indexQuery 2: 1 C indexQuery 3: 2 R index... read more
View answer (1)
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Jul 2024. There was 1 interview round.

Round 1 - Technical 

(6 Questions)

  • Q1. Closures in javascript
  • Ans. 

    Closures in JavaScript allow functions to access variables from an outer function even after the outer function has finished executing.

    • Closures are created whenever a function is defined within another function.

    • Inner functions have access to the outer function's variables even after the outer function has returned.

    • Closures can be used to create private variables and functions in JavaScript.

    • Example: function outerFuncti...

  • Answered by AI
  • Q2. Higher order functions in javascript
  • Ans. 

    Higher order functions in JavaScript are functions that can take other functions as arguments or return functions as output.

    • Higher order functions can be used to create more flexible and reusable code.

    • Examples include functions like map, filter, and reduce in JavaScript.

    • Higher order functions can help with tasks like data manipulation, event handling, and asynchronous programming.

  • Answered by AI
  • Q3. Map and reduce functions in javascript
  • Ans. 

    Map and reduce functions are higher-order functions in JavaScript used to transform and aggregate data in arrays.

    • Map function applies a function to each element in an array and returns a new array with the results.

    • Reduce function applies a function to each element in an array, accumulating a single value.

    • Example: const numbers = [1, 2, 3]; const doubled = numbers.map(num => num * 2); const sum = numbers.reduce((acc, cu

  • Answered by AI
  • Q4. Record enum in typescript
  • Ans. 

    Enums in TypeScript allow developers to define a set of named constants.

    • Define an enum using the 'enum' keyword followed by the enum name and list of constants

    • Access enum values using the enum name followed by a dot and the constant name

    • Enums can have string or numeric values, and can also be used as types

  • Answered by AI
  • Q5. Event loop in js
  • Ans. 

    Event loop in JavaScript manages asynchronous operations by executing callback functions in a queue.

    • Event loop is responsible for handling asynchronous operations in JavaScript.

    • It allows non-blocking I/O operations by executing callback functions in a queue.

    • Event loop continuously checks the call stack and the callback queue to determine which function to execute next.

  • Answered by AI
  • Q6. Sort an array using javascript
  • Ans. 

    Use the sort() method in JavaScript to sort an array of strings.

    • Use the sort() method with a compare function to sort the array alphabetically.

    • Example: array.sort((a, b) => a.localeCompare(b));

  • Answered by AI

Skills evaluated in this interview

Top FiftyFive Technologies Full Stack Developer Interview Questions and Answers

Q1. map and reduce functions in javascript
View answer (1)

Full Stack Developer Interview Questions asked at other Companies

Q1. Query and Matrix Problem Statement You are given a binary matrix with 'M' rows and 'N' columns, initially consisting of all 0s. You will receive 'Q' queries, which can be of four types: Query 1: 1 R indexQuery 2: 1 C indexQuery 3: 2 R index... read more
View answer (1)

FiftyFive Technologies interview questions for popular designations

 Software Developer

 (3)

 Software Engineer Intern

 (3)

 Full Stack Developer

 (2)

 DevOps Engineer Intern

 (2)

 Technical Lead

 (1)

 Software Engineer

 (1)

 PHP Developer

 (1)

 Business Development Manager

 (1)

Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Jul 2024. There was 1 interview round.

Round 1 - Technical 

(4 Questions)

  • Q1. Irrelevant questions according to my experience
  • Q2. He was asking so low level like a fresher
  • Q3. What is docker network, group ?
  • Ans. 

    Docker network group is a way to group containers together and isolate them from other containers on the same network.

    • Docker network group allows containers to communicate with each other securely.

    • Containers in the same network group can access each other using their container names.

    • Network groups can be created using Docker network commands like 'docker network create'.

  • Answered by AI
  • Q4. 45min about docker and Kubernetes

Interview Preparation Tips

Interview preparation tips for other job seekers - Only prepare for your skills mentions in resume.

Skills evaluated in this interview

Senior Devops Engineer Interview Questions asked at other Companies

Q1. What are Terraform life cycles ? and how do we use them ?
View answer (3)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Job Portal and was interviewed in Nov 2023. There were 6 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 Resume tips
Round 2 - Aptitude Test 

Aptitude Round on DevOps

Round 3 - Assignment 

DevOps related assignment is given by Team

Round 4 - Technical 

(3 Questions)

  • Q1. Question in Docker, Kubernetes, Terraform, AWS, Linux
  • Q2. Docker, Kubernetes, Terraform
  • Q3. AWS, Linux, docker
Round 5 - Technical 

(1 Question)

  • Q1. In TR -2 :- Docker, AWS, Linux, Kubernetes, Terraform
Round 6 - HR 

(1 Question)

  • Q1. Basic Questions Related About you and Company, some scenario based questions.

DevOps Engineer Intern Interview Questions asked at other Companies

Q1. How is your efficiency for GitHub and for command tools?
View answer (1)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Jun 2023. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Do not use an unprofessional email address such as cool_boy@email.com. It shows a lack of professionalism by the candidate.
View all Resume tips
Round 2 - Technical 

(1 Question)

  • Q1. Code for the palindrome string, java oops, JDK, sorting algorithms
  • Ans. 

    The code for a palindrome string in Java using object-oriented programming and JDK.

    • Create a Java class with a method to check if a string is a palindrome

    • Use the JDK String class methods to manipulate and compare strings

    • Implement the logic to reverse the string and compare it with the original string

    • Handle cases with spaces, punctuation, and different letter cases

    • Test the code with different examples to ensure correctne

  • Answered by AI
Round 3 - One-on-one 

(2 Questions)

  • Q1. Quick sorting algorithm, code for fibonacci series, binary search.
  • Q2. Simply write the code for quick search - by using the method of divide and conquer, using java language
  • Ans. 

    Code for quick search using divide and conquer method in Java

    • Divide the array into two halves

    • Compare the target element with the middle element of the array

    • If the target element is equal to the middle element, return the index

    • If the target element is less than the middle element, search in the left half

    • If the target element is greater than the middle element, search in the right half

    • Repeat the process until the target

  • Answered by AI
Round 4 - HR 

(1 Question)

  • Q1. What are your expextions from the compay, why do we hire you for this role and a situtaional question

Interview Preparation Tips

Topics to prepare for FiftyFive Technologies Software Trainee Intern interview:
  • DSA
  • React
  • git
  • javas
Interview preparation tips for other job seekers - Just strong your basics of DSA and OOPs and have good commands on javascript and react if you want to be a frontend Developer here

Skills evaluated in this interview

Software Trainee Intern Interview Questions asked at other Companies

Q1. Simply write the code for quick search - by using the method of divide and conquer, using java language
View answer (1)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed in Nov 2023. 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 Resume tips
Round 2 - HR 

(1 Question)

  • Q1. Some information about me and my work experience
Round 3 - One-on-one 

(1 Question)

  • Q1. Discussion based round about work and my knowledge regarding IT Sales
Round 4 - HR 

(1 Question)

  • Q1. BGV and document verification

Business Development Manager Interview Questions asked at other Companies

Q1. If your not getting support from bank or agent, then what will make further to generate business, what is the approach or strategy to be implemented during such cases to convince the customers ?
View answer (14)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Jun 2023. There were 6 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Double-check your resume for any spelling mistakes. The recruiter may consider spelling mistakes as careless behavior or poor communication skills.
View all Resume tips
Round 2 - Aptitude Test 

General IT and basic computer aptitude

Round 3 - Coding Test 

Basic Data Structures and algorithms based questions

Round 4 - Technical 

(1 Question)

  • Q1. One on one Technical interview based on skills
Round 5 - Technical 

(1 Question)

  • Q1. One on one technical interview with manager
Round 6 - HR 

(1 Question)

  • Q1. Final HR round with situational based questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Get well prepared for all the points highlighted in your resume and cover all the topics with working concept in computer science course work .

Software Test Engineer Intern Interview Questions asked at other Companies

Q1. Explain the number of bits transferred for a given baud rate
View answer (1)
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 Nov 2023. There were 4 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 Resume tips
Round 2 - Coding Test 

It was for approx 1 hrs and questions was from JS NodeJs TS AWS Database

Round 3 - Technical 

(1 Question)

  • Q1. AWS & Domain Specific
Round 4 - HR 

(1 Question)

  • Q1. Manegerial & Leadership

Senior Software Engineer Interview Questions asked at other Companies

Q1. K Largest Elements Problem Statement You are given an integer k and an array of integers that contain numbers in random order. Write a program to find the k largest numbers from the given array. You need to save them in an array and return ... read more
View answer (1)
Contribute & help others!
anonymous
You can choose to be anonymous

FiftyFive Technologies Interview FAQs

How many rounds are there in FiftyFive Technologies interview?
FiftyFive Technologies interview process usually has 3-4 rounds. The most common rounds in the FiftyFive Technologies interview process are Technical, Resume Shortlist and HR.
How to prepare for FiftyFive Technologies interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at FiftyFive Technologies. The most common topics and skills that interviewers at FiftyFive Technologies expect are Javascript, AWS, C#, Cloud Computing and IT Sales.
What are the top questions asked in FiftyFive Technologies interview?

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

  1. Simply write the code for quick search - by using the method of divide and conq...read more
  2. Build an API in node.js that takes an array in the body and responds with a sor...read more
  3. code for the palindrome string, java oops, JDK, sorting algorit...read more
How long is the FiftyFive Technologies interview process?

The duration of FiftyFive Technologies interview process can vary, but typically it takes about less than 2 weeks to complete.

Recently Viewed

JOBS

Browse jobs

Discover jobs you love

COMPANY BENEFITS

KNR Constructions

20 benefits

COMPANY BENEFITS

IRB Infrastructure

60 benefits

COMPANY BENEFITS

Dilip Buildcon

304 benefits

COMPANY BENEFITS

Dilip Buildcon

304 benefits

JOBS

Bull Machines

No Jobs

INTERVIEWS

Ibg Fincon Solutions

No Interviews

INTERVIEWS

Bull Machines

No Interviews

INTERVIEWS

Erevmax Technologies

No Interviews

INTERVIEWS

GEP Worldwide

No Interviews

Tell us how to improve this page.

FiftyFive Technologies Interview Process

based on 21 interviews

Interview experience

4.1
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.5k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.7k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.9k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 3k Interviews
Mphasis Interview Questions
3.4
 • 810 Interviews
VDart Interview Questions
4.5
 • 26 Interviews
View all

FiftyFive Technologies Reviews and Ratings

based on 42 reviews

3.8/5

Rating in categories

4.0

Skill development

3.8

Work-life balance

3.5

Salary

3.9

Job security

4.0

Company culture

3.2

Promotions

3.8

Work satisfaction

Explore 42 Reviews and Ratings
Software Engineer
44 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Developer
38 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Engineer
20 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Technical Lead
13 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

QA Engineer
10 salaries
unlock blur

₹0 L/yr - ₹0 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