Upload Button Icon Add office photos
Engaged Employer

i

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

Blackstraw AI Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Blackstraw AI Business Intelligence Developer Interview Questions and Answers

Updated 14 Oct 2023

Blackstraw AI Business Intelligence Developer Interview Experiences

1 interview found

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Apr 2023. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Technical 

(3 Questions)

  • Q1. All about the technical knowledge of powerbi
  • Q2. Cardinality explanation?
  • Ans. 

    Cardinality refers to the uniqueness of values in a column or set of columns in a database table.

    • Cardinality is the number of unique values in a column or set of columns.

    • High cardinality means a column has many unique values, while low cardinality means few unique values.

    • For example, a column like 'employee_id' would have high cardinality, while a column like 'gender' would have low cardinality.

  • Answered by AI
  • Q3. Transformationprocess
Round 3 - One-on-one 

(1 Question)

  • Q1. About our personality questions

Skills evaluated in this interview

Interview questions from similar companies

I applied via Referral and was interviewed in Aug 2022. 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 - Aptitude Test 

There were 10 questions and we were given 30 mins to solve them , questions were medium to hard level mcq

Interview Preparation Tips

Topics to prepare for PlaySimple Games Business Analyst interview:
  • Business Analysis
Interview preparation tips for other job seekers - Practice puzzles and analytical questions as most were questions you need to think a lot
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Mar 2023. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Aptitude Test 

Question based on Probability , Logic (Puzzles) , Statistics

Round 3 - One-on-one 

(2 Questions)

  • Q1. Question based on Logic(Puzzles) , mostly Statistics
  • Q2. Explain Anova Test with real time example
  • Ans. 

    Anova Test is used to compare means of three or more groups.

    • Anova stands for Analysis of Variance

    • It is used to determine if there is a significant difference between the means of three or more groups

    • It compares the variance within groups to the variance between groups

    • Real-time example: An Anova test can be used to compare the average salaries of employees in different departments of a company

  • Answered by AI

Interview Preparation Tips

Topics to prepare for PlaySimple Games Business Analyst interview:
  • Statistics
  • Probability
  • Puzzles
Interview preparation tips for other job seekers - For Business Analyst , We have to focus more on Statistics , Probability
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Asked different variety of puzzles
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Aptitude Test 

We have given 12 puzzles on hackerearth based on probability and statistics and have to solve in 45 minutes

Round 2 - Technical 

(2 Questions)

  • Q1. There is a biased dice with the probability of 1 and 2 is 25% each. Find the probability of even number.
  • Ans. 

    The probability of rolling an even number on a biased dice with 25% chance for 1 and 2 is 50%.

    • The biased dice has a 25% chance for rolling a 1 and a 25% chance for rolling a 2, totaling 50% for odd numbers.

    • Since there are only two odd numbers on a dice (1 and 2), the probability of rolling an even number is 50%.

    • The probability of rolling an even number on a standard dice is 50% as well, since there are 3 even numbers o

  • Answered by AI
  • Q2. What is the pdf and pmf?
  • Ans. 

    PDF stands for Probability Density Function and PMF stands for Probability Mass Function.

    • PDF is used for continuous random variables while PMF is used for discrete random variables.

    • PDF represents the probability distribution of a continuous random variable.

    • PMF represents the probability distribution of a discrete random variable.

    • Example: PDF can be used to calculate the probability of a random variable falling within a...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for PlaySimple Games Business Analyst interview:
  • Probability
  • Statistics
  • Puzzle
Interview preparation tips for other job seekers - Be focused on puzzle based on probability
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Oops concept Js related output questions
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Apr 2023. There were 4 interview rounds.

Round 1 - Aptitude Test 

Few questions that would involve problem solving. Basic 10th std math would suffice

Round 2 - Coding Test 

Had few DSA questions.

Round 3 - One-on-one 

(1 Question)

  • Q1. Technical interview
Round 4 - HR 

