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
3.3

based on 76 Reviews

Filter interviews by

HexaView Technologies Interview Questions and Answers for Experienced

Updated 21 May 2024

HexaView Technologies Interview Experiences for Experienced

Popular Designations

2 interviews found

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
4
Good
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I was interviewed before May 2023.

Round 1 - Coding Test 

ANY OF THE CODING PLATFORM

Round 2 - Technical 

(1 Question)

  • Q1. OOPS , SQL , LINKEDLIST

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)

Interview questions from similar companies

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

(6 Questions)

  • Q1. Coding questions in python.Questions such as duplicates,swapping,fibonacci
  • Q2. Question on sorting in reverse order without using inbuilt fns
  • Q3. Anagram qn without using any inbuilt fns
  • Ans. 

    Anagram question solved without using any inbuilt functions

    • Create a function to check if two strings are anagrams by comparing the frequency of characters

    • Iterate through both strings and count the frequency of each character

    • Compare the frequency of characters in both strings to determine if they are anagrams

  • Answered by AI
  • Q4. Right rotation and left rotation
  • Q5. Frequency of elements
  • Ans. 

    Frequency of elements in an array

    • Iterate through the array and count the occurrences of each element

    • Store the counts in a map or dictionary for easy access

    • Return the map/dictionary with element frequencies

  • Answered by AI
  • Q6. Missing elements
Round 2 - Technical 

(3 Questions)

  • Q1. About projects and on resume
  • Q2. Python programming qs like string reverse, palindrome, anagram
  • Q3. About Automation tools
Round 3 - Behavioral 

(3 Questions)

  • Q1. Situation based qns
  • Q2. Some HR qs like about company
  • Q3. Why do you want to join impact
Round 4 - HR 

(2 Questions)

  • Q1. If you made till Hr then mostly you'made into final selects
  • Q2. Some HR qs and tells more about work and role

Skills evaluated in this interview

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

Coding Rount
DSA Round + Puzzle
SQL + Project Discussion
JS

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Coding Test 

Three were basic questions around strings and arrays

Round 2 - One-on-one 

(1 Question)

  • Q1. Detailed discussion on data structures and algorithms
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response
Round 1 - Technical 

(5 Questions)

  • Q1. Ques -> Can you define difference b/w Azure data lake and Delta lake.
  • Ans. 

    Azure Data Lake is a cloud-based storage and analytics service, while Delta Lake is an open-source storage layer that adds reliability to data lakes.

    • Azure Data Lake is a service provided by Microsoft Azure for storing and analyzing large amounts of data.

    • Delta Lake is an open-source storage layer that adds ACID transactions and schema enforcement to data lakes.

    • Azure Data Lake is a cloud-based solution, while Delta Lake ...

  • Answered by AI
  • Q2. How to implemented Primary key and foreign key in delta tables.
  • Ans. 

    Primary keys and foreign keys can be implemented in delta tables using constraints and references.

    • Primary keys can be implemented using the PRIMARY KEY constraint, which ensures that each record in the table has a unique identifier.

    • Foreign keys can be implemented using the FOREIGN KEY constraint, which establishes a link between two tables based on a common column.

    • The referenced table must have a primary key defined, a...

  • Answered by AI
  • Q3. How to handle exception in python?
  • Ans. 

    Exception handling in Python allows for the graceful handling of errors and prevents program crashes.

    • Use try-except blocks to catch and handle exceptions.

    • Multiple except blocks can be used to handle different types of exceptions.

    • The finally block is executed regardless of whether an exception occurred or not.

    • Exceptions can be raised using the 'raise' keyword.

    • Custom exceptions can be defined by creating a new class that

  • Answered by AI
  • Q4. What is star schema and snowflake schema
  • Ans. 

    Star schema is a data modeling technique where a central fact table is connected to multiple dimension tables. Snowflake schema is an extension of star schema with normalized dimension tables.

    • Star schema is a simple and denormalized structure

    • It consists of a central fact table connected to multiple dimension tables

    • Dimension tables contain descriptive attributes

    • Star schema is easy to understand and query, but can lead t...

  • Answered by AI
  • Q5. Which are the most frequently change
  • Ans. 

    The most frequently changing data

    • Customer preferences

    • Market trends

    • Weather data

    • Stock prices

    • Social media trends

  • Answered by AI

