Upload Button Icon Add office photos

TomTom

Compare button icon Compare button icon Compare

Filter interviews by

TomTom Senior Software Engineer Interview Questions and Answers for Experienced

Updated 17 Dec 2020

TomTom Senior Software Engineer Interview Experiences for Experienced

1 interview found

Interview Questionnaire 

1 Question

  • Q1. Low level design, high level design, algorithm upto tree. Dynamic programming a bit.

Interview questions from similar companies

I applied via Naukri.com and was interviewed in Dec 2020. There was 1 interview round.

Interview Questionnaire 

3 Questions

  • Q1. What do you mean by Integration, middleware, EAI systems
  • Ans. 

    Integration, middleware, and EAI systems are technologies that enable communication and data exchange between different software applications.

    • Integration involves connecting different software applications to enable data exchange and communication.

    • Middleware is software that sits between different applications and facilitates communication and data exchange.

    • EAI (Enterprise Application Integration) systems are a type of...

  • Answered by AI
  • Q2. Communication protocols - FTP SFTP
  • Q3. Basic programming logic, while loops, java diamond inheritance problem

Interview Preparation Tips

Interview preparation tips for other job seekers - Most of the questions around your integration experience. Knowledge of mulesoft not expected for beginner roles.

Skills evaluated in this interview

I applied via Company Website and was interviewed in May 2021. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Basic programming questions, SQL, API related questions, basic cloud computing concepts

Interview Preparation Tips

Interview preparation tips for other job seekers - Good Java/Programming knowledge required

I applied via Recruitment Consulltant and was interviewed before Feb 2021. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Technical 

(5 Questions)

  • Q1. Functional questions on project worked
  • Q2. Technical questions on java
  • Q3. Write java code for getting odd number
  • Ans. 

    Java code to get odd numbers

    • Use a loop to iterate through numbers

    • Check if the number is odd using modulus operator

    • Add the odd number to a list or print it

  • Answered by AI
  • Q4. Technical questions on tibco
  • Q5. What is scalability,cloud integration
  • Ans. 

    Scalability refers to the ability of a system to handle increasing amounts of work. Cloud integration is the process of connecting cloud-based services with other systems or applications.

    • Scalability involves designing a system that can handle increased workload without sacrificing performance or reliability.

    • Cloud integration involves connecting cloud-based services with other systems or applications, often through APIs...

  • Answered by AI
Round 3 - One-on-one 

(2 Questions)

  • Q1. Questions on SQL like what is ddl command,write query for update or join,difference between truncate,drop and delete
  • Q2. Technical questions with some problem solving
Round 4 - HR 

(5 Questions)

  • Q1. What are your salary expectations?
  • Q2. What is your family background?
  • Q3. Share details of your previous job.
  • Q4. Why are you looking for a change?
  • Q5. Tell me about yourself.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident,always accept your mistakes and finally get advice from interviewer for correcting yourself and adding up knowledge.

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Feb 2022. There were 5 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. It had all mcqs related to cloud, database, java, etc
Round 2 - One-on-one 

(1 Question)

  • Q1. Interview with technical person regarding all skills and few codes
Round 3 - One-on-one 

(1 Question)

  • Q1. Interview with a panelist regarding technical aspects along with coding
Round 4 - One-on-one 

(1 Question)

  • Q1. Final round regarding a brief about previous projects and skills
Round 5 - HR 

(1 Question)

  • Q1. Salary discussion with hr

Interview Preparation Tips

Interview preparation tips for other job seekers - exposure in all aspects to a basic is required
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Basic Java interview questions
  • Q2. SQL question and queries
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
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before Oct 2022. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Coding Test 

Basics of core js and css questions

Round 3 - Technical 

(1 Question)

  • Q1. Implement Infinite scroll on the page
  • Ans. 

    Implementing infinite scroll on a webpage

    • Use JavaScript to detect when user reaches the bottom of the page

    • Fetch more content using AJAX calls

    • Append new content to the existing page dynamically

  • Answered by AI

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Oct 2021. There were 4 interview rounds.

Interview Questionnaire 

9 Questions

  • Q1. Java oops concepts
  • Q2. Joins queries in MySQL
  • Q3. Git or GitHub
  • Q4. Cloud computing
  • Q5. Prime number programming
  • Q6. 2 max num in a array
  • Ans. 

    Find the two maximum numbers in an array of strings.

    • Convert the array of strings to an array of integers.

    • Sort the array in descending order.

    • Return the first two elements of the sorted array.

  • Answered by AI
  • Q7. Java platform independent??
  • Q8. Primary key vs foreign key
  • Ans. 

    Primary key uniquely identifies a record in a table, while foreign key establishes a link between two tables.

    • Primary key is used to enforce data integrity and ensure uniqueness of records.

    • Foreign key is used to establish relationships between tables and enforce referential integrity.

    • A table can have only one primary key, while it can have multiple foreign keys.

    • Primary key can be used as a foreign key in another table.

    • E...

  • Answered by AI
  • Q9. Rest API Webservices vs Soap Webservices
  • Ans. 

    REST API is lightweight and flexible, while SOAP is more structured and secure.

    • REST uses HTTP protocol and supports multiple data formats like JSON, XML, etc.

    • SOAP uses XML protocol and supports only XML data format.

    • REST is faster and consumes less bandwidth than SOAP.

    • SOAP has built-in security features like WS-Security and WS-Trust.

    • REST is easier to implement and maintain than SOAP.

    • SOAP is better suited for enterprise-...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Java weights more than 75% in the interview process so be ready with all the concepts and then SQL weights second...your almost done. If you know rest api and soap api development basics your done.

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in May 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Java Basics,Cloud Basics,simple level codes,API related question

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep the basics clear, OOPS DS concepts,REST API Concepts will help

TomTom Interview FAQs

How to prepare for TomTom Senior Software Engineer interview for experienced candidates?
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 TomTom. The most common topics and skills that interviewers at TomTom expect are Software Engineering, Java, Microservices, Spring and AWS.

Tell us how to improve this page.

TomTom Senior Software Engineer Salary
based on 49 salaries
₹15.7 L/yr - ₹35.5 L/yr
99% more than the average Senior Software Engineer Salary in India
View more details

TomTom Senior Software Engineer Reviews and Ratings

based on 7 reviews

2.4/5

Rating in categories

4.2

Skill development

3.0

Work-life balance

2.2

Salary

2.4

Job security

3.0

Company culture

2.1

Promotions

2.9

Work satisfaction

Explore 7 Reviews and Ratings
Digital Cartographer
74 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Engineer
49 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Technical Support Professional
41 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer
38 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Digital Cartographer
34 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare TomTom with

MapmyIndia

3.7
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