Upload Button Icon Add office photos

Moonfrog Labs

Compare button icon Compare button icon Compare

Filter interviews by

Moonfrog Labs Software Engineer II Interview Questions and Answers

Updated 21 Jan 2023

Moonfrog Labs Software Engineer II Interview Experiences

1 interview found

Software Engineer II Interview Questions & Answers

user image Abhilash Behera

posted on 21 Jan 2023

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Instahyre 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 tips
Round 2 - Technical 

(2 Questions)

  • Q1. Title: Minimum steps required to make the product of array equal to 1 Description: Given an array arr[] containing N integers. In one step, any element of the array can either be changed by +1,-1,0. Find ...
  • Ans. 

    Find minimum steps to make product of array equal to 1 by changing elements by +1,-1,0.

    • Calculate number of negative elements and number of zeroes in array.

    • If number of negative elements is even, add 1 to all elements.

    • If number of negative elements is odd, add 1 to all elements except the smallest negative element.

    • Count the number of steps taken to modify the array elements.

    • Return the count of steps taken.

  • Answered by AI
  • Q2. Title: Next Greater Element for every element in the array Description: Given an array arr[] containing N integers. Print the next greater element for every element. Example: Input: arr[] = {4,5,2,25} Ou...
  • Ans. 

    Given an array, print the next greater element for every element.

    • Iterate through the array from right to left

    • Use a stack to keep track of the greater elements

    • Pop elements from the stack until a greater element is found or the stack is empty

    • If a greater element is found, it is the next greater element for the current element

    • If the stack is empty, there is no greater element for the current element

    • Store the next greater ...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Moonfrog Labs Software Engineer II interview:
  • Data Structures
  • Algorithms
Interview preparation tips for other job seekers - => Even if you know the solutions beforehand, start the solution by discussing more examples, edge cases and your approach with the interviewer. This gives a feeling that you are really understanding the problem to depth.
=> Even if you know the solution with the best time complexity, start with the brute force solution and gradually move towards the best solution by answering the interviewer's queries during the process.

Skills evaluated in this interview

Top trending discussions

View All
Interview Tips & Stories
1w
toobluntforu
·
works at
Cvent
Can speak English, can’t deliver in interviews
I feel like I can't speak fluently during interviews. I do know english well and use it daily to communicate, but the moment I'm in an interview, I just get stuck. since it's not my first language, I struggle to express what I actually feel. I know the answer in my head, but I just can’t deliver it properly at that moment. Please guide me
Got a question about Moonfrog Labs?
Ask anonymously on communities.

Interview questions from similar companies

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

Software Engineer II Interview Questions Asked at Other Companies

Q1. There are fifteen horses and a racing track that can run five hor ... read more
Q2. Given an array arr[] containing N integers. In one step, any elem ... read more
Q3. What are interfaces and what is difference between an interface a ... read more
Q4. Given an array arr[] containing N integers, print the next greate ... read more
asked in MasterCard
Q5. If I give you a coding problem to solve in a language you don’t k ... read more
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
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Aptitude Test 

Aptitude consited of maths and coding quetions

Round 3 - One-on-one 

(2 Questions)

  • Q1. Basic C++ question and concepts were asked
  • Q2. Problems were given and asked how i can resolve them efficiently

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep your basics clear. i was interviewd at chandigarh university so it was a tough round took some time quite long
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
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Required to write codes in python

Round 2 - Coding Test 

Required to write codes in python

Round 3 - HR 

(2 Questions)

  • Q1. Time to tackle difficulties
  • Q2. Time to learn things outside school
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - Coding Test 

Leetcode problem to find the missing number. multiple followback on this. the second problem was dp to find the identity matrix. was rejected after this

Are these interview questions helpful?
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Instahyre and was interviewed in Jun 2024. There was 1 interview round.

Round 1 - Aptitude Test 

Sql question joins and , retention, streaks , window function

Interview Preparation Tips

Topics to prepare for Gameberry Labs Analyst interview:
  • SQL
Interview preparation tips for other job seekers - advance sql and performance optimize
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I applied via Job Portal and was interviewed in Nov 2023. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Technical 

(1 Question)

  • Q1. Basic questions about class and objects and some DSA questions related to arrays.
Round 3 - Technical 

(1 Question)

  • Q1. DSA basic questions and C++ questions related to polymorphism and class design patterns

Interview Preparation Tips

Interview preparation tips for other job seekers - they finalized me and called me for a director's round in their office. Later, they said the director was not available and they would call me next week, after that their HR stopped responding to calls.
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
More than 8 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Feb 2024. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Some C++ 14/17 questions and OOPs concepts
  • Q2. DSA questions based for basic game logics.
Round 2 - Technical 

(2 Questions)

  • Q1. Advanced OOPs and C++ questions
  • Q2. DSA coding questions based on Stacks and Linked list
Round 3 - HR 

(3 Questions)

  • Q1. Called me to Noida for a F2F HR round. I wasn’t given any Travel allowance. CTC negotiation was brutal. They were not willing to give me even a 5% hike on my previous salary.The HR and the Team said they’d...
  • Q2. A month passed by. Sometimes they’d say the technical team who took your interview wasn’t available so that the CTC discussion could be further done. And somedays they’d just delay by saying we’d get back ...
  • Q3. After a month of wasting my time. The HR finally called and said they rejected me based on the CTC. And are not even willing to negotiate because of my not so well performance in the technical rounds.

Interview Preparation Tips

Interview preparation tips for other job seekers - I had the worst experience ever interviewing in an MNC. Did not expect such unprofessional behaviour from a big company like Merkur Gaming.

Moonfrog Labs Interview FAQs

How many rounds are there in Moonfrog Labs Software Engineer II interview?
Moonfrog Labs interview process usually has 2 rounds. The most common rounds in the Moonfrog Labs interview process are Resume Shortlist and Technical.
What are the top questions asked in Moonfrog Labs Software Engineer II interview?

Some of the top questions asked at the Moonfrog Labs Software Engineer II interview -

  1. Title: Minimum steps required to make the product of array equal to 1 Descript...read more
  2. Title: Next Greater Element for every element in the array Description: Given a...read more

Tell us how to improve this page.

Overall Interview Experience Rating

4/5

based on 1 interview experience

Difficulty level

Moderate 100%

Duration

Less than 2 weeks 100%
View more

Interview Questions from Similar Companies

IDZ Digital Interview Questions
3.8
 • 23 Interviews
ChicMic Interview Questions
4.5
 • 11 Interviews
Gameberry Labs Interview Questions
4.1
 • 10 Interviews
Games2Win Interview Questions
2.3
 • 8 Interviews
Kwalee India Interview Questions
3.1
 • 7 Interviews
Tencent Interview Questions
4.6
 • 6 Interviews
View all
Customer Success Manager
7 salaries
unlock blur

₹6.1 L/yr - ₹12 L/yr

QA Engineer
7 salaries
unlock blur

₹4 L/yr - ₹10 L/yr

Senior Software Engineer
7 salaries
unlock blur

₹41 L/yr - ₹70 L/yr

Software Engineer
5 salaries
unlock blur

₹18.5 L/yr - ₹28 L/yr

Senior Product Manager
5 salaries
unlock blur

₹55 L/yr - ₹62.5 L/yr

Explore more salaries
Compare Moonfrog Labs with

Mobile Premier League

3.5
Compare

ChicMic

4.5
Compare

Sportz Interactive

3.1
Compare

Head Digital Works

3.9
Compare
write
Share an Interview