Upload Button Icon Add office photos

Filter interviews by

Zynga Game Network Interview Questions, Process, and Tips

Updated 25 Feb 2025

Top Zynga Game Network Interview Questions and Answers

Zynga Game Network Interview Experiences

Popular Designations

10 interviews found

Workday Consultant Interview Questions & Answers

user image vidyalakshmi patikallu

posted on 29 May 2024

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

(1 Question)

  • Q1. Based on work experience
Round 2 - Technical 

(1 Question)

  • Q1. Project related
Round 3 - Technical 

(1 Question)

  • Q1. Project related, future goals etc

Workday Consultant Interview Questions asked at other Companies

Q1. Which Type Of Reports You Have Developed ?
View answer (2)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Assignment 

Increase rev by 10% with a feature in gane of choice

Round 2 - One-on-one 

(1 Question)

  • Q1. Deconstruct a game, propose how to imporve rev for a product
  • Ans. 

    Deconstructing a game to improve revenue for a product

    • Analyze the game's monetization strategy, including in-app purchases, ads, and subscriptions

    • Identify key metrics such as user retention, average revenue per user, and lifetime value

    • Implement A/B testing to optimize pricing, promotions, and features

    • Leverage data analytics to understand user behavior and preferences

    • Consider partnerships with other apps or brands for c...

  • Answered by AI

Product Manager Interview Questions asked at other Companies

Q1. You see the number of people cancelling the order increasing. Cancel window 24 hours. What would you do?
View answer (26)
Zynga Game Network Interview Questions and Answers for Freshers
illustration image
Interview experience
3
Average
Difficulty level
Hard
Process Duration
2-4 weeks
Result
Not Selected

I applied via Newspaper Ad and was interviewed in Sep 2023. There were 2 interview rounds.

Round 1 - Coding Test 

1. Question regarding Strings and maths .

Round 2 - One-on-one 

(1 Question)

  • Q1. Design twitter.
  • Ans. 

    Design a social media platform for microblogging and sharing short messages.

    • User profiles with bio, profile picture, and followers/following counts

    • Ability to post tweets with text, images, and videos

    • Timeline to view tweets from followed users

    • Hashtags and mentions for organizing and interacting with content

    • Like, retweet, and reply functionalities for engagement

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Zynga Game Network Senior Software Engineer interview:
  • Trees
  • Stringing
Interview preparation tips for other job seekers - Leetcode hard grinding.

Skills evaluated in this interview

Senior Software Engineer Interview Questions asked at other Companies

Q1. K Largest Elements Problem Statement You are given an integer k and an array of integers that contain numbers in random order. Write a program to find the k largest numbers from the given array. You need to save them in an array and return ... read more
View answer (1)
Interview experience
4
Good
Difficulty level
-
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed before Feb 2024.

Round 1 - Coding Test 

Sort the array and eliminate duplicates.

Round 2 - Technical 

(2 Questions)

  • Q1. What are the distribution and sort keys in Amazon Redshift, and how do they impact data organization and query performance?
  • Ans. 

    Distribution and sort keys in Amazon Redshift impact data organization and query performance.

    • Distribution key determines how data is distributed across nodes for parallel processing

    • Sort key determines how data is physically stored on disk to optimize query performance

    • Choosing appropriate distribution and sort keys can significantly improve query performance

    • Example: Distributing data based on a column with high cardinal

  • Answered by AI
  • Q2. Questions with choosing different set of distribution keys for different cases
Round 3 - One-on-one 

(1 Question)

  • Q1. Behavioral questions

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 (196)

Zynga Game Network interview questions for popular designations

 Senior Software Engineer

 (4)

 Workday Consultant

 (1)

 Software Engineer

 (1)

 Product Manager

 (1)

 Software Developer

 (1)

 Sde1

 (1)

Sde1 Interview Questions & Answers

user image Anonymous

posted on 21 Sep 2022

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

Round 1 - Coding Test 

There were 3 coding questions and 10 MCQs.
1. No of ways to decode a string
2. Longest increasing subsequence
3. Remove the nodes in a linked list that are smaller than their next node.

Round 2 - Technical 

(3 Questions)

  • Q1. Asked some behavioural questions.
  • Q2. Asked to explain some of the projects
  • Q3. Shared a gif that contains simulation of a game and asked to code it. The interviewer was not clear with the question everything was asked and clarified by me. He did not specify any input format, nothing.

Interview Preparation Tips

Interview preparation tips for other job seekers - Ask the interviewer and get clearly qualify the question.
Don't panic when you are asked to design a game. It will be mix of coding questions.
Don't bore the interviewer only speak what's necessary.

Sde1 Interview Questions asked at other Companies

Q1. DSA and Language Questions: 1. Difference between Arrays and ArrayList in Java. 2. Queue Implementation using Linked List. 3. BST- How would you fill a BST with a sorted array. 4. Random pointer linked-list clone. 5. Fibonacci number genera... read more
View answer (1)
Interview experience
4
Good
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Coding Test 

Topological Sort based question and it's follow up

Interview Preparation Tips

Interview preparation tips for other job seekers - NA

Senior Software Engineer Interview Questions asked at other Companies

