Upload Button Icon Add office photos

Filter interviews by

Cympl Studio Unity Developer Interview Questions and Answers

Updated 16 Jan 2025

Cympl Studio Unity Developer Interview Experiences

1 interview found

Interview experience
1
Bad
Difficulty level
-
Process Duration
Less than 2 weeks
Result
No response

I applied via Company Website and was interviewed in Jul 2024. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. Be wise do not procced with all the rounds they just simply ghost you after hr round

Interview Preparation Tips

Interview preparation tips for other job seekers - They take multiple rounds and after HR round they ghost you, so don't waste time. They usually take 2 techincal rounds and 1 round with producer. All rounds will be for 1hr each. So almost 3 hours and half an hour for Hr round , so wasting 3.5 hrs to get ghosted by company is not acceptable, there is not communication after hr round I don't know if you are aligned with producer and technical team what's the reason to ghost

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I was interviewed in Mar 2024.

Round 1 - Technical 

(3 Questions)

  • Q1. What is linked list?
  • Ans. 

    A linked list is a data structure where each element points to the next element in the sequence.

    • Consists of nodes connected by pointers

    • Allows for dynamic size and efficient insertion/deletion

    • Examples: singly linked list, doubly linked list

  • Answered by AI
  • Q2. What design patterns you use in your games?
  • Ans. 

    I use design patterns such as MVC, Observer, and Factory in my games for better organization and scalability.

    • MVC (Model-View-Controller) for separating game logic, user interface, and data

    • Observer for handling events and notifications between game components

    • Factory for creating objects without specifying the exact class

  • Answered by AI
  • Q3. Explain about trees?
  • Ans. 

    Trees in Unity are hierarchical data structures used to organize game objects in a parent-child relationship.

    • Trees are used to create complex scenes by organizing game objects in a hierarchy.

    • Each game object can have one parent and multiple children, forming a tree structure.

    • Transform properties like position, rotation, and scale are relative to the parent in the tree.

    • Example: A tree structure can be used to represent ...

  • 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 Campus Placement and was interviewed in Oct 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

There were questions of basic aptitude

Round 2 - Technical 

(3 Questions)

  • Q1. Introduce yourself
  • Q2. About my projects
  • Q3. What is Radix sort
  • Ans. 

    Radix sort is a non-comparative sorting algorithm that sorts integers by processing individual digits.

    • Radix sort works by sorting numbers based on each digit's value, starting from the least significant digit to the most significant digit.

    • It can be implemented using counting sort or bucket sort as a subroutine.

    • Radix sort is efficient for sorting integers with a fixed number of digits, like phone numbers or social secur

  • Answered by AI

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Job Portal and was interviewed in Oct 2024. There were 2 interview rounds.

Round 1 - Coding Test 

They asked LRU implementation of data structure

Round 2 - Technical 

(2 Questions)

  • Q1. Reflection API in java
  • Ans. 

    Reflection API in Java allows for inspecting and modifying classes, methods, fields at runtime.

    • Reflection API provides a way to examine and modify the behavior of classes, methods, and fields at runtime.

    • It allows access to class information, such as constructors, methods, fields, annotations, etc.

    • Reflection can be used for dynamic loading of classes, invoking methods at runtime, and examining annotations.

    • Example: Using...

  • Answered by AI
  • Q2. Memory management jvm

Skills evaluated in this interview

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
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
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Group Discussion 

They ask you about basic oop questions

Round 2 - Coding Test 

It was a panel interview

Interview Preparation Tips

Interview preparation tips for other job seekers - Good luck
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via campus placement at Atharva College of Engineering, Mumbai and was interviewed in Feb 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

One hour aptitude test based on the mathematics ,logical reasoning.

Round 2 - Technical 

(2 Questions)

  • Q1. One basic question on the language you know and one SQL is asked
  • Q2. SQL query questions

Interview Preparation Tips

Topics to prepare for Sportz Interactive Software Developer interview:
  • SQL
Interview preparation tips for other job seekers - Prepared for a SQL and you know language technical questions
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 was interviewed in Oct 2021.

Round 1 - Video Call 

(1 Question)

