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

Passion Gaming Interview Experiences

Popular Designations

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

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (43)
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

Node Js Backend Developer Interview Questions asked at other Companies

Q1. complete the following program: class MyEventEmitter { /// ..... } const emitterInst = new MyEventEmitter(); emitterInst.on("message", () => console.log("message event | callback 1")); emitterInst.on("message", () => console.log("mess... read more
View answer (1)

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.

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (209)

Interview questions from similar companies

Interview experience
5
Excellent
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 - Assignment 

Contained aptitude test with both numericals as well as coding questions

Round 3 - Case Study 

It was a one on one round

Round 4 - HR 

(2 Questions)

  • Q1. Final discussion
  • Q2. If ready to relocate
  • Ans. 

    Yes, I am open to relocation for the right opportunity.

    • I am willing to relocate for a job that aligns with my career goals and offers growth opportunities.

    • I am open to exploring new cities and cultures.

    • I understand that relocation may come with some challenges, but I am prepared to face them.

    • I am excited about the prospect of working with a new team and contributing to the success of the company.

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. 2 DSA questions was asked and Java Questions
Round 2 - Technical 

(1 Question)

  • Q1. Questions on Kafka, Scalability
Round 3 - Technical 

(1 Question)

  • Q1. Questions releated to past projects and Cassandra
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Javascript and React fundamentals
Round 2 - Coding Test 

Question completely out of domain

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

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

Round 1 - One-on-one 

(2 Questions)

  • Q1. Write a sql query
  • Ans. 

    SQL query to retrieve employee names and their salaries from a table

    • Use SELECT statement to retrieve data

    • Specify the columns you want to retrieve (employee names and salaries)

    • Specify the table name where the data is stored

  • Answered by AI
  • Q2. Formula of vlookup
  • Ans. 

    VLOOKUP is a function in Excel used to search for a value in a table and return a corresponding value.

    • VLOOKUP searches for a value in the first column of a table and returns a value in the same row from a specified column.

    • The formula syntax is =VLOOKUP(lookup_value, table_array, col_index_num, [range_lookup]).

    • Example: =VLOOKUP(A2, B2:D10, 3, FALSE) will search for the value in cell A2 in the range B2:D10 and return the...

  • Answered by AI

Skills evaluated in this interview

Interview Questionnaire 

2 Questions

  • Q1. Palindrome
  • Q2. Study basic coding

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.
Interview experience
3
Average
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 - Aptitude Test 

3 coding questions and 10 logical reasoning questions

Round 3 - Coding Test 

Play a game on tablet which consists of coding questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Strong coding and logical reasoning required to pass the test

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.

Passion Gaming Interview Process

based on 4 interviews

Interview experience

4.3
  
Good
View more

Interview Questions from Similar Companies

Dream11 Interview Questions
3.8
 • 37 Interviews
IDZ Digital Interview Questions
3.8
 • 22 Interviews
Games24x7 Interview Questions
3.7
 • 19 Interviews
Baazi Games Interview Questions
3.2
 • 16 Interviews
WinZO Interview Questions
4.1
 • 14 Interviews
Octro Interview Questions
3.3
 • 5 Interviews
Gamezop Interview Questions
3.7
 • 3 Interviews
View all

Passion Gaming Reviews and Ratings

based on 36 reviews

4.2/5

Rating in categories

4.2

Skill development

4.2

Work-life balance

4.4

Salary

4.2

Job security

4.1

Company culture

4.2

Promotions

4.2

Work satisfaction

Explore 36 Reviews and Ratings
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

Data Scientist
5 salaries
unlock blur

₹3.5 L/yr - ₹13 L/yr

Quality Analyst
5 salaries
unlock blur

₹4 L/yr - ₹9.1 L/yr

Senior Devops Engineer
4 salaries
unlock blur

₹12.1 L/yr - ₹23 L/yr

Explore more salaries
Compare Passion Gaming with

Dream11

3.8
Compare

Mobile Premier League

3.4
Compare

Nazara Technologies

3.0
Compare

Games24x7

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