Upload Button Icon Add office photos

Filter interviews by

Green Gold Animation Python Developer Interview Questions and Answers

Updated 7 Jan 2025

Green Gold Animation Python Developer Interview Experiences

1 interview found

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

I applied via Approached by Company and was interviewed before Jan 2024. There were 2 interview rounds.

Round 1 - Coding Test 

They assigned me a small task related to the Django framework, in which I need to write four APIs for CRUD operations on any database.

Round 2 - HR 

(3 Questions)

  • Q1. What are your expectations regarding the salary package?
  • Q2. What's your previous company?
  • Q3. Why you left your previous company?

Interview Preparation Tips

Interview preparation tips for other job seekers - Do not expect a competitive salary here; they barely provide any salary, and increments are unlikely.

Interview questions from similar companies

I applied via Walk-in and was interviewed before Mar 2021. There were 2 interview rounds.

Round 1 - Coding Test 

Link list program, few objective based on cpp

Round 2 - One-on-one 

(2 Questions)

  • Q1. Good Core knowledge cpp
  • Q2. Pointer, static , constant used in multiple scenario. Oops, STL

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well practically, work culture and pay is good!!

Interview Questionnaire 

1 Question

  • Q1. Basic questions on react js, also question related to data structure and sorting algorithm

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

Interview Questionnaire 

1 Question

  • Q1. Question related to experience and basic questions on manual testing like what is the difference between sanity and smoke, test case strategy and planning and scenario. STLC Phases and Bug cycle

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep it simple and try to give generic examples around the questions.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Oct 2022. 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 

1. Questions related to python.
2. Find the count of unique elements in a list.

Round 3 - Coding Test 

1. Implementation of any sorting.
2. Questions related to testing and pytest framework.

Round 4 - Behavioral 

(3 Questions)

  • Q1. Casual conversation with Senior manager
  • Q2. Tell me about your self.
  • Q3. Discussion about job profile.
Round 5 - HR 

(1 Question)

  • Q1. Salary discussion.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared with the in depth knowledge abouts the job in which you are applying.

I applied via Naukri.com and was interviewed in Aug 2021. There were 3 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. What are generators
  • Ans. 

    Generators are functions that allow you to iterate over a sequence of values without creating a full list in memory.

    • Generators use the yield keyword to return values one at a time

    • They are memory efficient as they do not store the entire sequence in memory

    • They can be used to generate an infinite sequence of values

    • Example: def countdown(n): while n > 0: yield n n -= 1

    • Example: for i in countdown(5): print(i)

  • Answered by AI
  • Q2. What are decorators
  • Ans. 

    Decorators are functions that modify the behavior of other functions without changing their source code.

    • Decorators are denoted by '@' symbol in Python

    • They can be used to add functionality to existing functions

    • They can be used to modify the behavior of existing functions

    • They can be used to restrict access to certain functions

    • They can be used to time the execution of functions

  • Answered by AI
  • Q3. Classes and Objects

Interview Preparation Tips

Interview preparation tips for other job seekers - Python OOPs concept should be revised

Skills evaluated in this interview

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

I applied via Indeed and was interviewed in Jul 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Classes, oops, array, constructor

Round 2 - Technical 

(2 Questions)

  • Q1. Write a code for copy constructor
  • Ans. 

    A copy constructor is a special type of constructor that creates a new object as a copy of an existing object.

    • Copy constructor should have a parameter of the same class type

    • It is used to create a new object by copying the values of an existing object

    • It is called when a new object is created from an existing object

  • Answered by AI
  • Q2. Write a code for virtual function
  • Ans. 

    A virtual function is a member function that is declared within a base class and is redefined by a derived class.

    • Declare a virtual function in the base class using the 'virtual' keyword.

    • Override the virtual function in the derived class using the 'override' keyword.

    • Use the base class pointer to call the virtual function, which will be resolved at runtime based on the actual object type.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare well

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
-
Result
Selected Selected
Round 1 - Technical 

(2 Questions)

  • Q1. Design patterns
  • Q2. Oops concept and implementation
  • Ans. 

    Oops concept refers to Object-Oriented Programming principles and their implementation in software development.

    • Oops concepts include inheritance, polymorphism, encapsulation, and abstraction.

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

    • Polymorphism allows objects to be treated as instances of their parent class.

    • Encapsulation hides the internal state of an object and only exposes nec...

  • Answered by AI

Skills evaluated in this interview

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

I applied via Company Website and was interviewed before Jan 2024. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Gaming and network knowledge
Round 2 - Aptitude Test 

Gaming and network knowledge

Round 3 - HR 

(1 Question)

  • Q1. Salary discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - Good for Work from home but done except too much.
They lied and gave us job that we will be made permanent but in job offer nothing was written. Didn't got hike as discussed and still we aren't permanent
Interview experience
4
Good
Difficulty level
-
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before Jan 2023. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. 4 Coding question to be solve live

Green Gold Animation Interview FAQs

How many rounds are there in Green Gold Animation Python Developer interview?
Green Gold Animation interview process usually has 2 rounds. The most common rounds in the Green Gold Animation interview process are Coding Test and HR.
How to prepare for Green Gold Animation Python Developer 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 Green Gold Animation. The most common topics and skills that interviewers at Green Gold Animation expect are Adobe, Automation, Debugging, HTML and Javascript.
What are the top questions asked in Green Gold Animation Python Developer interview?

Some of the top questions asked at the Green Gold Animation Python Developer interview -

  1. What are your expectations regarding the salary packa...read more
  2. Why you left your previous compa...read more
  3. What's your previous compa...read more

Tell us how to improve this page.

Green Gold Animation Python Developer Interview Process

based on 1 interview

Interview experience

3
  
Average
View more

Interview Questions from Similar Companies

Pole To Win Interview Questions
3.4
 • 55 Interviews
Aristocrat Interview Questions
3.8
 • 45 Interviews
Light & Wonder Interview Questions
3.9
 • 29 Interviews
PurpleTalk Interview Questions
4.0
 • 27 Interviews
IDZ Digital Interview Questions
3.8
 • 22 Interviews
Electronic Arts Interview Questions
4.1
 • 22 Interviews
Technicolor Interview Questions
3.8
 • 21 Interviews
View all

Green Gold Animation Python Developer Reviews and Ratings

based on 1 review

1.0/5

Rating in categories

2.0

Skill development

2.0

Work-life balance

1.0

Salary

1.0

Job security

1.0

Company culture

1.0

Promotions

1.0

Work satisfaction

Explore 1 Review and Rating
3D Animator
18 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

2D Animator
8 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

3D Lighting Artist
6 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Layout Artist
6 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Graphic Designer
6 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Green Gold Animation with

Cosmos-Maya

3.4
Compare

DQ Entertainment

4.1
Compare

Toonz Media Group

3.3
Compare

Crest Animation Studios

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