Graduate Software Engineer applicants have rated the interview process at TriMech Solutions with 3 out of 5 (where 5 is the highest level of difficulty) and assessed their interview experience as 100% positive. To compare, the company-average is 100% positive. This is according to Glassdoor user ratings.
Here are the most commonly searched roles for interview reports -
I interviewed at TriMech Solutions (Royal Leamington Spa, England)
Interview
The interviewer discussed my relevant experience in detail, asking targeted questions about past projects and responsibilities. They also provided a more in-depth description of the role, including expectations, team structure, and technologies used. Toward the end, they presented a coding question that tested problem-solving and programming skills. The overall interview felt structured and informative.
Interview questions [1]
Question 1
Problem: First Letter Counter
Write a function that processes a list of words and returns:
The total length of all words sharing the same first letter (case-insensitive)
The first letter in uppercase
Formatted as "TotalLength-Letter" (e.g., "8-T")
Sorted by length (descending), then alphabetically if lengths match