Upload Button Icon Add office photos

Filter interviews by

RNGPlay Interview Questions and Answers

Updated 13 Oct 2023

RNGPlay Interview Experiences

Popular Designations

2 interviews found

AWS Developer Interview Questions & Answers

user image Anonymous

posted on 18 Sep 2022

I applied via Campus Placement and was interviewed in Aug 2022. There were 3 interview rounds.

Round 1 - Aptitude Test 

20 questions 15 passing marks

Round 2 - Technical 

(1 Question)

  • Q1. Asked about Dynamo db
  • Ans. Dynamo db is low latency read and write capacity
  • Answered Anonymously
Round 3 - One-on-one 

(1 Question)

  • Q1. Telling about his company

Interview Preparation Tips

Interview preparation tips for other job seekers - Join if u r interested in company
Company provides good opportunity of learning

AWS Developer Interview Questions asked at other Companies

Q1. What are usecase of slave and master
View answer (1)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before Oct 2022. There were 4 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 - Aptitude Test 

Basic time work, number system, time speed distance and reasoning question.

Round 3 - Coding Test 

DSA - ARRAY 2D , STRING, RANDOM PROBABILITY, SORTING,

Round 4 - Technical 

(1 Question)

  • Q1. Technical basics of programming languages, also explanation of your coding round answers.

Game Developer Interview Questions asked at other Companies

Q1. What will you do when you get bad reviews about a game?
View answer (2)

Interview questions from similar companies

I applied via Naukri.com

Interview Questionnaire 

1 Question

  • Q1.  What are Option Strict and Option Explicit? What are all the differences between Dispose and Finalize()? What is the difference between System.String and System.StringBuilder classes? What is Delegate? ...
  • Ans. 

    Answers to common interview questions for Software Engineer position

    • Option Strict and Option Explicit are compiler directives in VB.NET

    • Dispose() is used to release unmanaged resources while Finalize() is used for garbage collection

    • System.String is immutable while System.StringBuilder is mutable

    • Delegate is a type that represents a reference to a method

    • Value types store data directly while reference types store a referen...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - selection process-
1st round-online test(prpare all kind of logical, verbal, and .net related questions)
2nd round- technical round(prepare all .net interview questions,sql server questions, winforms, web api)
3rd round- hr discussion

I applied via Campus Placement and was interviewed before May 2021. There were 2 interview rounds.

Round 1 - Coding Test 

Will be given Requirement to write code for Restraunt. Based on that have write code for delivering orders by delivery boys.

Round 2 - Technical 

(1 Question)

  • Q1. OOPS Concepts, Java Basics, Collections, MultiThreading

Interview Preparation Tips

Topics to prepare for LogiNext Solutions Software Engineer interview:
  • Java
  • OOPS
  • MySQL
  • Pattern Programming
Interview preparation tips for other job seekers - Focus on DSA and Logical Programming
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Dec 2024. There was 1 interview round.

Round 1 - HR 

(2 Questions)

  • Q1. Can you provide information about yourself and your professional background?
  • Ans. 

    I have over 10 years of experience in sales, with a proven track record of exceeding targets and building strong client relationships.

    • 10+ years of sales experience

    • Consistent track record of exceeding targets

    • Strong client relationship building skills

  • Answered by AI
  • Q2. What interests you in joining MyOperator, and how do you envision your role progressing in the company over the next few years?
  • Ans. 

    I am interested in joining MyOperator because of its innovative technology and strong market presence. I envision my role evolving to take on more leadership responsibilities and contribute to the company's growth.

    • I am attracted to MyOperator's cutting-edge technology and reputation in the market.

    • I see myself growing within the company by taking on leadership roles and contributing to its success.

    • I am excited about the...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Gain an understanding of the company's products and culture.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

DSA, problem solving

Round 2 - Case Study 

System design interview and prior experience in projects

Round 3 - Culture fit 

