Upload Button Icon Add office photos
Engaged Employer

i

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

Loylty Rewardz Mngt Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Loylty Rewardz Mngt Software Developer Interview Questions and Answers

Updated 10 May 2018

Loylty Rewardz Mngt Software Developer Interview Experiences

1 interview found

I applied via Recruitment Consultant and was interviewed in Jan 2018. There were 3 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. OOps concept,what is CTE in sql,explain the scenerio where you can use abstact class or interface?,N th highest salary in sql?,Polymorphism and overriding?Temp table in sql?sql functions?Difference between...
  • Ans. 

    Answering various technical questions related to OOPs, SQL, and software development.

    • CTE in SQL stands for Common Table Expression, used for creating temporary result sets.

    • Abstract classes are used when you want to provide a common base implementation for derived classes, while interfaces are used to define a contract that implementing classes must follow.

    • Nth highest salary in SQL can be achieved using the ROW_NUMBER()...

  • Answered by AI
  • Q2. What are the current projects worked on & in which domain?
  • Ans. 

    Currently working on a project in the finance domain involving developing a new trading platform.

    • Developing a new trading platform for stock market

    • Implementing real-time data analytics for trading decisions

    • Integrating third-party APIs for market data

    • Optimizing trading algorithms for faster execution

  • Answered by AI
  • Q3. What is growth? Is there any onsite opportunity in future?
  • Ans. 

    Growth is the process of continuous development and improvement in various aspects of life.

    • Growth involves personal and professional development.

    • It includes acquiring new skills and knowledge.

    • Growth can be measured by progress and achievements.

    • It can be seen in career advancements and promotions.

    • Growth also involves expanding one's network and connections.

    • It can be achieved through learning from experiences and challen...

  • Answered by AI

Interview Preparation Tips

General Tips: The interview process is good.a long wait for Managerial interview.
Skills: Communication, Problem Solving, Analytical Skills, Leadership, Presentation Skills, Time Management, Decision Making Skills
Duration: <1 week

Interview questions from similar companies

I applied via Walk-in and was interviewed before Mar 2021. There were 3 interview rounds.

Round 1 - Aptitude Test 

Aptitude test

Round 2 - Group Discussion 

Current affairs

Round 3 - Technical 

(1 Question)

  • Q1. Puzzle , sql related questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Be yourself, whatever you know just be confident
Interview experience
4
Good
Difficulty level
-
Process Duration
Less than 2 weeks
Result
-

I applied via Campus Placement and was interviewed in Nov 2024. There was 1 interview round.

Round 1 - Coding Test 

Easy to medium leetcode questions

Interview experience
3
Average
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Not Selected

I applied via Google and was interviewed in Aug 2023. There were 3 interview rounds.

Round 1 - Coding Test 

Coding questions about array and string.

Round 2 - Coding Test 

Cosing questions about sql and ds.

Round 3 - HR 

(1 Question)

  • Q1. Personal and behavioral questions.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well with the fundamentals.
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-

I applied via Walk-in

Round 1 - Technical 

(2 Questions)

  • Q1. How make a queue using a stack
  • Ans. 

    To implement a queue using a stack, use two stacks and simulate the queue operations.

    • Use two stacks, one for enqueue operation and one for dequeue operation.

    • For enqueue operation, simply push elements onto the stack used for enqueueing.

    • For dequeue operation, if the dequeue stack is empty, pop all elements from enqueue stack and push onto dequeue stack.

    • Then pop from the dequeue stack to simulate dequeue operation.

  • Answered by AI
  • Q2. Create a linked list
  • Ans. 

    A linked list is a data structure consisting of nodes where each node points to the next node in the sequence.

    • Create a Node class with data and next pointer

    • Initialize a head pointer to null

    • Add nodes by updating next pointers

    • Traverse the list by following next pointers

  • Answered by AI

Skills evaluated in this interview

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

I applied via Walk-in and was interviewed before Feb 2023. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. React js, ReactHooks, es67 features, bootstrap
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

I applied via Job Portal

Round 1 - Coding Test 

60mintues DSA level coding exam

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

I applied via Campus Placement and was interviewed in Dec 2024. There was 1 interview round.

Round 1 - Coding Test 

2 questions of DSA medium to hard

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
Not Selected
Round 1 - Technical 

(2 Questions)

  • Q1. Closures, hostings, react js, redux, hooks basic
  • Q2. Html5, css3, basic javascript stuff
Interview experience
2
Poor
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I appeared for an interview in Mar 2025, where I was asked the following questions.

  • Q1. What is Connection pooling
  • Ans. 

    Connection pooling is a technique to manage database connections efficiently, reducing overhead and improving performance.

    • Connection pooling maintains a pool of active database connections for reuse.

    • It reduces the overhead of establishing a new connection for each database request.

    • Example: A web application can reuse connections from the pool instead of opening new ones for each user request.

    • Connection pools can be con...

  • Answered by AI
  • Q2. What is mounting in docker
  • Ans. 

    Mounting in Docker allows you to share files between the host and containers, enabling data persistence and configuration management.

    • Mounting can be done using volumes or bind mounts.

    • Volumes are managed by Docker and are stored in a part of the host filesystem which is not directly accessible.

    • Example of a volume: `docker run -v my_volume:/data my_image`.

    • Bind mounts allow you to specify an exact path on the host, e.g., ...

  • Answered by AI
  • Q3. What is decorators
  • Ans. 

    Decorators are a design pattern in Python that allows modifying the behavior of functions or methods at runtime.

    • A decorator is a function that takes another function and extends its behavior without explicitly modifying it.

    • Common use cases include logging, access control, and caching.

    • Example: @staticmethod and @classmethod are built-in decorators in Python.

    • Custom decorators can be created using nested functions.

    • Example...

  • Answered by AI
  • Q4. Shell script question

Loylty Rewardz Mngt Interview FAQs

How to prepare for Loylty Rewardz Mngt Software Developer 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 Loylty Rewardz Mngt. The most common topics and skills that interviewers at Loylty Rewardz Mngt expect are Agile, Data Structures, HTML, MySQL and Unit Testing.

Tell us how to improve this page.

Loylty Rewardz Mngt Software Developer Salary
based on 5 salaries
₹6.5 L/yr - ₹10.6 L/yr
5% less than the average Software Developer Salary in India
View more details

Loylty Rewardz Mngt Software Developer Reviews and Ratings

based on 5 reviews

4.0/5

Rating in categories

4.9

Skill development

3.9

Work-life balance

3.0

Salary

4.8

Job security

4.9

Company culture

4.0

Promotions

4.0

Work satisfaction

Explore 5 Reviews and Ratings
Software Engineer
71 salaries
unlock blur

₹3.3 L/yr - ₹12.2 L/yr

Senior Software Engineer
57 salaries
unlock blur

₹6.6 L/yr - ₹19.8 L/yr

Assistant Manager
32 salaries
unlock blur

₹5.1 L/yr - ₹17.8 L/yr

Data Scientist
24 salaries
unlock blur

₹5 L/yr - ₹18 L/yr

Business Analyst
21 salaries
unlock blur

₹8.8 L/yr - ₹18 L/yr

Explore more salaries
Compare Loylty Rewardz Mngt with

Value Point Systems

3.6
Compare

JoulestoWatts Business Solutions

2.9
Compare

Saama Technologies

3.7
Compare

Systems Plus

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