Premium Employer

i

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

Affine Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Affine Interview Questions, Process, and Tips for Experienced

Updated 7 Mar 2025

Top Affine Interview Questions and Answers for Experienced

View all 13 questions

Affine Interview Experiences for Experienced

Popular Designations

16 interviews found

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

I appeared for an interview in Sep 2024.

Round 1 - Coding Test 

A coding test was administered to address several machine learning problem statements.

Round 2 - Technical 

(2 Questions)

  • Q1. Mention some metric in ML and explain the tradeoffs between them
  • Ans. 

    ML metrics help evaluate model performance, each with trade-offs affecting accuracy, interpretability, and application.

    • Accuracy vs. Precision: High accuracy may come with low precision in imbalanced datasets. Example: Classifying rare diseases.

    • Recall vs. F1 Score: High recall may lower F1 score, impacting balance in precision and recall. Example: Fraud detection.

    • ROC-AUC vs. PR-AUC: ROC-AUC is sensitive to class imbalan...

  • Answered by AI
  • Q2. How does the xgboost algorithm works , with explanation on every steps
  • Ans. 

    XGBoost is an efficient implementation of gradient boosting that optimizes performance and accuracy through ensemble learning.

    • 1. **Gradient Boosting Framework**: XGBoost builds models in a sequential manner, where each new model corrects errors made by the previous ones.

    • 2. **Decision Trees**: It primarily uses decision trees as base learners, where each tree is built to minimize the loss function.

    • 3. **Regularization**:...

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

(4 Questions)

  • Q1. Write a program to reverse an array of integers and strings?
  • Ans. 

    This program reverses an array containing both integers and strings.

    • Use a loop to iterate through the array from the last index to the first.

    • Create a new array to store the reversed elements.

    • Example: For input ['apple', 1, 'banana', 2], output should be [2, 'banana', 1, 'apple'].

  • Answered by AI
  • Q2. Write a program to count the maximum repetitive integer among one array?
  • Q3. Project discussion and why use specific algorithm
  • Q4. How does linear programming algorithm works ?
  • Ans. 

    Linear programming optimizes a linear objective function subject to linear constraints, finding the best outcome in a feasible region.

    • Linear programming involves maximizing or minimizing a linear objective function.

    • Constraints are linear inequalities that define the feasible region.

    • The feasible region is typically a convex polygon in multi-dimensional space.

    • The Simplex method is a popular algorithm used to solve linear...

  • Answered by AI

Senior Data Scientist Associate Interview Questions asked at other Companies

Q1. How does the xgboost algorithm works , with explanation on every steps
View answer (1)

Data Analyst Interview Questions & Answers

user image Anonymous

posted on 17 Oct 2024

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

(1 Question)

  • Q1. SQL and excel questions intermediate

Top Affine Data Analyst Interview Questions and Answers

Q1. What is the difference between Tree Map and Heatmap in Tableau?
View answer (1)

Data Analyst Interview Questions asked at other Companies

Q1. Suppose there is a room in the office and X people enter room throughout the day, Y people leave throughout the day [continuously people are entering the room, some are staying there, and rest are going out] .. so tell me the code to calcul... read more
View answer (11)
Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Referral and was interviewed in Mar 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Questions based on my work experience, basic level of python coding (return counts for duplicate integers in a list), theory questions on basic DL (activation layers, time series)

Interview Preparation Tips

Interview preparation tips for other job seekers - Do not get upset if you fail interviews, many of these end up hiring internally or are simply following the protocol of interviewing you after already having selected some other candidate. Just keep on trying!

Top Affine Data Scientist Interview Questions and Answers

Q1. you have a pandas dataframe with three columns, filled with state names, city names and arbitrary numbers respectively. How to retrieve top 2 cities per state. (top according to the max number in the third column)
View answer (3)

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)
Interview experience
2
Poor
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Coding Test 

All about excel no questions were asked related to my profile

Interview Preparation Tips

Interview preparation tips for other job seekers - It’s irrelevant and tough

Tableau Developer Interview Questions asked at other Companies

Q1. What are the filters? Name the different filters in tableau?
View answer (7)

Affine interview questions for popular designations

 Data Analyst

 (8)

 Business Analyst

 (6)

 Data Scientist

 (5)

 Senior Associate

 (3)

 Data Engineer

 (3)

 Senior Data Scientist

 (2)

 Graduate Engineer

 (1)

 Associate Engineer

 (1)

Associate Interview Questions & Answers

user image Anonymous

posted on 18 Mar 2024

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
-
Result
-

I applied via Approached by Company

Round 1 - Technical 

(2 Questions)

  • Q1. Sql is the most important , Focus on Joins ,Sub query and Sql basics
  • Q2. Joining tables with different joins
  • Ans. 

    Joining tables with different joins in SQL

    • Use INNER JOIN to return rows when there is at least one match in both tables

    • Use LEFT JOIN to return all rows from the left table and the matched rows from the right table

    • Use RIGHT JOIN to return all rows from the right table and the matched rows from the left table

    • Use FULL JOIN to return rows when there is a match in one of the tables

  • Answered by AI

Skills evaluated in this interview

Associate Interview Questions asked at other Companies

