i
FiftyFive Technologies
Filter interviews by
I applied via Referral and was interviewed before Nov 2022. There were 4 interview rounds.
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...
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
I applied via Referral and was interviewed before Oct 2022. There were 3 interview rounds.
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.
I applied via LinkedIn and was interviewed before Sep 2022. There were 4 interview rounds.
Implement quick sort
Top trending discussions
posted on 22 Jan 2025
1 hour online test ..
posted on 17 Oct 2024
I applied via Walk-in
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.
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
I applied via Campus Placement and was interviewed in Jun 2024. There were 2 interview rounds.
It was ok. I was not able to solve all the questions.
I applied via LinkedIn and was interviewed in Aug 2024. There was 1 interview round.
The interviewer asked about javascript basics and DSA questions and some typescript questions
Coding for international
posted on 31 Aug 2024
I applied via Naukri.com and was interviewed in Mar 2024. There were 2 interview rounds.
Simple question on maths
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...
posted on 19 Sep 2024
I applied via Job Portal
60mintues DSA level coding exam
based on 3 interviews
2 Interview rounds
based on 9 reviews
Rating in categories
Software Engineer
43
salaries
| ₹5 L/yr - ₹11 L/yr |
Software Developer
37
salaries
| ₹5 L/yr - ₹18 L/yr |
Senior Software Engineer
17
salaries
| ₹10.4 L/yr - ₹18 L/yr |
Technical Lead
13
salaries
| ₹11 L/yr - ₹31 L/yr |
QA Engineer
10
salaries
| ₹3.5 L/yr - ₹13 L/yr |
Infosys
TCS
Wipro
HCLTech