Upload Button Icon Add office photos

Filter interviews by

LOYALTY METHODS Interview Questions, Process, and Tips

Updated 21 Aug 2024

Top LOYALTY METHODS Interview Questions and Answers

LOYALTY METHODS Interview Experiences

Popular Designations

3 interviews found

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - Technical 

(2 Questions)

  • Q1. Authentication and authorisation with JWT IN DEEP LEVELS
  • Ans. 

    JWT is a popular method for authentication and authorization in web development.

    • JWT stands for JSON Web Token, a compact and self-contained way to securely transmit information between parties as a JSON object.

    • JWTs consist of three parts: header, payload, and signature.

    • Authentication is the process of verifying the identity of a user, while authorization determines what actions a user is allowed to perform.

    • JWTs are com...

  • Answered by AI
  • Q2. Angular basic and performance management and BDD AND TDD.

Senior Frontend Web Developer Interview Questions asked at other Companies

Q1. What are the basic concepts of JavaScript, including the event loop, variable hoisting, and closures?
View answer (1)
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - Technical 

(2 Questions)

  • Q1. Authentication and Authorization with JWT in deep.
  • Ans. 

    JWT is a popular method for authentication and authorization in web applications.

    • JWT stands for JSON Web Token, a compact and self-contained way to securely transmit information between parties as a JSON object.

    • Authentication is the process of verifying the identity of a user, while authorization determines what actions a user is allowed to perform.

    • JWTs are commonly used in web applications to authenticate users and pr...

  • Answered by AI
  • Q2. Access permission DB system design and Auth Guard

Senior Software Engineer Interview Questions asked at other Companies

Q1. Tell me about yourself. What technology are you using? What is a Collection? What are the different types of collection there? What is the difference between ArrayList and LinkedList What are the basic building blocks of Stream operators, s... read more
View answer (2)

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

Senior Associate Interview Questions asked at other Companies

Q1. On an average, how many invoices can you process in a day?
View answer (10)

Interview questions from similar companies

I was interviewed before Jan 2016.

Interview Questionnaire 

4 Questions

  • Q1. Reason for leaving my previous company was asked...
  • Q2. HR asked me to explain about role and responsibilities in my previous company to check my communication skills...
  • Q3. The concerned team Manager for which I attended the interview came and interviewed me...
  • Q4. The manager asked me to take any of the topic of my choice and write in brief regarding that topic....

Interview Preparation Tips

