Upload Button Icon Add office photos

Filter interviews by

RBHU Analytics Interview Questions and Answers

Updated 9 Jan 2025
Popular Designations

8 Interview questions

A Data Analyst Intern was asked 5mo ago
Q. I will be adding you to the developing team. What tech stacks are you familiar with?
Ans. 

I am familiar with various tech stacks including Python, SQL, and JavaScript for data analysis and development tasks.

  • Python: Proficient in using libraries like Pandas and NumPy for data manipulation and analysis.

  • SQL: Experienced in writing complex queries for data extraction and reporting in databases like MySQL and PostgreSQL.

  • JavaScript: Familiar with frameworks like React for building interactive web application...

View all Data Analyst Intern interview questions
A Big Data Consultant was asked 7mo ago
Q. What is a server?
Ans. 

A server is a computer or software program that provides functionality for other programs or devices, often over a network.

  • A server stores and manages data, files, or applications that can be accessed by clients over a network.

  • Servers can provide services such as email, web hosting, file storage, and database management.

  • Examples of servers include web servers like Apache, email servers like Microsoft Exchange, and...

View all Big Data Consultant interview questions
A Big Data Consultant was asked 7mo ago
Q. What is the client?
Ans. 

A client is an individual or organization that receives services or advice from a consultant.

  • Clients can be individuals, businesses, or other entities seeking assistance with a specific problem or project.

  • Consultants work closely with clients to understand their needs and provide tailored solutions.

  • Building strong relationships with clients is essential for successful consulting engagements.

View all Big Data Consultant interview questions
A Big Data Consultant was asked 7mo ago
Q. What is an index and what are its types?
Ans. 

An index is a data structure that improves the speed of data retrieval operations in a database.

  • Indexes are used to quickly locate data without having to search every row in a database table.

  • Types of indexes include clustered indexes, non-clustered indexes, unique indexes, and composite indexes.

  • For example, a clustered index physically reorders the data in the table based on the index key, while a non-clustered in...

View all Big Data Consultant interview questions
A Big Data Consultant was asked 7mo ago
Q. Write SQL queries to find the 6th highest salary.
Ans. 

Use SQL query with ORDER BY and LIMIT to find 6th highest salary.

  • Use ORDER BY clause to sort salaries in descending order

  • Use LIMIT 1 OFFSET 5 to get the 6th highest salary

View all Big Data Consultant interview questions
A Big Data Consultant was asked 7mo ago
Q. What is the difference between the EXISTS and IN operators?
Ans. 

The 'exists' operator is used to check for the existence of a field in a document, while the 'in' operator is used to match a field against a list of values.

  • The 'exists' operator is used in MongoDB to check if a field exists in a document.

  • The 'in' operator is used in SQL to match a field against a list of values.

  • Example: 'exists' operator - db.collection.find({ field: { $exists: true } })

  • Example: 'in' operator - S...

View all Big Data Consultant interview questions
A Consultant was asked 8mo ago
Q. What is big data?
Ans. 

Big data refers to large volumes of structured and unstructured data that is generated at a high velocity and variety.

  • Big data is characterized by the 3 Vs - volume, velocity, and variety.

  • Volume refers to the sheer amount of data being generated, often in terabytes or petabytes.

  • Velocity refers to the speed at which data is being generated and processed, often in real-time.

  • Variety refers to the different types of d...

View all Consultant interview questions
Are these interview questions helpful?
A Consultant was asked 8mo ago
Q. What is server , sql
Ans. 

A server is a computer or software that provides functionality for other programs or devices. SQL is a programming language used for managing data in relational databases.

  • A server is a computer or software that provides services or resources to other computers or devices on a network.

  • SQL (Structured Query Language) is a programming language used for managing and manipulating data in relational databases.

  • Servers ca...

View all Consultant interview questions

RBHU Analytics Interview Experiences

5 interviews found

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

I applied via Campus Placement and was interviewed in May 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Excel Sheet was provided with aptitude questions. Questions were easy.

Round 2 - Technical 

