Upload Button Icon Add office photos

Filter interviews by

TomTom Senior Software Developer Interview Questions and Answers

Updated 26 Mar 2024

TomTom Senior Software Developer Interview Experiences

1 interview found

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before Mar 2023. There were 4 interview rounds.

Round 1 - Assignment 

I was given a problem statement and was asked to give a LLD and solution implementation and share it on Git.

Round 2 - Technical 

(3 Questions)

  • Q1. Explain the LLD submitted.
  • Ans. 

    The LLD submitted is a detailed design document outlining the architecture and implementation details of the software solution.

    • LLD stands for Low Level Design and includes detailed design diagrams, data structures, algorithms, and component interactions.

    • The LLD submitted should provide a clear roadmap for developers to implement the software solution based on the high-level design.

    • It should cover all aspects of the sof...

  • Answered by AI
  • Q2. How to add more features in the solution
  • Ans. 

    To add more features in the solution, consider user feedback, market trends, and technical feasibility.

    • Gather user feedback to understand what features are desired

    • Research market trends to identify popular features

    • Assess technical feasibility to determine if new features can be implemented

    • Prioritize features based on impact and resources available

  • Answered by AI
  • Q3. SOLID principles, Degin patterns
Round 3 - One-on-one 

(1 Question)

  • Q1. This was a manegerial round.
Round 4 - HR 

(1 Question)

  • Q1. Salary discussion

Skills evaluated in this interview

Interview questions from similar companies

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

I applied via campus placement at Gokaraju Rangaraju Institute of Engineering and Technology, Hyderabad and was interviewed before Mar 2023. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Java OOPS concepts, Algorithms, Exception Handling

Interview Preparation Tips

Topics to prepare for Credera Senior Software Developer interview:
  • Java
Interview preparation tips for other job seekers - Good company
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Coding Test 

90 min MCQ +coding test on hackerrank.

Round 2 - Technical 

(2 Questions)

  • Q1. Sort colors DSA question
  • Q2. Detect cycle in a linked list
  • Ans. 

    Use Floyd's Tortoise and Hare algorithm to detect cycle in a linked list.

    • Initialize two pointers, slow and fast, at the head of the linked list.

    • Move slow pointer by one step and fast pointer by two steps.

    • If they meet at some point, there is a cycle in the linked list.

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Was asked about why you want to join the company,my experience etc.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Recruitment Consulltant and was interviewed in Nov 2024. There were 2 interview rounds.

Round 1 - HR 

(2 Questions)

  • Q1. Tell us about your experience.
  • Q2. In english, give me a feedback you received lately.
Round 2 - Technical 

(2 Questions)

  • Q1. Brief explanation of SOLID principles
  • Q2. Ref vs out arguments
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed in Sep 2024.

Round 1 - Coding Test 

I was given a test which was not that difficult

Round 2 - Behavioral 

(2 Questions)

  • Q1. Why are you leaving the current job
  • Ans. 

    Seeking new challenges and growth opportunities in a more innovative environment.

    • Looking for new challenges and opportunities for growth

    • Interested in working in a more innovative environment

    • Seeking a change in company culture or work-life balance

  • Answered by AI
  • Q2. What's the driving factor for you to join Altair
  • Ans. 

    The innovative projects and collaborative work environment at Altair are the driving factors for me to join.

    • Innovative projects: I am excited about the opportunity to work on cutting-edge projects that push the boundaries of technology.

    • Collaborative work environment: I value teamwork and believe that working with talented individuals at Altair will help me grow professionally.

    • Company culture: I have heard great things ...

  • Answered by AI
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Aptitude,reasoning,verbal,C language,Java,C++

Round 2 - Technical 

(2 Questions)

  • Q1. What is interface in JAVA
  • Q2. Explain OOPS in JAVA

Interview Preparation Tips

Interview preparation tips for other job seekers - NA
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Oops concept ? SQL Queries ?
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Job Fair and was interviewed in May 2024. There were 4 interview rounds.

Round 1 - Aptitude Test 

About front end , html, css, reasoning,

Round 2 - Technical 

(1 Question)

  • Q1. What.is let , var, const
Round 3 - Technical 

(2 Questions)

  • Q1. What is angular
  • Q2. Services in angular
Round 4 - HR 

(1 Question)

  • Q1. Communication skills.

Interview Preparation Tips

Interview preparation tips for other job seekers - Good for freshers
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is angular
  • Ans. 

    Angular is a popular open-source front-end web application framework developed by Google.

    • Angular is used for building dynamic web applications.

    • It allows for the creation of single-page applications.

    • Angular uses TypeScript for building applications.

    • It provides features like data binding, dependency injection, and routing.

    • Angular has a large community and ecosystem with many libraries and tools available.

  • Answered by AI
  • Q2. What is an angular
  • Ans. 

    Angular is a popular open-source web application framework developed by Google.

    • Angular is used for building dynamic web applications.

    • It allows for the creation of single-page applications.

    • Angular uses TypeScript for building applications.

    • It provides features like data binding, dependency injection, and routing.

    • Angular has a large community and ecosystem with many libraries and tools available.

  • Answered by AI

Skills evaluated in this interview

Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

They asked from all the concepts wer have covered till now in Engineering.

Round 2 - Technical 

(2 Questions)

  • Q1. Not applicable to this
  • Q2. Not applicable to this one

TomTom Interview FAQs

How many rounds are there in TomTom Senior Software Developer interview?
TomTom interview process usually has 4 rounds. The most common rounds in the TomTom interview process are Assignment, Technical and One-on-one Round.
What are the top questions asked in TomTom Senior Software Developer interview?

Some of the top questions asked at the TomTom Senior Software Developer interview -

  1. how to add more features in the solut...read more
  2. Explain the LLD submitt...read more
  3. SOLID principles, Degin patte...read more

Tell us how to improve this page.

TomTom Senior Software Developer Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

NTT Data Interview Questions
3.9
 • 598 Interviews
Apisero Interview Questions
4.3
 • 72 Interviews
TestingXperts Interview Questions
4.1
 • 40 Interviews
TA Digital Interview Questions
3.9
 • 36 Interviews
Stefanini Interview Questions
2.9
 • 34 Interviews
View all
TomTom Senior Software Developer Salary
based on 4 salaries
₹24 L/yr - ₹35.4 L/yr
97% more than the average Senior Software Developer Salary in India
View more details

TomTom Senior Software Developer Reviews and Ratings

based on 2 reviews

4.7/5

Rating in categories

4.7

Skill development

4.7

Work-life balance

4.7

Salary

4.7

Job security

4.7

Company culture

4.7

Promotions

4.7

Work satisfaction

Explore 2 Reviews and Ratings
Digital Cartographer
74 salaries
unlock blur

₹2.1 L/yr - ₹5 L/yr

Senior Software Engineer
52 salaries
unlock blur

₹15.7 L/yr - ₹35 L/yr

Technical Support Professional
41 salaries
unlock blur

₹3 L/yr - ₹5 L/yr

Software Engineer
38 salaries
unlock blur

₹12 L/yr - ₹23.4 L/yr

Senior Digital Cartographer
34 salaries
unlock blur

₹3.8 L/yr - ₹6.5 L/yr

Explore more salaries
Compare TomTom with

MapmyIndia

3.8
Compare

Garmin

2.9
Compare

HERE Technologies

3.9
Compare

Trimble

4.2
Compare
Did you find this page helpful?
Yes No
write
Share an Interview