(2 Questions)

  • Q1. What was the toughest problem you encountered in your previous assignments ?
  • Q2. Given a choice, what would you have done differently in your previous assignments ?
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Recruitment Consulltant and was interviewed in Dec 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. Details about the projects in your resume
  • Q2. MYSQL codes in window function
  • Ans. 

    MYSQL window functions allow for calculations across rows in a result set.

    • Window functions are used to perform calculations across rows in a result set

    • They are used with the OVER() clause

    • Examples include ROW_NUMBER(), RANK(), DENSE_RANK(), and NTILE()

    • They can be used to calculate running totals, moving averages, and more

  • Answered by AI
  • Q3. Mostly questions related to cricket tables which was told to be assumed

Interview Preparation Tips

Interview preparation tips for other job seekers - Disappointing experience
Interviewer was a young girl she didn't gave any data or material.
Everything was assumption assume tables and she asked me to code in paper
never had such experience.

Skills evaluated in this interview

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

(2 Questions)

  • Q1. Tell me about yourself
  • Ans. 

    Experienced Senior Software Engineer with a passion for problem-solving and creating innovative solutions.

    • Over 8 years of experience in software development

    • Proficient in multiple programming languages such as Java, Python, and C++

    • Strong background in designing and implementing scalable systems

    • Led successful projects such as developing a real-time data analytics platform for a Fortune 500 company

  • Answered by AI
  • Q2. About techstacks
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

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

Round 1 - Coding Test 

SQL based leetcode medium and hackerrank

Round 2 - Assignment 

Python take home EDA case study assessment

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Search in 2d matrix
  • Ans. 

    Search for a target value in a 2D matrix efficiently.

    • Use binary search on rows to find the potential row where the target value may exist.

    • Then use binary search on that row to find the target value.

  • Answered by AI
  • Q2. Find quadraplets that sum to target
  • Ans. 

    Find quadraplets in an array that sum up to a target value.

    • Use a nested loop to iterate through all possible combinations of quadraplets.

    • Keep track of the sum of each quadraplet and compare it to the target value.

    • Return the quadraplets that match the target sum.

  • Answered by AI

Skills evaluated in this interview

RNGPlay Interview FAQs

How many rounds are there in RNGPlay interview?
RNGPlay interview process usually has 3-4 rounds. The most common rounds in the RNGPlay interview process are Aptitude Test, Technical and One-on-one Round.
How to prepare for RNGPlay 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 RNGPlay. The most common topics and skills that interviewers at RNGPlay expect are Front End, Html5 and Javascript.
What are the top questions asked in RNGPlay interview?

Some of the top questions asked at the RNGPlay interview -

  1. Technical basics of programming languages, also explanation of your coding ...read more
  2. Asked about Dynamo...read more

Tell us how to improve this page.

RNGPlay Interview Process

based on 2 interviews

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

Dream11 Interview Questions
3.8
 • 36 Interviews
Ichhapurti.com Interview Questions
2.3
 • 19 Interviews
MyOperator Interview Questions
3.5
 • 17 Interviews
WinZO Interview Questions
4.4
 • 14 Interviews
View all

RNGPlay Reviews and Ratings

based on 3 reviews

3.4/5

Rating in categories

3.4

Skill development

3.4

Work-life balance

3.4

Salary

3.8

Job security

3.8

Company culture

3.4

Promotions

3.4

Work satisfaction

Explore 3 Reviews and Ratings
Game Developer
11 salaries
unlock blur

₹2 L/yr - ₹8 L/yr

Junior Test Engineer
9 salaries
unlock blur

₹1.2 L/yr - ₹1.2 L/yr

Software Developer
3 salaries
unlock blur

₹2.4 L/yr - ₹6 L/yr

Explore more salaries
Compare RNGPlay with

Dream11

3.8
Compare

Mobile Premier League

3.4
Compare

Nazara Technologies

3.0
Compare

Paytm First Games

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