Upload Button Icon Add office photos

Filter interviews by

Hexagon Software Developer Interview Questions and Answers

Updated 12 Sep 2024

Hexagon Software Developer Interview Experiences

2 interviews found

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

asked in Amazon
Q1. Maximum Subarray Sum Problem Statement Given an array of integers ... read more
asked in Amazon
Q2. Minimum Number of Platforms Needed Problem Statement You are give ... read more
asked in Rakuten
Q3. Merge Two Sorted Arrays Problem Statement Given two sorted intege ... read more
asked in Nagarro
Q4. Crazy Numbers Pattern Challenge Ninja enjoys arranging numbers in ... read more
asked in PhonePe
Q5. Form a Triangle Problem Statement You are given an array of integ ... read more

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

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

Round 1 - Technical 

(2 Questions)

  • Q1. Plugin pipeline based scenario question which will trigger first?
  • Q2. Which jscript method used to prevent form save??
  • Ans. 

    The onbeforeunload method is used to prevent form save.

    • Use the onbeforeunload method to display a warning message before leaving the page without saving the form.

    • Return a custom message in the method to prompt the user to confirm if they want to leave the page.

    • Example: window.onbeforeunload = function() { return 'Are you sure you want to leave this page without saving?'; };

  • Answered by AI
Round 2 - HR 

(2 Questions)

  • Q1. Behavioral interview
  • Q2. Package negotiations

Interview Preparation Tips

Interview preparation tips for other job seekers - What limitations each implementation has. Keep that clear. That will help you to clear scenario based questions.

Skills evaluated in this interview

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

Asking the dp and tree and other

Round 2 - One-on-one 

(1 Question)

  • Q1. Asking the project based question and
Round 3 - HR 

(1 Question)

  • Q1. Some question asking base on cultural base and resume based
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Approached by Company and was interviewed in May 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. How is GIL and how python handle multi threading
  • Ans. 

    GIL stands for Global Interpreter Lock in Python, which limits execution of multiple threads at once.

    • GIL is a mutex that protects access to Python objects, preventing multiple threads from executing Python bytecodes at once.

    • Due to GIL, Python threads are not suitable for CPU-bound tasks but are still useful for I/O-bound tasks.

    • To handle multi-threading in Python, one can use multiprocessing module or asynchronous progr...

  • Answered by AI
  • Q2. Explain How React works under the hood.
  • Ans. 

    React uses a virtual DOM to efficiently update the actual DOM based on changes in state or props.

    • React creates a virtual DOM representation of the actual DOM.

    • When state or props change, React compares the virtual DOM with the actual DOM to determine the minimal set of changes needed.

    • React then updates the actual DOM efficiently to reflect the changes.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Deep understanding of technology you apply for

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement

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 

(1 Question)

  • Q1. Write a program of bubble sort.
  • Ans. 

    Bubble sort is a simple sorting algorithm that repeatedly steps through the list, compares adjacent elements, and swaps them if they are in the wrong order.

    • Initialize an array of strings to be sorted

    • Repeat until no swaps are needed: Compare adjacent elements and swap if necessary

    • Continue until the entire array is sorted

  • Answered by AI
Round 3 - Aptitude Test 

Oops concept, java basics, sqlqueries

Interview Preparation Tips

Interview preparation tips for other job seekers - Boost your coding skills.

Skills evaluated in this interview

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

(1 Question)

  • Q1. Technical knowledge tested.
Round 2 - Coding Test 

LEVEL UP CODING TEST

I applied via Company Website

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 

(2 Questions)

  • Q1. What is the work in office
  • Q2. What is timings in day
  • Ans. 

    Timings in a day refer to the different periods of time that make up a 24-hour day.

    • A day is typically divided into morning, afternoon, evening, and night

    • Different cultures may have different ways of dividing a day

    • Timings can also refer to specific times for events or activities

  • Answered by AI
Round 3 - HR 

(4 Questions)

  • Q1. How much salary per month
  • Q2. What is timing in the day
  • Ans. 

    Timing in the day refers to the different periods or divisions of time within a 24-hour cycle.

    • Timing in the day includes morning, afternoon, evening, and night.

    • It helps in organizing daily activities and scheduling tasks.

    • Different cultures may have different names or divisions for timing in the day, such as siesta or tea time.

    • Timing in the day can also be represented using the 12-hour or 24-hour clock system.

  • Answered by AI
  • Q3. How to procesa I share my details
  • Q4. Please tell me the process

