Upload Button Icon Add office photos

HERE Technologies

Compare button icon Compare button icon Compare

Proud winner of ABECA 2025 - AmbitionBox Employee Choice Awards

zig zag pattern zig zag pattern

Filter interviews by

HERE Technologies Interview Questions and Answers

Updated 25 Jun 2025
Popular Designations

24 Interview questions

A Database Engineer 2 was asked 2w ago
Q. Do you have any knowledge or working experience in Geographic Information Systems (GIS), specifically with tools such as ArcGIS, QGIS, FME, or Tableau?
Ans. 

I have experience with GIS tools like QGIS and Tableau for data visualization and spatial analysis.

  • Proficient in QGIS for creating detailed maps and performing spatial analysis.

  • Utilized Tableau for visualizing geographic data trends and patterns.

  • Familiar with ArcGIS for advanced geospatial analysis and data management.

  • Experience in integrating GIS data with databases for enhanced data insights.

View all Database Engineer 2 interview questions
A Trainee was asked 2mo ago
Q. What is the difference between online shopping and offline shopping?
Ans. 

Online shopping offers convenience and variety, while offline shopping provides a tactile experience and immediate gratification.

  • Convenience: Online shopping allows customers to shop from anywhere at any time, while offline shopping requires visiting a physical store.

  • Variety: Online platforms often have a wider selection of products, such as Amazon, compared to local stores with limited inventory.

  • Tactile Experienc...

View all Trainee interview questions
A Senior Software was asked 6mo ago
Q. Design an application like BookMyShow. How would you handle the scenario if two people try to book the same seat at the same time?
Ans. 

Implement a system to prevent double booking of the same seat in a bookmyshow-like application.

  • Implement a locking mechanism to prevent simultaneous booking of the same seat by two users.

  • Use a transactional approach to ensure atomicity of seat booking process.

  • Display real-time seat availability to users to avoid conflicts.

  • Notify users if the seat they are trying to book is no longer available.

  • Implement a queue sys...

View all Senior Software interview questions
A Senior Software Engineer was asked 7mo ago
Q. What is the high-level system design for a newspaper application?
Ans. 

A newspaper application system design involves components like user interface, content management, user authentication, and data storage.

  • User interface for reading articles and viewing images/videos

  • Content management system for publishing articles, managing categories, and scheduling posts

  • User authentication system for login, registration, and profile management

  • Data storage for storing articles, images, user data,...

View all Senior Software Engineer interview questions
A Staff Engineer was asked 8mo ago
Q. How do you identify when circles collide?
Ans. 

To identify circles collided, check if the sum of their radii is greater than the distance between their centers.

  • Calculate the distance between the centers of the two circles using the distance formula

  • Add the radii of the two circles

  • If the sum of the radii is greater than or equal to the distance between the centers, the circles have collided

View all Staff Engineer interview questions
A Staff Engineer was asked 8mo ago
Q. How will you design the architecture for the product?
Ans. 

I will design a scalable and modular architecture that meets the product requirements.

  • Identify the key components and their interactions

  • Consider scalability and performance requirements

  • Use design patterns like MVC or microservices

  • Ensure security and data privacy measures are in place

  • Document the architecture for future reference

View all Staff Engineer interview questions
A Software Engineer2 was asked 9mo ago
Q. How would you design the database for a travel application?
Ans. 

Design a database for a travel app to store user information, bookings, reviews, and destinations.

  • Create tables for users, bookings, reviews, and destinations

  • Include columns for user details, booking information, review ratings, and destination details

  • Establish relationships between tables using foreign keys

  • Consider indexing commonly queried fields for faster retrieval

  • Implement data validation to ensure data integ...

View all Software Engineer2 interview questions
Are these interview questions helpful?
A Software Engineer2 was asked 9mo ago
Q. Implement a producer-consumer solution.
Ans. 

Implementing a producer-consumer problem using threading and synchronization techniques.

  • Use a shared buffer (e.g., an array) to hold produced items.

  • Implement producer threads that generate data and add it to the buffer.

  • Implement consumer threads that retrieve data from the buffer.

  • Use synchronization mechanisms like semaphores or mutexes to manage access to the buffer.

  • Example: In Python, use 'queue.Queue' for threa...

