Upload Button Icon Add office photos
Engaged Employer

i

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

Gameskraft Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Clear (1)

Gameskraft Senior Business Analyst Interview Questions and Answers

Updated 16 Jul 2024

Gameskraft Senior Business Analyst Interview Experiences

2 interviews found

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

I applied via LinkedIn and was interviewed in Jan 2024. There were 5 interview rounds.

Round 1 - One-on-one 

(1 Question)

  • Q1. Live SQL Coding with an Interviewer
Round 2 - One-on-one 

(3 Questions)

  • Q1. Business Case Solving
  • Q2. Small Puzzle on Gameskraft business
  • Q3. CV and Project related questions
Round 3 - One-on-one 

(2 Questions)

  • Q1. CV and Project related questions
  • Q2. Business Understanding questions on past experiences
Round 4 - One-on-one 

(3 Questions)

  • Q1. CV and project related questions
  • Q2. Business Understanding of past experience
  • Q3. Generic puzzle or business case
Round 5 - HR 

(2 Questions)

  • Q1. Reasons for change
  • Q2. Past experience related questions

Rate your
company

🤫 100% anonymous

How was your last interview experience?

Share interview
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Write SQL query
  • Ans. 

    SQL query to retrieve total sales amount by product category

    • Use GROUP BY clause to group the results by product category

    • Use SUM() function to calculate the total sales amount

    • Join the tables if necessary to get the required data

  • Answered by AI

Skills evaluated in this interview

Senior Business Analyst Interview Questions Asked at Other Companies

asked in Sapiens
Q1. Difference between annuity and pension, types of annuity and pens ... read more
Q2. If you had to accommodate a CR in agile how would you do so?
asked in Brillio
Q3. If I tell you to prepare a TOC for a RFP what will you put into i ... read more
Q4. What are the different meetings that happen in Agile style develo ... read more
asked in EVRY India
Q5. Five concepts in artificial intelligence, In machine learnin ... read more

Interview questions from similar companies

Data Analyst Interview Questions & Answers

Octro user image Parth Jasathy

posted on 14 Jan 2025

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

Different question were asked on sql python java

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

DSA, problem solving

Round 2 - Case Study 

System design interview and prior experience in projects

Round 3 - Culture fit 

(2 Questions)

  • Q1. What was the toughest problem you encountered in your previous assignments ?
  • Q2. Given a choice, what would you have done differently in your previous assignments ?
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Recruitment Consulltant and was interviewed in Dec 2022. There were 2 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 - Technical 

(3 Questions)

  • Q1. Details about the projects in your resume
  • Q2. MYSQL codes in window function
  • Ans. 

    MYSQL window functions allow for calculations across rows in a result set.

    • Window functions are used to perform calculations across rows in a result set

    • They are used with the OVER() clause

    • Examples include ROW_NUMBER(), RANK(), DENSE_RANK(), and NTILE()

    • They can be used to calculate running totals, moving averages, and more

  • Answered by AI
  • Q3. Mostly questions related to cricket tables which was told to be assumed

Interview Preparation Tips

Interview preparation tips for other job seekers - Disappointing experience
Interviewer was a young girl she didn't gave any data or material.
Everything was assumption assume tables and she asked me to code in paper
never had such experience.

Skills evaluated in this interview

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

(2 Questions)

  • Q1. Tell me about yourself
  • Ans. 

    Experienced Senior Software Engineer with a passion for problem-solving and creating innovative solutions.

    • Over 8 years of experience in software development

    • Proficient in multiple programming languages such as Java, Python, and C++

    • Strong background in designing and implementing scalable systems

    • Led successful projects such as developing a real-time data analytics platform for a Fortune 500 company

  • Answered by AI
  • Q2. About techstacks
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

Interview experience
4
Good
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 - Technical 

(2 Questions)

  • Q1. SQL based questions
  • Q2. Guesstimate on estimating # users on the application
  • Ans. 

    Estimate the number of users on the application based on market research, user demographics, and industry trends.

    • Consider the total addressable market (TAM) for the application

    • Analyze user demographics and behavior to estimate adoption rate

    • Look at industry benchmarks and competitor data for reference

    • Use surveys, focus groups, and user feedback to gather insights

    • Consider factors like market saturation, growth potential,

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

