Upload Button Icon Add office photos

Filter interviews by

Hexagon Capability Center Internship Trainee Interview Questions and Answers

Updated 24 Mar 2023

Hexagon Capability Center Internship Trainee Interview Experiences

2 interviews found

I applied via campus placement at Vellore Institute of Technology (VIT) and was interviewed before Dec 2021. 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 

Basic C and c++ questions quite easy

Round 3 - Technical 

(4 Questions)

  • Q1. Program for Fibanocci series
  • Ans. 

    Program to generate Fibonacci series

    • Declare variables to store the first two numbers of the series

    • Use a loop to generate the subsequent numbers of the series

    • Add the previous two numbers to get the next number in the series

    • Print the series or store it in an array

  • Answered by AI
  • Q2. Questions on SQL programming
  • Q3. Questions on projects of my college
  • Q4. Puzzle questions on soft skills

Interview Preparation Tips

Interview preparation tips for other job seekers - Need to be clarity on what you prepare.look in to your college projects.

Skills evaluated in this interview

I applied via Campus Placement and was interviewed before Apr 2021. There were 2 interview rounds.

Round 1 - Aptitude Test 

Aptitude questions and some technical based questions

Round 2 - Technical 

(2 Questions)

  • Q1. Program of Fibanocci series
  • Ans. 

    Fibonacci series is a sequence of numbers where each number is the sum of the two preceding ones.

    • The first two numbers of the series are 0 and 1.

    • The next number is found by adding up the two numbers before it.

    • The sequence goes on infinitely.

    • Example: 0, 1, 1, 2, 3, 5, 8, 13, 21, 34, 55, 89, 144, 233, 377, 610, 987, 1597, 2584, 4181, 6765, 10946, 17711, 28657, 46368, 75025, 121393, 196418, 317811, 514229, 832040, 1346269...

  • Answered by AI
  • Q2. Program of 2D array and some SQL based questions , projects related questions , computer network based questions

Interview Preparation Tips

Topics to prepare for Hexagon Capability Center Internship Trainee interview:
  • Java
  • SQL
Interview preparation tips for other job seekers - Be confident on topics of your main programming language and projects

Skills evaluated in this interview

Internship Trainee Interview Questions Asked at Other Companies

asked in ESAB
Q1. Tell about your UG project? How will you design a table for 1 ton ... read more
Q2. what you know abiu the technology that you are apply
Q3. What are the difgerent wavelengths at which optical fibre communi ... read more
Q4. What are timers im Microprocessor amd how can you trigger them?
Q5. How can you solve the issue if there is a network failure in the ... read more

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
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 - One-on-one 

(2 Questions)

  • Q1. What are your skills
  • Q2. Some Java basic qns like oops concepts etc.
Round 3 - Aptitude Test 

Reasoning,Numericalquantative ability

Round 4 - HR 

(2 Questions)

  • Q1. What is your expected ctc
  • Ans. 

    I am open to negotiation based on the company's policies and industry standards.

    • I am looking for a fair compensation package that aligns with my skills and experience.

    • I have researched the industry standards and the company's policies to have a realistic expectation.

    • I am open to discussing the salary and benefits package during the interview process.

    • I am more interested in gaining valuable experience and learning oppor

  • Answered by AI
  • Q2. Why should i hire you

Interview Preparation Tips

Interview preparation tips for other job seekers - Be attentive and tell the answers that you know.
Tell them that you don't know if you are not comfortable.
Interview experience
4
Good
Difficulty level
Easy
Process Duration
2-4 weeks
Result
No response

I applied via Campus Placement and was interviewed before May 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

It was simple apti and coding test
some apti questions and 2 coding

Round 2 - Technical 

(1 Question)

  • Q1. Basic OOPs related Java related questions as I told them I am proficient in Java
Round 3 - HR 

(1 Question)

  • Q1. Just normal discussion
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via campus placement at Bannari Amman Institute of Technology, Sathyamangalam and was interviewed before Aug 2022. There were 4 interview rounds.

Round 1 - Aptitude Test 

Normal General Appti

Round 2 - Coding Test 

In font of Hrs Easy Questions

Round 3 - Technical 

