Upload Button Icon Add office photos
Engaged Employer

i

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

BeeHyv Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

BeeHyv Interview Questions, Process, and Tips

Updated 3 Jan 2025

Top BeeHyv Interview Questions and Answers

View all 10 questions

BeeHyv Interview Experiences

Popular Designations

23 interviews found

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
6-8 weeks
Result
Not Selected

I applied via Approached by Company and was interviewed in Aug 2024. There were 6 interview rounds.

Round 1 - One-on-one 

(1 Question)

  • Q1. Power BI optimization techniques.
  • Ans. 

    Power BI optimization techniques involve data model optimization, query optimization, and report design best practices.

    • Optimize data model by removing unnecessary columns and relationships

    • Use query folding to push data transformation tasks to the data source

    • Avoid using calculated columns and instead use measures for calculations

    • Limit the use of visuals that require high computational resources

    • Use aggregations and compo

  • Answered by AI
Round 2 - Technical 

(3 Questions)

  • Q1. How to handle large datasets.
  • Ans. 

    Handling large datasets involves optimizing storage, processing, and analysis techniques.

    • Use distributed computing frameworks like Hadoop or Spark to process data in parallel.

    • Utilize data compression techniques to reduce storage requirements.

    • Implement indexing and partitioning strategies to improve query performance.

    • Consider using cloud-based storage and computing resources for scalability.

    • Use sampling techniques to wo

  • Answered by AI
  • Q2. How to use parameters.
  • Ans. 

    Parameters are variables that can be passed into a function or procedure to customize its behavior.

    • Parameters are defined when creating a function or procedure.

    • They can be used to pass values into the function or procedure.

    • Parameters can be required or optional, with default values specified.

    • They help make functions more flexible and reusable.

    • Example: def calculate_area(length, width):

  • Answered by AI
  • Q3. Row lovel Security.
Round 3 - Technical 

(2 Questions)

  • Q1. SQL interview. How to get the rolling sum of sales.
  • Q2. Get current month and previous month sales in same row.
Round 4 - Technical 

(3 Questions)

  • Q1. Gateway. Refresh, Incremental Refresh and other service related.
  • Q2. Write DAX to calculate some values.
  • Ans. 

    Calculating values using DAX in Power BI

    • Use SUMX function to calculate sum of values in a column

    • Use CALCULATE function to apply filters and conditions to calculations

    • Use DAX measures to create reusable calculations

    • Example: Calculate total sales for a specific product category

  • Answered by AI
  • Q3. Create data model and visualizations.
  • Ans. 

    Creating data model and visualizations involves structuring data and presenting it visually.

    • Identify the key variables and relationships in the data

    • Design a data model that represents the data structure

    • Select appropriate visualization tools and techniques

    • Create visualizations such as charts, graphs, and dashboards

    • Ensure the visualizations effectively communicate insights from the data

  • Answered by AI
Round 5 - Aptitude Test 

Was asked questions on Permutations and Combinations like the once you see in Math Olympiads.

Round 6 - One-on-one 

(1 Question)

  • Q1. Asked about past project experience.

Interview Preparation Tips

Topics to prepare for BeeHyv Senior Data Analyst interview:
  • Power Bi
  • SQL
  • Python
  • Data Modeling
  • schema creation
  • Optimization
Interview preparation tips for other job seekers - Stay away.

Skills evaluated in this interview

Senior Data Analyst Interview Questions asked at other Companies

Q1. What is the difference between Least Squares Method and the maximum likelihood
View answer (1)

HCLTech

Workplace transformation starts with you

Explore various roles and find your spark with us

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected
Round 1 - One-on-one 

(2 Questions)

  • Q1. Questions are based on aptitude
  • Q2. Questions are based in puzzles and aptitude for freshers
Round 2 - Aptitude Test 

Questions were based on aptitude

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (38)
BeeHyv Interview Questions and Answers for Freshers
illustration image

Team Lead Interview Questions & Answers

user image Anonymous

posted on 3 Jan 2025

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

Basic Python questions.

Round 2 - Aptitude Test 

Basic aptitude questions.

Team Lead Interview Questions asked at other Companies

