Epic Games Interview Questions

Epic Games Interview Guides

Click or hover over a slice to explore questions for that topic.
Machine Learning
(10)
Data Structures & Algorithms
(10)
Product Sense & Metrics
(9)
Statistics
(8)
A/B Testing
(5)

Epic Games Interview Questions

Practice for the Epic Games interview with these recently asked interview questions.

QuestionTopicDifficulty
Data Structures & Algorithms
Medium

Given an array filled with random values, write a function rotate_matrix to rotate the array by 90 degrees in the clockwise direction.

Example:

Input:

import numpy as np

array = np.array( [[1, 2, 3, 4, 5], [2, 3, 4, 5, 6], [3, 4, 5, 6, 7], [4, 5, 6, 7, 8], [5, 6, 7, 8, 9]] )

array

12345
23456
34567
45678
56789

Output:

54321
65432
76543
87654
98765

SQL
Easy
Statistics
Medium
Loading pricing options

View all Epic Games questions

Challenge

Check your skills...
How prepared are you for working at Epic Games?

Epic Games Salaries by Position

$82K
$237K
Software Engineer
Median: $184K
Mean (Average): $169K
Data points: 10

Most data science positions fall under different position titles depending on the actual role.

From the graph we can see that on average the Software Engineer role pays the most with a $168,597 base salary while the Software Engineer role on average pays the least with a $168,597 base salary.

Discussion & Interview Experiences

?
There are no comments yet. Start the conversation by leaving a comment.