(1 Question)

  • Q1. Nothing but a single coding question in sofa with Hr
Round 4 - HR 

(1 Question)

  • Q1. About family and are you okay with Bond

Interview Preparation Tips

Interview preparation tips for other job seekers - Go with confidence
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Basic questions on oops and sql queries

Round 2 - Technical 

(2 Questions)

  • Q1. SQL Query on many to many table and aggregations
  • Q2. OOPS concepts and SpringBoot
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Oops concepts, Encapsulation, Abstraction in detail with example
  • Q2. Types of beans in Java
  • Ans. 

    Java has two types of beans: stateful and stateless beans.

    • Stateful beans maintain conversational state with the client, while stateless beans do not.

    • Stateful beans are typically used for long-running conversations, while stateless beans are used for short-lived operations.

    • Examples of stateful beans include session beans, while examples of stateless beans include message-driven beans.

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. Code to sort an Array in ascending order
  • Ans. 

    Use a sorting algorithm like bubble sort or quicksort to arrange elements in ascending order.

    • Use a sorting algorithm like bubble sort, quicksort, or merge sort to rearrange elements in ascending order.

    • For example, you can implement bubble sort to compare adjacent elements and swap them if they are in the wrong order.

    • Another example is using quicksort to divide the array into smaller subarrays and recursively sort them.

  • Answered by AI
  • Q2. Find the second greatest number in an array
  • Ans. 

    Iterate through the array to find the second greatest number.

    • Iterate through the array and keep track of the greatest and second greatest numbers.

    • Compare each element with the current greatest and second greatest numbers.

    • Update the second greatest number if a new number is found that is greater than the current second greatest but less than the greatest.

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Let us assume we have an array of 0's and 1's,how would you find the first index for 1.
  • Ans. 

    Iterate through the array and return the index of the first occurrence of 1.

    • Iterate through the array using a loop.

    • Check each element of the array, if it is 1 then return its index.

    • If no 1 is found, return -1.

  • Answered by AI
  • Q2. SQL queries related to Order By and Group By

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus on the basics.

Skills evaluated in this interview

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

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

Round 1 - Technical 

(1 Question)

  • Q1. First online assessment. Fundamental question from all computer science subjects.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare for your projects very well. First elimination round in Technical interview is Project Round. Interviewer will ask you questions from your project in very detail.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Feb 2023. There was 1 interview round.

Round 1 - HR 

(1 Question)

  • Q1. Self introduction

Interview Preparation Tips

Topics to prepare for Apexon Trainee interview:
  • Prepare one topic

Hexagon Capability Center Interview FAQs

How many rounds are there in Hexagon Capability Center Internship Trainee interview?
Hexagon Capability Center interview process usually has 2-3 rounds. The most common rounds in the Hexagon Capability Center interview process are Aptitude Test, Technical and Resume Shortlist.
What are the top questions asked in Hexagon Capability Center Internship Trainee interview?

Some of the top questions asked at the Hexagon Capability Center Internship Trainee interview -

  1. Program of Fibanocci ser...read more
  2. Program for Fibanocci ser...read more
  3. Program of 2D array and some SQL based questions , projects related questions ,...read more

Tell us how to improve this page.

Hexagon Capability Center Internship Trainee Reviews and Ratings

based on 2 reviews

4.5/5

Rating in categories

4.0

Skill development

4.0

Work-life balance

4.0

Salary

4.5

Job security

4.5

Company culture

4.5

Promotions

3.5

Work satisfaction

Explore 2 Reviews and Ratings
Senior Software Developer
316 salaries
unlock blur

₹5.4 L/yr - ₹19 L/yr

Senior Software Engineer
310 salaries
unlock blur

₹5.5 L/yr - ₹16 L/yr

Software Consultant
179 salaries
unlock blur

₹8.1 L/yr - ₹24.6 L/yr

Principal Software Developer
174 salaries
unlock blur

₹9.1 L/yr - ₹30.8 L/yr

Software Developer
172 salaries
unlock blur

₹5.2 L/yr - ₹11 L/yr

Explore more salaries
Compare Hexagon Capability Center with

TCS

3.7
Compare

Infosys

3.6
Compare

Wipro

3.7
Compare

Tech Mahindra

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