Upload Button Icon Add office photos
Engaged Employer

i

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

Loyalty Juggernaut Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Loyalty Juggernaut Product Engineer Interview Questions and Answers

Updated 11 Feb 2025

Loyalty Juggernaut Product Engineer Interview Experiences

3 interviews found

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(3 Questions)

  • Q1. House Robber DSA Problem
  • Ans. 

    House Robber DSA Problem involves finding the maximum amount of money you can rob without alerting the police.

    • Create a DP array to store the maximum amount of money that can be robbed at each house.

    • At each house, decide whether to rob the current house or skip it based on the maximum amount robbed from previous houses.

    • Return the maximum amount of money that can be robbed without alerting the police.

  • Answered by AI
  • Q2. Mirror Tree DSA Problem
  • Ans. 

    Mirror Tree DSA Problem involves creating a mirror image of a binary tree.

    • Create a mirror image of a binary tree by swapping left and right child nodes recursively.

    • Use a recursive approach to traverse the tree and swap the child nodes.

    • Ensure to handle edge cases like null nodes or single child nodes.

  • Answered by AI
  • Q3. Assignment to complete the relevant team
Round 2 - Technical 

(2 Questions)

  • Q1. Factory Design Patter
  • Q2. OOPs concepts questions
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Data Structure and Algorithms

Product Engineer Interview Questions Asked at Other Companies

asked in SquadStack
Q1. Left View of a Binary Tree Given a binary tree, your task is to p ... read more
asked in SquadStack
Q2. Arithmetic Expression Evaluation Problem Statement You are provid ... read more
asked in SquadStack
Q3. Reverse Words in a String: Problem Statement You are given a stri ... read more
asked in SquadStack
Q4. Longest Common Subsequence Problem Statement Given two strings ST ... read more
asked in SquadStack
Q5. Maximum Subarray Sum Problem Statement Given an array of integers ... read more
Interview experience
4
Good
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Job Portal and was interviewed before Nov 2023. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. String Sequence printing
Round 2 - System Design 

(1 Question)

  • Q1. Myntra system design

Interview questions from similar companies

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. Describe Life cycle in react
  • Ans. 

    React has three main phases in its lifecycle: mounting, updating, and unmounting.

    • Mounting: when a component is created and inserted into the DOM

    • Updating: when a component is updated due to changes in props or state

    • Unmounting: when a component is removed from the DOM

    • Lifecycle methods can be used to perform actions at each phase, such as componentDidMount() or componentWillUnmount()

    • React also has error handling methods,

  • Answered by AI
  • Q2. Explain strict mode in javascript and it's use
  • Ans. 

    Strict mode is a way to write secure and optimized JavaScript code.

    • Enables catching of silent errors

    • Disallows duplicate property names or parameters

    • Prevents use of undeclared variables

    • Makes `eval()` safer to use

    • Throws errors on invalid usage of `this` keyword

  • Answered by AI
Round 3 - Assignment 

CURD operations along with implementation of a mock UI

Interview Preparation Tips

Interview preparation tips for other job seekers - They are doing good job. If possible try to send a rejection mail along with the reason if candidate is not selected.

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
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 - Technical 

(1 Question)

  • Q1. Tell about Oops concepts
  • Ans. 

    OOPs concepts are fundamental principles in object-oriented programming, including inheritance, encapsulation, polymorphism, and abstraction.

    • Inheritance: Allows a class to inherit properties and behavior from another class.

    • Encapsulation: Bundling data and methods that operate on the data into a single unit.

    • Polymorphism: Ability to present the same interface for different data types.

    • Abstraction: Hiding the complex imple...

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. Will ask coding related
Round 4 - HR 

(1 Question)

  • Q1. What is Expected salary
Round 1 - Technical 

(1 Question)

  • Q1. Basics .net , c#, sql
Round 2 - Technical 

(1 Question)

  • Q1. Current Project Details, Roles and some technical questions too
Round 3 - HR 

(1 Question)

  • Q1. Package Discussion and Other basic details

Interview Preparation Tips

Interview preparation tips for other job seekers - Make sure your basics are strong and should be confident to explain about the current project and its technical details.

