Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by HexaView Technologies Team. If you also belong to the team, you can get access from here

HexaView Technologies Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Clear (1)

HexaView Technologies Mts Software Engineer Interview Questions and Answers

Updated 4 Mar 2025

HexaView Technologies Mts Software Engineer Interview Experiences

1 interview found

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

I was interviewed in Sep 2024.

Round 1 - Coding Test 

I don't remember the exact coding platform, but there were two questions, both focused on strings. The first question required converting an integer to a Roman numeral, and the second question, which I don't recall, was of medium to hard difficulty.

Round 2 - Technical 

(2 Questions)

  • Q1. What is Oops? What is the difference between Abstaction and Encapsulation? What is the difference between virtual fucntion and interface? What is polymorphism? What is the difference between exception an...
  • Ans. 

    OOP is a programming paradigm based on objects, encapsulating data and behavior, enhancing modularity and reusability.

    • OOP stands for Object-Oriented Programming, focusing on objects that combine data and methods.

    • Abstraction hides complex implementation details, while encapsulation restricts access to certain components.

    • A virtual function is a member function in a base class that you can override in a derived class; an ...

  • Answered by AI
  • Q2. What are Data Structures? What is the difference between array and linked list? What is the difference between linear and non-linear data structure? What is the difference between stack and queue with exam...
  • Ans. 

    Data structures are ways to organize and store data for efficient access and modification.

    • Data structures include arrays, linked lists, stacks, queues, trees, and graphs.

    • Arrays are fixed-size, contiguous memory locations; linked lists are dynamic and consist of nodes.

    • Linear data structures (like arrays and linked lists) have a sequential relationship; non-linear (like trees and graphs) do not.

    • Stacks follow Last In Firs...

  • Answered by AI
Round 3 - Technical 

(2 Questions)

  • Q1. What is Oops? Difference between struct and union. Difference betwen Abstraction and Encapsulation.
  • Ans. 

    OOP is a programming paradigm based on objects, enabling abstraction, encapsulation, inheritance, and polymorphism.

    • OOP stands for Object-Oriented Programming, focusing on objects that combine data and behavior.

    • Structs are value types, while unions can store different data types but only one at a time.

    • Abstraction hides complex implementation details, while encapsulation restricts access to certain components.

    • Example of ...

  • Answered by AI
  • Q2. Give 2 coding questions, one question was to find middle element of linked list with optimal approach (fast and slow pointer) and another question was based on array
Round 4 - HR 

(1 Question)

  • Q1. About my project, my resume. make a dictionary using python and in c++. How do you do hyperparameter tuning? What are the challenges you faced while doing a project? 1 coding question on string. Difference...

Interview Preparation Tips

Interview preparation tips for other job seekers - Have a great command on data structures mostly arrays, string, linked list, and for hr round go through your resume like you should know everything written on your resume.

Interview questions from similar companies

I applied via Walk-in and was interviewed before Dec 2020. There were 3 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Basic Programming questions.
  • Q2. Fibonacci program
  • Q3. OOPS concepts.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basic OOPS concepts and basic programs.

I applied via Naukri.com and was interviewed in Aug 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Oops Concepts and Data Structure Questions.

Interview Preparation Tips

Interview preparation tips for other job seekers - Oops And Data Structure, Collection.

I applied via Campus Placement and was interviewed before Feb 2020. There were 6 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. Was interviewed as fresher?
  • Q2. Written test conducted? with verbal ability test ? GD
  • Q3. How would u deal with a problematic situation when you are working in a team?
  • Q4. What are your plans about higher studies?

Interview Preparation Tips

Interview preparation tips for other job seekers - it was basic with apptiude test and attitiude test.

Interview Questionnaire 

2 Questions

  • Q1. They asked me on java and I have joined as a fresher they not much questions as I got selected as fresher on oops concepts and collections
  • Q2. Please be confident while facing interview and they will check your communication skills

I applied via Company Website and was interviewed before Feb 2020. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. They asked about dbms questions in the form of table formate
  • Q2. They asked code for some python program

Interview Preparation Tips

Interview preparation tips for other job seekers - Firstly they conducted computer based technical exam and then after qualifying that then we will go for face face interview and then lastly HR round will be held.

I applied via Campus Placement and was interviewed in Oct 2020. There were 4 interview rounds.

Interview Questionnaire 

