Open In App

Trimble Interview Experience for Software Development Engineer (On-Campus)

Mode of Hiring :

  1. Online assessment (3 rounds)
  2. Technical Interview (2 rounds)
  3. HR Interview

Round 1: Online Assessment



Round 2: Math and Aptitude

Time: 30 mins



Round 3: Programming

Time: 1 hr 30 mins

Ex: [9,1,6,7,1,14]
Consider the subarray [1,6,7]
No. of divisors of 1 = 1 [i.e., 1]
No. of divisors of 6 = 4 [i.e., 1,2,3,6]
No. of divisors of 7 = 2 [i.e., 1,7]
Sum of divisor count = 1+4+2 = 7 (This is odd. So this is the required answer)

After the online assessment got over, a shortlist for the interview came and the interview was held the next day.

Round 4: Technical Interview 1

Time: 1 hr 30 mins

This round was a hands-on coding session. 3 questions were given for us to solve. The interviewer shared google docs and pasted the first question in that doc. First I have to tell the approach I am gonna use and then type pseudocode in that doc. Then I was asked to code the same. The interviewer expects an optimal solution for the problem. But if you are unable to give an optimal solution don’t worry just give them the solution you know.

I was able to solve and give proper code for 2 questions. I gave only the brute force approach and pseudocode for one question that one too while code ran into a segmentation fault. After this, I received an email and I was asked to participate in the next round of technical interviews.

Round 5: Technical Interview 2

Time: 1 hr 40 mins

Round 6: HR Interview

Timne: 15 mins

Tips:

Useful Resources:

Article Tags :