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 and Answers

Updated 2 Apr 2025

FiftyFive Technologies Interview Experiences

Popular Designations

26 interviews found

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

I appeared for an interview in Feb 2025.

Round 1 - One-on-one 

(3 Questions)

  • Q1. Can you provide an introduction about yourself?
  • Ans. 

    AI/ML Engineer with a passion for developing innovative solutions and a strong background in data analysis and machine learning algorithms.

    • Over 5 years of experience in AI and machine learning, focusing on predictive modeling and natural language processing.

    • Worked on a project that improved customer retention by 20% using machine learning algorithms to analyze user behavior.

    • Proficient in Python, TensorFlow, and Scikit-...

  • Answered by AI
  • 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
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview in Oct 2024, where I was asked the following questions.

  • Q1. What specific skills and knowledge do you aim to learn during this internship?
  • Ans. 

    I aim to enhance my marketing skills, gain hands-on experience, and understand market dynamics during this internship.

    • Learn digital marketing strategies, such as SEO and social media marketing, to effectively reach target audiences.

    • Gain experience in content creation, including writing blog posts and designing graphics, to engage customers.

    • Understand data analysis tools like Google Analytics to measure campaign perform...

  • Answered by AI
  • Q2. How do you see yourself adding value to FiftyFive Technologies during your internship?
  • Ans. 

    I can bring fresh ideas, analytical skills, and a strong work ethic to enhance FiftyFive Technologies' marketing efforts.

    • Leverage social media analytics to identify trends and optimize campaigns, similar to how I improved engagement by 30% in a college project.

    • Assist in content creation by applying my writing skills to develop engaging blog posts and social media content that resonates with target audiences.

    • Conduct mar...

  • Answered by AI

Marketing Intern Interview Questions asked at other Companies

Q1. Most of our website traffic comes from India while our target geography is the USA. How will you bring US traffic?
View answer (1)
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview in Oct 2024, where I was asked the following questions.

  • Q1. Why Marketing as domain?
  • Q2. Educational background

Marketing Intern Interview Questions asked at other Companies

Q1. Most of our website traffic comes from India while our target geography is the USA. How will you bring US traffic?
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 for popular designations

 Software Developer

 (3)

 Software Engineer Intern

 (3)

 Marketing Intern

 (2)

 Full Stack Developer

 (2)

 DevOps Engineer Intern

 (2)

 Marketing Manager

 (1)

 Technical Lead

 (1)

 Software Engineer

 (1)

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)

Jobs at FiftyFive Technologies

View all
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)

Marketing Manager Interview Questions & Answers

user image Aditya Deshmukh

posted on 31 Mar 2025

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
  • Q1. About yourself and Why marketing
  • Q2. What makes you fixated on your goals
  • Ans. 

    My fixation on goals stems from passion, commitment, and a clear vision of success that drives my actions daily.

    • Passion: I genuinely enjoy what I do, which fuels my motivation to achieve my goals. For example, my love for digital marketing keeps me updated with trends.

    • Commitment: I set specific, measurable goals and hold myself accountable. For instance, I track my progress weekly to ensure I'm on the right path.

    • Vision...

  • Answered by AI

Marketing Manager Interview Questions asked at other Companies

Q1. What the big opportunities to handle a sales in a worse situation i.e when prices & demand are low & vice versa
View answer (2)
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 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 (2)
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:
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 

(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)

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, Python, AWS, Cloud Computing and Digital Marketing.
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. How can you identify the highest error counts from an error log generated after...read more
  3. Build an API in node.js that takes an array in the body and responds with a sor...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.

Tell us how to improve this page.

FiftyFive Technologies Interview Process

based on 24 interviews

Interview experience

4.2
  
Good
View more

Interview Questions from Similar Companies

Affine Interview Questions
3.3
 • 49 Interviews
IT By Design Interview Questions
3.5
 • 40 Interviews
ConsultAdd Interview Questions
3.5
 • 36 Interviews
Junglee Games Interview Questions
3.1
 • 32 Interviews
View all

FiftyFive Technologies Reviews and Ratings

based on 48 reviews

3.9/5

Rating in categories

4.1

Skill development

3.9

Work-life balance

3.6

Salary

3.9

Job security

4.0

Company culture

3.3

Promotions

3.9

Work satisfaction

Explore 48 Reviews and Ratings
iOS Developer

Jaipur

4-7 Yrs

Not Disclosed

Explore more jobs
Software Engineer
47 salaries
unlock blur

₹5 L/yr - ₹12.8 L/yr

Software Developer
38 salaries
unlock blur

₹5 L/yr - ₹15 L/yr

Senior Software Engineer
20 salaries
unlock blur

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

Maxgen Technologies

4.6
Compare

Value Point Systems

3.6
Compare

JoulestoWatts Business Solutions

2.9
Compare

F1 Info Solutions and Services

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