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 17 Jan 2025

Top HexaView Technologies Interview Questions and Answers

View all 15 questions

HexaView Technologies Interview Experiences

Popular Designations

16 interviews found

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

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 2 interview rounds.

Round 1 - Aptitude Test 

Basics of all topic percentage algebra

Round 2 - 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)

HexaView Technologies interview questions for popular designations

 Applications Engineer

 (4)

 Associate Application Engineer

 (3)

 Associate Business Analyst

 (1)

 Associate Software Engineer

 (1)

 Member Technical Staff

 (1)

 Member Technical Staff 1

 (1)

 Quality Analyst

 (1)

 Senior Associate

 (1)

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)

Get interview-ready with Top HexaView Technologies Interview Questions

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. Buy and Sell StockYou are Harshad Mehta’s friend. He told you the price of a particular stock for the next ‘N’ days. You can either buy or sell a stock. Also, you can only complete at most 2-transactions. Find the maximum profit that you ca... read more
View answer (4)
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - MCQ 

(1 Question)

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

(1 Question)

  • Q1. Question related to arrays
Round 3 - Technical 

(1 Question)

  • Q1. Project discussion and oops,DBMS, computer networks concepts
Round 4 - 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.

Top HexaView Technologies Applications Engineer Interview Questions and Answers

Q1. Missing NumberYou are given an array/list ‘BINARYNUMS’ that consists of ‘N’ distinct strings which represent all integers from 0 to N in binary representation except one integer. This integer between 0 to ‘N’ whose binary representation is ... read more
View answer (4)

Applications Engineer Interview Questions asked at other Companies

Q1. Missing NumberYou are given an array/list ‘BINARYNUMS’ that consists of ‘N’ distinct strings which represent all integers from 0 to N in binary representation except one integer. This integer between 0 to ‘N’ whose binary representation is ... read more
View answer (4)

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

Round 1 - Aptitude Test 

Aptitude and technical questions.

Round 2 - Technical 

(1 Question)

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

(1 Question)

  • Q1. 1.3 hrs of coding test and DSA and puzzles.
Round 4 - 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)
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 - Coding Test 
Round 3 - Technical 

(1 Question)

  • Q1. Easy question on DBMS OPPs DSA
Round 4 - Technical 

(1 Question)

  • Q1. Medium question on DSA OOPs DSA
Round 5 - Technical 

(1 Question)

  • Q1. Hard question DSA OOPs DBMS

Interview Preparation Tips

Interview preparation tips for other job seekers - Easy but many rounds jhweufkdfnkd efeijdjned jdoiwd

Associate Application Engineer Interview Questions asked at other Companies

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

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 One-on-one Round.
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.

Tell us how to improve this page.

HexaView Technologies Interview Process

based on 15 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.6k 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
 • 3k Interviews
Mphasis Interview Questions
3.4
 • 806 Interviews
Cyient Interview Questions
3.7
 • 283 Interviews
View all

Fast track your campus placements

View all

HexaView Technologies Reviews and Ratings

based on 80 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 80 Reviews and Ratings
Applications Engineer
82 salaries
unlock blur

₹3.1 L/yr - ₹9 L/yr

Senior Application Engineer
43 salaries
unlock blur

₹7.2 L/yr - ₹18 L/yr

Member Technical Staff
35 salaries
unlock blur

₹6 L/yr - ₹10.5 L/yr

Software Quality Engineer
30 salaries
unlock blur

₹3 L/yr - ₹6.2 L/yr

Project Lead
16 salaries
unlock blur

₹7 L/yr - ₹10 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