(5 Questions)

  • Q1. What is server?
  • Ans. 

    A server is a computer or software program that provides functionality for other programs or devices, often over a network.

    • A server stores and manages data, files, or applications that can be accessed by clients over a network.

    • Servers can provide services such as email, web hosting, file storage, and database management.

    • Examples of servers include web servers like Apache, email servers like Microsoft Exchange, and file...

  • Answered by AI
  • Q2. What is client?
  • Ans. 

    A client is an individual or organization that receives services or advice from a consultant.

    • Clients can be individuals, businesses, or other entities seeking assistance with a specific problem or project.

    • Consultants work closely with clients to understand their needs and provide tailored solutions.

    • Building strong relationships with clients is essential for successful consulting engagements.

  • Answered by AI
  • Q3. What is difference between exists and in operartor?
  • Ans. 

    The 'exists' operator is used to check for the existence of a field in a document, while the 'in' operator is used to match a field against a list of values.

    • The 'exists' operator is used in MongoDB to check if a field exists in a document.

    • The 'in' operator is used in SQL to match a field against a list of values.

    • Example: 'exists' operator - db.collection.find({ field: { $exists: true } })

    • Example: 'in' operator - SELECT...

  • Answered by AI
  • Q4. What is index and its type?
  • Ans. 

    An index is a data structure that improves the speed of data retrieval operations in a database.

    • Indexes are used to quickly locate data without having to search every row in a database table.

    • Types of indexes include clustered indexes, non-clustered indexes, unique indexes, and composite indexes.

    • For example, a clustered index physically reorders the data in the table based on the index key, while a non-clustered index c...

  • Answered by AI
  • Q5. SQL queries ro find 6 th highest salary?
  • Ans. 

    Use SQL query with ORDER BY and LIMIT to find 6th highest salary.

    • Use ORDER BY clause to sort salaries in descending order

    • Use LIMIT 1 OFFSET 5 to get the 6th highest salary

  • Answered by AI

Skills evaluated in this interview

Interview experience
2
Poor
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in Jul 2024. There was 1 interview round.

Round 1 - HR 

(2 Questions)

  • Q1. Introduce yourself. What are your projects and achievements?
  • Q2. I don't want data analyst as of now. I will be adding you to developing team. What tech stacks are you familiar with?
  • Ans. 

    I am familiar with various tech stacks including Python, SQL, and JavaScript for data analysis and development tasks.

    • Python: Proficient in using libraries like Pandas and NumPy for data manipulation and analysis.

    • SQL: Experienced in writing complex queries for data extraction and reporting in databases like MySQL and PostgreSQL.

    • JavaScript: Familiar with frameworks like React for building interactive web applications.

    • Dat...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared for any random tech stack questions

Data Analyst Interview Questions & Answers

user image Anonymous

posted on 13 Oct 2023

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

I applied via LinkedIn and was interviewed in Sep 2023. 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 tips
Round 2 - Aptitude Test 

Basic apti questions

Round 3 - HR 

(1 Question)

  • Q1. Background and general
Round 4 - Technical 

(3 Questions)

  • Q1. SQL database based mostly
  • Q2. Scenario based on common table expression
  • Q3. Triggers and functions
Round 5 - One-on-one 

(1 Question)

  • Q1. Client based one to one
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

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

Round 1 - Aptitude Test 

Math reasoning basic question's are there

Round 2 - Technical 

(1 Question)

  • Q1. Scenerio based questions on sql and python

Consultant Interview Questions & Answers

user image Anonymous

posted on 20 Oct 2024

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

I applied via Hirist and was interviewed before Oct 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. What is big data
  • Q2. What is server , sql
  • Ans. 

    A server is a computer or software that provides functionality for other programs or devices. SQL is a programming language used for managing data in relational databases.

    • A server is a computer or software that provides services or resources to other computers or devices on a network.

    • SQL (Structured Query Language) is a programming language used for managing and manipulating data in relational databases.

    • Servers can hos...

  • Answered by AI

Top trending discussions

