Upload Button Icon Add office photos
Engaged Employer

i

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

Passion Gaming Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Passion Gaming Interview Questions and Answers

Updated 21 Nov 2024
Popular Designations

Passion Gaming Interview Experiences

3 interviews found

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Oct 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Basic javascript let cat const
  • Q2. Output for javascript
  • Ans. 

    The question is asking for the output of a JavaScript code snippet.

    • Check for any syntax errors in the code

    • Analyze the logic of the code to determine the expected output

    • Consider any input values or conditions that may affect the output

  • Answered by AI

Skills evaluated in this interview

Interview experience
2
Poor
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I appeared for an interview in Jan 2024.

Round 1 - One-on-one 

(1 Question)

  • Q1. Merge overlapping intervals
  • Ans. 

    Merge overlapping intervals in an array

    • Sort the intervals based on their start times

    • Initialize an empty result array

    • Iterate through the sorted intervals

    • If the current interval overlaps with the previous interval, merge them

    • If not, add the previous interval to the result array and update the previous interval

    • Add the last interval to the result array

    • Return the result array

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - I applied through Linked In, the interview process started with an initial round, where a tech person asked me several JS questions and few from design patterns. Subsequently, my application progressed to an in-person interview, during which i was tasked to explain the architecture of my current project. The interviewer asked questions related to the architecture, followed by additional JS concepts and a coding problem (merge overlapping intervals).

Unfortunately, the communication with the interviewer in the coding round was challenging, as my queries were not effectively addressed (I have solved the coding question). In an attempt to facilitate discussion, I intentionally introduced a syntax error in my code. However, the interviewer did not identify the error, hindering constructive dialogue.

After this round, I had an interview with an engineering manager. our conversation covered various JS concepts, including promises, as well as discussions about my previous projects and experience with AWS.

Following the interviewes, I attempted to follow up with the HR department regarding the status of my application. Unfortunately, I encountered difficulties as the HR contact's phone was switched off, and my email did not receive a response.

Skills evaluated in this interview

Software Engineer Interview Questions & Answers

user image Shashank Sharma

posted on 22 Jun 2021

I appeared for an interview in May 2021.

Interview Questionnaire 

1 Question

  • Q1. OOPS, Design Pattern

Interview Preparation Tips

Interview preparation tips for other job seekers - Be to the point in giving answers.

Top trending discussions

View All
Interview Tips & Stories
1w
toobluntforu
·
works at
Cvent
Can speak English, can’t deliver in interviews
I feel like I can't speak fluently during interviews. I do know english well and use it daily to communicate, but the moment I'm in an interview, I just get stuck. since it's not my first language, I struggle to express what I actually feel. I know the answer in my head, but I just can’t deliver it properly at that moment. Please guide me
Got a question about Passion Gaming?
Ask anonymously on communities.

Interview questions from similar companies

Interview experience
2
Poor
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Internshala and was interviewed in Feb 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Aptitude questions were pretty easy like on speed etc

Round 2 - Coding Test 

Coding questions were also easy like patterns code, reverse string just basics

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

I applied via Company Website and was interviewed in Jun 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

10 reasoning questions and 3 coding questions

Round 2 - Technical 

(2 Questions)

  • Q1. Wap for factorial with recurrsion
  • Ans. 

    Factorial calculation using recursion in a programming language

    • Define a function that takes an integer as input

    • Base case: if input is 0, return 1

    • Recursive case: return input multiplied by factorial of input-1

    • Example: factorial(5) = 5 * factorial(4) = 5 * 4 * factorial(3) = ... = 5 * 4 * 3 * 2 * 1 = 120

  • Answered by AI
  • Q2. Opps and basic core Java questions
Interview experience
4
Good
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Company Website and was interviewed before Oct 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

Simple logic and maths based questions along with coding round

Round 2 - Technical 

(2 Questions)

  • Q1. Questions on string literals
  • Q2. Array vs arraylist
  • Ans. 

    Arrays are fixed in size, while ArrayLists can dynamically resize. Arrays are faster for accessing elements, while ArrayLists offer more flexibility.

    • Arrays have a fixed size, while ArrayLists can dynamically resize.

    • Arrays are faster for accessing elements, while ArrayLists offer more flexibility in terms of adding, removing, and manipulating elements.

    • Example: String[] namesArray = new String[5]; ArrayList<String>...

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. My strength and weaknesses
  • Q2. Past work experiences if any
  • Ans. 

    I have worked as a software developer for 3 years at XYZ company.

    • Developed web applications using Java, Spring, and AngularJS

    • Collaborated with team members to design and implement new features

    • Participated in code reviews and testing processes

    • Resolved technical issues and provided support to end users

  • Answered by AI