Q1. K Largest Elements Problem Statement You are given an integer k and an array of integers that contain numbers in random order. Write a program to find the k largest numbers from the given array. You need to save them in an array and return ... read more
View answer (1)

Jobs at Zynga Game Network

View all
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

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

Round 1 - Aptitude Test 

DSA and algorithms linked list, binary tree etc

Round 2 - Coding Test 

Problems similar to leet code

Interview Preparation Tips

Interview preparation tips for other job seekers - System design

Senior Software Engineer Interview Questions asked at other Companies

Q1. K Largest Elements Problem Statement You are given an integer k and an array of integers that contain numbers in random order. Write a program to find the k largest numbers from the given array. You need to save them in an array and return ... read more
View answer (1)

I applied via Approached by Company and was interviewed in Feb 2022. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. There is one black king and N number of white knights. You need to find is king under attack and is checkmate?
  • Ans. 

    Check if the black king is under attack and if it is checkmate.

    • Check if any white knight can capture the black king

    • Check if the black king has any legal moves to escape capture

    • If the black king is under attack and has no legal moves, it is checkmate

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Do not expect to go to next round even if you give o(1) solution for the question they ask. They only asked one question in technical round and I provided solution with o(1) time, even though they rejected. Please don't waste time, I think they also don't know how to hire..

Senior Software Engineer Interview Questions asked at other Companies

Q1. K Largest Elements Problem Statement You are given an integer k and an array of integers that contain numbers in random order. Write a program to find the k largest numbers from the given array. You need to save them in an array and return ... read more
View answer (1)

Interview Questions & Answers

user image Anonymous

posted on 21 Oct 2023

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

I applied via Referral and was interviewed before Oct 2022. There were 3 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 Resume tips
Round 2 - HR 

(1 Question)

  • Q1. Do you think about the company?
Round 3 - One-on-one 

(1 Question)

  • Q1. Why did you come here?

Interview Preparation Tips

Interview preparation tips for other job seekers - Be honest about your interest in game design

Interview Questionnaire 

1 Question

  • Q1. Mainly on how to reduce data storage in your implemented solution

Interview Preparation Tips

Interview preparation tips for other job seekers - just go relaxed

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 (42)
Contribute & help others!
anonymous
You can choose to be anonymous

Zynga Game Network Interview FAQs

How many rounds are there in Zynga Game Network interview?
Zynga Game Network interview process usually has 2-3 rounds. The most common rounds in the Zynga Game Network interview process are Technical, Coding Test and One-on-one Round.
How to prepare for Zynga Game Network 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 Zynga Game Network. The most common topics and skills that interviewers at Zynga Game Network expect are Recruitment, Gaming, Python, Finance and Analytics.
What are the top questions asked in Zynga Game Network interview?

Some of the top questions asked at the Zynga Game Network interview -

  1. What are the distribution and sort keys in Amazon Redshift, and how do they imp...read more
  2. There is one black king and N number of white knights. You need to find is king...read more
  3. Deconstruct a game, propose how to imporve rev for a prod...read more

Recently Viewed

DESIGNATION

INTERVIEWS

Radiant Appliances

No Interviews

SALARIES

Johnson Controls

SALARIES

SKH Metals

DESIGNATION

INTERVIEWS

Sevya Multimedia

No Interviews

SALARIES

Frauscher Sensor Technology

No Salaries

REVIEWS

SKH Metals

No Reviews

DESIGNATION

DESIGNATION

Tell us how to improve this page.

Zynga Game Network Interview Process

based on 7 interviews

Interview experience

4.1
  
Good
View more

Interview Questions from Similar Companies

Pole To Win Interview Questions
3.4
 • 54 Interviews
Aristocrat Interview Questions
3.8
 • 45 Interviews
Dream11 Interview Questions
3.8
 • 37 Interviews
Games2Win Interview Questions
2.2
 • 6 Interviews
Octro Interview Questions
3.3
 • 5 Interviews
JetSynthesys Interview Questions
2.6
 • 5 Interviews
Gamezop Interview Questions
3.7
 • 3 Interviews
Reliance Games Interview Questions
2.4
 • 2 Interviews
View all

Fast track your campus placements

View all

Zynga Game Network Reviews and Ratings

based on 32 reviews

4.3/5

Rating in categories

4.3

Skill development

4.2

Work-life balance

4.2

Salary

4.6

Job security

4.3

Company culture

3.5

Promotions

4.1

Work satisfaction

Explore 32 Reviews and Ratings
Software Engineer 2

Bangalore / Bengaluru

3-4 Yrs

Not Disclosed

Senior Manager, Engineering

Bangalore / Bengaluru

12-15 Yrs

Not Disclosed

Lead Game Designer

Bangalore / Bengaluru

9-12 Yrs

Not Disclosed

Explore more jobs
Software Engineer
15 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Engineer
12 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Product Manager
11 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Developer
7 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

UX Designer
6 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Zynga Game Network with

Dream11

3.8
Compare

Nazara Technologies

3.0
Compare

Octro

3.3
Compare

Moonfrog Labs

2.5
Compare
Did you find this page helpful?
Yes No
write
Share an Interview
Rate your experience using AmbitionBox
Terrible
Terrible
Poor
Poor
Average
Average
Good
Good
Excellent
Excellent