Upload Button Icon Add office photos
Engaged Employer

i

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

Probability Gaming Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Probability Gaming Interview Questions and Answers

Updated 4 Mar 2025

Probability Gaming Interview Experiences

Popular Designations

4 interviews found

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Basic question based on profile
Round 2 - Technical 

(1 Question)

  • Q1. Logical thinking
Round 3 - HR 

(1 Question)

  • Q1. About your self

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
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview before Mar 2024.

Round 1 - HR 

(1 Question)

  • Q1. What are your preferences and aversions when working for an organization?

Interview Preparation Tips

Interview preparation tips for other job seekers - Simply have confidence in your abilities.

Business Development Executive Interview Questions asked at other Companies

Q1. scenario based: if I am a teacher in a government school and my child is getting +90% marks, then why should i buy byjus course
View answer (14)
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview before Mar 2024.

Round 1 - Coding Test 

Create a simple HTML structure for a slot machine game interface.

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
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Jan 2022. There were 2 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 - Technical 

(3 Questions)

  • Q1. What is your previous work experience?
  • Q2. What softwares are you adept in?
  • Ans. 

    I am adept in various softwares used in animation and graphic design.

    • I am proficient in Adobe Creative Suite, including Photoshop, Illustrator, and InDesign.

    • I have experience in 3D modeling and animation using Autodesk Maya and Blender.

    • I am also familiar with motion graphics software such as After Effects and Cinema 4D.

    • I have worked with digital painting software like Procreate and Corel Painter.

    • I am always eager to le...

  • Answered by AI
  • Q3. What makes you interested in this job?

Interview Preparation Tips

Interview preparation tips for other job seekers - Show your skills well, talk confidently and do your best.

Animation/Graphic Artist Interview Questions asked at other Companies

Q1. What is the Full from of CMYK and RGB colour and what is difference between RGB colour and CMYK colour.
View answer (3)

Probability Gaming interview questions for popular designations

 Software Developer

 (2)

 Business Development Executive

 (1)

 Animation/Graphic Artist

 (1)

Interview questions from similar companies

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

Three coding online assessments - screening round.

Round 2 - Coding Test 

Two to three coding questions based on dynamic programming.

Round 3 - Technical 

(1 Question)

  • Q1. Resume based and computer network
Round 4 - HR 

(1 Question)

  • Q1. Simple hr question

Interview Preparation Tips

Interview preparation tips for other job seekers - If clear coding is improved, the chances of being selected will increase.
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
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.
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 namesList = n

  • 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
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Systematic interview test

Round 2 - One-on-one 

(1 Question)

  • Q1. What is java and oops concepts
  • Ans. 

    Java is a popular programming language used for developing various applications. OOPs concepts refer to Object-Oriented Programming principles.

    • Java is a high-level, class-based, object-oriented programming language.

    • OOPs concepts include Inheritance, Encapsulation, Polymorphism, and Abstraction.

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

    • Encapsulation refers to bundling data and meth...

  • Answered by AI

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.

Probability Gaming Interview FAQs

How many rounds are there in Probability Gaming interview?
Probability Gaming interview process usually has 1-2 rounds. The most common rounds in the Probability Gaming interview process are Technical, HR and Resume Shortlist.
How to prepare for Probability 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 Probability Gaming. The most common topics and skills that interviewers at Probability Gaming expect are Javascript, Gaming, CSS, Linux and PHP.
What are the top questions asked in Probability Gaming interview?

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

  1. What softwares are you adept ...read more
  2. What are your preferences and aversions when working for an organizati...read more
  3. basic question based on prof...read more

Tell us how to improve this page.

Probability 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
Games2Win Interview Questions
2.3
 • 6 Interviews
Octro Interview Questions
3.3
 • 5 Interviews
Zynga Interview Questions
3.5
 • 5 Interviews
JetSynthesys Interview Questions
2.6
 • 5 Interviews
Reliance Games Interview Questions
2.4
 • 2 Interviews
View all

Probability Gaming Reviews and Ratings

based on 20 reviews

3.8/5

Rating in categories

3.7

Skill development

3.7

Work-life balance

3.7

Salary

3.8

Job security

3.7

Company culture

3.5

Promotions

3.8

Work satisfaction

Explore 20 Reviews and Ratings
Software Developer
5 salaries
unlock blur

₹3.5 L/yr - ₹5 L/yr

Business Development Manager
5 salaries
unlock blur

₹4 L/yr - ₹4.8 L/yr

Business Development Executive
4 salaries
unlock blur

₹3 L/yr - ₹5.3 L/yr

Game Developer
4 salaries
unlock blur

₹5 L/yr - ₹12 L/yr

2D Artist
4 salaries
unlock blur

₹2.4 L/yr - ₹4 L/yr

Explore more salaries
Compare Probability Gaming with

Dream11

3.8
Compare

Nazara Technologies

3.0
Compare

Octro

3.3
Compare

Games2Win

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