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
3.4

based on 164 Reviews

Filter interviews by

Affine Senior Associate Interview Questions and Answers

Updated 22 Apr 2022

Affine Senior Associate Interview Experiences

3 interviews found

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

Interview Questionnaire 

5 Questions

  • Q1. Given an input string "neeraj chopra" Write Python code to get output string as "jareen arpohc".
  • Ans. 

    The Python code to get the output string as 'jareen arpohc' from the input string 'neeraj chopra' is provided.

    • Split the input string into individual words

    • Reverse each word

    • Join the reversed words with a space in between

  • Answered by AI
  • Q2. Given a list of 10 numbers. Write a code to list only even numbers out of the original list.
  • Ans. 

    Code to list even numbers from a given list of 10 numbers.

    • Loop through the list of numbers

    • Check if each number is even using the modulo operator

    • If the number is even, add it to a new list of even numbers

    • Return the new list of even numbers

  • Answered by AI
  • Q3. SQL queries using Window Functions Rank() , Dense Rank() etc
  • Q4. Reversal of string in python code
  • Ans. 

    Reversing a string in Python code

    • Use slicing to reverse the string

    • Use the built-in function 'reversed()'

    • Convert the string to a list, reverse it, and then join it back to a string

  • Answered by AI
  • Q5. SQL queries in general.

Interview Preparation Tips

Interview preparation tips for other job seekers - There is hiring surge in the company so one should go for it .
Basic Python , SQL knowledge is enough to crack the interviews.

Skills evaluated in this interview

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

Interview Questionnaire 

3 Questions

  • Q1. SQL window functions
  • Q2. Basic SQL queries
  • Q3. Basic Power BI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be kind and humble and don't cheat. The interview will be a cup of cake if you even have some decent experience. Just get your basic right. There won't be much scenarios and coding questions

Senior Associate Interview Questions Asked at Other Companies

Q1. On an average, how many invoices can you process in a day?
Q2. What do you think is supply chain consulting all about? Should HU ... read more
asked in NTT Data
Q3. What is ost and pst in Outlook, what is distribution list and mai ... read more
asked in PwC
Q4. What is Materiality, How to decide Materiality , who decide what ... read more
Q5. What is the KPI in your organisation?

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

Round 1 - Technical 

(2 Questions)

  • Q1. Basics of python, project related questions
  • Q2. Basic SQL, few simple problem solving questions
Round 2 - HR 

(2 Questions)

  • Q1. Interests, hobbies ,general HR questions
  • Q2. Expected hike, salary, work timings preferred

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared for basic python and sql.

Interview questions from similar companies

I applied via Naukri.com and was interviewed in Feb 2022. There was 1 interview round.

Round 1 - Tally 

(1 Question)

  • Q1. Why should I hire u

Interview Preparation Tips

Topics to prepare for HCL Infosystems Senior Associate interview:
  • Tally ERP
Interview preparation tips for other job seekers - I am honest self motivated and hardworking girl towards my possitive attitude with my carrier and my life
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral

Round 1 - Coding Test 

Print a specific pattern using any programming language.

Round 2 - One-on-one 

(3 Questions)

  • Q1. What is a class in Object-Oriented Programming (OOP)?
  • Ans. 

    A class in OOP is a blueprint for creating objects, defining their properties and behaviors.

    • Classes are templates for creating objects in OOP

    • They define the properties (attributes) and behaviors (methods) of objects

    • Objects are instances of classes, each with its own unique data

    • Inheritance allows classes to inherit properties and behaviors from other classes

    • Encapsulation ensures that the data is hidden and can only be a...

  • Answered by AI
  • Q2. What is the difference between an abstract class and an interface?
  • Ans. 

    Abstract class can have both abstract and non-abstract methods, while interface can only have abstract methods.

    • Abstract class can have constructors, fields, and methods, while interface cannot have any implementation.

    • A class can only extend one abstract class, but can implement multiple interfaces.

    • Abstract classes are used to define common characteristics of subclasses, while interfaces are used to define contracts for...

  • Answered by AI
  • Q3. What is joining and creating an inner join query?
  • Ans. 

    Joining is combining data from two or more tables based on a related column, while an inner join query retrieves only the matching records.

    • Joining is used to combine data from multiple tables in a database.

    • Inner join query retrieves only the records that have matching values in both tables.

    • Syntax for inner join: SELECT columns FROM table1 INNER JOIN table2 ON table1.column = table2.column;

    • Example: SELECT orders.order_i...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Webkul Software Associate Software Engineer interview:
  • OOPS
  • Baisc Of any of Programing
  • MySQL
  • joins
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Reverse a loop for a linked list
  • Ans. 

    To reverse a loop for a linked list, iterate through the list and change the pointers to point in the opposite direction.

    • Start by initializing three pointers: current, previous, and next.

    • Iterate through the linked list, updating the pointers to reverse the direction of the links.

    • Update the head of the linked list to point to the new first node after reversing the loop.

  • Answered by AI

