Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Skillz Team. If you also belong to the team, you can get access from here

Skillz Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Skillz Interview Questions and Answers

Updated 8 Jan 2025

Skillz Interview Experiences

Popular Designations

4 interviews found

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed in Oct 2024. There were 5 interview rounds.

Round 1 - Coding Test 

The test was conducted on HackerRank. One Javascript question and has to be solved.

Round 2 - Technical 

(1 Question)

  • Q1. Discussion on building a scalable system.
Round 3 - One-on-one 

(1 Question)

  • Q1. Peer panel round - Discussion on how a feature has been built. What tradeoffs you thought of etc
Round 4 - HR 

(1 Question)

  • Q1. Behavioural and culture fit
Round 5 - Behavioral 

(1 Question)

  • Q1. General discussion on what is expected from the role and what are my expectations etc

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
5
Excellent
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - One-on-one 

(2 Questions)

  • Q1. Past Experience
  • Q2. Financial Modelling Skills

Senior Financial Analyst Interview Questions asked at other Companies

Q1. Diff between forecasting and budgeting, sale of assets and their effects in fs, provision for doubtful debt entry, unrealised/ realised gain and loss meaning, what are we check if there is any diff between budgeted and actuals like in 'ee c... read more
View answer (1)

Data Analyst Interview Questions & Answers

user image Anonymous

posted on 8 Aug 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Case Study 

A problem space was given with the list of metric and access to data with respect to the skillz free games

Had to answer the questions and perform an EDA and suggest recommendations

Round 2 - Coding Test 

SQL question were asked

Interview Preparation Tips

Interview preparation tips for other job seekers - Go over the company profile and understand the industries

Data Analyst Interview Questions asked at other Companies

Q1. Suppose there is a room in the office and X people enter room throughout the day, Y people leave throughout the day [continuously people are entering the room, some are staying there, and rest are going out] .. so tell me the code to calcul... read more
View answer (11)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(2 Questions)

  • Q1. Background and industry knowledge
  • Q2. JD match and skills appropriation
Round 2 - Assignment 

AB test of a product feature

Lead Analyst Manager Interview Questions asked at other Companies

Q1. What is the market estimation methodology used in your recent projects?
View answer (1)

Skillz interview questions for popular designations

 Data Analyst

 (1)

 Senior Software Engineer

 (1)

 Senior Financial Analyst

 (1)

 Lead Analyst Manager

 (1)

Jobs at Skillz

View all

Interview questions from similar companies

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Campus Placement 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
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Nov 2024. There were 4 interview rounds.

Round 1 - Aptitude Test 

Train,percentage,work

Round 2 - Coding Test 

Array , string , basic

Round 3 - Technical 

(1 Question)

  • Q1. Basic dsa question and oops
Round 4 - HR 

(1 Question)

  • Q1. About company and traditaion question

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare basic dsa like array string , basic math question in programming and oops and sudo code in oops
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Referral and was interviewed in Feb 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Write a sql query
  • Ans. 

    SQL query to retrieve employee names and their salaries from a table

    • Use SELECT statement to retrieve data

    • Specify the columns you want to retrieve (employee names and salaries)

    • Specify the table name where the data is stored

  • Answered by AI
  • Q2. Formula of vlookup
  • Ans. 

    VLOOKUP is a function in Excel used to search for a value in a table and return a corresponding value.

    • VLOOKUP searches for a value in the first column of a table and returns a value in the same row from a specified column.

    • The formula syntax is =VLOOKUP(lookup_value, table_array, col_index_num, [range_lookup]).

    • Example: =VLOOKUP(A2, B2:D10, 3, FALSE) will search for the value in cell A2 in the range B2:D10 and return the...

  • Answered by AI

Skills evaluated in this interview

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. 

    Yes, the sentence is a pangram if it includes every letter of the English alphabet at least once.

    • Check if the sentence contains all 26 letters of the English alphabet.

    • Convert the sentence to lowercase to simplify the checking process.

    • Use a set to keep track of the letters present in the sentence.

    • Iterate through the sentence and add each unique letter to the set.

    • After iterating, check if the set contains all 26 letters.

  • Answered by AI

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
Round 1 - Aptitude Test 

Easy mcq from oops and aptitude

Round 2 - Technical 

(1 Question)

  • Q1. All oops concept, linked list code, pattern questions
Round 3 - Technical 

(1 Question)

  • Q1. All oops concept, doubly linked list code, pattern code

Interview Preparation Tips

Interview preparation tips for other job seekers - Preapre oops concept well, basic questiions. Intro of yourelf
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

Skillz Interview FAQs

How many rounds are there in Skillz interview?
Skillz interview process usually has 2-3 rounds. The most common rounds in the Skillz interview process are HR, One-on-one Round and Coding Test.
How to prepare for Skillz 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 Skillz. The most common topics and skills that interviewers at Skillz expect are Gaming, SAN, Sanction Screening, Microsoft Power BI and Compliance.
What are the top questions asked in Skillz interview?

Some of the top questions asked at the Skillz interview -

  1. Peer panel round - Discussion on how a feature has been built. What tradeoffs y...read more
  2. Discussion on building a scalable syst...read more
  3. Behavioural and culture ...read more

Tell us how to improve this page.

Skillz Interview Process

based on 5 interviews

Interview experience

4.8
  
Excellent
View more

Interview Questions from Similar Companies

IDZ Digital Interview Questions
3.8
 • 22 Interviews
ChicMic Interview Questions
4.5
 • 11 Interviews
Kwalee India Interview Questions
2.9
 • 7 Interviews
Games2Win Interview Questions
2.2
 • 6 Interviews
Digitoonz Interview Questions
3.1
 • 5 Interviews
Gamix Labs Interview Questions
3.9
 • 5 Interviews
View all

Skillz Reviews and Ratings

based on 5 reviews

4.5/5

Rating in categories

4.5

Skill development

4.3

Work-life balance

4.9

Salary

4.0

Job security

4.5

Company culture

4.3

Promotions

4.3

Work satisfaction

Explore 5 Reviews and Ratings
Executive Assistant II (Bangalore, India)

Bangalore / Bengaluru

7-9 Yrs

Not Disclosed

Product Manager, Engagement

Bangalore / Bengaluru

1-5 Yrs

Not Disclosed

Product Marketing Manager (Bangalore, India)

Bangalore / Bengaluru

1-5 Yrs

Not Disclosed

Explore more jobs
Compare Skillz with

Mobile Premier League

3.4
Compare

ChicMic

4.5
Compare

Sportz Interactive

3.2
Compare

IDZ Digital

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