Upload Button Icon Add office photos
Engaged Employer

i

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

AU Small Finance Bank Verified Tick

Compare button icon Compare button icon Compare
4.3

based on 11.3k Reviews

Filter interviews by

AU Small Finance Bank Data Science Engineer Interview Questions and Answers

Updated 30 Jul 2022

AU Small Finance Bank Data Science Engineer Interview Experiences

1 interview found

Data Science Engineer Interview Questions & Answers

user image Shubham Kumar singh

posted on 30 Jul 2022

I applied via LinkedIn and was interviewed in Jun 2022. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Sql basic to advance questions
  • Q2. In my some basic question from R language like what are the library available. From which library Sorting and filtering can be done?
Round 2 - HR 

(1 Question)

  • Q1. In my case question related to banking terms and knowledge about credit card.
Round 3 - Case Study 

Case study on excel only.

Interview Preparation Tips

Topics to prepare for AU Small Finance Bank Data Science Engineer interview:
  • Python
  • SQL
  • Excel
Interview preparation tips for other job seekers - Just keep passion in what you are doing and try searching for job, someone is also searching talent like you.

Interview questions from similar companies

Interview Questionnaire 

4 Questions

  • Q1. What is pep8?
  • Ans. 

    pep8 is a style guide for Python code.

    • pep8 provides guidelines for formatting, naming, and organizing Python code.

    • It helps to improve code readability and maintainability.

    • Examples of guidelines include using 4 spaces for indentation, limiting line length to 79 characters, and using snake_case for variable names.

    • pep8 is not mandatory, but following its guidelines is considered good practice in the Python community.

  • Answered by AI
  • Q2. Difference between comment and docstring
  • Ans. 

    Comment is for code readability, docstring is for documentation

    • Comments are used to explain code and make it more readable

    • Docstrings are used to document functions, classes, and modules

    • Comments start with #, docstrings are enclosed in triple quotes

    • Docstrings can be accessed using __doc__ attribute

  • Answered by AI
  • Q3. Spark architecture
  • Q4. Spark inbuilt functions

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Hard
Process Duration
2-4 weeks
Result
No response

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

Round 1 - Technical 

(3 Questions)

  • Q1. Explain Sigmoid Function
  • Ans. 

    Sigmoid function is a mathematical function that maps any real value to a value between 0 and 1.

    • Sigmoid function is commonly used in machine learning for binary classification problems.

    • It is defined as f(x) = 1 / (1 + e^(-x)), where e is the base of the natural logarithm.

    • The output of the sigmoid function is always in the range (0, 1).

    • It is used to convert a continuous input into a probability value.

    • Example: f(0) = 0.5

  • Answered by AI
  • Q2. What is a T-test in logistic regression
  • Ans. 

    A T-test in logistic regression is used to determine the significance of individual predictor variables.

    • T-test in logistic regression is used to test the significance of individual coefficients of predictor variables.

    • It helps in determining whether a particular predictor variable has a significant impact on the outcome variable.

    • The null hypothesis in a T-test for logistic regression is that the coefficient of the predi...

  • Answered by AI
  • Q3. How to fit model to an unexplored market
  • Ans. 

    To fit a model to an unexplored market, conduct thorough market research, gather relevant data, identify key variables, test different models, and continuously iterate and refine the model.

    • Conduct thorough market research to understand the dynamics of the unexplored market

    • Gather relevant data on customer behavior, market trends, competition, etc.

    • Identify key variables that may impact the market and model outcomes

    • Test d...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for IDFC FIRST Bank Data Scientist interview:
  • Logistic Regression
  • Banking

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
-
Result
No response
Round 1 - Coding Test 

Find second max in list, cal moving avg of a df

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

(2 Questions)

  • Q1. Logistic regression loss function
  • Q2. Step function in ML context
  • Ans. 

    Step function is a function that returns a constant value for a certain range of inputs.

    • In machine learning, step functions are used as activation functions in neural networks.

    • They are typically used in binary classification problems where the output is either 0 or 1.

    • Examples include Heaviside step function and sigmoid step function.

  • Answered by AI

Skills evaluated in this interview

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