View all Software Engineer2 interview questions
A Software Engineer2 was asked 9mo ago
Q. What is the output of the following code?
Ans. 

The code will output 'Hello World!'

  • The code is a simple print statement

  • It will output the string 'Hello World!'

View all Software Engineer2 interview questions
A Software Engineer2 was asked 9mo ago
Q. Given head, the head of a linked list, determine if the linked list has a cycle in it. There is a cycle in a linked list if there is some node in the list that can be reached again by continuously following...
Ans. 

Detect cycle in a linked list using Floyd's Tortoise and Hare algorithm

  • Use two pointers, slow and fast, to traverse the linked list

  • If there is a cycle, the fast pointer will eventually meet the slow pointer

  • Time complexity is O(n) and space complexity is O(1)

View all Software Engineer2 interview questions

HERE Technologies Interview Experiences

99 interviews found

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

I appeared for an interview in Feb 2025.

Round 1 - Aptitude Test 

Set of questions regarding gis and other it related

Round 2 - Group Discussion 

One topic is given within 8 members to discuss

Round 3 - One-on-one 

(2 Questions)

  • Q1. What are you salary expectation
  • Ans. 

    My salary expectation is negotiable based on the responsibilities and requirements of the position.

    • I am open to discussing salary based on the job responsibilities and requirements.

    • I have researched the average salary range for Spatial Data Specialists in this region.

    • I am looking for a competitive salary that reflects my skills and experience.

    • I am also considering other benefits and opportunities for growth within the ...

  • Answered by AI
  • Q2. Are you okay to relocate
  • Ans. 

    Yes, I am open to relocating for the right opportunity.

    • I am open to relocating for the right job opportunity

    • I am willing to consider moving for the right position

    • I am flexible and open to relocating for the right role

  • Answered by AI

Data Specialist Interview Questions & Answers

user image Sandhya Varma

posted on 27 Dec 2024

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(4 Questions)

  • Q1. Easy and simple
  • Q2. Aptitude resigning
  • Q3. Introduction tell me about ur self
  • Ans. 

    I am a data specialist with 5 years of experience in analyzing and interpreting complex data sets to drive business decisions.

    • Experienced in data cleaning, transformation, and visualization using tools like SQL, Python, and Tableau

    • Strong analytical skills with a proven track record of identifying trends and patterns in data

    • Excellent communication skills to effectively present findings and recommendations to stakeholder...

  • Answered by AI
  • Q4. Academic projects
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview in Apr 2025, where I was asked the following questions.

  • Q1. Tell me about your self
  • Q2. Gis skills related questions
Interview experience
2
Poor
Difficulty level
Easy
Process Duration
4-6 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in Apr 2024. There was 1 interview round.

Round 1 - Technical 

(5 Questions)

  • Q1. Java 8 features? What is functional interface? Difference between Runnable and Callable? Write java8 syntax in notepad? Mainly interviewer was focusing that how much syntax I know, which is not at all good...
  • Ans. 

    Java 8 introduced new features like lambda expressions, functional interfaces, and streams. Functional interfaces have a single abstract method. Runnable is a functional interface for running a task in a separate thread, while Callable is a functional interface that can return a result and throw checked exceptions.

    • Java 8 introduced lambda expressions for writing concise code.

    • Functional interfaces have a single abstract...

  • Answered by AI
  • Q2. Java 8 features
  • Q3. Streams syntax is required
  • Q4. Runnable and Callable
  • Q5. Way of Mutable object creation
  • Ans. 

    Mutable objects in Python can be created using various methods such as assignment, copy, or using built-in functions like dict() or list().

    • Assignment operator can be used to create mutable objects, for example: x = [1, 2, 3]

    • Copying an existing mutable object using the copy() method or slicing can create a new mutable object

    • Using built-in functions like dict() or list() to create mutable objects

  • Answered by AI

Interview Preparation Tips

Topics to prepare for HERE Technologies Lead Engineer interview:
  • Java 8
  • Threads
  • Syntax

