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 Associate Interview Questions and Answers

Updated 18 Mar 2024

Affine Associate Interview Experiences

1 interview found

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

Interview questions from similar companies

Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Worst experience company is not so good

Round 2 - Technical 

(2 Questions)

  • Q1. What is object oriented programming
  • Ans. 

    Object oriented programming is a programming paradigm based on the concept of objects, which can contain data and code.

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

    • Encapsulation, inheritance, and polymorphism are key principles of OOP

    • Examples of OOP languages include Java, C++, and Python

  • Answered by AI
  • Q2. Questions on data structute
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:
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. 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
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
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:
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 

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:
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 - 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.

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
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via campus placement at Indira Gandhi Institute of Technology, Dhenkanal and was interviewed in Jul 2023. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Double-check your resume for any spelling mistakes. The recruiter may consider spelling mistakes as careless behavior or poor communication skills.
View all tips
Round 2 - Aptitude Test 

There are Verbal, logical reasoning, quantitative, coding questions (2 Qtns) and a descriptive essay on "How you used the pendamic duration for study" ( Minimum 200 words) required. And coding questions are DSA Medium level one was: " Find the maximum profit percentage during the buy and sell of stock of a company. ". Verbal round was mostly (4 -5 questions) on make meaning full sentence. All the first round test was conducted on "Xobin online test" platform.

Round 3 - System Design 

(2 Questions)

  • Q1. There are two questions available 1. Write a business solution, technical solution using frontend or back-end technology to overcome the problem a) There is a new metro started in your city but the proble...
  • Q2. 2nd question was find solution for dynamic seat booking and price change during booking of ticket for a cinema hall.
Round 4 - Technical 

(1 Question)

  • Q1. Some questions on DSA like difference between merge sort and bubble sort. Sort available alphabets in a string array from vowel to consonant. In HR round HR will ask about your background and career then a...

Interview Preparation Tips

Topics to prepare for Incture Technologies Associate Software Engineer interview:
  • DSA
  • Quantitive apptitude
  • Verbal
  • Essay
  • System Design
Interview preparation tips for other job seekers - Don't add any extra things in your resume which you don't know because if you will qualified for interview time that guy will ask on the basis of your resume skills. Just be confident and don't answer any HR round questions emotionally as it doesn't work instead you will terminated by them. At last they will ask a question do you have any questions for me? So be ready for that and do not try to copy paste any solution from Google as interviewer will tell you to analyse your answers.
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:
Do not use an unprofessional email address such as cool_boy@email.com. It shows a lack of professionalism by the candidate.
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
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before Oct 2022. There were 2 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Be truthful in your resume. It is very easy to catch false or lies during the interview by asking basic questions.
View all tips
Round 2 - Technical 

(3 Questions)

  • Q1. Some coding based questions.
  • Q2. Some technical question related theory.
  • Q3. Some pattern based questions.

Interview Preparation Tips

Topics to prepare for Webkul Software Associate Software Engineer interview:
  • OOPS
  • Design Patterns
  • Strings
  • Arrays
Interview preparation tips for other job seekers - Keed learning on the related tech and practice the coding questions.

Affine Interview FAQs

How many rounds are there in Affine Associate interview?
Affine interview process usually has 1 rounds. The most common rounds in the Affine interview process are Technical.
How to prepare for Affine 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 SQL, Analytics, Python, Analytical and Big Data.
What are the top questions asked in Affine Associate interview?

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

  1. Joining tables with different jo...read more
  2. Sql is the most important , Focus on Joins ,Sub query and Sql bas...read more

Tell us how to improve this page.

Affine Associate Interview Process

based on 1 interview

Interview experience

3
  
Average
View more
Join Affine Command The New

Interview Questions from Similar Companies

Mu Sigma Interview Questions
2.6
 • 229 Interviews
Tiger Analytics Interview Questions
3.7
 • 221 Interviews
Fractal Analytics Interview Questions
4.0
 • 204 Interviews
HCL Infosystems Interview Questions
3.9
 • 140 Interviews
Tredence Interview Questions
3.6
 • 123 Interviews
Axtria Interview Questions
3.1
 • 115 Interviews
Webkul Software Interview Questions
3.8
 • 54 Interviews
View all
Affine Associate Salary
based on 29 salaries
₹6.2 L/yr - ₹9.4 L/yr
13% more than the average Associate Salary in India
View more details

Affine Associate Reviews and Ratings

based on 3 reviews

3.4/5

Rating in categories

4.6

Skill development

3.4

Work-life balance

3.7

Salary

3.4

Job security

3.4

Company culture

3.7

Promotions

4.0

Work satisfaction

Explore 3 Reviews and Ratings
Senior Associate
129 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
87 salaries
unlock blur

₹8 L/yr - ₹18 L/yr

Consultant
79 salaries
unlock blur

₹12 L/yr - ₹35 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