Round: HR Interview
Experience: So, for the above question, I answered that I was looking for a change and better role. But, HR asked that am I not looking for a good hike in the salary (she thought I'm changing the job to get a attractive salary)... But, I repeated my answer....

Round: HR Interview
Experience: I explained completely what all managed and balanced the responsibilities in my previous company...

Round: Other Interview
Experience: He also checked my communication skills and asked few questions related to the company to check how much I'm aware of the role for which I was looking for...

Round: Other Interview
Experience: As we had to handle tasks through email comunication, the question was asked... I chose topic of poverty in India and wrote few lines of it...

Interview Preparation Tips

Round: Resume Shortlist
Experience: Hi..
It is magical movment for me when i got call from the HR of HDFC bank. I am just uploading my resume on the banks carrier & after a month or 2 months they called me for the interview.
Tips: Many of us upload their resume on all job sites in addition to that also upload your resume on the respective companies carrier site, if they found your resume as suitable then they definitely contact you.

I was interviewed before Mar 2016.

Interview Questionnaire 

2 Questions

  • Q1. Some technical questions were asked
  • Q2. They spring hibernate MVC flow and core java and Oracle connectivity questions

Interview Preparation Tips

Round: Technical + HR Interview
Experience: There was a Team manager and his junior for the interview

I was interviewed before May 2016.

Interview Preparation Tips

Round: Resume Shortlist
Tips: Short and concise

Round: Test
Tips: Basic concept must be cleared
Total Questions: 50

Round: HR Interview
Tips: Fundamental and your goals towards ur life.. should be clear.

I applied via Other

Interview Questionnaire 

1 Question

  • Q1. Why u are being here for this job...can u say a reason??
  • Ans. 

    I am passionate about sales and have a proven track record of exceeding targets in previous roles.

    • Passionate about sales and enjoy the challenge of meeting targets

    • Proven track record of exceeding sales targets in previous roles

    • Excited about the opportunity to contribute to the growth of the company

  • Answered by AI

Interview Preparation Tips

General Tips: Dont tell the simple answer that it was my personal choice..so tell them about your colleague or friends who working in best way in that company
Skills: Communication, Body Language, Presentation Skills
Duration: <1 week

Interview Questionnaire 

7 Questions

  • Q1. Say something about yourself?
  • Q2. Asked on college project
  • Q3. Which programming language do you know?
  • Ans. 

    I know multiple programming languages including Java, Python, and C++.

    • Proficient in Java with experience in developing web applications using Spring framework

    • Familiar with Python for data analysis and machine learning

    • Experience in C++ for developing high-performance applications

    • Also familiar with HTML, CSS, and JavaScript for front-end development

  • Answered by AI
  • Q4. What is class, encapsulation and other feature of OOP?
  • Ans. 

    Class is a blueprint for creating objects, encapsulation is the process of hiding data and methods within a class.

    • Class is a template or blueprint that defines the properties and behaviors of an object.

    • Encapsulation is the process of bundling data and methods together within a class, hiding the internal details from the outside world.

    • Other features of OOP include inheritance, polymorphism, and abstraction.

    • Inheritance a...

  • Answered by AI
  • Q5. Write a program to find the sum of the squares of each term of Fibonacci series
  • Ans. 

    Program to find the sum of squares of each term of Fibonacci series

    • Generate Fibonacci series using loop or recursion

    • Calculate square of each term

    • Add all squares to get the sum

  • Answered by AI
  • Q6. What can I do for you?
  • Q7. Why would you like to join Cognizant?
  • Ans. 

    I would like to join Cognizant because of its reputation as a leading global technology and consulting company.

    • Cognizant has a strong presence in the industry and is known for its innovative solutions.

    • I am impressed by Cognizant's commitment to digital transformation and its ability to deliver value to clients.

    • The company offers excellent career growth opportunities and a supportive work environment.

    • Cognizant's diverse...

  • Answered by AI

Interview Preparation Tips

Round: Test
Experience: Questions were simple but demanded faster solving ability especially the Quantitative ability section.
Tips: Solve every bit of R.S.Aggarwal for Aptitude problems. www.indiabix.com is a good site to solve questions from all the sections.
Duration: 90 minutes

Round: Interview
Experience: Started with self description to explaining what projects I was involved in. Talked about my role in the project. Then answered questions from C++ programming language and then wrote the program that the interviewer gave me to do.
Tips: Be Confident. Have the problem solving & "Yes I can Do" attitude. Go with a open mind. Listen to the interviewer carefully. Do not stammer. Keep yourself calm and cool. Be honest.

Round: Interview
Experience: Faced normal questions
Tips: Be confident & keep smiling. Keep track of your body language. Be fluent in speaking English.

General Tips: Be confident and a "can do" attitude will help you grab the job.
Skill Tips: """"
Skills: Communication Skill, Proficiency in English, Basic Computer Progamming Knowledge, Learning ability, Aptitude
College Name: IIT Madras

Skills evaluated in this interview

Interview Questionnaire 

5 Questions

  • Q1. Based on a situation
  • Q2. Write a .small C code
  • Ans. 

    A C code that prints out the elements of an array of strings.

    • Declare an array of strings

    • Use a loop to iterate through the array

    • Print out each element

  • Answered by AI
  • Q3. Simple puzzles about colored balls probability
  • Q4. What Is the probability of it raining today in Chennai?
  • Ans. 

    The probability of rain in Chennai today depends on various factors such as season, weather conditions, and location.

    • The probability can be estimated by analyzing the current weather patterns and historical data.

    • Factors such as humidity, temperature, and wind speed can affect the probability of rain.

    • Local weather forecasts and satellite imagery can also provide insights into the likelihood of rain.

    • The probability of ra...

  • Answered by AI
  • Q5. Find the probability that India will win the next Cricket World Cup
  • Ans. 

    It is impossible to accurately predict the probability of India winning the next Cricket World Cup.

    • Sports events are unpredictable and depend on various factors such as team performance, weather conditions, injuries, etc.

    • Past performance of the team and individual players can be considered, but it does not guarantee future success.

    • Other teams participating in the tournament also play a significant role in determining t...

  • Answered by AI

Interview Preparation Tips

Round: Test
Experience: Fifty people appeared for the test out of which sixteen were shortlisted.

Round: Case Study Interview
Experience: How would you promote a newly launched product? What marketing strategies would you use? They asked very simple case studies.

Round: Technical Interview
Experience: Test was based on data analysis, mainly maths. The interview was to see how much 'C' and probability you know.
Tips: Customized preparation is must along with good CGPA.

Skill Tips: Work details about your internship helps!
Skills: General knowledge, Technical knowledge
College Name: IIT Madras

Skills evaluated in this interview

Contribute & help others!
anonymous
You can choose to be anonymous

LOYALTY METHODS Interview FAQs

How many rounds are there in LOYALTY METHODS interview?
LOYALTY METHODS interview process usually has 1-2 rounds. The most common rounds in the LOYALTY METHODS interview process are Technical.
How to prepare for LOYALTY METHODS 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 LOYALTY METHODS. The most common topics and skills that interviewers at LOYALTY METHODS expect are AWS, Build, Database Administration, ETL and Linux.
What are the top questions asked in LOYALTY METHODS interview?

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

  1. Authentication and authorisation with JWT IN DEEP LEV...read more
  2. Kafka partition determenation while publishing d...read more
  3. Authentication and Authorization with JWT in de...read more

Recently Viewed

JOBS

Infosys

No Jobs

JOBS

Trimble

No Jobs

JOBS

Cyient

No Jobs

SALARIES

Swiggy

SALARIES

Zomato

SALARIES

Swiggy

SALARIES

Zomato

SALARIES

Quikr

JOBS

Sailotech

No Jobs

SALARIES

Droom

Tell us how to improve this page.

LOYALTY METHODS Interview Process

based on 5 interviews

Interview experience

3.2
  
Average
View more

Interview Questions from Similar Companies

Cognizant Interview Questions
3.8
 • 5.6k Interviews
HDFC Bank Interview Questions
3.9
 • 2.1k Interviews
Paytm Interview Questions
3.3
 • 747 Interviews
Zoho Interview Questions
4.3
 • 505 Interviews
Sodexo Interview Questions
4.1
 • 161 Interviews
Pine Labs Interview Questions
3.4
 • 109 Interviews
Zeta Interview Questions
3.3
 • 69 Interviews
Edelweiss Interview Questions
3.9
 • 58 Interviews
Mobikwik Interview Questions
4.0
 • 47 Interviews
View all

LOYALTY METHODS Reviews and Ratings

based on 20 reviews

2.9/5

Rating in categories

3.0

Skill development

2.7

Work-life balance

2.7

Salary

2.6

Job security

3.1

Company culture

2.6

Promotions

2.8

Work satisfaction

Explore 20 Reviews and Ratings
Associate Consultant
13 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Junior Associate Consultant
7 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Associate Consultant
7 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Data Engineer
6 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Test Engineer
5 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare LOYALTY METHODS with

PAYBACK

4.4
Compare

QwikCilver Solutions

3.6
Compare

Mobikwik

3.7
Compare

Paytm

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