Interview Preparation Tips

Interview preparation tips for other job seekers - Job seekers are known all knowledge and seek easy way to apply for job

I applied via campus placement at Siddhartha Institute of Engineering & Technology, Hyderabad and was interviewed in May 2022. There were 3 interview rounds.

Round 1 - Coding Test 

Prepare the basic programming languages like Java,SQL and pseudocodes,computer fundamentals,communication.All the questions will be MCQ type of queries.

Round 2 - Technical 

(2 Questions)

  • Q1. Programming codes and core Java ,SQL related questions.If your resume has some other languages then prepare for it.Always be ready with your resume details and the subject.
  • Q2. 1.What is constraints and it's types? 2.what is meant by wrapper class? 3.What is meant by string buffer? 4.Write a program to print number of count of characters in a string and remove duplicates by givin...
  • Ans. 

    This interview includes questions related to constraints, wrapper class, string buffer, and programming.

    • Constraints are rules that limit the values or types of data that can be entered into a field or table. There are two types of constraints: column-level and table-level constraints.

    • Wrapper classes are classes that encapsulate primitive data types and provide methods to manipulate them. For example, Integer is a wrapp...

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. 1.Self introduction 2.why should I hire you? 3.Are u want to relocate? 4.what is the reason to join our company?

Interview Preparation Tips

Topics to prepare for Virtusa Consulting Services Software Developer interview:
  • Java
  • SQL
  • HTML
  • CSS
  • Python
  • C
  • Javascript
  • Core Java
Interview preparation tips for other job seekers - Prepare the basic concepts in programming languages like core Java,SQL,html and be prepare with your resume details.

Skills evaluated in this interview

I applied via Company Website and was interviewed in Oct 2022. There were 2 interview rounds.

Round 1 - Aptitude Test 

Simple technical maths calculations,

Round 2 - Coding Test 

Writing a Jawa coding in small projects

Interview Preparation Tips

Topics to prepare for Sutherland Global Services Software Developer interview:
  • Core Java
  • SQL
  • C
Interview preparation tips for other job seekers - Hr interview
Face to face interview
Tell about my education details

Hexagon Interview FAQs

How many rounds are there in Hexagon Software Developer interview?
Hexagon interview process usually has 1 rounds. The most common rounds in the Hexagon interview process are Technical.
How to prepare for Hexagon Software Developer 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 C++, New Product, OOAD and Software Development Methodologies.
What are the top questions asked in Hexagon Software Developer interview?

Some of the top questions asked at the Hexagon Software Developer interview -

  1. THEY GAVE SOME QUERIES TO RESOLVE...read more
  2. Basic JavaScript questi...read more
  3. Linked List coding quest...read more

Tell us how to improve this page.

Hexagon Software Developer Interview Process

based on 2 interviews

Interview experience

3.5
  
Good
View more
Hexagon Software Developer Salary
based on 23 salaries
₹5.5 L/yr - ₹12 L/yr
6% less than the average Software Developer Salary in India
View more details

Hexagon Software Developer Reviews and Ratings

based on 2 reviews

3.5/5

Rating in categories

4.0

Skill development

3.5

Work-life balance

2.5

Salary

3.0

Job security

3.0

Company culture

2.0

Promotions

4.0

Work satisfaction

Explore 2 Reviews and Ratings
Software Developer
23 salaries
unlock blur

₹5.5 L/yr - ₹12 L/yr

Software Engineer
16 salaries
unlock blur

₹4.5 L/yr - ₹13 L/yr

Senior Software Engineer
16 salaries
unlock blur

₹7 L/yr - ₹21 L/yr

Senior Software Developer
15 salaries
unlock blur

₹6.9 L/yr - ₹10 L/yr

Security Analyst
11 salaries
unlock blur

₹3 L/yr - ₹6.3 L/yr

Explore more salaries
Compare Hexagon with

Autodesk

4.3
Compare

Bentley Systems

4.3
Compare

Dassault Systemes

4.0
Compare

Siemens

4.1
Compare
Did you find this page helpful?
Yes No
write
Share an Interview