5 Questions

  • Q1. Wap 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.

    • Start from the first element and compare it with the next element

    • If the next element is smaller, swap them

    • Repeat this process for all elements in the array

    • Continue this process until no more swaps are needed

  • Answered by AI
  • Q2. Wap of prime number
  • Ans. 

    A program to print all prime numbers

    • Take input from user for range of numbers

    • Loop through the range and check if each number is prime

    • Print the prime numbers

  • Answered by AI
  • Q3. What is hashmap?
  • Ans. 

    Hashmap is a data structure that stores key-value pairs and allows constant time access to values based on their keys.

    • Hashmap uses a hash function to map keys to indices in an array.

    • Collisions can occur when multiple keys map to the same index, which can be resolved using techniques like chaining or open addressing.

    • Examples of hashmap implementations include Java's HashMap class and Python's dict type.

  • Answered by AI
  • Q4. What is inheritance
  • Ans. 

    Inheritance is a mechanism in object-oriented programming where a new class is created by inheriting properties of an existing class.

    • Inheritance allows code reuse and promotes code organization.

    • The existing class is called the parent or superclass, and the new class is called the child or subclass.

    • The child class inherits all the properties and methods of the parent class and can also add new properties and methods.

    • For...

  • Answered by AI
  • Q5. Call by value and call by reference

Interview Preparation Tips

Interview preparation tips for other job seekers - Be yourself

Skills evaluated in this interview

I applied via Company Website and was interviewed in Oct 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. What is recursion ? what is inheritance? what is heap? write a code to find the largest element in an array?
  • Ans. 

    Recursion is a process in which a function calls itself. Inheritance is a mechanism in OOP where a class inherits properties of another class. Heap is a region of memory used for dynamic memory allocation.

    • Recursion can be used to solve problems that can be broken down into smaller sub-problems.

    • Inheritance allows for code reuse and helps in creating a hierarchy of classes.

    • Heap is used for dynamic memory allocation in la...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Do not loose your confidence till the end of the interview and be clear with your voice .

Skills evaluated in this interview

I applied via Walk-in and was interviewed in Mar 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Introduction your self in interview

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview should be very easy and comfortable to the students. And be confident at the infront of interviewer

I applied via Naukri.com and was interviewed in Nov 2020. There were 5 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Questions based on the CV we kept
  • Q2. Questions related to powershell, storages, networking in azure IaaS, NSG

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare whatever u kept in CV and the basics
Contribute & help others!
anonymous
You can choose to be anonymous

HexaView Technologies Interview FAQs

How many rounds are there in HexaView Technologies Mts Software Engineer interview?
HexaView Technologies interview process usually has 4 rounds. The most common rounds in the HexaView Technologies interview process are Technical, Coding Test and HR.
What are the top questions asked in HexaView Technologies Mts Software Engineer interview?

Some of the top questions asked at the HexaView Technologies Mts Software Engineer interview -

  1. What are Data Structures? What is the difference between array and linked list?...read more
  2. What is Oops? What is the difference between Abstaction and Encapsulation? Wha...read more
  3. What is Oops? Difference between struct and union. Difference betwen Abstractio...read more

Recently Viewed

INTERVIEWS

HexaView Technologies

No Interviews

INTERVIEWS

KEC International

No Interviews

INTERVIEWS

HexaView Technologies

No Interviews

INTERVIEWS

Tata Power

No Interviews

INTERVIEWS

HexaView Technologies

No Interviews

SALARIES

HexaView Technologies

SALARIES

HexaView Technologies

INTERVIEWS

Tata Power

No Interviews

INTERVIEWS

HexaView Technologies

10 top interview questions

INTERVIEWS

DRL LOGISTICS

No Interviews

Tell us how to improve this page.

HexaView Technologies Mts Software Engineer Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Infosys Interview Questions
3.6
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 2.9k Interviews
Mphasis Interview Questions
3.4
 • 790 Interviews
Cyient Interview Questions
3.6
 • 283 Interviews
View all

Fast track your campus placements

View all
HexaView Technologies Mts Software Engineer Salary
based on 7 salaries
₹7 L/yr - ₹13 L/yr
63% less than the average Mts Software Engineer Salary in India
View more details
Applications Engineer
81 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Member Technical Staff
54 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Application Engineer
44 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Quality Engineer
30 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Project Lead
16 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare HexaView Technologies with

Infosys

3.6
Compare

TCS

3.7
Compare

Wipro

3.7
Compare

HCLTech

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