I applied via Naukri.com and was interviewed in Aug 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Nth Greatest Element III (Leetcode)
  • Ans. 

    Find the Nth greatest element in an array without sorting

    • Use a priority queue to keep track of the N greatest elements

    • Iterate through the array and add elements to the priority queue

    • Return the top element from the priority queue as the Nth greatest element

  • Answered by AI
  • Q2. Heater Problem (Leetcode)
  • Ans. 

    Heater Problem - Find minimum radius to cover all houses with heaters

    • Sort the houses and heaters arrays

    • For each house, find the closest heater using binary search

    • Calculate the minimum radius needed to cover all houses

  • Answered by AI

Skills evaluated in this interview

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

I applied via Referral and was interviewed before Oct 2023. There were 3 interview rounds.

Round 1 - Coding Test 

A SQL test with 5 questions in increasing order of difficulty

Round 2 - Technical 

(2 Questions)

  • Q1. Results on joining two tables with different join conditions
  • Q2. Question on windows functions
Round 3 - HR 

(2 Questions)

  • Q1. Strength and weakeness
  • Q2. Where do you see yourself in 5 years
  • Ans. 

    In 5 years, I see myself as a senior data analyst leading a team of analysts, implementing advanced analytics techniques, and contributing to strategic decision-making.

    • Leading a team of analysts

    • Implementing advanced analytics techniques

    • Contributing to strategic decision-making

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare SQL well
Contribute & help others!
anonymous
You can choose to be anonymous

Gameskraft Interview FAQs

How many rounds are there in Gameskraft Senior Business Analyst interview?
Gameskraft interview process usually has 3 rounds. The most common rounds in the Gameskraft interview process are One-on-one Round and HR.
How to prepare for Gameskraft Senior Business Analyst 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 Gameskraft . The most common topics and skills that interviewers at Gameskraft expect are Data Analytics, Data Visualization, Python, SQL and Analytics.
What are the top questions asked in Gameskraft Senior Business Analyst interview?

Some of the top questions asked at the Gameskraft Senior Business Analyst interview -

  1. Write SQL qu...read more
  2. Live SQL Coding with an Intervie...read more
  3. Small Puzzle on Gameskraft busin...read more

Recently Viewed

SALARIES

LambdaTest

SALARIES

LambdaTest

INTERVIEWS

Gameskraft

No Interviews

SALARIES

LambdaTest

SALARIES

Springworks

JOBS

LambdaTest

No Jobs

JOBS

LambdaTest

No Jobs

REVIEWS

Springworks

No Reviews

SALARIES

LambdaTest

SALARIES

LambdaTest

Tell us how to improve this page.

Gameskraft Senior Business Analyst Interview Process

based on 2 interviews

Interview experience

2.5
  
Poor
View more

Interview Questions from Similar Companies

Innovaccer Interview Questions
3.4
 • 81 Interviews
NoBrokerHOOD Interview Questions
3.2
 • 57 Interviews
Vyapar Interview Questions
3.4
 • 53 Interviews
Grey Orange Interview Questions
3.2
 • 38 Interviews
Mobileum Interview Questions
3.3
 • 37 Interviews
View all
Gameskraft Senior Business Analyst Salary
based on 42 salaries
₹22 L/yr - ₹36 L/yr
88% more than the average Senior Business Analyst Salary in India
View more details

Gameskraft Senior Business Analyst Reviews and Ratings

based on 3 reviews

3.1/5

Rating in categories

2.8

Skill development

3.1

Work-life balance

4.2

Salary

3.1

Job security

3.1

Company culture

2.8

Promotions

2.7

Work satisfaction

Explore 3 Reviews and Ratings
Software Engineer
70 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Engineer
66 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Business Analyst
42 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Product Manager
25 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Business Analyst
23 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Gameskraft with

Dream11

3.8
Compare

Nazara Technologies

3.0
Compare

Mobile Premier League

3.4
Compare

Paytm First Games

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