Upload Button Icon Add office photos

Filter interviews by

Hexagon Interview Questions and Answers

Updated 12 Mar 2025
Popular Designations

6 Interview questions

A Software Engineer was asked 9mo ago
Q. How does GraphQL work in the background?
Ans. 

GraphQL is a query language for APIs that allows clients to request only the data they need.

  • GraphQL uses a schema to define the structure of the data available and the operations that can be performed.

  • Clients can specify the exact data they need in their query, reducing over-fetching of data.

  • GraphQL servers execute the query by resolving the requested data from various data sources.

  • GraphQL supports real-time updat...

View all Software Engineer interview questions
A Software Engineer was asked 9mo ago
Q. What is your experience with software architecture?
Ans. 

I have 5 years of experience in designing and implementing software architectures for large-scale applications.

  • Designed microservices architecture for a cloud-based application, improving scalability and maintainability.

  • Implemented event-driven architecture using Kafka for real-time data processing in a financial application.

  • Utilized MVC architecture pattern for developing web applications, ensuring separation of ...

View all Software Engineer interview questions
A Software Engineer was asked 11mo ago
Q. What is the difference between malloc and calloc?
Ans. 

malloc is used to allocate memory without initializing it, while calloc is used to allocate memory and initialize it to zero.

  • malloc allocates a block of memory of specified size, while calloc allocates a block of memory for an array of elements and initializes them to zero

  • malloc does not initialize the allocated memory, while calloc initializes the allocated memory to zero

  • malloc returns a pointer to the allocated ...

View all Software Engineer interview questions
A Soc Analyst 1 was asked
Q. Tell me about your experience as a SOC analyst.
Ans. 

I have 2 years of experience as a SOC analyst, monitoring and analyzing security events and incidents.

  • Monitored security events and incidents to identify potential threats

  • Analyzed security alerts to determine the severity and impact of incidents

  • Investigated security incidents to understand the root cause and recommend remediation actions

  • Collaborated with cross-functional teams to respond to security incidents effe...

View all Soc Analyst 1 interview questions
A Full Stack Developer was asked
Q. Explain Pair Programming.
Ans. 

Pair programming is a software development technique where two developers work together on the same code.

  • Two developers work together on the same code

  • One developer writes the code while the other reviews each line as it is written

  • Helps in catching errors early and improving code quality

  • Encourages collaboration and knowledge sharing

View all Full Stack Developer interview questions
A Software Engineer was asked 11mo ago
Q. Difference between structure & union ? What is structure padding ?
Ans. 

Structure is a data type that allows storing different types of data in a single variable, while union allows only one type of data. Structure padding is adding empty bytes to align data in memory.

  • Structure can store different types of data in a single variable, while union can store only one type of data.

  • Example: struct Person { char name[20]; int age; }; union Data { int num; float value; };

  • Structure padding is ...

View all Software Engineer interview questions

Hexagon Interview Experiences

15 interviews found

Software Engineer Interview Questions & Answers

user image Stepping Traveler

posted on 20 Sep 2024

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

(2 Questions)

  • Q1. How GraphQL works in the background
  • Ans. 

    GraphQL is a query language for APIs that allows clients to request only the data they need.

    • GraphQL uses a schema to define the structure of the data available and the operations that can be performed.

    • Clients can specify the exact data they need in their query, reducing over-fetching of data.

    • GraphQL servers execute the query by resolving the requested data from various data sources.

    • GraphQL supports real-time updates th...

  • Answered by AI
  • Q2. What is your experience on software architecture

Skills evaluated in this interview

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

(2 Questions)

  • Q1. Basic JavaScript questions
  • Q2. Linked List coding question
Interview experience
3
Average
Difficulty level
-
Process Duration
Less than 2 weeks
Result
-

I appeared for an interview in Jul 2024.

Round 1 - Technical 

(2 Questions)

  • Q1. Diff between malloc & calloc
  • Q2. Difference between structure & union ? What is structure padding ?
  • Ans. 

    Structure is a data type that allows storing different types of data in a single variable, while union allows only one type of data. Structure padding is adding empty bytes to align data in memory.

    • Structure can store different types of data in a single variable, while union can store only one type of data.

    • Example: struct Person { char name[20]; int age; }; union Data { int num; float value; };

    • Structure padding is addin...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep your basics clear

Skills evaluated in this interview

Intern Interview Questions & Answers

user image Anonymous

posted on 12 Mar 2025

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 - Coding Test 

Sql and coding interview

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

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

Round 1 - Technical 