Round duration - 90 Minutes
Round difficulty - Medium

The first round was scheduled in the evening time.
First of all interviewer introduced himself and after my introduction 
He directly shoot first DSA question. The question was easy but conceptual. I have solved some question with same concept and he ask me to share the screen and code in online compiler. Finally I was able to get correct output with all the use cases and I was like "Half work done!"
Then he asked me very core concepts of JavaScript along with that Some Output based questions.
Then finally he asked me theory questions on React along with my experience in React. 
The interviewer was very helpful as well as polite. I don't think if he will not help me during interview I could crack the interview

  • Q1. 

    Is the Sentence a Pangram?

    Ninja is relocating to a place called NinjaGram, and for school admission, he is required to identify if a given sentence is a pangram. Your task is to assist Ninja in determini...

  • Ans. 

    Step 1 : I have used hashing concept to map occurrence of english alphabet.
    Step 2 : I used Counter array with size 26 to find count of every alphabet. 
    Step 3 : Traverse the array and if it's panagram append the output string with 1 else 0

  • Answered Anonymously

Interview Preparation Tips

Professional and academic backgroundI completed Computer Science Engineering from Vishwakarma Institute of Technology. Eligibility criteria1+ Years of ExperienceMPL interview preparation:Topics to prepare for the interview - Data Structures, OOPS, System Design, JavaScript, Operating System, Computer NetworksTime required to prepare for the interview - 3 monthsInterview preparation tips for other job seekers

Tip 1 : Code at least a single problem on your favourite coding platform with proper understanding of concept.
Tip 2 : Work on your resume, specifically try to grab some technical achievements(Hackathons, GSoc, etc) along with your degree which can stand out you from other candidates.
Tip 3 : Ask your friend for some mock interviews which can help you to excel in interview.

Application resume tips for other job seekers

Tip 1 : Project description should contain maximum keywords mentioned in Job Description. Success Matrix of project will give you an edge in the interview.
Tip 2 : Resume should be one page along with some clickable GitHub and Achievments links if possible.

Final outcome of the interviewSelected

Cympl Studio Interview FAQs

How many rounds are there in Cympl Studio Unity Developer interview?
Cympl Studio interview process usually has 1 rounds. The most common rounds in the Cympl Studio interview process are One-on-one Round.

Tell us how to improve this page.

Cympl Studio Unity Developer Interview Process

based on 1 interview

Interview experience

1
  
Bad
View more

Interview Questions from Similar Companies

BYJU'S Interview Questions
3.1
 • 2.2k Interviews
Flipkart Interview Questions
4.0
 • 1.4k Interviews
Paytm Interview Questions
3.3
 • 776 Interviews
Swiggy Interview Questions
3.8
 • 436 Interviews
BigBasket Interview Questions
3.9
 • 356 Interviews
PolicyBazaar Interview Questions
3.6
 • 344 Interviews
Zomato Interview Questions
3.7
 • 322 Interviews
Ola Cabs Interview Questions
3.4
 • 143 Interviews
MakeMyTrip Interview Questions
3.7
 • 121 Interviews
Pole To Win Interview Questions
3.4
 • 54 Interviews
View all

Cympl Studio Unity Developer Reviews and Ratings

based on 1 review

3.0/5

Rating in categories

4.0

Skill development

1.0

Work-life balance

1.0

Salary

1.0

Job security

4.0

Company culture

1.0

Promotions

1.0

Work satisfaction

Explore 1 Review and Rating
Backend Developer
4 salaries
unlock blur

₹6.5 L/yr - ₹12 L/yr

Product Manager
4 salaries
unlock blur

₹20 L/yr - ₹21.5 L/yr

Game Developer
4 salaries
unlock blur

₹3 L/yr - ₹9 L/yr

Game Tester
4 salaries
unlock blur

₹3 L/yr - ₹6 L/yr

Game Programmer
4 salaries
unlock blur

₹5 L/yr - ₹5 L/yr

Explore more salaries
Compare Cympl Studio with

Flipkart

4.0
Compare

Paytm

3.3
Compare

Ola Cabs

3.4
Compare

BYJU'S

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