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

HexaView Technologies Interview Questions, Process, and Tips

Updated 4 Mar 2025

Top HexaView Technologies Interview Questions and Answers

View all 15 questions

HexaView Technologies Interview Experiences

Popular Designations

17 interviews 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...
  • 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...
Round 3 - Technical 

(2 Questions)

  • Q1. What is Oops? Difference between struct and union. Difference betwen Abstraction and Encapsulation.
  • 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.

Mts Software Engineer Interview Questions asked at other Companies

Q1. What are decorators in Python and how define it. and what is a function object
View answer (1)
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Explain Project
  • Q2. Basic Pandas questions

Senior Data Scientist Interview Questions asked at other Companies

Q1. What is the difference between logistic and linear regression?
View answer (4)
HexaView Technologies Interview Questions and Answers for Freshers
illustration image
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Apr 2024. There were 3 interview rounds.

Round 1 - Assignment 

Easy leetcode question that includes sorting, that needs to written on a piece of paper and submitted in PDF format.

Round 2 - Technical 

(1 Question)

  • Q1. Print your name backwards including white spaces, with basic java questions and complete OOPS workup.
Round 3 - Technical 

(1 Question)

  • Q1. Valid parenthesis (all approaches ) time and space complexity and past projects.
  • Ans. 

    Valid parenthesis time and space complexity and past projects

    • Approaches for checking valid parenthesis include using a stack or recursion

    • Time complexity for stack approach is O(n) and space complexity is O(n)

    • Time complexity for recursion approach is O(2^n) and space complexity is O(n)

    • Past projects may include developing algorithms for string manipulation or parsing

  • Answered by AI

Interview Preparation Tips

Topics to prepare for HexaView Technologies Member Technical Staff 1 interview:
  • Java
  • Python
  • Microservices

Skills evaluated in this interview

Member Technical Staff 1 Interview Questions asked at other Companies

Q1. Valid parenthesis (all approaches ) time and space complexity and past projects.
View answer (1)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed in Dec 2024.

Round 1 - Coding Test 

Dsa question string array

Senior Associate Interview Questions asked at other Companies

Q1. On an average, how many invoices can you process in a day?
View answer (10)

HexaView Technologies interview questions for popular designations

 Applications Engineer

 (4)

 Associate Application Engineer

 (3)

 Associate Business Analyst

 (1)

 Quality Analyst

 (1)

 Member Technical Staff

 (1)

 Senior Associate

 (1)

 Software Developer

 (1)

 Senior Data Scientist

 (1)

Trainee Interview Questions & Answers

user image Dipali Birajdar

posted on 18 Oct 2023

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Sep 2023. There were 3 interview rounds.

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 Resume tips
Round 2 - Aptitude Test 

Basics of all topic percentage algebra

Round 3 - One-on-one 

(5 Questions)

  • Q1. Basics of oops , algorithms real time application
  • Q2. What is class ,object and differentiationthem
  • Ans. 

    A class is a blueprint for creating objects, which are instances of a class. Objects are instances of a class with specific attributes and behaviors.

    • Class: Blueprint for creating objects

    • Object: Instance of a class with specific attributes and behaviors

    • Differentiation: Class is like a template, object is a specific instance of that template

  • Answered by AI
  • Q3. Pillars of oops
  • Ans. 

    Pillars of OOPs include Inheritance, Encapsulation, Abstraction, and Polymorphism.

    • Inheritance: Allows a class to inherit properties and behavior from another class.

    • Encapsulation: Bundling data and methods that operate on the data into a single unit.

    • Abstraction: Hiding the complex implementation details and showing only the necessary features of an object.

    • Polymorphism: Ability of an object to take on many forms.

  • Answered by AI
  • Q4. Naive algorithm
  • Ans. 

    Naive algorithm is a simple approach to solving a problem without considering efficiency.

    • Naive algorithms are straightforward and easy to implement.

    • They may not be the most efficient solution for complex problems.

    • Examples include linear search for finding an element in an array and bubble sort for sorting elements.

  • Answered by AI
  • Q5. Dynamic programming

Skills evaluated in this interview

Trainee Interview Questions asked at other Companies

Q1. Ques1: There is a big file of words which is dynamically changing. We are continuously adding some words into it. How would you keep track of top 10 trending words at each moment? Ques2:Write a function that returns the length of the longes... read more
View answer (2)

Get interview-ready with Top HexaView Technologies Interview Questions

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

(1 Question)

  • Q1. Basic introduction

Quality Analyst Interview Questions asked at other Companies

Q1. How you will maintain the balance between operations and quality so that they do not have any conflicts of interest
View answer (3)
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Not Selected

I applied via Referral and was interviewed in Oct 2023. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Find duplicate numbers, prime num er program
  • Ans. 

    Program to find duplicate numbers and prime numbers in an array of strings.

    • Iterate through the array to find duplicate numbers using a hashmap or set.

    • Check each number in the array for primality using a function that checks divisibility.

    • Store the duplicate numbers and prime numbers in separate arrays for further processing.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Good

Skills evaluated in this interview

Member Technical Staff Interview Questions asked at other Companies

Q1. Next Smallest Palindrome Problem Statement Find the next smallest palindrome strictly greater than a given number 'N' represented as a string 'S'. Explanation: You are given a number in string format, and your task is to determine the small... read more
View answer (1)
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

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 Resume tips
Round 2 - MCQ 

(1 Question)

  • Q1. All questions were related to DSA OS DBMS
Round 3 - Technical 

