Premium Employer

i

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

mPokket Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Clear (1)

mPokket Senior Software Engineer Interview Questions and Answers

Updated 13 Sep 2024

mPokket Senior Software Engineer Interview Experiences

2 interviews found

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

Maximize the coin profit by iterating though a list

Round 2 - Technical 

(1 Question)

  • Q1. LLD for creating few java classes for a news channel
  • Ans. 

    Designing Java classes for a news channel

    • Create a NewsChannel class with attributes like name, location, and list of news articles

    • Create a NewsArticle class with attributes like title, author, content, and publish date

    • Implement methods in NewsChannel class to add, remove, and display news articles

  • Answered by AI

Skills evaluated in this interview

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

I applied via Approached by Company and was interviewed before Sep 2023. There were 2 interview rounds.

Round 1 - Coding Test 

They have given a medium array-based leet code problem.

Round 2 - One-on-one 

(1 Question)

  • Q1. Again got binary search based leet code problem.

Senior Software Engineer Interview Questions Asked at Other Companies

Q1. K Largest Elements Problem Statement You are given an integer k a ... read more
asked in DBS Bank
Q2. Tell me about yourself. What technology are you using? What is a ... read more
asked in GlobalLogic
Q3. MapSum Pair Implementation Create a data structure named 'MapSum' ... read more
asked in UST
Q4. Nth Prime Number Problem Statement Find the Nth prime number give ... read more
asked in Capgemini
Q5. Pascal's Triangle Construction You are provided with an integer ' ... read more

Interview questions from similar companies

I applied via Naukri.com and was interviewed in Aug 2022. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Telephonic Interview 1. Questions related to sql and ETL
Round 2 - Technical 

(1 Question)

  • Q1. Client interview in Webex. Basics Sql questions
Round 3 - Behavioral 

(1 Question)

  • Q1. Introduction about company and self intro

Interview Preparation Tips

Interview preparation tips for other job seekers - Confidenty attend interview. Don't loose your hope. Anything can happen in anytime.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed before Jan 2023. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. What is Interface in C#?
  • Ans. 

    Interface in C# is a reference type that defines a contract for classes to implement certain methods and properties.

    • Interfaces contain only method signatures, properties, events, or indexers.

    • Classes can implement multiple interfaces but inherit from only one class.

    • Interfaces are used to achieve abstraction, multiple inheritance, and polymorphism.

    • Example: public interface IShape { void Draw(); }

    • Example: public class Cir...

  • Answered by AI
  • Q2. Contract, Multiple Interfaces, Polymorphism & Abstraction.
Round 2 - HR 

(2 Questions)

  • Q1. Salary expectation?
  • Q2. Salary discussion

Interview Preparation Tips

Topics to prepare for BA Continuum Senior Software Engineer interview:
  • Object Oriented Programming
  • Microsft.Net
  • C#
  • SQL

Skills evaluated in this interview

Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before Oct 2023. There were 2 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Reverse a string
  • Ans. 

    Reverse a string by iterating through the characters and swapping them

    • Create a function that takes a string as input

    • Initialize two pointers, one at the beginning and one at the end of the string

    • Swap the characters at the two pointers and move them towards the center until they meet

  • Answered by AI
  • Q2. 2 sum arrays problem
Round 2 - One-on-one 

(2 Questions)

  • Q1. Project discussions
  • Q2. Cv discussion was held

I applied via Referral and was interviewed in Jun 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. What is sap?
  • Ans. 

    SAP is a software company that provides enterprise resource planning (ERP) software to manage business operations.

    • SAP stands for Systems, Applications, and Products in Data Processing.

    • It offers a range of software solutions for various industries such as finance, logistics, and manufacturing.

    • SAP ERP software helps businesses to streamline their operations and improve efficiency.

    • SAP also offers cloud-based solutions and...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Challenging interview... Be very prepare don't take it lightly

Skills evaluated in this interview

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
No response
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 

(1 Question)

  • Q1. Find median of 2D array
  • Ans. 

    Find median of 2D array of strings

    • Flatten the 2D array into a 1D array

    • Sort the 1D array

    • Calculate the median based on the length of the array

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. LLD of Twitter System

Skills evaluated in this interview

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

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

Round 1 - Coding Test 

Basic DSA problems based on Array, String and LinkedList

Interview Preparation Tips

Interview preparation tips for other job seekers - Go through the basic fundamentals for any programming language
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. About Cloud Services
  • Q2. AWS - SNS/SQS/Lambda etc
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Jul 2023. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Implement Doubly linked list
  • Ans. 

    Doubly linked list is a data structure where each node contains a reference to the previous and next node.

    • Create a Node class with data, prev, and next pointers

    • Implement methods to add, remove, and traverse nodes in the list

    • Handle edge cases like adding to an empty list or removing the only node

  • Answered by AI
  • Q2. Phone book design

Interview Preparation Tips

Topics to prepare for KreditBee Software Developer interview:
  • DSA

Skills evaluated in this interview

Contribute & help others!
anonymous
You can choose to be anonymous

mPokket Interview FAQs

How many rounds are there in mPokket Senior Software Engineer interview?
mPokket interview process usually has 2 rounds. The most common rounds in the mPokket interview process are Coding Test, Technical and One-on-one Round.
What are the top questions asked in mPokket Senior Software Engineer interview?

Some of the top questions asked at the mPokket Senior Software Engineer interview -

  1. LLD for creating few java classes for a news chan...read more
  2. Again got binary search based leet code probl...read more

Recently Viewed

JOBS

Browse jobs

Discover jobs you love

COMPANY BENEFITS

KNR Constructions

20 benefits

COMPANY BENEFITS

IRB Infrastructure

60 benefits

COMPANY BENEFITS

Dilip Buildcon

304 benefits

COMPANY BENEFITS

Dilip Buildcon

304 benefits

SALARIES

Meril

INTERVIEWS

Zenon

No Interviews

INTERVIEWS

Lupin

No Interviews

REVIEWS

Liquiloans

No Reviews

REVIEWS

Meril

No Reviews

Tell us how to improve this page.

mPokket Senior Software Engineer Interview Process

based on 2 interviews

Interview experience

4
  
Good
View more
Join mPokket India’s fastest growing credit led youth empowerment platform.

Interview Questions from Similar Companies

BA Continuum Interview Questions
4.1
 • 100 Interviews
Hero FinCorp Interview Questions
4.0
 • 89 Interviews
Veritas Finance Interview Questions
4.6
 • 73 Interviews
Kinara Capital Interview Questions
4.4
 • 66 Interviews
Aye Finance Interview Questions
4.1
 • 62 Interviews
View all
mPokket Senior Software Engineer Salary
based on 23 salaries
₹18.7 L/yr - ₹28.8 L/yr
52% more than the average Senior Software Engineer Salary in India
View more details

mPokket Senior Software Engineer Reviews and Ratings

based on 6 reviews

3.4/5

Rating in categories

3.2

Skill development

2.9

Work-life balance

2.6

Salary

3.4

Job security

3.2

Company culture

2.6

Promotions

3.4

Work satisfaction

Explore 6 Reviews and Ratings
Operations Executive
99 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Team Lead
36 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

DCS
33 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

DCS Operator
31 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer
27 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare mPokket with

EarlySalary Services

3.8
Compare

KreditBee

3.4
Compare

MoneyTap

3.1
Compare

Paysense Services India

3.7
Compare
Did you find this page helpful?
Yes No
write
Share an Interview
Rate your experience using AmbitionBox
Terrible
Terrible
Poor
Poor
Average
Average
Good
Good
Excellent
Excellent