Upload Button Icon Add office photos

Filter interviews by

LOYALTY METHODS Senior Associate Interview Questions and Answers

Updated 20 Jun 2024

LOYALTY METHODS Senior Associate Interview Experiences

1 interview found

Senior Associate Interview Questions & Answers

user image Kongara siva chandra

posted on 20 Jun 2024

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

(2 Questions)

  • Q1. Java 8 features
  • Q2. Sprint boot annotations
Round 2 - Technical 

(2 Questions)

  • Q1. Kafka partition determenation while publishing data
  • Ans. 

    Kafka partition determination is based on key hashing to ensure even distribution of data across partitions.

    • Kafka uses key hashing to determine which partition to send a message to

    • Key hashing ensures even distribution of data across partitions

    • Number of partitions should be chosen carefully to avoid hotspots or uneven distribution

  • Answered by AI
  • Q2. What is throughput in kafka
  • Ans. 

    Throughput in Kafka refers to the rate at which records are successfully processed by a Kafka cluster.

    • Throughput is measured in terms of records per second.

    • It is influenced by factors such as the number of partitions, replication factor, and hardware resources.

    • Higher throughput can be achieved by optimizing configurations and increasing the number of brokers.

    • For example, if a Kafka cluster processes 1000 records per se

  • Answered by AI

Skills evaluated in this interview

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
-
Result
-

I applied via Approached by Company and was interviewed in Dec 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Dynamic vs var, const vs readonly, virtual vs override keywords
  • Q2. Extension methods in c#, jagged arrays, dependency injection
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Job Portal

Round 1 - One-on-one 

(1 Question)

  • Q1. Agile practices
Round 2 - One-on-one 

(2 Questions)

  • Q1. Tell me about yourself
  • Q2. Whatvis the challennging situation
  • Ans. 

    The challenging situation is managing a team with conflicting personalities and work styles.

    • Identify each team member's strengths and weaknesses

    • Encourage open communication and collaboration

    • Set clear expectations and goals for the team

    • Address conflicts promptly and constructively

    • Provide opportunities for team building and bonding activities

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Well prepared for Financial Markets concepts
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed in Mar 2024. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Java 8 features Hashmap features
Round 2 - Technical 

(1 Question)

  • Q1. Design pattern Basic hashmap program
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in Jun 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Yes it was hard and time consuming

Round 2 - Coding Test 

Two problems we asked abt man and woman

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't worry be happy
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Aem dispatcher questions
  • Q2. Kubernetes cluster basics
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. 1.what is Core java , spring boot ,micro services ?
  • Ans. 

    Core Java is a programming language, Spring Boot is a framework for building web applications, and Microservices is an architectural style for building distributed systems.

    • Core Java is used for developing standalone applications and is the foundation for many other Java frameworks.

    • Spring Boot is a popular framework for building web applications that simplifies the development process.

    • Microservices is an architectural s...

  • Answered by AI
  • Q2. What is string and use
  • Ans. 

    A string is a sequence of characters. It is used to store and manipulate text.

    • Strings are enclosed in quotes, either single or double.

    • They can be concatenated using the + operator.

    • String methods include length(), indexOf(), and substring().

    • Examples: 'Hello, world!', '1234', 'This is a string.'

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - It’s Good if u have aws knowledge or micro services

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
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 - HR 

(1 Question)

  • Q1. Salar expectations
Round 3 - One-on-one 

(1 Question)

  • Q1. Why do you want to join Sutherland
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed in Feb 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 - HR 

(8 Questions)

  • Q1. How many year experience
  • Ans. I have 10 year experience same office
  • Answered Anonymously
  • Q2. When you will join company?
  • Ans. If i got selected i need 30 days paper period on my current office
  • Answered Anonymously
  • Q3. How much salary you will expected?
  • Ans. I will expect 20 k salary
  • Answered Anonymously
  • Q4. Are u interested to work night shift
  • Ans. Yes I interested day or night shift
  • Answered Anonymously
  • Q5. Are u interested to week end
  • Q6. Why you resign your current office
  • Ans. I interested to learn new things that's only reason
  • Answered Anonymously
  • Q7. You interested voice or non voice job
  • Q8. Tell me your interest skills
  • Ans. I am to work always sir
  • Answered Anonymously

Interview Preparation Tips

Interview preparation tips for other job seekers - Everything you have to put your Hard work definitely one day you will achieve..
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed before Nov 2023. There were 2 interview rounds.

Round 1 - HR 

(1 Question)

  • Q1. Self introduction
Round 2 - Technical 

(2 Questions)

  • Q1. What is Pattern Matching in SQL
  • Ans. 

    Pattern matching in SQL is a technique used to search for specific patterns within strings or data.

    • Pattern matching is commonly used with the LIKE operator in SQL to search for specific patterns within text data.

    • Wildcards such as % (percent sign) and _ (underscore) are used in conjunction with the LIKE operator to represent unknown characters or sequences.

    • For example, 'SELECT * FROM table WHERE column LIKE 'A%'' would ...

  • Answered by AI
  • Q2. What is recursive stored procedure
  • Ans. 

    A recursive stored procedure is a stored procedure that calls itself within its own code.

    • Recursive stored procedures are used to perform repetitive tasks that require iteration.

    • They can be used to traverse hierarchical data structures like trees or graphs.

    • Care must be taken to prevent infinite loops by including a termination condition.

    • Example: Factorial calculation using recursion in a stored procedure.

  • Answered by AI

Skills evaluated in this interview

LOYALTY METHODS Interview FAQs

How many rounds are there in LOYALTY METHODS Senior Associate interview?
LOYALTY METHODS interview process usually has 2 rounds. The most common rounds in the LOYALTY METHODS interview process are Technical.
What are the top questions asked in LOYALTY METHODS Senior Associate interview?

Some of the top questions asked at the LOYALTY METHODS Senior Associate interview -

  1. Kafka partition determenation while publishing d...read more
  2. what is throughput in ka...read more
  3. Sprint boot annotati...read more

Tell us how to improve this page.

LOYALTY METHODS Senior Associate Interview Process

based on 1 interview

Interview experience

4
  
Good
View more
Associate Consultant
14 salaries
unlock blur

₹3.4 L/yr - ₹11.3 L/yr

Junior Associate Consultant
7 salaries
unlock blur

₹3 L/yr - ₹5 L/yr

Senior Associate Consultant
7 salaries
unlock blur

₹8.8 L/yr - ₹38.9 L/yr

Data Engineer
6 salaries
unlock blur

₹5.1 L/yr - ₹6.5 L/yr

Test Engineer
5 salaries
unlock blur

₹3.8 L/yr - ₹10.8 L/yr

Explore more salaries
Compare LOYALTY METHODS with

PAYBACK

4.3
Compare

QwikCilver Solutions

3.6
Compare

Mobikwik

4.0
Compare

Paytm

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