Skills evaluated in this interview

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

I applied via campus placement at Birla Vishvakarma Maha Vidhylaya(Sfi), V.V.Nagar and was interviewed in Apr 2023. There were 5 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 

Simply one can get through this if have a good grip solving rs Agrawal reasoning questions.

Round 3 - Technical 

(1 Question)

  • Q1. Regarding BSP and your work related questions Also deep dive into c took place.
Round 4 - One-on-one 

(1 Question)

  • Q1. This was advance version of the second round and was given some problem to make pseudo code and then some test cases logics were asked Overall further deep dive into the first round
Round 5 - HR 

(1 Question)

  • Q1. Sort of clarification I was given Nothing else kinda managerial round type

Interview Preparation Tips

Interview preparation tips for other job seekers - Easy to crack it if it is your first job rest you gotta be strong in c , rest will be taken care.
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 May 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 - HR 

(2 Questions)

  • Q1. What was your job role in previous company.
  • Q2. How many years of experience do you have.
Round 3 - Technical 

(2 Questions)

  • Q1. Can you brief about your technical skills.
  • Q2. Tell me about yourself.

Interview Preparation Tips

Interview preparation tips for other job seekers - Kindly check Rating and Review before joining.
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 Nov 2021. There were 2 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 

(2 Questions)

  • Q1. Oops concepts, core java
  • Q2. Java 8 stream api and lambda

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare well it will be easy to crack. they hire good peope

I applied via Naukri.com and was interviewed in Feb 2022. There was 1 interview round.

Round 1 - Tally 

(1 Question)

  • Q1. Why should I hire u

Interview Preparation Tips

Topics to prepare for HCL Infosystems Senior Associate interview:
  • Tally ERP
Interview preparation tips for other job seekers - I am honest self motivated and hardworking girl towards my possitive attitude with my carrier and my life

Affine Interview FAQs

How many rounds are there in Affine Senior Associate interview?
Affine interview process usually has 2 rounds. The most common rounds in the Affine interview process are Technical and HR.
How to prepare for Affine Senior Associate interview?
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 Python, SQL, Machine Learning, Analytics and AWS.
What are the top questions asked in Affine Senior Associate interview?

Some of the top questions asked at the Affine Senior Associate interview -

  1. Given an input string "neeraj chopra" Write Python code to get output string as...read more
  2. Given a list of 10 numbers. Write a code to list only even numbers out of the o...read more
  3. Reversal of string in python c...read more

Tell us how to improve this page.

Join Affine Command The New

Interview Questions from Similar Companies

Mu Sigma Interview Questions
2.6
 • 226 Interviews
Tiger Analytics Interview Questions
3.7
 • 218 Interviews
Fractal Analytics Interview Questions
4.0
 • 204 Interviews
HCL Infosystems Interview Questions
3.9
 • 141 Interviews
Tredence Interview Questions
3.6
 • 122 Interviews
Axtria Interview Questions
3.0
 • 114 Interviews
Softenger Interview Questions
4.2
 • 52 Interviews
View all
Affine Senior Associate Salary
based on 126 salaries
₹7.7 L/yr - ₹20 L/yr
41% more than the average Senior Associate Salary in India
View more details

Affine Senior Associate Reviews and Ratings

based on 27 reviews

3.1/5

Rating in categories

3.3

Skill development

2.6

Work-life balance

2.8

Salary

2.8

Job security

3.0

Company culture

2.5

Promotions

2.8

Work satisfaction

Explore 27 Reviews and Ratings
Senior Associate
126 salaries
unlock blur

₹7.7 L/yr - ₹20 L/yr

Business Analyst
94 salaries
unlock blur

₹5 L/yr - ₹12.6 L/yr

Senior Business Analyst
89 salaries
unlock blur

₹8 L/yr - ₹16.3 L/yr

Consultant
84 salaries
unlock blur

₹12 L/yr - ₹31.4 L/yr

Data Engineer
47 salaries
unlock blur

₹6 L/yr - ₹15 L/yr

Explore more salaries
Compare Affine with

Fractal Analytics

4.0
Compare

Mu Sigma

2.6
Compare

Tiger Analytics

3.7
Compare

LatentView Analytics

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