Skills evaluated in this interview

Data Analyst Interview Questions & Answers

user image Anonymous

posted on 12 Jan 2025

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

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

Round 1 - One-on-one 

(2 Questions)

  • Q1. Self introduction.
  • Q2. About your project.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview in Jul 2024.

Round 1 - Technical 

(1 Question)

  • Q1. Questions are related to managerial rounds and 2,3 Technical questions
Round 2 - Technical 

(1 Question)

  • Q1. Same as above mentioned
Round 3 - HR 

(1 Question)

  • Q1. Normal Hr round
Interview experience
1
Bad
Difficulty level
Easy
Process Duration
2-4 weeks
Result
No response

I appeared for an interview in Mar 2025, where I was asked the following questions.

  • Q1. Interviewer was very rude. Doesn't hurt to smile
  • Q2. Basic question and dsa

Project Lead Interview Questions & Answers

user image Anonymous

posted on 1 Sep 2024

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

(2 Questions)

  • Q1. Tell me about your self
  • Ans. 

    Experienced project lead with a proven track record of successfully managing and delivering projects on time and within budget.

    • Managed cross-functional teams to achieve project goals

    • Developed project plans and timelines

    • Monitored project progress and addressed any issues promptly

    • Collaborated with stakeholders to ensure project alignment

    • Implemented project management best practices

    • Led successful project implementations s...

  • Answered by AI
  • Q2. How do you manage conflict
  • Ans. 

    I manage conflict by actively listening, seeking common ground, and finding mutually beneficial solutions.

    • Actively listen to all parties involved to understand their perspectives

    • Seek common ground and areas of agreement to build a foundation for resolution

    • Focus on finding mutually beneficial solutions that address the needs of all parties

    • Use effective communication and conflict resolution techniques to facilitate produ...

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

(2 Questions)

  • Q1. Tell me about yourself
  • Ans. 

    I am a seasoned software engineering analyst with a strong background in developing and implementing innovative solutions.

    • Over 8 years of experience in software development and analysis

    • Proficient in multiple programming languages such as Java, Python, and C++

    • Skilled in designing and implementing complex software systems

    • Strong problem-solving and analytical skills

    • Experience working in Agile development environments

  • Answered by AI
  • Q2. What is oops concept
  • Ans. 

    OOPs (Object-Oriented Programming) is a programming paradigm based on the concept of objects, which can contain data in the form of fields and code in the form of procedures.

    • OOPs focuses on creating objects that interact with each other to solve a problem.

    • Key concepts include encapsulation, inheritance, polymorphism, and abstraction.

    • Encapsulation involves bundling data and methods that operate on the data into a single...

  • Answered by AI
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in Apr 2024. There were 3 interview rounds.

Round 1 - Coding Test 

How will you architect the Search Suggestion page

Round 2 - Technical 

(2 Questions)

  • Q1. How will you design architecture for the product?
  • Ans. 

    I will design a scalable and modular architecture that meets the product requirements.

    • Identify the key components and their interactions

    • Consider scalability and performance requirements

    • Use design patterns like MVC or microservices

    • Ensure security and data privacy measures are in place

    • Document the architecture for future reference

  • Answered by AI
  • Q2. How to identify the circles collided
  • Ans. 

    To identify circles collided, check if the sum of their radii is greater than the distance between their centers.

    • Calculate the distance between the centers of the two circles using the distance formula

    • Add the radii of the two circles

    • If the sum of the radii is greater than or equal to the distance between the centers, the circles have collided

  • Answered by AI
Round 3 - Coding Test 

Memory Leaks and Threading

Interview Preparation Tips

Interview preparation tips for other job seekers - It took more than 2 weeks to provide feedback and the rejection mail is just template mail. They haven't provided the actual feedback of the interview. Even interviewer said this answers were not provided by anyone. Still they rejected without any feedback and after 20 days of no update

Skills evaluated in this interview

Top trending discussions