(1 Question)

  • Q1. About job, expection etc

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and inspire trust. Be curious.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Mar 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Simple question on maths

Round 2 - Technical 

(2 Questions)

  • Q1. Explain OOPS concept
  • Ans. 

    OOPS (Object-Oriented Programming) is a programming paradigm based on the concept of objects, which can contain data and code.

    • OOPS focuses on creating objects that interact with each other to solve complex problems

    • Key principles include encapsulation, inheritance, polymorphism, and abstraction

    • Encapsulation ensures that the internal state of an object is hidden from the outside world

    • Inheritance allows a class to inherit...

  • Answered by AI
  • Q2. Coding array questions
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
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 - Technical 

(2 Questions)

  • Q1. Write a program to check if string is a anagram
  • Ans. 

    Program to check if a string is an anagram

    • Create a function that takes in two strings as input

    • Remove all spaces and convert both strings to lowercase

    • Sort both strings and compare if they are equal to determine if they are anagrams

  • Answered by AI
  • Q2. What is react lifecycle method
  • Ans. 

    React lifecycle methods are special methods that are automatically called by React at specific points in a component's life cycle.

    • React components have several lifecycle methods such as componentDidMount, componentDidUpdate, componentWillUnmount, etc.

    • These methods allow developers to perform actions at specific points in a component's life cycle, such as fetching data, updating the UI, or cleaning up resources.

    • Understa...

  • Answered by AI
Round 3 - Coding Test 

Create a web app to perform cred operation

Skills evaluated in this interview

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

I applied via Campus Placement and was interviewed before Jan 2023. There were 4 interview rounds.

Round 1 - Aptitude Test 

General aptitude questions

Round 2 - Group Discussion 

Abstract topic group discussion

Round 3 - Technical 

(1 Question)

  • Q1. Technical interview covering topics on oops , data structures , conditional statements.
Round 4 - HR 

(1 Question)

  • Q1. General questions- introduction , how previous rounds went ,hobbies , what do you know about our company , situation based questions.

Blackstraw AI Interview FAQs

How many rounds are there in Blackstraw AI Business Intelligence Developer interview?
Blackstraw AI interview process usually has 3 rounds. The most common rounds in the Blackstraw AI interview process are Resume Shortlist, Technical and One-on-one Round.
What are the top questions asked in Blackstraw AI Business Intelligence Developer interview?

Some of the top questions asked at the Blackstraw AI Business Intelligence Developer interview -

  1. Cardinality explanati...read more
  2. All about the technical knowledge of powe...read more
  3. Transformationproc...read more

Tell us how to improve this page.

Blackstraw AI Business Intelligence Developer Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

Junglee Games Interview Questions
3.1
 • 32 Interviews
NexTurn Interview Questions
4.1
 • 27 Interviews
Ganit Inc Interview Questions
3.7
 • 20 Interviews
Koantek Interview Questions
3.4
 • 17 Interviews
Ivanti Interview Questions
3.5
 • 14 Interviews
View all

Blackstraw AI Business Intelligence Developer Reviews and Ratings

based on 1 review

5.0/5

Rating in categories

5.0

Skill development

4.0

Work-life balance

4.0

Salary

4.0

Job security

5.0

Company culture

3.0

Promotions

4.0

Work satisfaction

Explore 1 Review and Rating
Data Scientist
36 salaries
unlock blur

₹5 L/yr - ₹17 L/yr

Software Engineer
35 salaries
unlock blur

₹5 L/yr - ₹15 L/yr

Data Engineer
33 salaries
unlock blur

₹4.5 L/yr - ₹13.2 L/yr

Software Developer
8 salaries
unlock blur

₹4.5 L/yr - ₹14 L/yr

Senior Software Engineer
7 salaries
unlock blur

₹13 L/yr - ₹28 L/yr

Explore more salaries
Compare Blackstraw AI with

JoulestoWatts Business Solutions

2.9
Compare

Thoughtsol Infotech

4.6
Compare

Innoplexus

4.0
Compare

Ganit Inc

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