(1 Question)

  • Q1. Question related to arrays
Round 4 - Technical 

(1 Question)

  • Q1. Project discussion and oops,DBMS, computer networks concepts
Round 5 - Technical 

(1 Question)

  • Q1. Que on stable partition

Interview Preparation Tips

Interview preparation tips for other job seekers - Revise DSA well as the company focuses on DSA related question in each of the round of interview. Generally interviews goes with DSA problem and then last 10 min of rapid fire round of oops dbms concepts.

Applications Engineer Interview Questions asked at other Companies

Q1. Minimum Special Sum Problem You are given an array ARR of length N. There are two operations defined for each index i in the array: FIRST_SUM(i): Calculates the sum of the first i numbers. LAST_SUM(i): Calculates the sum of the last N-i+1 ... read more
View answer (1)

I applied via Campus Placement and was interviewed in Oct 2022. There were 5 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 Resume tips
Round 2 - Aptitude Test 

Aptitude and technical questions.

Round 3 - Technical 

(1 Question)

  • Q1. 1.2 hrs of interview with coding questions and DSA and DBMS and puzzles.
Round 4 - Technical 

(1 Question)

  • Q1. 1.3 hrs of coding test and DSA and puzzles.
Round 5 - Behavioral 

(1 Question)

  • Q1. Design of algorithms and puzzles and DBMS
  • Ans. 

    Designing algorithms and puzzles requires creativity and logical thinking. DBMS knowledge is essential for efficient data management.

    • Algorithm design involves breaking down complex problems into smaller, manageable steps.

    • Puzzle design requires creativity and the ability to think outside the box.

    • DBMS knowledge is essential for efficient data management and retrieval.

    • Understanding data structures and algorithms is crucia

  • Answered by AI

Interview Preparation Tips

Topics to prepare for HexaView Technologies Associate Application Engineer interview:
  • Data Structures
  • DBMS
  • Programming
  • Puzzles
Interview preparation tips for other job seekers - Have patience and rest will be fine.
Interview will be little bit lengthy.

Skills evaluated in this interview

Associate Application Engineer Interview Questions asked at other Companies

Q1. Design of algorithms and puzzles and DBMS
View answer (1)

I applied via Campus Placement and was interviewed in Jul 2022. There were 4 interview rounds.

Round 1 - Group Discussion 

"Social media pro and cons"
Mine was good and smooth.

Round 2 - Technical 

(2 Questions)

  • Q1. Some Puzzles and aptitude questions, were simple some were moderate. Marketing questions to check skills.
  • Q2. How many times we can subtract 10 from 100?
  • Ans. 

    You can subtract 10 from 100 ten times.

    • Subtract 10 from 100 once to get 90.

    • Subtract 10 from 90 to get 80.

    • Repeat this process until you reach 0.

    • You can subtract 10 from 100 ten times in total.

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. Same as above, puzzles, aptitude, MBA skills questions.
Round 4 - One-on-one 

(1 Question)

  • Q1. Questions about personality, choices, hobbies, puzzles and observations about the world.

Interview Preparation Tips

Interview preparation tips for other job seekers - Remain calm, confident and smiling. Read about your core and be ready to get your observations checked.

Associate Business Analyst Interview Questions asked at other Companies

Q1. problem identification - how to reduce per delivery cost from Rs. 75 (hypothetical value).
View answer (1)
Contribute & help others!
anonymous
You can choose to be anonymous

HexaView Technologies Interview FAQs

How many rounds are there in HexaView Technologies interview?
HexaView Technologies interview process usually has 2-3 rounds. The most common rounds in the HexaView Technologies interview process are Technical, Resume Shortlist and Coding Test.
How to prepare for HexaView Technologies 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 HexaView Technologies. The most common topics and skills that interviewers at HexaView Technologies expect are Python, Java, Analytical skills, MySQL and AWS.
What are the top questions asked in HexaView Technologies interview?

Some of the top questions asked at the HexaView Technologies interview -

  1. How many times we can subtract 10 from 1...read more
  2. Valid parenthesis (all approaches ) time and space complexity and past projec...read more
  3. Design of algorithms and puzzles and D...read more
How long is the HexaView Technologies interview process?

The duration of HexaView Technologies interview process can vary, but typically it takes about less than 2 weeks to complete.

Recently Viewed

PHOTOS

InsuranceDekho

3 office photos

LIST OF COMPANIES

Credit Bajaar

Overview

INTERVIEWS

Alivus Life Sciences

No Interviews

DESIGNATION

DESIGNATION

SALARIES

BizViz Technologies

REVIEWS

Acuity Knowledge Partners

No Reviews

INTERVIEWS

Toyoda Gosei Minda

No Interviews

REVIEWS

Survey2Connect

No Reviews

INTERVIEWS

Alf Engineering

No Interviews

Tell us how to improve this page.

HexaView Technologies Interview Process

based on 16 interviews

Interview experience

3.9
  
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
 • 791 Interviews
Cyient Interview Questions
3.6
 • 283 Interviews
View all

Fast track your campus placements

View all

HexaView Technologies Reviews and Ratings

based on 81 reviews

3.3/5

Rating in categories

3.4

Skill development

3.4

Work-life balance

3.1

Salary

3.6

Job security

3.5

Company culture

2.9

Promotions

3.1

Work satisfaction

Explore 81 Reviews and Ratings
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
Rate your experience using AmbitionBox
Terrible
Terrible
Poor
Poor
Average
Average
Good
Good
Excellent
Excellent