View All
Interview Tips & Stories
1w (edited)
a team lead
Why are women still asked such personal questions in interview?
I recently went for an interview… and honestly, m still trying to process what just happened. Instead of being asked about my skills, experience, or how I could add value to the company… the questions took a totally unexpected turn. The interviewer started asking things like When are you getting married? Are you engaged? And m sure, if I had said I was married, the next question would’ve been How long have you been married? What does my personal life have to do with the job m applying for? This is where I felt the gender discrimination hit hard. These types of questions are so casually thrown at women during interviews but are they ever asked to men? No one asks male candidates if they’re planning a wedding or how old their kids are. So why is it okay to ask women? Can we please stop normalising this kind of behaviour in interviews? Our careers shouldn’t be judged by our relationship status. Period.
Got a question about HERE Technologies?
Ask anonymously on communities.

HERE Technologies Interview FAQs

How many rounds are there in HERE Technologies interview?
HERE Technologies interview process usually has 2-3 rounds. The most common rounds in the HERE Technologies interview process are Aptitude Test, Group Discussion and Technical.
How to prepare for HERE Technologies 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 HERE Technologies. The most common topics and skills that interviewers at HERE Technologies expect are Python, Agile, Backend, SQL and Linux.
What are the top questions asked in HERE Technologies interview?

Some of the top questions asked at the HERE Technologies interview -

  1. Java 8 features? What is functional interface? Difference between Runnable and ...read more
  2. Design bookmyshow like application. how will you handle the scenario if two peo...read more
  3. What has been your experience working with Python and SQL, and how do you belie...read more
What are the most common questions asked in HERE Technologies HR round?

The most common HR questions asked in HERE Technologies interview are -

  1. What are your strengths and weakness...read more
  2. What is your family backgrou...read more
  3. Where do you see yourself in 5 yea...read more
How long is the HERE Technologies interview process?

The duration of HERE Technologies interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Overall Interview Experience Rating

4.1/5

based on 83 interview experiences

Difficulty level

Easy 31%
Moderate 63%
Hard 6%

Duration

Less than 2 weeks 71%
2-4 weeks 23%
4-6 weeks 6%
View more

Interview Questions from Similar Companies

Accenture Interview Questions
3.8
 • 8.7k Interviews
Wipro Interview Questions
3.7
 • 6.1k Interviews
Cognizant Interview Questions
3.7
 • 5.9k Interviews
Capgemini Interview Questions
3.7
 • 5.1k Interviews
Genpact Interview Questions
3.8
 • 3.4k Interviews
IBM Interview Questions
4.0
 • 2.5k Interviews
DXC Technology Interview Questions
3.7
 • 841 Interviews
NTT Data Interview Questions
3.8
 • 661 Interviews
UST Interview Questions
3.8
 • 544 Interviews
View all

HERE Technologies Reviews and Ratings

based on 1.5k reviews

3.8/5

Rating in categories

3.5

Skill development

4.2

Work-life balance

3.1

Salary

4.0

Job security

4.1

Company culture

2.8

Promotions

3.6

Work satisfaction

Explore 1.5k Reviews and Ratings
Sr ML & AI Engineer

Mumbai

0-3 Yrs

Not Disclosed

Sr Principal Architect

Mumbai

12-17 Yrs

Not Disclosed

Lead PS Consultant (Java)

Mumbai,

Navi Mumbai

8-13 Yrs

Not Disclosed

Explore more jobs
Spatial Data Specialist
985 salaries
unlock blur

₹1.6 L/yr - ₹4.5 L/yr

Spatial Data Specialist 2
818 salaries
unlock blur

₹2.6 L/yr - ₹5.5 L/yr

Spatial Data Specialist 1
632 salaries
unlock blur

₹1.8 L/yr - ₹4 L/yr

GIS Analyst
400 salaries
unlock blur

₹1.8 L/yr - ₹4.3 L/yr

Senior Software Engineer
337 salaries
unlock blur

₹19.2 L/yr - ₹35 L/yr

Explore more salaries
Compare HERE Technologies with

Accenture

3.7
Compare

Wipro

3.7
Compare

Cognizant

3.7
Compare

Capgemini

3.7
Compare
write
Share an Interview