Upload Button Icon Add office photos

Filter interviews by

Hexagon Software Engineer Interview Questions, Process, and Tips

Updated 20 Sep 2024

Top Hexagon Software Engineer Interview Questions and Answers

Hexagon Software Engineer Interview Experiences

4 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

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

asked in Qualcomm
Q1. Bridge and torch problem : Four people come to a river in the nig ... read more
asked in Capgemini
Q2. In a dark room,there is a box of 18 white and 5 black gloves. You ... read more
asked in TCS
Q3. Find DuplicateYou have been given an integer array/list(ARR) of s ... read more
Q4. Tell me something about yourself. Define encapsulation. What is i ... read more
asked in Paytm
Q5. Puzzle : 100 people are standing in a circle .each one is allowed ... read more
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
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 Feb 2023. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Question on puzzle related to finding time from two sand timers
  • Q2. Question on puzzle related to food
Round 2 - HR 

(1 Question)

  • Q1. What is your family background?

Hexagon interview questions for designations

 Software Developer

 (2)

 Senior Software Developer

 (1)

 FEA Engineer

 (1)

 QA QC Engineer

 (1)

 Full Stack Developer

 (1)

Interview questions from similar companies

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

(1 Question)

  • Q1. Can you provide a detailed explanation of object-oriented programming concepts?
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Aug 2023. 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 - Aptitude Test 

First time attend aptitude test .

Round 3 - Technical 

(5 Questions)

  • Q1. Any computer engineering basic questions
  • Q2. C,C++,java , python
  • Q3. What is inheritance.how many times of inheritance.
  • Ans. 

    Inheritance is a concept in object-oriented programming where a class can inherit attributes and methods from another class.

    • Inheritance allows for code reusability and promotes the concept of 'is-a' relationship.

    • There are different types of inheritance such as single inheritance, multiple inheritance, multilevel inheritance, and hierarchical inheritance.

    • Example: Class B inheriting from Class A - 'class B: public A {}'

  • Answered by AI
  • Q4. How many characters are used in C.
  • Ans. 

    C uses a set of 128 characters, including letters, digits, special characters, and control characters.

    • C uses 26 letters (uppercase and lowercase), 10 digits (0-9), and various special characters like !, @, #, $, %, etc.

    • C also includes control characters like newline, tab, carriage return, etc.

    • The total number of characters used in C is 128.

  • Answered by AI
  • Q5. What is c. How many characters are used.
  • Ans. 

    C is a programming language known for its efficiency and flexibility. It uses 256 characters.

    • C is a high-level programming language used for system programming, embedded systems, and applications.

    • C uses 256 characters, including letters, digits, special characters, and whitespace.

    • Examples of characters in C include 'a', '1', '+', and ' '.

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Technical 

(1 Question)

  • Q1. Basics of your technical skills
Round 3 - Technical 

(1 Question)

  • Q1. More Projects related questions
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
Selected Selected
Round 1 - Coding Test 

Dita-ot, xslt, time duration - 30 minute

Round 2 - HR 

(1 Question)

  • Q1. How soon you can join
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Coding Test 

Basic coding related to c, c++... Then SQL query

Round 3 - Technical 

(1 Question)

  • Q1. Questions from project and are of interest that we pit in our resume
Interview experience
1
Bad
Difficulty level
Easy
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Double-check your resume for any spelling mistakes. The recruiter may consider spelling mistakes as careless behavior or poor communication skills.
View all tips
Round 2 - Aptitude Test 

In Aptitude test in Math & Reasoning &English is be must for 1st round.

Round 3 - Coding Test 

In Coding Round first of all basic programing language C & 2nd One Oops language & DBMS must be knowledge. And then coding profile is above.

Interview Preparation Tips

Interview preparation tips for other job seekers - Dependent on basis his skill, talent, knowledge. Now must be coding knowledge.

Hexagon Interview FAQs

How many rounds are there in Hexagon Software Engineer interview?
Hexagon interview process usually has 1-2 rounds. The most common rounds in the Hexagon interview process are Technical, HR and Coding Test.
What are the top questions asked in Hexagon Software Engineer interview?

Some of the top questions asked at the Hexagon Software Engineer 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

Tell us how to improve this page.

Hexagon Software Engineer Interview Process

based on 4 interviews in last 1 year

1 Interview rounds

  • Technical Round
View more

People are getting interviews through

based on 2 Hexagon interviews
Campus Placement
50%
50% 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
Hexagon Software Engineer Salary
based on 18 salaries
₹5.5 L/yr - ₹13 L/yr
At par with the average Software Engineer Salary in India
View more details
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