Skills evaluated in this interview

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

I applied via Naukri.com and was interviewed in May 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

Basic aptitude only think out of box

Round 2 - One-on-one 

(2 Questions)

  • Q1. Static and final difference
  • Ans. 

    Static variables belong to the class itself, while final variables cannot be changed after initialization.

    • Static variables are shared among all instances of a class

    • Final variables cannot be reassigned once initialized

    • Static variables are initialized only once at the start of the program

    • Final variables must be initialized when declared

  • Answered by AI
  • Q2. Patterns problem
Round 3 - HR 

(2 Questions)

  • Q1. Tell me about your self?
  • Q2. Checking english fluency

Interview Preparation Tips

Interview preparation tips for other job seekers - It's good company, friendly HR and interviewer.
Are these interview questions helpful?
Interview experience
4
Good
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via IIM Jobs and was interviewed in Jun 2024. There were 3 interview rounds.

Round 1 - Coding Test 

SQL Coding Test - asked 5 queries related to joins, ranks, group by

Round 2 - Case Study 

Asked guesstimates, technical CV Question, case

Round 3 - Case Study 

Asked guesstimate, market entry question, case

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
6-8 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Nov 2023. There was 1 interview round.

Round 1 - Coding Test 

3 online dsa questions easy to medium

I applied via Naukri.com and was interviewed before Nov 2021. There were 5 interview rounds.

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 

I was given 10 logical questions to solve on a portal with 30min timer.

Most question were printing of patterns, fibonacci, prime no., palindrome etc.
out of 10 questions atleast 8 has to be right to qualify.

Round 3 - Technical 

(2 Questions)

  • Q1. This round is conducted by senior developer, where they ask some logical coding questions to solve on paper.
  • Q2. Some complex pattern questions.
Round 4 - One-on-one 

(1 Question)

  • Q1. This is the round with CEO who again ask for some logical question & verbal answering. All they wanna se is how you approach towards problems.
Round 5 - HR 

(1 Question)

  • Q1. Salary negotiation only if you clear the one-on-one CEO round.

Interview Preparation Tips

Interview preparation tips for other job seekers - Go prepared with coding skills. Try to attempt questions with unique approaches.

Passion Gaming Interview FAQs

How many rounds are there in Passion Gaming interview?
Passion Gaming interview process usually has 1 rounds. The most common rounds in the Passion Gaming interview process are One-on-one Round.
How to prepare for Passion Gaming 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 Passion Gaming. The most common topics and skills that interviewers at Passion Gaming expect are HTML, Javascript, NoSQL, AWS and PHP.
What are the top questions asked in Passion Gaming interview?

Some of the top questions asked at the Passion Gaming interview -

  1. Merge overlapping interv...read more
  2. Output for javascr...read more
  3. Basic javascript let cat co...read more

Tell us how to improve this page.

Overall Interview Experience Rating

4.3/5

based on 4 interview experiences

Difficulty level

Easy 50%
Moderate 50%

Duration

Less than 2 weeks 100%
View more

Interview Questions from Similar Companies

IDZ Digital Interview Questions
3.8
 • 23 Interviews
ChicMic Interview Questions
4.5
 • 11 Interviews
Gameberry Labs Interview Questions
4.1
 • 9 Interviews
Games2Win Interview Questions
2.3
 • 8 Interviews
Kwalee India Interview Questions
3.1
 • 7 Interviews
Tencent Interview Questions
4.6
 • 6 Interviews
View all

Passion Gaming Reviews and Ratings

based on 39 reviews

4.0/5

Rating in categories

4.1

Skill development

4.1

Work-life balance

4.3

Salary

4.1

Job security

4.0

Company culture

4.1

Promotions

4.1

Work satisfaction

Explore 39 Reviews and Ratings
Back End Engineer (PHP)

Gurgaon / Gurugram

3-8 Yrs

Not Disclosed

Sr. Influencer Marketing Executive

Panchkula

2-7 Yrs

Not Disclosed

Explore more jobs
Software Developer
6 salaries
unlock blur

₹10 L/yr - ₹16 L/yr

Senior Software Developer
6 salaries
unlock blur

₹5 L/yr - ₹16 L/yr

Quality Analyst
5 salaries
unlock blur

₹4 L/yr - ₹9.1 L/yr

Digital Marketing Manager
5 salaries
unlock blur

₹18 L/yr - ₹18 L/yr

Senior QA Engineer
4 salaries
unlock blur

₹9 L/yr - ₹17.5 L/yr

Explore more salaries
Compare Passion Gaming with

Mobile Premier League

3.5
Compare

ChicMic

4.5
Compare

Sportz Interactive

3.1
Compare

Head Digital Works

3.9
Compare
write
Share an Interview