I applied through university. I interviewed at Loyalty Juggernaut (Hyderābād) in Jan 2026
Interview
IN the interview process there is screening test that test consist of 4 mcqs from core concepts of cs fundamentals and next 4 dsa questions that consist of 2 easy to medium and another 2 are medium to hard if you qualify the the test means there are 3 tech interviews and 1 hr round
1
Other Product Engineer interview reviews for Loyalty Juggernaut
I applied through university. I interviewed at Loyalty Juggernaut
Interview
first round conducted with 5 mcqs and 4 dsa 2-easy and 2-medium i solved 2 easy and 1 medium after that i was navigated towards the technical interview it went around 90+ mins i answered every question he asked though later i got the feedback to brushup my basics .i got a clarity that they do waste of students timei had worst experience but i was satisified because i know that i did well im happy for that
I applied through university. I interviewed at Loyalty Juggernaut in Feb 2026
Interview
I applied through University in February 2026.
It contains one test and 3 technical interviews(L1,L2,L3) followed by an HR round. The test contains 5 mcqs and 4 coding questions. Each mcqs has 3 points and each coding question has 10 testcases and each testcase can vary points(3,5,7).
The coding questions are related to arrays and strings.If you practice problems related to bit manipulation,substring,subarray you can crack the test but main issue was to write the code with optimal solution,brute force will give TLE errors. So solve it with optimal one, because solving in naive approach I didn't shortlisted for interview.
Interview questions [1]
Question 1
Mcqs are related to core subjects.
1 coding question related to subarray with a condition. The other question was same as subarray with some condition and 3rd question releted to digitcount+some condition.