Skills evaluated in this interview

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

General Aptitude Questions

Round 2 - Technical 

(3 Questions)

  • Q1. Queries on SQL, Basic Statistic Question related to normal curve, Basic Python question(from python interview question list of any website)
  • Q2. Shape of normal Distribution
  • Ans. 

    The shape of a normal distribution is bell-shaped and symmetrical.

    • A normal distribution has a peak at the mean and tails that extend to infinity in both directions.

    • The distribution is symmetrical, meaning that the left and right halves mirror each other.

    • The standard deviation determines the spread or width of the distribution.

    • Many natural phenomena and measurements in various fields follow a normal distribution.

    • Example...

  • Answered by AI
  • Q3. Valuess of mean median and mode
  • Ans. 

    Mean, median, and mode are measures of central tendency in statistics.

    • Mean is the average of a set of numbers, calculated by summing all the values and dividing by the total count.

    • Median is the middle value in a sorted list of numbers. If there is an even number of values, it is the average of the two middle values.

    • Mode is the value that appears most frequently in a set of numbers. It can be a single value or multiple

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. General HR questions
Round 4 - One-on-one 

(1 Question)

  • Q1. General discussion round with ceo and about projects

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare SQL upto Advanced level
Then basics of python and Statistics
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

De/algo leetcode medium level

Google analytics lead Interview Questions & Answers

Affine user image Anonymous

posted on 9 Feb 2024

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

I was interviewed in Jan 2024.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Mention GA KPIs you’ll check to increase CVR
  • Q2. What steps you’ll take to resolve a decline page visits trend

Interview Preparation Tips

Topics to prepare for Affine Google analytics lead interview:
  • Google Analytics
  • Business Intelligence
Interview experience
4
Good
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Dec 2023. There were 4 interview rounds.

Round 1 - Assignment 

Related to business KPIs and dashboarding on excel.

Round 2 - Coding Test 

SQL and aptitude questions

Round 3 - Case Study 

Guestimates, case study related to swiggy

Round 4 - HR 

(1 Question)

  • Q1. Basic questions like strength and weakness

HexaView Technologies Interview FAQs

How many rounds are there in HexaView Technologies interview for experienced candidates?
HexaView Technologies interview process for experienced candidates usually has 1-2 rounds. The most common rounds in the HexaView Technologies interview process for experienced candidates are Technical and Coding Test.
How to prepare for HexaView Technologies interview for experienced candidates?
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, Analytical skills, Java, MySQL and Translation.
What are the top questions asked in HexaView Technologies interview for experienced candidates?

Some of the top questions asked at the HexaView Technologies interview for experienced candidates -

  1. find duplicate numbers, prime num er prog...read more
  2. How many times we can subtract 10 from 1...read more
  3. Print your name backwards including white spaces, with basic java questions and...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.3k Interviews
Infosys Interview Questions
3.7
 • 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.7k Interviews
LTIMindtree Interview Questions
3.8
 • 2.9k Interviews
Mphasis Interview Questions
3.4
 • 792 Interviews
Cyient Interview Questions
3.7
 • 281 Interviews
View all

Fast track your campus placements

View all

HexaView Technologies Reviews and Ratings

based on 76 reviews

3.3/5

Rating in categories

3.5

Skill development

3.3

Work-life balance

3.1

Salary

3.6

Job security

3.4

Company culture

2.9

Promotions

3.2

Work satisfaction

Explore 76 Reviews and Ratings
Applications Engineer
77 salaries
unlock blur

₹3.1 L/yr - ₹9 L/yr

Senior Application Engineer
40 salaries
unlock blur

₹7.2 L/yr - ₹18 L/yr

Member Technical Staff
34 salaries
unlock blur

₹6 L/yr - ₹10.5 L/yr

Software Quality Engineer
27 salaries
unlock blur

₹3 L/yr - ₹6.2 L/yr

Software Developer
24 salaries
unlock blur

₹5.5 L/yr - ₹9.7 L/yr

Explore more salaries
Compare HexaView Technologies with

Infosys

3.7
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