Upload Button Icon Add office photos

Filter interviews by

Hexagon Interview Questions, Process, and Tips

Updated 16 Oct 2024

Top Hexagon Interview Questions and Answers

View all 6 questions

Hexagon Interview Experiences

Popular Designations

14 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
  • 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 conce

  • Answered by AI

Skills evaluated in this interview

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (169)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Basic JavaScript questions
  • Q2. Linked List coding question

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray SumGiven an array of numbers, find the maximum sum of any contiguous subarray of the array. For example, given the array [34, -50, 42, 14, -5, 86], the maximum sum would be 137, since we would take elements 42, 14, -5, and ... read more
View answer (39)
Interview experience
3
Average
Difficulty level
-
Process Duration
Less than 2 weeks
Result
-

I was interviewed in Jul 2024.

Round 1 - Technical 

(2 Questions)

  • Q1. Diff between malloc & 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 memor...

  • Answered by AI
  • 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

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (169)
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

Soc Analyst 1 Interview Questions asked at other Companies

Q1. How do you investigate an email phishing?
View answer (1)

Hexagon interview questions for popular designations

 Software Engineer

 (4)

 Software Developer

 (2)

 FEA Engineer

 (1)

 Full Stack Developer

 (1)

 Intern

 (1)

 QA QC Engineer

 (1)

 Senior Business Analyst

 (1)

 Senior Software Developer

 (1)

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

Senior Software Developer Interview Questions asked at other Companies

Q1. Intersection of Linked ListYou are given two Singly Linked List of integers, which are merging at some node of a third linked list. Your task is to find the data of the node at which merging starts. If there is no merging, return -1. For ex... read more
View answer (4)
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

Senior Technical Specialist Interview Questions asked at other Companies

Q1. How to resolve the production issue whenever no clue is found.
View answer (3)

Jobs at Hexagon

View all
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

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray SumGiven an array of numbers, find the maximum sum of any contiguous subarray of the array. For example, given the array [34, -50, 42, 14, -5, 86], the maximum sum would be 137, since we would take elements 42, 14, -5, and ... read more
View answer (39)
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

Full Stack Developer Interview Questions asked at other Companies

Q1. Query And MatrixYou are given a binary matrix with ‘M’ rows and ‘N’ columns initially consisting of all 0s. 'Q' queries follow. The queries can be of 4 types: Query 1: 1 R index Query 2: 1 C index Query 3: 2 R index Query 4: 2 C index In ea... read more
View answer (1)
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

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (169)

FEA Engineer Interview Questions & Answers

user image Anonymous

posted on 2 Oct 2024

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Based on FEA foundations

FEA Engineer Interview Questions asked at other Companies

Q1. How many no natural frequency get zero for free free modal analysis of hex elements
View answer (2)

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++, Lidar, Microstation and B2B Sales.
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. How GraphQL works in the backgro...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.

Hexagon Interview Process

based on 12 interviews in last 1 year

Interview experience

3.7
  
Good
View more

People are getting interviews through

based on 6 Hexagon interviews
Job Portal
Campus Placement
Referral
50%
17%
17%
16% candidates got the interview through other sources.
Moderate Confidence
?
Moderate Confidence means the data is based on a sufficient number of responses received from the candidates

Interview Questions from Similar Companies

IBM Interview Questions
4.1
 • 2.4k Interviews
Oracle Interview Questions
3.7
 • 883 Interviews
Siemens Interview Questions
4.1
 • 421 Interviews
SAP Interview Questions
4.2
 • 302 Interviews
Dassault Systemes Interview Questions
4.0
 • 155 Interviews
PTC Interview Questions
4.2
 • 62 Interviews
Autodesk Interview Questions
4.3
 • 38 Interviews
Trimble Interview Questions
4.3
 • 26 Interviews
Bentley Systems Interview Questions
4.3
 • 19 Interviews
View all

Hexagon Reviews and Ratings

based on 58 reviews

3.5/5

Rating in categories

3.6

Skill development

3.7

Work-Life balance

3.2

Salary & Benefits

3.4

Job Security

3.6

Company culture

2.9

Promotions/Appraisal

3.6

Work Satisfaction

Explore 58 Reviews and Ratings
Hexagon - Sales Manager - Reality Capture - Scanners/LiDAR Business (8-16 yrs)

Delhi ncr,

Gurgaon / Gurugram

+2

8-16 Yrs

₹ 17-37 LPA

Hexagon - Regional Sales Manager (18-30 yrs)

Mumbai,

Pune

+2

18-30 Yrs

₹ 35-50 LPA

Explore more jobs
Software Developer
23 salaries
unlock blur

₹5.5 L/yr - ₹12 L/yr

Software Engineer
18 salaries
unlock blur

₹5.5 L/yr - ₹13 L/yr

Senior Software Developer
15 salaries
unlock blur

₹6.9 L/yr - ₹10 L/yr

Senior Software Engineer
14 salaries
unlock blur

₹6.9 L/yr - ₹21 L/yr

Softwaretest Engineer
10 salaries
unlock blur

₹3.7 L/yr - ₹12.5 L/yr

Explore more salaries
Compare Hexagon with

Trimble

4.3
Compare

Autodesk

4.3
Compare

Bentley Systems

4.3
Compare

Dassault Systemes

4.0
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