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

Gameskraft Front Office and Accounts Executive Interview Questions and Answers for Experienced

Updated 18 Jul 2021

Gameskraft Front Office and Accounts Executive Interview Experiences for Experienced

1 interview found

I was interviewed in Jan 2021.

Interview Questionnaire 

2 Questions

  • Q1. 1. Design a yin yang using css
  • Ans. 

    Design a yin yang using css

    • Create a circle using border-radius property

    • Use background-color to fill the circle with black and white

    • Create two smaller circles inside the main circle using absolute positioning

    • Use transform property to rotate the smaller circles

    • Add box-shadow to create the 3D effect

  • Answered by AI
  • Q2. Leetcode jump game.

Interview Preparation Tips

Interview preparation tips for other job seekers - Good dsa based (dp and optimisation problems) and in depth javascript and css questions were asked.

Skills evaluated in this interview

Interview questions from similar companies

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

I applied via Recruitment Consulltant and was interviewed in Jul 2024. There was 1 interview round.

Round 1 - Aptitude Test 

They had a logical and comprehensive test

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

I applied via LinkedIn and was interviewed before Sep 2023. There were 3 interview rounds.

Round 1 - Coding Test 

10 mcq, 2 dsa, 1 assignment question

Round 2 - One-on-one 

(2 Questions)

  • Q1. Javascript basics
  • Q2. Previous projects
  • Ans. 

    Developed a web application for tracking inventory and sales data

    • Used React for front-end development

    • Implemented RESTful APIs for backend using Node.js

    • Utilized MongoDB for database storage

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Behavorial questions
Interview experience
1
Bad
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Not Selected

I applied via Referral and was interviewed before Feb 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. What is closure? Application and concept understanding
  • Ans. 

    Closure is a function that captures the environment in which it was created, allowing it to access variables from that environment even after the function has finished executing.

    • Closure allows a function to access variables from its outer scope even after the function has finished executing.

    • It 'closes over' the variables from the outer scope, preserving their values.

    • Example: function outerFunction() { let outerVar = 'I...

  • Answered by AI
  • Q2. What is event loop?
  • Ans. 

    Event loop is a mechanism that allows for asynchronous programming by handling and executing events in a loop.

    • Event loop is a part of the runtime environment that listens for events and executes callback functions.

    • It allows for non-blocking I/O operations by delegating tasks to the operating system.

    • Event loop is commonly used in JavaScript for handling asynchronous operations like setTimeout, setInterval, and AJAX requ

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Basic concept though be read and revised

Skills evaluated in this interview

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

I applied via Naukri.com and was interviewed before May 2023. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Past Experience and System Design
Round 2 - Technical 

(1 Question)

  • Q1. DSA and System Design
Round 3 - Technical 

(1 Question)

  • Q1. Past Experience and System Design
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

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

Round 1 - Coding Test 

2 coding questions medium level

Round 2 - One-on-one 

(2 Questions)

  • Q1. All related to python
  • Q2. ANd Golang
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Questions were completely based on data structures and algorithm
  • Q2. SQL based questions were also asked
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Sep 2023. 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 tips
Round 2 - Coding Test 

Programming assessment tools used to objectively evaluate a candidates programing skills across parameters such as problem solving, coding aptitude and debugging

Round 3 - One-on-one 

(2 Questions)

  • Q1. 1. Do you prefer working independently or as a part of a team
  • Ans. I'm prefer working as a part of a team
  • Answered Anonymously
  • Q2. As a part of an

Interview Preparation Tips

Interview preparation tips for other job seekers - Hi, I'm anjali devi maddu and I'm writing about the position of employ with your company . I'm submitted my resume.I think you'll find that my brief personal details could be a good fit for the job and I'd love to discuss my qualifications in more details
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before Apr 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 tips
Round 2 - Aptitude Test 

Basic questions are asked in the interview

Round 3 - One-on-one 

(2 Questions)

  • Q1. Lovely hates sitting next to me so I borrowed answers from lovely my daughter No no no no I said only no in the interview because I like saying no no no
  • Q2. How are you Are u fine Are u done

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't seek job in the company worst company. F*** u

Gameskraft Interview FAQs

What are the top questions asked in Gameskraft Front Office and Accounts Executive interview for experienced candidates?

Some of the top questions asked at the Gameskraft Front Office and Accounts Executive interview for experienced candidates -

  1. 1. Design a yin yang using ...read more
  2. Leetcode jump ga...read more

Tell us how to improve this page.

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
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