Q1. A rat has 3000 gm of rice, he has to travel a distance of 3000m, he eats 1gm rice/m, his maximum carrying capcity is 1000 gm,how should he travel the distance to reach with maximum rice left
View answer (5)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Process of accounting in Tally
  • Ans. 

    Accounting in Tally involves recording financial transactions, generating reports, and managing accounts.

    • Recording financial transactions such as sales, purchases, payments, and receipts

    • Generating financial statements like balance sheet, profit and loss statement

    • Managing accounts receivable and accounts payable

    • Creating and maintaining ledgers for different accounts

    • Reconciling bank statements with Tally entries

    • Generatin...

  • Answered by AI
  • Q2. What is Accounts payable
  • Ans. 

    Accounts payable is the amount of money a company owes to its suppliers or vendors for goods or services purchased on credit.

    • Accounts payable is a liability on the balance sheet

    • It represents the amount owed by the company to its creditors

    • It is typically recorded when goods or services are received but payment has not yet been made

    • Examples include invoices from suppliers for inventory purchases or services rendered

  • Answered by AI

Skills evaluated in this interview

Senior Accountant Interview Questions asked at other Companies

Q1. Tell me about your self tax,
View answer (22)

Jobs at Affine

View all

Team Lead Interview Questions & Answers

user image Anonymous

posted on 7 May 2024

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
-
Result
No response
Round 1 - One-on-one 

(1 Question)

  • Q1. Its more about the previous roles & project

Team Lead Interview Questions asked at other Companies

Q1. write a java program to get maxing profit by buying and selling a share from a given set of values (they will change the question after you give solution, like if consider buying only once and selling once they will say to buying multiple t... read more
View answer (3)

Interview Questions & Answers

user image Anonymous

posted on 9 Feb 2024

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I appeared for an interview in Jan 2024.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Mention GA KPIs you’ll check to increase CVR
  • Q2. What steps you’ll take to resolve a decline page visits trend

Interview Preparation Tips

Topics to prepare for Affine interview:
  • Google Analytics
  • Business Intelligence
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Referral and was interviewed in Jul 2023. There were 2 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 - Technical 

(2 Questions)

  • Q1. SQL and domain - Use case scenarios and real time examples
  • Ans. 

    SQL is used in various domains for data analysis and reporting. Use cases include financial analysis, inventory management, and customer relationship management.

    • Financial analysis - using SQL to analyze revenue, expenses, and profitability

    • Inventory management - tracking stock levels, orders, and shipments

    • Customer relationship management - analyzing customer data, preferences, and interactions

  • Answered by AI
  • Q2. SQL questions and domain related questions.

Interview Preparation Tips

Topics to prepare for Affine Business Analyst interview:
  • SQL
Interview preparation tips for other job seekers - Majorly they are seeking for SQL expert regardless of how much expertise you have in your domain.
If you are bit low in SQL and expert in your domain area, You will be eventually rejected.

Skills evaluated in this interview

Top Affine Business Analyst Interview Questions and Answers

Q1. I have two jars of 5 litres and 3 litres. How can I measure 4 litres? (Assume: Infinite supply of water and no third jar is present)
View answer (4)

Business Analyst Interview Questions asked at other Companies

Q1. You have 10 boxes of balls (each ball weighing exactly10 gm) with one box with defective balls (each one of the defective balls weigh 9 gm). You are given an electronic weighing machine and only one chance at it. How will you find out which... read more
View answer (9)

Data Scientist Interview Questions & Answers

user image Dheeraj Warudkar

posted on 8 Jul 2024

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

(1 Question)

  • Q1. Machine learning
Round 2 - Coding Test 

Python , pandas, sql

Top Affine Data Scientist Interview Questions and Answers

Q1. you have a pandas dataframe with three columns, filled with state names, city names and arbitrary numbers respectively. How to retrieve top 2 cities per state. (top according to the max number in the third column)
View answer (3)

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)

Affine Interview FAQs

How many rounds are there in Affine interview for experienced candidates?
Affine interview process for experienced candidates usually has 1-2 rounds. The most common rounds in the Affine interview process for experienced candidates are Technical, One-on-one Round and Coding Test.
How to prepare for Affine 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 Affine. The most common topics and skills that interviewers at Affine expect are SQL, Python, AWS, ETL and Machine Learning.
What are the top questions asked in Affine interview for experienced candidates?

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

  1. Given an input string "neeraj chopra" Write Python code to get output string as...read more
  2. How does the xgboost algorithm works , with explanation on every st...read more
  3. What steps you’ll take to resolve a decline page visits tr...read more
How long is the Affine interview process?

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

Tell us how to improve this page.

Affine Interview Process for Experienced

based on 10 interviews

Interview experience

3.6
  
Good
View more
Join Affine Command The New

Interview Questions from Similar Companies

HCL Infosystems Interview Questions
3.9
 • 142 Interviews
Webkul Software Interview Questions
3.9
 • 64 Interviews
Softenger Interview Questions
4.1
 • 53 Interviews
View all

Affine Reviews and Ratings

based on 172 reviews

3.3/5

Rating in categories

3.5

Skill development

3.1

Work-life balance

3.2

Salary

3.1

Job security

3.2

Company culture

2.9

Promotions

3.2

Work satisfaction

Explore 172 Reviews and Ratings
AI/ML Solutions Consultant

Bangalore / Bengaluru

4-7 Yrs

Not Disclosed

Certified Scrum Master

Bangalore / Bengaluru

6-10 Yrs

Not Disclosed

Explore more jobs
Senior Associate
135 salaries
unlock blur

₹7.7 L/yr - ₹20 L/yr

Business Analyst
96 salaries
unlock blur

₹5 L/yr - ₹12.6 L/yr

Consultant
87 salaries
unlock blur

₹12 L/yr - ₹32 L/yr

Senior Business Analyst
85 salaries
unlock blur

₹8 L/yr - ₹18 L/yr

Data Engineer
47 salaries
unlock blur

₹6 L/yr - ₹15 L/yr

Explore more salaries
Compare Affine with

HCL Infosystems

3.9
Compare

Softenger

4.1
Compare

Capital Numbers Infotech

4.5
Compare

Accel Frontline

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