i
FiftyFive Technologies
Filter interviews by
I applied via Referral and was interviewed in Jun 2023. There were 4 interview rounds.
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
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
Top trending discussions
posted on 16 Dec 2024
I applied via Campus Placement and was interviewed in Jun 2024. There were 4 interview rounds.
In the coding test, there were 2 problems based on arrays and hashing (easy to medium level leetcode)
Print unique numbers in list
Iterate through the list and store each number in a set to keep track of unique numbers
Print out the numbers in the set to display the unique numbers
posted on 15 Oct 2024
I applied via campus placement at KIIT University, Bhuvaneshwar and was interviewed in Apr 2024. There were 3 interview rounds.
Medium level coding questions on hackerrank ,1:30hr, topic- Array , DP , Matrix , Binary Search
I applied via Campus Placement and was interviewed in Sep 2023. There were 4 interview rounds.
Duration:30 min
Question from percentage,ratios ,HCF/LCM etc.,
Logical reasoning, English
Reverse a string by grouping 'm' characters together
Iterate through the string in groups of 'm' characters
Reverse each group of 'm' characters
Concatenate the reversed groups to get the final reversed string
posted on 15 Jun 2022
I applied via LinkedIn and was interviewed in Apr 2022. There were 4 interview rounds.
posted on 6 Oct 2023
I applied via LinkedIn and was interviewed before Oct 2022. There were 3 interview rounds.
There basic english language question for fresher they trained them later
posted on 11 Mar 2023
I applied via Campus Placement and was interviewed before Mar 2022. There were 2 interview rounds.
All the questions are related to Java Concepts.
posted on 14 Sep 2021
I was interviewed in Jan 2021.
Round duration - 30 minutes
Round difficulty - Medium
It was in the morning around 9:00Am-9:30AM. Platform used for this round was hacerrank. Questions were of moderate to difficult level.
A simple method is to traverse through each subarray to find the total number of subarrays with the XOR of all elements present in the subarray equal to X.
To obtain the total number of rounds after each operation, we will maintain a variable ans, which stores the total number of subarrays. We will iterate the variable index from 0 to N - 1 and in each iteration, we will iterate pos from index to N - 1....
If the same string can be gen...
We can generate all possible subsequences of the string, and for each subsequence check if it contains any character multiple times. If it doesn’t contain any character multiple times, append it into our result.
Algorithm:
Round duration - 15 minutes
Round difficulty - Easy
It was in the night around 8:00PM-8:20PM. Interviewer was very calm in questioning. Platform used for this round was Skype and the questions focused more on personality rather than total.
What do you know about our company?
Who is your role model?
Tip 1 : Your answer has to be short, crisp and to the point. Here are some possible high-impact answers to help you leave a great impression.
Tip 2 : Don’t fall into the interviewer’s trap. This question is shot at you to check your confidence level.
Tip 1 : Practice aptitude questions a lot.
Tip 2 : Do some projects
Tip 3 : Research about company thoroughly
Tip 1 : It should be in proper format.
Tip 2 : Each skills should be mentioned properly.
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
Some of the top questions asked at the FiftyFive Technologies Software Trainee Intern interview for freshers -
Software Engineer
42
salaries
| ₹5 L/yr - ₹11 L/yr |
Software Developer
35
salaries
| ₹6.5 L/yr - ₹18 L/yr |
Senior Software Engineer
19
salaries
| ₹10.4 L/yr - ₹20 L/yr |
Technical Lead
11
salaries
| ₹11 L/yr - ₹31 L/yr |
QA Engineer
7
salaries
| ₹7.7 L/yr - ₹17.8 L/yr |
Infosys
TCS
Wipro
HCLTech