View All
Interview Tips & Stories
6d (edited)
a team lead
Why are women still asked such personal questions in interview?
I recently went for an interview… and honestly, m still trying to process what just happened. Instead of being asked about my skills, experience, or how I could add value to the company… the questions took a totally unexpected turn. The interviewer started asking things like When are you getting married? Are you engaged? And m sure, if I had said I was married, the next question would’ve been How long have you been married? What does my personal life have to do with the job m applying for? This is where I felt the gender discrimination hit hard. These types of questions are so casually thrown at women during interviews but are they ever asked to men? No one asks male candidates if they’re planning a wedding or how old their kids are. So why is it okay to ask women? Can we please stop normalising this kind of behaviour in interviews? Our careers shouldn’t be judged by our relationship status. Period.
Got a question about RBHU Analytics?
Ask anonymously on communities.

Interview questions from similar companies

I applied via Naukri.com and was interviewed in Feb 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. All Technical quetions

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared technically

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

Interview Questionnaire 

1 Question

  • Q1. General HR questions and some current related topic

Interview Preparation Tips

Interview preparation tips for other job seekers - Speak till recruiter stops you
Are these interview questions helpful?

Interview Questionnaire 

1 Question

  • Q1. Java c c++

Interview Questionnaire 

1 Question

  • Q1. Your past exp?

Interview Questionnaire 

2 Questions

  • Q1. Questions were mostly situations based.
  • Q2. Technical explanation is required

RBHU Analytics Interview FAQs

How many rounds are there in RBHU Analytics interview?
RBHU Analytics interview process usually has 2-3 rounds. The most common rounds in the RBHU Analytics interview process are Technical, Aptitude Test and HR.
How to prepare for RBHU Analytics 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 RBHU Analytics. The most common topics and skills that interviewers at RBHU Analytics expect are Analytics, Big Data, T - SQL, Azure and Data Modeling.
What are the top questions asked in RBHU Analytics interview?

Some of the top questions asked at the RBHU Analytics interview -

  1. I don't want data analyst as of now. I will be adding you to developing team. W...read more
  2. What is difference between exists and in operart...read more
  3. What is index and its ty...read more

Tell us how to improve this page.

Overall Interview Experience Rating

3.2/5

based on 5 interview experiences

Difficulty level

Easy 40%
Moderate 40%
Hard 20%

Duration

Less than 2 weeks 60%
2-4 weeks 40%
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.6
 • 11.1k Interviews
Accenture Interview Questions
3.7
 • 8.7k Interviews
Infosys Interview Questions
3.6
 • 7.9k Interviews
Wipro Interview Questions
3.7
 • 6.1k Interviews
Cognizant Interview Questions
3.7
 • 5.9k Interviews
Amazon Interview Questions
4.0
 • 5.4k Interviews
Capgemini Interview Questions
3.7
 • 5.1k Interviews
Tech Mahindra Interview Questions
3.5
 • 4.1k Interviews
HCLTech Interview Questions
3.5
 • 4.1k Interviews
Genpact Interview Questions
3.7
 • 3.4k Interviews
View all

RBHU Analytics Reviews and Ratings

based on 5 reviews

2.3/5

Rating in categories

3.2

Skill development

2.3

Work-life balance

2.3

Salary

1.8

Job security

2.4

Company culture

2.3

Promotions

2.7

Work satisfaction

Explore 5 Reviews and Ratings
Big Data Consultant
8 salaries
unlock blur

₹4.2 L/yr - ₹5 L/yr

Data Engineer
5 salaries
unlock blur

₹5.1 L/yr - ₹6.6 L/yr

BI Consultant
4 salaries
unlock blur

₹3.5 L/yr - ₹6.2 L/yr

Senior Big Data Consultant
4 salaries
unlock blur

₹6 L/yr - ₹7.6 L/yr

Data Analyst
3 salaries
unlock blur

₹4.2 L/yr - ₹4.2 L/yr

Explore more salaries
Compare RBHU Analytics with

TCS

3.6
Compare

Accenture

3.7
Compare

Wipro

3.7
Compare

Cognizant

3.7
Compare
write
Share an Interview