(1 Question)

  • Q1. Explain about how recommendation engine work
  • Ans. 

    Recommendation engines analyze user data to suggest items based on preferences and behavior.

    • Recommendation engines use collaborative filtering to suggest items based on user behavior and preferences.

    • They can also use content-based filtering to recommend items similar to ones the user has liked in the past.

    • Some recommendation engines combine both collaborative and content-based filtering for more accurate suggestions.

    • Ex...

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I was interviewed in Jan 2024.

Round 1 - Technical 

(1 Question)

  • Q1. Machine learning questions
Round 2 - Assignment 

Project Discussion on Eye flue detection

Interview Preparation Tips

Interview preparation tips for other job seekers - Clear basic concepts of ml ops

Interview Questionnaire 

4 Questions

  • Q1. What is pep8?
  • Ans. 

    pep8 is a style guide for Python code.

    • pep8 provides guidelines for formatting, naming, and organizing Python code.

    • It helps to improve code readability and maintainability.

    • Examples of guidelines include using 4 spaces for indentation, limiting line length to 79 characters, and using snake_case for variable names.

    • pep8 is not mandatory, but following its guidelines is considered good practice in the Python community.

  • Answered by AI
  • Q2. Difference between comment and docstring
  • Ans. 

    Comment is for code readability, docstring is for documentation

    • Comments are used to explain code and make it more readable

    • Docstrings are used to document functions, classes, and modules

    • Comments start with #, docstrings are enclosed in triple quotes

    • Docstrings can be accessed using __doc__ attribute

  • Answered by AI
  • Q3. Spark architecture
  • Q4. Spark inbuilt functions

Skills evaluated in this interview

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

(1 Question)

  • Q1. Focus was on SQL, projects done so far, Machine Learning and Stats
Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. What do you do if your model has higher false positives
  • Ans. 

    Investigate the model performance metrics and adjust the threshold for classification.

    • Analyze the confusion matrix to understand the distribution of false positives.

    • Adjust the threshold for classification to reduce false positives.

    • Consider using different evaluation metrics like precision, recall, and F1 score.

    • Explore feature importance to identify variables contributing to false positives.

  • Answered by AI

Skills evaluated in this interview

AU Small Finance Bank Interview FAQs

How many rounds are there in AU Small Finance Bank Data Science Engineer interview?
AU Small Finance Bank interview process usually has 3 rounds. The most common rounds in the AU Small Finance Bank interview process are Technical, HR and Case Study.
What are the top questions asked in AU Small Finance Bank Data Science Engineer interview?

Some of the top questions asked at the AU Small Finance Bank Data Science Engineer interview -

  1. In my some basic question from R language like what are the library available. ...read more
  2. In my case question related to banking terms and knowledge about credit ca...read more
  3. Sql basic to advance questi...read more

Tell us how to improve this page.

People are getting interviews through

based on 1 AU Small Finance Bank interview
Job Portal
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.

Interview Questions from Similar Companies

IDFC FIRST Bank Interview Questions
4.0
 • 608 Interviews
IndusInd Bank Interview Questions
3.6
 • 575 Interviews
Bandhan Bank Interview Questions
3.7
 • 511 Interviews
Yes Bank Interview Questions
3.8
 • 408 Interviews
Deutsche Bank Interview Questions
3.9
 • 353 Interviews
Barclays Interview Questions
3.9
 • 264 Interviews
Bank of America Interview Questions
4.3
 • 230 Interviews
View all

AU Small Finance Bank Data Science Engineer Reviews and Ratings

based on 1 review

2.0/5

Rating in categories

2.0

Skill development

2.0

Work-Life balance

1.0

Salary & Benefits

1.0

Job Security

2.0

Company culture

2.0

Promotions/Appraisal

1.0

Work Satisfaction

Explore 1 Review and Rating
Assistant Manager
1.1k salaries
unlock blur

₹1.8 L/yr - ₹7.5 L/yr

Deputy Manager
956 salaries
unlock blur

₹1.9 L/yr - ₹9 L/yr

Relationship Manager
715 salaries
unlock blur

₹2 L/yr - ₹9.7 L/yr

Manager
594 salaries
unlock blur

₹3.8 L/yr - ₹13.1 L/yr

Senior Executive
551 salaries
unlock blur

₹1.4 L/yr - ₹4.9 L/yr

Explore more salaries
Compare AU Small Finance Bank with

Bandhan Bank

3.7
Compare

Equitas Small Finance Bank

4.5
Compare

Ujjivan Small Finance Bank

4.1
Compare

Suryoday Small Finance Bank

4.0
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview