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 Interview Questions, Process, and Tips for Experienced

Updated 4 Feb 2025

Top Blackstraw AI Interview Questions and Answers for Experienced

View all 9 questions

Blackstraw AI Interview Experiences for Experienced

Popular Designations

5 interviews found

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Jun 2024. There were 4 interview rounds.

Round 1 - HR 

(2 Questions)

  • Q1. About the project that I have worked
  • Q2. Technical Experience
Round 2 - Technical 

(3 Questions)

  • Q1. Databinding in android
  • Ans. 

    Databinding in Android allows for easier connection between UI components and data sources.

    • Databinding eliminates the need for findViewById() calls in your code.

    • It allows for easier access to data in your layouts using data binding expressions.

    • Databinding can improve code readability and reduce boilerplate code.

    • Example:

  • Answered by AI
  • Q2. What is the packaging process in android
  • Ans. 

    Packaging process in Android involves compiling the code, resources, and assets into an APK file for distribution.

    • Compile the Java code into .class files

    • Compile the resources (XML files, images, etc.) into a binary format

    • Package all the compiled files into an APK file using the Android Asset Packaging Tool (AAPT)

    • Sign the APK file with a private key for security

    • Align the APK file for optimization

  • Answered by AI
  • Q3. What is an MVVM design pattern
  • Ans. 

    MVVM is a design pattern that separates the user interface from the business logic and data model.

    • MVVM stands for Model-View-ViewModel

    • Model represents the data and business logic

    • View represents the user interface

    • ViewModel acts as an intermediary between the Model and View

    • MVVM helps in achieving separation of concerns and easier unit testing

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. Most of the question related to architecture and system design
Round 4 - One-on-one 

(1 Question)

  • Q1. Face to face interview with director

Interview Preparation Tips

Interview preparation tips for other job seekers - The interview process takes longer. it took 1 month for me.

Skills evaluated in this interview

Senior Software Engineer Interview Questions asked at other Companies

Q1. Tell me about yourself. What technology are you using? What is a Collection? What are the different types of collection there? What is the difference between ArrayList and LinkedList What are the basic building blocks of Stream operators, s... read more
View answer (2)
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

Business Intelligence Developer Interview Questions asked at other Companies

Q1. How many cars can pass in a hour if there is 4 way signal
View answer (1)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Job Portal and was interviewed before Apr 2023. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. How do you choose an ML algorithm basis the data given
  • Ans. 

    ML algorithm selection is based on data characteristics, problem type, and desired outcomes.

    • Understand the problem type (classification, regression, clustering, etc.)

    • Consider the size and quality of the data

    • Evaluate the complexity of the model and interpretability requirements

    • Choose algorithms based on their strengths and weaknesses for the specific task

    • Experiment with multiple algorithms and compare their performance

    • F...

  • Answered by AI
Round 2 - One-on-one 

(1 Question)

  • Q1. How do u optimise a ML model How good are you in coding with Python. Rate yourself
  • Ans. 

    To optimize a ML model, one can tune hyperparameters, feature engineering, cross-validation, ensemble methods, and regularization techniques.

    • Tune hyperparameters using techniques like grid search or random search

    • Perform feature engineering to create new features or select relevant features

    • Utilize cross-validation to evaluate model performance and prevent overfitting

    • Explore ensemble methods like bagging and boosting to ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Not a great place for experience or highly qualified people. They just run with interns. And most people do not feel wanted in the office. This severely damages your confidence. Not an inclusive workplace. Women are there only in interns level. And No women in L or L-1. So again as women, we don't feel values.

Skills evaluated in this interview

Top Blackstraw AI Data Scientist Interview Questions and Answers

Q1. What is Encoder Decoder? What is a Transformer model and explain its architecture?
View answer (1)

Data Scientist Interview Questions asked at other Companies

Q1. for a data with 1000 samples and 700 dimensions, how would you find a line that best fits the data, to be able to extrapolate? this is not a supervised ML problem, there's no target. and how would you do it, if you want to treat this as a s... read more
View answer (5)

Data Scientist Interview Questions & Answers

user image Sagar Mhaisne

posted on 24 Mar 2024

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

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

Round 1 - Technical 

(2 Questions)

  • Q1. About projects and explain ML or DL algorithms.
  • Q2. More questions about latest technologies and deep questions about algorithms.
Round 2 - Technical 

(2 Questions)

  • Q1. Projects and ML DL.
  • Q2. Few things from deployment.
Round 3 - HR 

(1 Question)

  • Q1. Salary discussion and joining date confirmation.

Interview Preparation Tips

Interview preparation tips for other job seekers - Know about current working projects end to end as they might ask to build end to end pipeline.
Be updated with latest technologies.

Top Blackstraw AI Data Scientist Interview Questions and Answers

Q1. What is Encoder Decoder? What is a Transformer model and explain its architecture?
View answer (1)

Data Scientist Interview Questions asked at other Companies

Q1. for a data with 1000 samples and 700 dimensions, how would you find a line that best fits the data, to be able to extrapolate? this is not a supervised ML problem, there's no target. and how would you do it, if you want to treat this as a s... read more
View answer (5)

Blackstraw AI interview questions for popular designations

 Data Scientist

 (3)

 Data Engineer

 (2)

 Software Engineer

 (1)

 Senior Software Engineer

 (1)

 Business Intelligence Developer

 (1)

 Senior Program Manager

 (1)

 Java Developer

 (1)

 Senior Data Scientist

 (1)

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

I appeared for an interview before Feb 2023.

Round 1 - Technical 

(5 Questions)

  • Q1. 1. difference between list & tuple 2. describe your day-to-day work 3. describe your favourite project
  • Ans. 

    List is mutable, tuple is immutable. Day-to-day work involves data analysis and modeling. Favorite project involved developing a predictive analytics model.

    • List can be modified after creation, tuple cannot

    • List uses square brackets [], tuple uses parentheses ()

    • Day-to-day work includes data cleaning, exploratory data analysis, model building, and communication of results

    • Favorite project involved collecting and analyzing ...

  • Answered by AI
  • Q2. How does your day look like
  • Q3. Your favourite project
  • Q4. Difference between regression & classification based algorithms
  • Ans. 

    Regression predicts continuous values, while classification predicts discrete values.

    • Regression algorithms predict continuous values, such as predicting house prices based on features like size and location.

    • Classification algorithms predict discrete values, such as classifying emails as spam or not spam based on content.

    • Regression algorithms include linear regression, polynomial regression, and support vector regressio...

  • Answered by AI
  • Q5. Difference between RNN & CNN
  • Ans. 

    RNN is used for sequential data like time series, while CNN is used for spatial data like images.

    • RNN processes sequential data by maintaining memory of past inputs, suitable for time series forecasting.

    • CNN is designed for spatial data like images, using filters to extract features and patterns.

    • RNN is good for text data analysis, language translation, and speech recognition.

    • CNN is commonly used in image recognition, obj

  • Answered by AI

Skills evaluated in this interview

Senior Data Scientist Interview Questions asked at other Companies

Q1. What is the difference between logistic and linear regression?
View answer (4)

Interview questions from similar companies

I applied via Naukri.com and was interviewed in Nov 2020. There were 4 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Sql ,
  • Q2. Object oriented programming

Interview Preparation Tips

Interview preparation tips for other job seekers - Please prepare whatever technologies you have mentioned in your resume.
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
-

I applied via Job Portal and was interviewed in Apr 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Basics - Background & knowledge
  • Q2. Technical case solving round

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

Interview Questionnaire 

2 Questions

  • Q1. About your career goals
  • Q2. Questions regarding your technical stuff

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well with what ever the technical stuff you have. The whole Interview Process from written test to HR interview is very quick , the results are with in 1 day.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected
Round 1 - Coding Test 

Python , dictionary operations

Round 2 - HR 

(2 Questions)

  • Q1. Family background
  • Q2. Location and salary

Interview Questionnaire 

1 Question

  • Q1. SQL and python related basics

Interview Preparation Tips

Interview preparation tips for other job seekers - Basics of SQL python and they will check our communication skills

Blackstraw AI Interview FAQs

How many rounds are there in Blackstraw AI interview for experienced candidates?
Blackstraw AI interview process for experienced candidates usually has 2-3 rounds. The most common rounds in the Blackstraw AI interview process for experienced candidates are Technical, One-on-one Round and HR.
How to prepare for Blackstraw AI 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 Blackstraw AI. The most common topics and skills that interviewers at Blackstraw AI expect are Python, Machine Learning, Natural Language Processing, People Management and Predictive Analytics.
What are the top questions asked in Blackstraw AI interview for experienced candidates?

Some of the top questions asked at the Blackstraw AI interview for experienced candidates -

  1. How do you choose an ML algorithm basis the data gi...read more
  2. 1. difference between list & tuple 2. describe your day-to-day work 3. describe...read more
  3. How do u optimise a ML model How good are you in coding with Python. Rate yours...read more
How long is the Blackstraw AI interview process?

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

Tell us how to improve this page.

Blackstraw AI Interview Process for Experienced

based on 5 interviews

Interview experience

4.8
  
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 Reviews and Ratings

based on 43 reviews

3.7/5

Rating in categories

3.8

Skill development

3.4

Work-life balance

3.8

Salary

3.5

Job security

3.7

Company culture

3.2

Promotions

3.4

Work satisfaction

Explore 43 Reviews and Ratings
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