Q1. write a java program to get maxing profit by buying and selling a share from a given set of values (they will change the question after you give solution, like if consider buying only once and selling once they will say to buying multiple t... read more
View answer (3)
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via campus placement at Indian Institute of Information Technology Design & Manufacturing (IIITDM), Kancheepuram and was interviewed in Dec 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

Mensuration , P and C

Round 2 - Technical 

(3 Questions)

  • Q1. Basics syntax of python and some simple coding questions
  • Q2. Find the longest palindrome in the given string:?
  • Ans. 

    The longest palindrome in a given string is the longest sequence of characters that reads the same forwards and backwards.

    • Iterate through each character in the string

    • For each character, expand outwards to find the longest palindrome centered at that character

    • Keep track of the longest palindrome found so far

    • Return the longest palindrome

  • Answered by AI
  • Q3. Print the pattern as shown Below
  • Ans. 

    Print a pattern as shown below.

    • Use nested loops to iterate through rows and columns.

    • Use conditional statements to determine the pattern to be printed.

    • Store each row as a string in an array of strings.

  • Answered by AI
Round 3 - Aptitude Test 

This is advance aptitude test where we are tested on some more difficut atpi questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and never give up

Skills evaluated in this interview

Software Developer Trainee Interview Questions asked at other Companies

Q1. 1. Tell me about your self 2. Difference Between c & c++. 3. what is class? 4. what is object? 5. what is polymorphism? types of polymorphism explain real example of polymorphism. 6. what is inheritence? Difference between multiple &amp... read more
View answer (2)

BeeHyv interview questions for popular designations

 Software Developer

 (6)

 Software Developer Trainee

 (4)

 Developer

 (2)

 Data Analyst

 (1)

 Devops Engineer

 (1)

 Management Trainee

 (1)

 Project Coordinator

 (1)

 Senior Data Analyst

 (1)

Data Analyst Interview Questions & Answers

user image Ashutosh

posted on 22 Jul 2024

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

(2 Questions)

  • Q1. Joins, normalization, cte
  • Q2. Joins in python
  • Ans. 

    Joins in Python are used to combine data from two or more tables based on a related column between them.

    • Joins are used in SQL to combine rows from two or more tables based on a related column between them.

    • Common types of joins include INNER JOIN, LEFT JOIN, RIGHT JOIN, and FULL JOIN.

    • In Python, joins can be performed using libraries like pandas or SQLalchemy.

    • Example: df_merged = pd.merge(df1, df2, on='common_column', ho

  • Answered by AI

Skills evaluated in this interview

Data Analyst Interview Questions asked at other Companies

Q1. Suppose there is a room in the office and X people enter room throughout the day, Y people leave throughout the day [continuously people are entering the room, some are staying there, and rest are going out] .. so tell me the code to calcul... read more
View answer (11)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Aptitude Test 

The test was moderate and it have only 12 questions in 1 hr

Round 2 - One-on-one 

(1 Question)

  • Q1. The interview is also of aptitute where the interview will check your problem solving skills .

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (38)

Jobs at BeeHyv

View all
Interview experience
2
Poor
Difficulty level
Hard
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Nov 2023. There were 2 interview rounds.

Round 1 - System test 

(1 Question)

  • Q1. How you work on Excel and all
Round 2 - Aptitude Test 

They give around 15 questions for Aptitude test

Interview Preparation Tips

Interview preparation tips for other job seekers - Packages might be good but the work life balance and Hr and management is worst

Project Coordinator Interview Questions asked at other Companies

Q1. What kind of water proofing application are used on terrace roof slab of the commercial, residential buildings
View answer (6)

Trainee Interview Questions & Answers

user image Anonymous

posted on 18 Mar 2024

Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via campus placement at Indian School of Mines (ISM), Dhanbad and was interviewed in Sep 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

It was completely a math based test

Round 2 - One-on-one 

(1 Question)

  • Q1. There were math questions to solve

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)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via campus placement at Indian Institute of Information Technology (IIIT), Sri City and was interviewed before Dec 2023. There were 5 interview rounds.

Round 1 - Aptitude Test 

A one-hour exam consisting of easy to moderate aptitude questions.

Round 2 - Coding Test 

Easy to moderate Python multiple-choice questions.

Round 3 - One-on-one 

(1 Question)

  • Q1. Aptitude Interview with the questions i failed to answer in exam
Round 4 - One-on-one 

(1 Question)

  • Q1. Python basic to moderate oops questions and dsa questions
Round 5 - One-on-one 

(1 Question)

  • Q1. Few moderate to hard aptitude questions and discussion with cto

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare Aptitude and Python well

Devops Engineer Interview Questions asked at other Companies

Q1. Reverse the String Problem Statement You are given a string STR which contains alphabets, numbers, and special characters. Your task is to reverse the string. Example: Input: STR = "abcde" Output: "edcba" Input: The first line of input cont... read more
View answer (1)
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via campus placement at Indian Institute of Information Technology (IIIT), Sri City and was interviewed in Nov 2022. There were 6 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 

Integer type answers must be written for the online test

Round 3 - Coding Test 

The test can taken in any of the teo languages java and python. I took python test. It had python mcqs and few sql mcqs

Round 4 - One-on-one 

(1 Question)

  • Q1. Aptitude interview round
Round 5 - One-on-one 

(1 Question)

  • Q1. Coding interview round. Asked to write code in python for simple questions.
Round 6 - One-on-one 

(1 Question)

  • Q1. Advanced aptitude round

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be strong in the skills you add in your resume. Don't worry about the results but give your best always. Good luck

Software Developer Trainee Interview Questions asked at other Companies

Q1. 1. Tell me about your self 2. Difference Between c & c++. 3. what is class? 4. what is object? 5. what is polymorphism? types of polymorphism explain real example of polymorphism. 6. what is inheritence? Difference between multiple &amp... read more
View answer (2)
Contribute & help others!
anonymous
You can choose to be anonymous

BeeHyv Interview FAQs

How many rounds are there in BeeHyv interview?
BeeHyv interview process usually has 3 rounds. The most common rounds in the BeeHyv interview process are Aptitude Test, One-on-one Round and Technical.
How to prepare for BeeHyv 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 BeeHyv. The most common topics and skills that interviewers at BeeHyv expect are Python, Agile, Automation, Open Source and SQL.
What are the top questions asked in BeeHyv interview?

Some of the top questions asked at the BeeHyv interview -

  1. Probability of extinction of an amoeba which has has equal chances of the follo...read more
  2. Finding probability of a point making an obtuse angle inside a trapezium with o...read more
  3. Write DAX to calculate some valu...read more
How long is the BeeHyv interview process?

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

Recently Viewed

INTERVIEWS

Boeing

85 interviews

Tell us how to improve this page.

BeeHyv Interview Process

based on 13 interviews

Interview experience

3.8
  
Good
View more

Societe Generale Global Solution Centre

Be part of a company where work complements life, not consumes it

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.5k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.7k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.9k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 3k Interviews
Mphasis Interview Questions
3.4
 • 810 Interviews
View all

BeeHyv Reviews and Ratings

based on 51 reviews

2.5/5

Rating in categories

3.0

Skill development

2.2

Work-life balance

2.4

Salary

2.2

Job security

2.0

Company culture

2.5

Promotions

2.2

Work satisfaction

Explore 51 Reviews and Ratings
Senior Software Developer

Hyderabad / Secunderabad,

Gurgaon / Gurugram

+1

4-8 Yrs

Not Disclosed

Junior Human Resources Executive

Hyderabad / Secunderabad

2-4 Yrs

Not Disclosed

Senior Accounts Executive

Hyderabad / Secunderabad

4-6 Yrs

Not Disclosed

Explore more jobs
Software Developer
88 salaries
unlock blur

₹6 L/yr - ₹18 L/yr

Software Engineer
15 salaries
unlock blur

₹8 L/yr - ₹14 L/yr

Developer
14 salaries
unlock blur

₹6 L/yr - ₹11 L/yr

Software Developer Trainee
8 salaries
unlock blur

₹6.3 L/yr - ₹8 L/yr

Full Stack Developer
8 salaries
unlock blur

₹7.1 L/yr - ₹16 L/yr

Explore more salaries
Compare BeeHyv with

Persistent Systems

3.5
Compare

TCS

3.7
Compare

Infosys

3.6
Compare

Wipro

3.7
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