
Fidessa Software Engineer Interview Questions
& Process
Real candidates share what happened, how many rounds they had,
and how the experience turned out.
Based on 115 interview experiences · FREE TO READ
Candidate interview experiences
First-hand accounts from people who interviewed at Fidessa.
Software Engineer
I had an easy C++ test and then a 1:1 zoom call with one of the managers (Doug). He was super disrespectful and arrogant, questioning the technical parts of my previous job as if he knew better. Got ghosted by the company after.
- Can you describe your responsibilities in your previous role?
Software Engineer
The first part of the assessment was a 40-minute HackerRank test with 2 algorithmic problems. You could use C++ or Java, but they preferred C++. The first problem asked to write a function that finds the first repeating character in a string. The second problem was about checking if a triangle is Equilateral or Isosceles. I'm waiting for the next step.
- Can you write a function to identify the first character that repeats within a given string?
- Can you determine if a triangle is Equilateral or Isosceles?
Software Engineer
Worst process ever, don't waste your time on this company. Number of rounds : 5. 1) Online coding [ Hackerrank ] - V Easy. 2) Online coding [ Hackerrank ] - Easy. 3) Oneway video interview - Average [ Questions are already on glassdoor ]. 4) Codepair with a developer - Average I was given 2 questions to code using hacker rank code pair, both were of average difficulty. Interviewer was nice and helpful. 5) Skype Interview - Average Had a skype interview with two managers, it was completely based on resume. They emphasized C / C++ in every single round, but since I am a Java developer I used Java in every round including my code pair [ In the one way video interview also I told them that my most preferred language is Java ]. In my Skype interview they asked about my C++ experience and I told them that I do not have experience with C++[ May be the reason for rejection although they acted as if it is okay during the interview ] Worst part is they take 5 rounds for internship and then they check if the candidate is suitable for the team, this was the biggest waste of time for me.
- Simple questions from Leetcode.
- Explain two projects in depth.
- Discuss other projects.
Fidessa Software Engineer Interview Questions
Quoted word for word from Fidessa interview reports.
“Find the count of pairs in an unsorted array that have an exact difference of K.”
Read reports →“Find the first repeated letter in a string. Requirement: run time is less than O(nlogn). Assumption: there is at least one letter repeated in the string.”
Read reports →“Given an integer 'n' in base 10 and a positive integer 'b', can you write a function that checks if 'n' is a palindrome when represented in base 'b'?”
Read reports →“Given m and n, create a program that prints a string with 'aa' and 'bb' and no three consecutive identical characters.”
Read reports →“For a given integer, could you write a function to count its unique digits? For example, if the input is 156, the output should be 3, and if it's 155, the output should be 2.”
Read report →“Given three numbers which represents the three sides of triangle, and determine whether they can be constructed to equilateral triangle, isosceles triangle.”
Read report →“Given 2 lists, what are all the elements which are NOT common in both the lists?”
Read report →“What is the length of the left or right subtree with maximum depth in a binary tree?”
Read report →“For a given playlist of songs and a starting index, what's the minimum number of forward or backward skips needed to get to a specific song?”
Read report →Formats, difficulty and experience
Across all 115 Fidessa interview reports.