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
3.8

based on 35 Reviews

Filter interviews by

FiftyFive Technologies Full Stack Developer Interview Questions, Process, and Tips

Updated 31 Oct 2024

Top FiftyFive Technologies Full Stack Developer Interview Questions and Answers

View all 8 questions

FiftyFive Technologies Full Stack Developer Interview Experiences

2 interviews found

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

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

Full Stack Developer Interview Questions Asked at Other Companies

asked in DBS Bank
Q1. Query And MatrixYou are given a binary matrix with ‘M’ rows and ‘ ... read more
asked in DBS Bank
Q2. SQL QuestionsYou are given the details of retail outlet. Your tas ... read more
asked in Accenture
Q3. Find Duplicates In ArrayYou are given an array/list 'ARR' consist ... read more
Q4. Most Frequent WordYou are given a paragraph that may have letters ... read more
asked in CommVault
Q5. Count with K different charactersYou are given a string ‘STR’ of ... read more

Interview questions from similar companies

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

I applied via Referral and was interviewed in Sep 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

Its basic test general questions would be there

Round 2 - Coding Test 

Coding test contains 7 questions which you need to complete basic questions like star pattern , fibonacci.

Round 3 - One-on-one 

(1 Question)

  • Q1. Core java qustions

Interview Preparation Tips

Interview preparation tips for other job seekers - You can crack interview easily with basic knowledge of java
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
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Question asked from javascript and Angular.
Round 2 - Behavioral 

(1 Question)

  • Q1. Asking how will you handle pressure and whats your strength and weekness.
Round 3 - HR 

(1 Question)

  • Q1. Discussion on Salary negotiation

Interview Preparation Tips

Interview preparation tips for other job seekers - I have given my interview for the role of Software Developer, the recruiter schedule an interview:-
1. Techincal Round - clear
2. Managerial Round- clear
The recruiter(Talent Acquisition Team) told me that they will give hike on current salary but in HR round they lied and said company will hire you on current salary after disscussing with HR on salary negotiation i agreed with the same package because at that time I was unemployed.
He said will give you an update regarding offer letter, From that date he never came back and does not release offer letter i followup with recruiter, I called several times but she doesn't pick my call even not replying on msg/whatsapp.

My advice for jobseekers to stay away from this company it will waste your time and energy.
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
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. I don't know why they rejected me
  • Q2. What ever they asked me for coding part the output is correct and logic is also correct
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

FiftyFive Technologies Interview FAQs

How many rounds are there in FiftyFive Technologies Full Stack Developer interview?
FiftyFive Technologies interview process usually has 1 rounds. The most common rounds in the FiftyFive Technologies interview process are Technical.
How to prepare for FiftyFive Technologies Full Stack Developer 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 Full Stack, Javascript, AWS, Cloud and Mern Stack.
What are the top questions asked in FiftyFive Technologies Full Stack Developer interview?

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

  1. map and reduce functions in javascr...read more
  2. higher order functions in javascr...read more
  3. What are hooks in reac...read more

Tell us how to improve this page.

FiftyFive Technologies Full Stack Developer Salary
based on 5 salaries
₹11 L/yr - ₹12 L/yr
31% more than the average Full Stack Developer Salary in India
View more details
Software Engineer
43 salaries
unlock blur

₹5 L/yr - ₹12 L/yr

Software Developer
33 salaries
unlock blur

₹6.5 L/yr - ₹18 L/yr

Senior Software Engineer
18 salaries
unlock blur

₹10.4 L/yr - ₹18 L/yr

Technical Lead
11 salaries
unlock blur

₹11 L/yr - ₹31 L/yr

QA Engineer
7 salaries
unlock blur

₹7.7 L/yr - ₹17.8 L/yr

Explore more salaries
Compare FiftyFive Technologies with

Infosys

3.7
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