Upload Button Icon Add office photos

Filter interviews by

Trimble Software Engineer Interview Questions and Answers

Updated 25 Oct 2024

Trimble Software Engineer Interview Experiences

3 interviews found

Software Engineer Interview Questions & Answers

user image Saminathan Alagu Sundaram

posted on 25 Oct 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Based on DSA, OOPS
Round 2 - Technical 

(1 Question)

  • Q1. Based on Projects in Resume
Round 3 - Technical 

(1 Question)

  • Q1. Technical Discussion about earlier projects
Round 4 - HR 

(1 Question)

  • Q1. Salary Discussion

Software Engineer Interview Questions & Answers

user image Thamiz Selvan A

posted on 9 Oct 2023

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Apr 2023. There were 4 interview rounds.

Round 1 - Coding Test 

Moderate level questions

Round 2 - Technical 

(1 Question)

  • Q1. OOPS,DBMS,SQL queries,Web Development essentials,GitHub
Round 3 - Behavioral 

(1 Question)

  • Q1. Questions about your interests
Round 4 - HR 

(1 Question)

  • Q1. Questions like what is your dream company,will you re-locate,..etc

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be clear with basics and foundation of what you have learnt..

Software Engineer Interview Questions Asked at Other Companies

asked in Qualcomm
Q1. Bridge and torch problem : Four people come to a river in the nig ... read more
asked in Capgemini
Q2. In a dark room,there is a box of 18 white and 5 black gloves. You ... read more
asked in TCS
Q3. Find DuplicateYou have been given an integer array/list(ARR) of s ... read more
Q4. Tell me something about yourself. Define encapsulation. What is i ... read more
asked in Paytm
Q5. Puzzle : 100 people are standing in a circle .each one is allowed ... read more

I applied via Campus Placement and was interviewed in Aug 2022. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Types of data structure and their time complexities
  • Ans. 

    Data structures are used to organize and store data efficiently. Time complexity is the measure of efficiency.

    • Arrays - O(1) for access, O(n) for search and insertion

    • Linked Lists - O(n) for access, O(1) for insertion and deletion

    • Stacks - O(1) for access, insertion and deletion

    • Queues - O(1) for access, insertion and deletion

    • Trees - O(log n) for access, insertion and deletion

    • Hash Tables - O(1) for access, insertion and de

  • Answered by AI
  • Q2. Types of Binary Tree
  • Ans. 

    Binary trees are classified based on the number of children each node can have.

    • Full binary tree: every node has either 0 or 2 children

    • Complete binary tree: all levels except possibly the last are completely filled, and all nodes are as far left as possible

    • Perfect binary tree: all internal nodes have two children and all leaf nodes are at the same level

    • Balanced binary tree: the difference in height between the left and ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare time complexities of the data structure algorithms and be through with oops concept

Skills evaluated in this interview

Software Engineer Jobs at Trimble

View all

Interview questions from similar companies

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Dependency property
  • Q2. Oops concepts, SOLID pricipals
Round 2 - Technical 

(2 Questions)

  • Q1. Write a code to find words in brackets and add numbers where u find each unique word
  • Ans. 

    Code to find words in brackets and add numbers to each unique word

    • Iterate through the array of strings

    • Use regular expressions to find words in brackets

    • Create a dictionary to store unique words and their counts

  • Answered by AI
  • Q2. Design patterns, dependency injection

Interview Preparation Tips

Interview preparation tips for other job seekers - Long process, recruiter did not even call to tell that you have cleared the interview. No response after a successful 2nd round. Have to follow op with recruiter multiple times.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
-
Result
-

I applied via Job Fair and was interviewed in Oct 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Dsa questions related to project
  • Q2. Project based q and a
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in Aug 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Flatten a binary tree.

Round 2 - Technical 

(1 Question)

  • Q1. Project discussion, tech stack used, problems faced etc .

Interview Preparation Tips

Interview preparation tips for other job seekers - Just keep hustling.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed in Sep 2024. There were 4 interview rounds.

Round 1 - Aptitude Test 

5 sections in the aptitude

Round 2 - Coding Test 

Live coding test about sql and python

Round 3 - Technical 

(1 Question)

  • Q1. Advance coding round
Round 4 - HR 

(1 Question)

  • Q1. Proper HR discussions
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Job Portal and was interviewed in Oct 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Basics of Java OOPS
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected
Round 1 - Technical 

(2 Questions)

  • Q1. C++ fundamental
  • Q2. Reverse linked list
Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Write code of palindrome
  • Ans. 

    Code to check if a given string is a palindrome or not.

    • Create a function that takes a string as input

    • Remove all non-alphanumeric characters and convert to lowercase

    • Compare the original string with its reverse to check for palindrome

  • Answered by AI
  • Q2. How to pass data in angular from component to component
  • Ans. 

    Data can be passed in Angular from component to component using input properties, output properties, services, and state management libraries like NgRx.

    • Use @Input decorator to pass data from parent to child component

    • Use @Output decorator to emit events from child to parent component

    • Use services to share data between components

    • Use state management libraries like NgRx for complex data sharing scenarios

  • Answered by AI

Skills evaluated in this interview

Trimble Interview FAQs

How many rounds are there in Trimble Software Engineer interview?
Trimble interview process usually has 3-4 rounds. The most common rounds in the Trimble interview process are Technical, HR and Resume Shortlist.
How to prepare for Trimble Software Engineer interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Trimble. The most common topics and skills that interviewers at Trimble expect are SQL, Agile, Coding, Javascript and Computer science.
What are the top questions asked in Trimble Software Engineer interview?

Some of the top questions asked at the Trimble Software Engineer interview -

  1. Types of data structure and their time complexit...read more
  2. Types of Binary T...read more
  3. OOPS,DBMS,SQL queries,Web Development essentials,Git...read more

Tell us how to improve this page.

People are getting interviews through

based on 2 Trimble interviews
Campus Placement
100%
Moderate Confidence
?
Moderate Confidence means the data is based on a sufficient number of responses received from the candidates
Trimble Software Engineer Salary
based on 93 salaries
₹5 L/yr - ₹17.5 L/yr
48% more than the average Software Engineer Salary in India
View more details

Trimble Software Engineer Reviews and Ratings

based on 15 reviews

4.3/5

Rating in categories

3.7

Skill development

4.8

Work-Life balance

3.7

Salary & Benefits

4.6

Job Security

4.7

Company culture

3.5

Promotions/Appraisal

4.2

Work Satisfaction

Explore 15 Reviews and Ratings
Software Engineer

Chennai

3-6 Yrs

₹ 7.49-17.5 LPA

Software Engineer

Chennai

3-6 Yrs

₹ 7.49-17.5 LPA

Software Engineer

Chennai

2-6 Yrs

₹ 9.2-17.5 LPA

Explore more jobs
Senior Software Engineer
125 salaries
unlock blur

₹9 L/yr - ₹22.5 L/yr

Software Engineer
93 salaries
unlock blur

₹5 L/yr - ₹17.5 L/yr

Software Developer
68 salaries
unlock blur

₹6.5 L/yr - ₹13 L/yr

Senior GIS Analyst
57 salaries
unlock blur

₹4.3 L/yr - ₹6.4 L/yr

Lead Software Engineer
51 salaries
unlock blur

₹15.4 L/yr - ₹32.5 L/yr

Explore more salaries
Compare Trimble with

Bentley Systems

4.3
Compare

Autodesk

4.3
Compare

ESRI India Technologies

4.0
Compare

Hexagon AB

4.4
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview