Upload Button Icon Add office photos
Engaged Employer

i

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

Bloom Value Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Bloom Value Interview Questions and Answers

Updated 20 Jan 2023

Bloom Value Interview Experiences

1 interview found

BI Developer Interview Questions & Answers

user image Anonymous

posted on 20 Jan 2023

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

I was interviewed before Jan 2022.

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

(2 Questions)

  • Q1. What is Power BI and explain it in briefly with all the features?
  • Ans. 

    Power BI is a business analytics service by Microsoft that provides interactive visualizations and business intelligence capabilities.

    • Powerful data visualization tool

    • Allows creation of interactive reports and dashboards

    • Integrates with various data sources

    • Offers natural language query and AI-powered insights

    • Enables collaboration and sharing of reports

    • Provides mobile access to reports and dashboards

  • Answered by AI
  • Q2. What is SQL? and its ways to write it?
  • Ans. 

    SQL is a programming language used to manage and manipulate relational databases.

    • SQL stands for Structured Query Language

    • It is used to create, modify, and query databases

    • SQL can be written using various syntaxes such as MySQL, Oracle, and Microsoft SQL Server

    • Examples of SQL commands include SELECT, INSERT, UPDATE, and DELETE

    • SQL can be used to retrieve data from multiple tables using JOIN statements

  • Answered by AI
Round 3 - Assignment 

Given assignment to create a Power BI Report

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare thoroughly with basic/fundamental knowledge.

Skills evaluated in this interview

BI Developer Interview Questions asked at other Companies

Q1. 5. Are you using power bi pro or premium 6. How do you applay role level security 7. How do you publish your visual 8. What kind of challenge have you faced while building a dashboard
View answer (1)

Interview questions from similar companies

I applied via Company Website and was interviewed before Sep 2020. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Asked about some general things related to trading and stock market.

Interview Preparation Tips

Interview preparation tips for other job seekers - Always be confident towards the interview questions and be honest while answering to the interviewer.

I applied via Recruitment Consulltant and was interviewed before Feb 2021. There were 2 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 - HR 

(1 Question)

  • Q1. What are your salary expectations?

Interview Preparation Tips

Interview preparation tips for other job seekers - With personal experience not referring this job to anyone

I applied via Company Website and was interviewed in Aug 2020. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. On capital market and financial institutions
  • Q2. What is market cap of Indian stock market
  • Ans. 

    The market cap of Indian stock market is constantly changing based on the performance of the companies listed on the stock exchange.

    • Market cap is the total value of all the shares of companies listed on the stock exchange

    • It is calculated by multiplying the total number of outstanding shares by the current market price of each share

    • As of August 2021, the market cap of Indian stock market is around $3.2 trillion

    • The marke...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - This interview was a technical on stock market and option market

I was interviewed in Apr 2021.

Interview Questionnaire 

2 Questions

  • Q1. Myself ppppppp
  • Q2. Do you have any knowledge of demat account opening
  • Ans. 

    Yes, I have knowledge of demat account opening.

    • I am familiar with the process of opening a demat account.

    • I understand the documentation required for demat account opening.

    • I am aware of the benefits and features of a demat account.

    • I have experience in assisting customers with demat account opening.

    • I can explain the demat account opening process to potential customers.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Better what you have a knowledge or according experience answer that much no much

I applied via Naukri.com and was interviewed before Jul 2021. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. About stocks and mutual funds
Round 2 - HR 

(1 Question)

  • Q1. Tell me about yourself

Interview Preparation Tips

Interview preparation tips for other job seekers - A good company to work with with good working environment

I applied via Walk-in and was interviewed before Apr 2021. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. Experience previous organization related questions

Interview Preparation Tips

Interview preparation tips for other job seekers - As per resume question and Educational information

I was interviewed before Mar 2021.

Round 1 - Coding Test 

(2 Questions)

Round duration - 90 Minutes
Round difficulty - Medium

  • Q1. 

    Cycle Detection in a Singly Linked List

    Determine if a given singly linked list of integers forms a cycle or not.

    A cycle in a linked list occurs when a node's next points back to a previous node in the ...

  • Ans. 

    Detect if a singly linked list forms a cycle by checking if a node's next points back to a previous node.

    • Use Floyd's Cycle Detection Algorithm to determine if there is a cycle in the linked list.

    • Maintain two pointers, one moving at double the speed of the other, if they meet at any point, there is a cycle.

    • If one of the pointers reaches the end of the list (null), there is no cycle.

  • Answered by AI
  • Q2. 

    Next Greater Element Problem Statement

    Given a list of integers of size N, your task is to determine the Next Greater Element (NGE) for every element. The Next Greater Element for an element X is the firs...

  • Ans. 

    Find the Next Greater Element for each element in a list of integers.

    • Iterate through the list of integers from right to left.

    • Use a stack to keep track of elements for which the Next Greater Element is not yet found.

    • Pop elements from the stack until a greater element is found or the stack is empty.

    • Assign the Next Greater Element as the top element of the stack or -1 if the stack is empty.

  • Answered by AI
Round 2 - Face to Face 

(1 Question)

Round duration - 60 Minutes
Round difficulty - Medium

  • Q1. How would you design an ATM machine?
  • Ans. 

    Designing an ATM machine involves considering user interface, security measures, transaction processing, and hardware components.

    • User interface should be intuitive and easy to navigate for users of all ages.

    • Implement security measures such as PIN entry, card authentication, and encryption to protect user data.

    • Transaction processing should be fast and reliable, with options for cash withdrawals, deposits, transfers, and...

  • Answered by AI
Round 3 - HR 

Round duration - 45 Minutes
Round difficulty - Easy

Interview Preparation Tips

Professional and academic backgroundI applied for the job as SDE - 1 in BangaloreEligibility criteriaNAGroww interview preparation:Topics to prepare for the interview - DSA, Database Systems, OOP, Operating Systems, Computer NetworksTime required to prepare for the interview - 2 MonthsInterview preparation tips for other job seekers

Tip 1 : Practice DSA daily
Tip 2 : Try to think of the solution first before jumping to the solution
Tip 3 : Go through interview experience
Tip 4 : Have mock interviews

Application resume tips for other job seekers

Tip 1 : Know in depth what is there in your resume
Tip 2 : Mention your skills and work properly

Final outcome of the interviewSelected

Skills evaluated in this interview

I applied via Recruitment Consulltant and was interviewed before Aug 2021. There were 2 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 - HR 

(1 Question)

  • Q1. What is demat and trading ac
  • Ans. 

    Demat and trading accounts are used for buying and selling securities in electronic form.

    • Demat account is used to hold securities in electronic form

    • Trading account is used to buy and sell securities

    • Demat account is mandatory for trading in the stock market

    • Trading account is linked to the bank account for seamless transactions

    • Both accounts are offered by depository participants and stockbrokers

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Learn basic knowledge about market....Start investment as soon as possible

I applied via Recruitment Consultant and was interviewed before Sep 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Why do you want to join kotak securities?

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't panic.keep calm.all the best

Bloom Value Interview FAQs

How many rounds are there in Bloom Value interview?
Bloom Value interview process usually has 3 rounds. The most common rounds in the Bloom Value interview process are Resume Shortlist, One-on-one Round and Assignment.
What are the top questions asked in Bloom Value interview?

Some of the top questions asked at the Bloom Value interview -

  1. What is Power BI and explain it in briefly with all the featur...read more
  2. What is SQL? and its ways to write ...read more

Tell us how to improve this page.

Bloom Value Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

Angel One Interview Questions
3.9
 • 135 Interviews
Kotak Securities Interview Questions
3.6
 • 116 Interviews
HDFC Securities Interview Questions
3.6
 • 104 Interviews
Sharekhan Interview Questions
3.9
 • 80 Interviews
Groww Interview Questions
3.8
 • 66 Interviews
Upstox Interview Questions
3.7
 • 35 Interviews
Paytm Money Interview Questions
3.2
 • 30 Interviews
ICICI Direct Interview Questions
3.7
 • 24 Interviews
Motilal Oswal Interview Questions
3.8
 • 19 Interviews
Zerodha Interview Questions
4.2
 • 9 Interviews
View all

Bloom Value Reviews and Ratings

based on 2 reviews

4.0/5

Rating in categories

5.0

Skill development

3.0

Work-life balance

3.3

Salary

3.3

Job security

5.0

Company culture

3.7

Promotions

4.0

Work satisfaction

Explore 2 Reviews and Ratings
BI Developer
3 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Data Engineer
3 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Lead Test Engineering
3 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Power Apps Developer
3 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Bloom Value with

Groww

3.7
Compare

Zerodha

4.1
Compare

Upstox

3.7
Compare

Paytm Money

3.2
Compare
Did you find this page helpful?
Yes No
write
Share an Interview