(2 Questions)

  • Q1. Soc analyst experience
  • Ans. 

    I have 2 years of experience as a SOC analyst, monitoring and analyzing security events and incidents.

    • Monitored security events and incidents to identify potential threats

    • Analyzed security alerts to determine the severity and impact of incidents

    • Investigated security incidents to understand the root cause and recommend remediation actions

    • Collaborated with cross-functional teams to respond to security incidents effective...

  • Answered by AI
  • Q2. Soc analyst responsibility
Round 2 - HR 

(1 Question)

  • Q1. What are your Expectations

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and give ur best
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Sep 2024. There was 1 interview round.

Round 1 - HR 

(2 Questions)

  • Q1. C sharp concepts and coding
  • Q2. JS and react concepts
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Composites and Material Non-Linearity
  • Q2. Structural simulations
Round 2 - Technical 

(1 Question)

  • Q1. Crash and creep phenomenon
Round 3 - HR 

(1 Question)

  • Q1. Salary and Travel
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. SQL RELATED QUESTIONS
  • Q2. THEY GAVE SOME QUERIES TO RESOLVE IT
Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Oct 2023. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Explain Pair Programming
  • Ans. 

    Pair programming is a software development technique where two developers work together on the same code.

    • Two developers work together on the same code

    • One developer writes the code while the other reviews each line as it is written

    • Helps in catching errors early and improving code quality

    • Encourages collaboration and knowledge sharing

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

(1 Question)

  • Q1. How will you contribute to the company

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't go for this company..Its patheticI regret joining this company.

Skills evaluated in this interview

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

I applied via Campus Placement and was interviewed before Sep 2023. There were 2 interview rounds.

Round 1 - Coding Test 

2 easy questions were there

Round 2 - Technical 

(2 Questions)

  • Q1. Basic oops concept
  • Q2. Basic testing questions and coding ques

Top trending discussions

View All
Interview Tips & Stories
2w
toobluntforu
·
works at
Cvent
Can speak English, can’t deliver in interviews
I feel like I can't speak fluently during interviews. I do know english well and use it daily to communicate, but the moment I'm in an interview, I just get stuck. since it's not my first language, I struggle to express what I actually feel. I know the answer in my head, but I just can’t deliver it properly at that moment. Please guide me
Got a question about Hexagon?
Ask anonymously on communities.

Hexagon Interview FAQs

How many rounds are there in Hexagon interview?
Hexagon interview process usually has 1-2 rounds. The most common rounds in the Hexagon interview process are Technical, HR and One-on-one Round.
How to prepare for Hexagon 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 Hexagon. The most common topics and skills that interviewers at Hexagon expect are 3D Modeling, C++, B2B Sales, Lidar and Microstation.
What are the top questions asked in Hexagon interview?

Some of the top questions asked at the Hexagon interview -

  1. Difference between structure & union ? What is structure paddin...read more
  2. What is your experience on software architect...read more
  3. Question on puzzle related to finding time from two sand tim...read more
How long is the Hexagon interview process?

The duration of Hexagon 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

3.8/5

based on 14 interview experiences

Difficulty level

Easy 29%
Moderate 71%

Duration

Less than 2 weeks 88%
2-4 weeks 13%
View more

Interview Questions from Similar Companies

Cognizant Interview Questions
3.7
 • 5.9k Interviews
Deloitte Interview Questions
3.7
 • 3k Interviews
BYJU'S Interview Questions
3.1
 • 2.1k Interviews
Teleperformance Interview Questions
3.9
 • 2k Interviews
Reliance Retail Interview Questions
3.9
 • 1.7k Interviews
Ernst & Young Interview Questions
3.4
 • 1.2k Interviews
WNS Interview Questions
3.3
 • 1.1k Interviews
Google Interview Questions
4.4
 • 897 Interviews
EXL Service Interview Questions
3.7
 • 805 Interviews
View all

Hexagon Reviews and Ratings

based on 75 reviews

3.5/5

Rating in categories

3.4

Skill development

3.7

Work-life balance

3.0

Salary

3.4

Job security

3.4

Company culture

2.8

Promotions

3.3

Work satisfaction

Explore 75 Reviews and Ratings
Explore more jobs
Software Developer
32 salaries
unlock blur

₹5.5 L/yr - ₹20 L/yr

Software Engineer
21 salaries
unlock blur

₹5.5 L/yr - ₹13 L/yr

Senior Software Engineer
20 salaries
unlock blur

₹7.5 L/yr - ₹28 L/yr

Senior Software Developer
15 salaries
unlock blur

₹6.9 L/yr - ₹10 L/yr

Security Analyst
12 salaries
unlock blur

₹3.6 L/yr - ₹7 L/yr

Explore more salaries
Compare Hexagon with

Cognizant

3.7
Compare

Teleperformance

3.9
Compare

iEnergizer

4.7
Compare

Reliance Retail

3.9
Compare
write
Share an Interview