GeeksforGeeks Question · Jul 2025

Junglee Games Interview Experience for SDET Intern Role

Question Details

I recently participated in the hiring process for the SDET Intern position at Junglee Games during an in-campus interview. The company does not hire SDET Interns off-campu...

Full Details

I recently participated in the hiring process for the SDET Intern position at Junglee Games during an in-campus interview. The company does not hire SDET Interns off-campus, and the in-campus drive took place in July. The process began with an Online Assessment (OA) round, followed by three interview rounds.

Round 1 Online Assessment This was an eliminatory round, and only 40 students were shortlisted for the interviews afterward. The assessment consisted of multiple-choice questions based on computer fundamentals and one coding problem. The test was conducted at our college under strict supervision, with each candidate assigned a different coding question. Some candidates faced problems like moving zeros to the end, finding missing numbers, and simple math-related questions, while others tackled DFS/BFS graph questions. The difficulty level of the questions varied, depending on luck. I was given the problem of moving zeros to the end, which is a relatively straightforward array problem. Tip: Try to pass all the test cases of the given problem. Bonus Round: Pen-Paper Round Before the interviews began, all shortlisted candidates had to complete a pen-and-paper round consisting of two questions requiring pseudocode. In my case, the problems were: Find the employee with the maximum and minimum time spent in the office for a week, given their login and logout times. Given a string of numbers, identify the maximum possible odd numbers that can be formed. These problems were quite simple, and by the end of this round, only 28 students remained. Tip: Write neatly; it's okay to make mistakes, but clarity is essential.

Round 2 Technical Interview Round 1 This round began with introductions and then delved into data structures and algorithms (DSA), object-oriented programming (OOP), and puzzle questions. The interviewer covered a wide range of OOP concepts, from the four pillars of OOP to the use of the virtual keyword. For DSA, I was asked to rearrange positive and negative numbers alternately. The interviewer also posed some basic puzzles, such as the Water Jug Problem (Count Min Steps). This interview lasted for about 1.5 hours. Tip: Stay confident and relaxed; nervousness can create a negative impression.

Round 3 Technical Interview Round 2 Similar to the previous round, this one started with introductions. The main focus was on testing knowledge. The interviewer asked if I was familiar with testing, and upon my affirmative response, he presented real-life testing scenarios. He requested that I apply testing principles and identify all edge cases for a synchronous lift, followed by a question about applying testing to a water bottle. He wanted me to brainstorm and provide unique solutions. Additionally, he inquired about the SOLID principles of OOP and posed a DSA question about removing duplicates. This interview lasted approximately 40-50 minutes. Tip: Study the basics of testing and gain a thorough understanding of OOP principles.

Round 4 HR Round In this round, the interviewer asked standard HR questions, such as where I see myself in five years and some case-related questions. This round was comparatively easier than the others. Tip: Review managerial and HR questions on platforms like GeeksforGeeks or InterviewBit. Overall, Junglee Games is an excellent company to work for, with a strong emphasis on work-life balance. Compensation: SDET Intern: ₹30,000/month Full-time: ₹14 LPA (₹10 LPA fixed + ₹4 LPA variable) The conversion rate for interns to full-time positions is notably high, along with competitive compensation. Lastly, best of luck to everyone preparing for their interviews!

Free preview — 6 questions shown. Unlock all Junglee Games questions →

About This Question

This is a reported interview question from a junglee games interview for a qa role (intern level) during the oa round reported in 2025.

It covers the following topics: Oop, Strings, Graph, Graphs, Arrays .

Difficulty rating: Easy

About Junglee Games Interview Reports

This question was reported by a candidate who interviewed at Junglee Games. LeakCode aggregates interview reports from 10+ sources, including 1Point3Acres, Glassdoor, LeetCode Discuss, Blind, Reddit, Indeed, and Nowcoder. Each report is translated where necessary, deduplicated against existing entries, and tagged by company, role, round type, and reporting date.

Use this question as one calibration data point, not a memorization target. Companies typically rotate their question pools every 2-4 months; the exact wording of a 2024 question may differ from what you encounter today. The underlying pattern, difficulty level, and follow-up depth at Junglee Games are the higher-signal extractions to take from this report.

For broader preparation context, the Junglee Games interview process typically includes a recruiter screen, one or two technical phone screens, and a 4-5 round on-site loop covering coding, system design (at L4+ levels), and behavioral. Reports tagged on LeakCode show the round-by-round distribution and typical difficulty calibration. To browse questions filtered by round type and seniority, use the company hub linked above.

How To Practice This Type of Question

Solve similar problems on LeetCode under timed conditions (25-35 minutes per medium difficulty). The goal is pattern recognition: recognize the underlying technique (sliding window, two-pointer, BFS, memoized recursion, etc.) within 60-90 seconds of reading. Strong candidates verbalize their hypothesis out loud before coding, then iterate based on feedback. Weak candidates dive into implementation immediately, lose time on the wrong approach, and run out of time for follow-ups.

Companies update their question pools every 2-4 months. The exact wording of any given question may have been retired by the time you interview. Focus your prep on the pattern, not the specific problem. The patterns that appear in Junglee Games reports consistently are the ones worth investing in; one-off niche problems are not.

During Your Junglee Games Round

Apply the standard interview round template: clarify requirements (2-3 minutes), state your approach out loud and confirm direction with the interviewer (3-5 minutes), code with narration (15-25 minutes), test with concrete examples including edge cases (5 minutes), discuss optimization or trade-offs if time permits (5 minutes). This template is universally accepted across FAANG and adjacent companies; deviating from it produces weaker interviewer feedback signal.

The single most predictive failure mode in Junglee Games reports tagged "no hire": not asking clarifying questions. Interviewers are explicitly trained to weight this. Strong candidates ask 3-5 clarifying questions even on problems that look obvious; weak candidates dive into code immediately. The clarifying-question check is often the first signal recorded in the interviewer's written notes.