I applied via Company Website and was interviewed in Jun 2022. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. How do you measure success at work?
  • Ans. 

    Success at work is measured by achieving goals, delivering high-quality work, and receiving recognition.

    • Achieving goals set by the team or organization

    • Delivering high-quality work that meets or exceeds expectations

    • Receiving recognition from colleagues, managers, or clients

    • Meeting deadlines and completing tasks efficiently

    • Contributing to the overall success of the team or project

  • Answered by AI
  • Q2. How many programming languages do you know?
  • Ans. 

    I know multiple programming languages.

    • I am proficient in Java, Python, and C++.

    • I have experience with web development languages such as HTML, CSS, and JavaScript.

    • I am familiar with scripting languages like Bash and PowerShell.

    • I have worked with database query languages like SQL.

    • I have knowledge of mobile app development languages like Swift and Kotlin.

  • Answered by AI

Interview Preparation Tips

Topics to prepare for MapmyIndia Software Engineer interview:
  • Software
  • Software Engineering
  • Technical Skills
Interview preparation tips for other job seekers - Job search like it's your job
Know your and self what you want
Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview in Jul 2024.

Round 1 - Coding Test 

Create an API using Notepad to check if a string is a palindrome or not.

Round 2 - One-on-one 

(1 Question)

  • Q1. Solid principal

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't join worst company
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Jan 2023. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Basics Oops concepts and SQL queries along with currently working projects stacks
Round 2 - Technical 

(1 Question)

  • Q1. More in-depth technical questions use of reflections etc
Round 3 - HR 

(1 Question)

  • Q1. Usual HR interviews company values etc

Interview Preparation Tips

Interview preparation tips for other job seekers - The key is not answers all questions correctly key is the approach you take to solve the problem focus on that.
Interview experience
3
Average
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 - Coding Test 

Hackerrank algorithms and ds test

Round 3 - One-on-one 

(1 Question)

  • Q1. Technical on java and aws

Loyalty Juggernaut Interview FAQs

How many rounds are there in Loyalty Juggernaut Product Engineer interview?
Loyalty Juggernaut interview process usually has 1-2 rounds. The most common rounds in the Loyalty Juggernaut interview process are Technical and Coding Test.
How to prepare for Loyalty Juggernaut Product Engineer 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 Juggernaut . The most common topics and skills that interviewers at Loyalty Juggernaut expect are CRM, Cloud Computing, Data Structures and Algorithms, HTML and Javascript.
What are the top questions asked in Loyalty Juggernaut Product Engineer interview?

Some of the top questions asked at the Loyalty Juggernaut Product Engineer interview -

  1. House Robber DSA Prob...read more
  2. Mirror Tree DSA Prob...read more
  3. Factory Design Pat...read more

Tell us how to improve this page.

Loyalty Juggernaut Product Engineer Interview Process

based on 3 interviews

Interview experience

3.3
  
Average
View more

Interview Questions from Similar Companies

BrowserStack Interview Questions
3.6
 • 49 Interviews
Winman Software Interview Questions
4.0
 • 29 Interviews
Fleetx.io Interview Questions
3.7
 • 28 Interviews
ZIGRAM Interview Questions
3.2
 • 27 Interviews
MapmyIndia Interview Questions
3.8
 • 25 Interviews
RGBSI Interview Questions
3.4
 • 24 Interviews
TalentServe Interview Questions
2.1
 • 24 Interviews
View all
Loyalty Juggernaut Product Engineer Salary
based on 72 salaries
₹4 L/yr - ₹14.5 L/yr
At par with the average Product Engineer Salary in India
View more details

Loyalty Juggernaut Product Engineer Reviews and Ratings

based on 12 reviews

3.0/5

Rating in categories

3.0

Skill development

2.8

Work-life balance

2.8

Salary

3.4

Job security

2.7

Company culture

2.3

Promotions

2.4

Work satisfaction

Explore 12 Reviews and Ratings
Product Engineer
72 salaries
unlock blur

₹4 L/yr - ₹14.5 L/yr

Product Specialist
67 salaries
unlock blur

₹7 L/yr - ₹13.1 L/yr

Senior Product Specialist
43 salaries
unlock blur

₹8 L/yr - ₹18 L/yr

Business Analyst
23 salaries
unlock blur

₹3 L/yr - ₹9 L/yr

Senior Product Engineer
16 salaries
unlock blur

₹5.8 L/yr - ₹22.2 L/yr

Explore more salaries
Compare Loyalty Juggernaut with

Aurigo

4.7
Compare

Prime Focus Technologies

3.3
Compare

Peel-works

3.7
Compare

MapmyIndia

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