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

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
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed in Dec 2024.

Round 1 - Aptitude Test 

Simple question and very easy

Round 2 - Coding Test 

Data structures, algorithms

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

Logical reasoning question are there

Round 2 - Technical 

(1 Question)

  • Q1. Oops concept polymorphism
Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - HR 

(2 Questions)

  • Q1. Basic introduction
  • Q2. Are you comfortable with Jalandhar location
  • Ans. 

    Yes, I am comfortable with Jalandhar location.

    • I have no issues with relocating to Jalandhar for the job.

    • I am familiar with the area and have visited Jalandhar before.

    • I have researched the location and am comfortable with the amenities and facilities available.

  • Answered by AI
Round 2 - One-on-one 

(2 Questions)

  • Q1. Genral Introduction
  • Q2. Do you know about procedure in SQL
  • Ans. 

    Yes, procedures in SQL are used to group a set of SQL statements into a single unit of work.

    • Procedures can be used to improve code reusability and maintainability.

    • They can accept input parameters and return output parameters.

    • Procedures can be called from other SQL statements or applications.

    • Example: CREATE PROCEDURE GetEmployeeDetails AS SELECT * FROM Employees;

    • Example: EXEC GetEmployeeDetails;

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Family Background
  • Q2. Salary Negotiation

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview level is too low no one is having technical knowledge their.
In first round their HR will call you and just asking for genral Introduction and asking if you are comfortable for Jalandhar location as Jalandhar is their head office, and they are setting up their IT team in that location only.
In second round they just connected me with their CTO(Gagandeep Sharma) who doesn't have any proper technical knowledge, i don't know who the hell give him a CTO post 😅😅, in this round he just asked me do you know about procedure in SQL I said yes then this interview is also over.
In third round I am having an interview with their COO he also ask for genral Introduction and expected salary package.
In fourth and final their HR connected with me for salary negotiation and after 2 day long salary negotiation he give me offer.

Skills evaluated in this interview

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

I applied via Company Website and was interviewed in Nov 2022. There were 3 interview rounds.

Round 1 - Aptitude Test 

Aptitude test is one of the memory test so iam selecting that one

Round 2 - Coding Test 

When ever you finish the apptitude test after iam selecting coding test because you develop the software must have a coding skill so iam selecting code test

Round 3 - HR 

(3 Questions)

  • Q1. What is the strength and weakness
  • Ans. 

    Strength: Strong problem-solving skills. Weakness: Lack of experience in a specific technology.

    • Strength: Excellent problem-solving skills, able to analyze complex issues and find efficient solutions.

    • Weakness: Limited experience in a specific technology or programming language.

    • Strength: Strong understanding of algorithms and data structures.

    • Weakness: Difficulty in working under tight deadlines.

    • Strength: Good communicati...

  • Answered by AI
  • Q2. What is interest about this opportunity
  • Ans. 

    I am interested in this opportunity because it offers a challenging and dynamic work environment.

    • The opportunity allows me to work on cutting-edge technologies and solve complex problems.

    • I am excited about the chance to collaborate with a talented team and learn from their expertise.

    • The company's focus on innovation and continuous improvement aligns with my career goals.

    • The opportunity to make a meaningful impact and c...

  • Answered by AI
  • Q3. What are goals and motivation
  • Ans. 

    Goals and motivation are the driving forces that push individuals to achieve their desired outcomes.

    • Goals provide a clear direction and purpose for individuals.

    • Motivation is the internal drive that fuels individuals to take action towards their goals.

    • Goals and motivation are closely linked, as goals provide the motivation to overcome challenges and achieve success.

    • Examples of goals can include career advancement, perso...

  • Answered by AI
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

I applied via Recruitment Consultant and was interviewed in Jul 2021. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. Being electrical Engineer , why IT?
  • Ans. 

    I chose IT because of my passion for problem-solving and my interest in software development.

    • I have always been fascinated by technology and computers.

    • During my electrical engineering studies, I realized that I enjoyed programming and software development more than other aspects of the field.

    • I took additional courses in computer science to enhance my skills and knowledge in software engineering.

    • I have successfully comp...

  • Answered by AI
  • Q2. Why programming
  • Ans. 

    Programming is a way to solve problems and create innovative solutions using logic and creativity.

    • Programming allows me to create something from scratch and see it come to life.

    • It challenges me to think critically and find efficient solutions to complex problems.

    • It offers endless opportunities for learning and growth, as technology is constantly evolving.

    • Programming is a versatile skill that can be applied to various i...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - good an best and forward
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via campus placement at Veermata Jijabai Technological Institute (VJTI), Mumbai and was interviewed in Aug 2023. There were 2 interview rounds.

Round 1 - Coding Test 

2 medium level programming questions and 3 hr type questions

Round 2 - One-on-one 

(1 Question)

  • Q1. Oops,dbms, and os concepts , also project related

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, One-on-one Round and Technical.
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

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

3.7/5

Rating in categories

3.4

Skill development

3.3

Work-life balance

3.0

Salary

3.4

Job security

3.3

Company culture

2.8

Promotions

3.6

Work satisfaction

Explore 8 Reviews and Ratings
Operations Executive
99 salaries
unlock blur

₹1 L/yr - ₹3 L/yr

Team Lead
36 salaries
unlock blur

₹1.9 L/yr - ₹4.6 L/yr

DCS
33 salaries
unlock blur

₹1.4 L/yr - ₹2.4 L/yr

DCS Operator
31 salaries
unlock blur

₹1.3 L/yr - ₹2.5 L/yr

Software Engineer
27 salaries
unlock blur

₹6 L/yr - ₹22.3 L/yr

Explore more salaries
Compare mPokket with

EarlySalary Services

3.8
Compare

KreditBee

3.4
Compare

MoneyTap

3.2
Compare

Paysense Services India

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