Upload Button Icon Add office photos

Filter interviews by

Moniepoint Technical Support Engineer Interview Questions, Process, and Tips

Updated 22 May 2024

Moniepoint Technical Support Engineer Interview Experiences

1 interview found

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

I applied via Company Website and was interviewed in Nov 2023. There were 2 interview rounds.

Round 1 - Technical 

(6 Questions)

  • Q1. Write a select query that selects all the data from a table named cards where the pan column has values that start or begin with the number ‘4’ and the active_percentage column has values not being one of...
  • Q2. Could you type in the chatbox a sample LEFT JOIN selecting all columns of all records from a table called agents and corresponding columns in the second table called wallets, where wallet_id is a column sh...
  • Q3. You are in charge of the mobile banking application of a bank, which runs a micro service architecture, and at a particular time 4 different services(Transfer, Airtime, Billpayment, Login) of the applicat...
  • Ans. 

    I would prioritize identifying the root causes of each service outage and work on restoring them one by one.

    • Prioritize identifying the root causes of each service outage

    • Work on restoring the services one by one

    • Communicate with relevant teams to coordinate efforts

    • Implement monitoring and alerting systems to prevent future outages

  • Answered by AI
  • Q4. Problem: You are asked to prove that the bulb in a refrigeraitor actually goes off upon closing the door of the refrigerator, how can you prove this.
  • Ans. 

    To prove that the bulb in a refrigerator actually goes off upon closing the door, you can use a simple test involving observation and a manual switch.

    • Open the refrigerator door and observe the bulb is on.

    • Manually press the switch that is triggered when the door is closed to simulate the door being closed.

    • Observe that the bulb turns off when the switch is pressed, indicating that it does go off when the door is closed.

  • Answered by AI
  • Q5. Problem: Six plays A, B, C, D, E and F are staged on six days of the week starting from Monday to Saturday. Play C is staged on Tuesday. Plays A, F and B are staged one after the other in the same order. P...
  • Ans. 

    Play E is staged on Saturday.

    • Play C is staged on Tuesday.

    • Plays A, F, and B are staged one after the other.

    • Play D is not staged on Monday or Wednesday.

  • Answered by AI
  • Q6. Problem: How can you measure 4L of water with only a 5L cup and a 3L cup (assume that you have an unlimited supply of water).
Round 2 - Technical 

(3 Questions)

  • Q1. Write a query showing the percentage of completed transactions.
  • Ans. 

    Query to show the percentage of completed transactions

    • Use COUNT() function to count total transactions

    • Use SUM() function to count completed transactions

    • Calculate percentage by dividing completed transactions by total transactions and multiplying by 100

  • Answered by AI
  • Q2. Tell me about your recent role.
  • Q3. Tell me about the tools you use.
  • Ans. 

    I use a variety of tools such as remote desktop software, ticketing systems, knowledge bases, and diagnostic tools.

    • Remote desktop software (e.g. TeamViewer, AnyDesk)

    • Ticketing systems (e.g. Zendesk, Jira)

    • Knowledge bases (e.g. Confluence, SharePoint)

    • Diagnostic tools (e.g. Wireshark, Ping)

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be yourself.

Skills evaluated in this interview

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
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 

(1 Question)

  • Q1. Normal java and sql question
Round 3 - Technical 

(1 Question)

  • Q1. Sping boot and microservice

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed in Apr 2024. There were 2 interview rounds.

Round 1 - Coding Test 

You should be familiar with core java features. Collections, converting one collection Array / Vector to other. Removing duplicates. Lambda chaining / Functional programming. Basic SQL - Joins, Aggregates etc.

Round 2 - One-on-one 

(1 Question)

  • Q1. Explain Architecture of applications you worked on. Justify use of components. System Design questions.

Interview Preparation Tips

Interview preparation tips for other job seekers - No need to grind leet code here. But you should know how to solve day to day problems. Do projects end to end. You should know the backend well.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Coding Test 

It was about DS Algo and Java garbage collection,multithreading

Round 2 - Technical 

(2 Questions)

  • Q1. Low level design of rate limiter
  • Ans. 

    Rate limiter is a system that controls the rate of traffic sent or received by a network interface.

    • Implement a token bucket algorithm to track and limit the rate of requests

    • Use a sliding window algorithm to track the number of requests within a specific time frame

    • Consider using a distributed rate limiter for scalability and fault tolerance

  • Answered by AI
  • Q2. Springboot basics, java basics, future interfaces, basic sql queries

Skills evaluated in this interview

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

I was interviewed before Mar 2023.

Round 1 - Coding Test 

Was a tough oneto crack

Round 2 - Technical 

(3 Questions)

  • Q1. Asked about core Java domain and threds
  • Q2. Asked about Java domain and threads collection
  • Q3. Threads and collection
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before Jun 2022. There were 4 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 - One-on-one 

(1 Question)

  • Q1. Questions based on DSA
Round 3 - One-on-one 

(1 Question)

  • Q1. Java specific Interview
Round 4 - One-on-one 

(1 Question)

  • Q1. Hiring Manager Interview

Interview Preparation Tips

Interview preparation tips for other job seekers - DSA, Java, System Design
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I applied via Recruitment Consulltant and was interviewed in Apr 2024. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Longest Consecutive Sequence
  • Ans. 

    Find the length of the longest consecutive elements sequence in an array.

    • Sort the array to ensure consecutive elements are adjacent

    • Iterate through the array and keep track of the current consecutive sequence length

    • Update the longest consecutive sequence length as you iterate

  • Answered by AI
  • Q2. Core Java Questions
Round 2 - Technical 

(2 Questions)

  • Q1. Executor Service and it's code
  • Ans. 

    Executor Service is a framework provided by Java for managing and executing asynchronous tasks.

    • Executor Service allows you to easily create and manage threads for executing tasks.

    • It provides a way to control the number of threads used for executing tasks, which can help prevent resource exhaustion.

    • You can submit tasks to an Executor Service using methods like execute() or submit().

    • Executor Service can be used to execut...

  • Answered by AI
  • Q2. Core Java and Spring boot questions
Round 3 - Technical 

(2 Questions)

  • Q1. Design patterns
  • Q2. Core Java questions

Skills evaluated in this interview

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

(2 Questions)

  • Q1. Number of subset
  • Ans. 

    Calculate the number of subsets of a given set

    • The number of subsets of a set with n elements is 2^n

    • Include the empty set and the set itself in the count

    • For example, a set with 3 elements will have 2^3 = 8 subsets

  • Answered by AI
  • Q2. Remove kth node from end
  • Ans. 

    Remove the kth node from the end of a linked list.

    • Use two pointers, one to traverse the list and another to keep track of the kth node from the end.

    • Once the first pointer reaches the end, the second pointer will be at the kth node from the end.

    • Adjust the pointers to remove the kth node.

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. Whatsapp low level design
  • Ans. 

    Whatsapp low level design involves messaging, encryption, media sharing, and user authentication.

    • Use end-to-end encryption to secure messages

    • Implement message queues for real-time message delivery

    • Allow media sharing through file transfer protocols

    • Use OAuth for user authentication and authorization

  • Answered by AI
  • Q2. Lru implemention

Skills evaluated in this interview

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 

There was a Hackerearth test with two questions

Round 3 - Technical 

(2 Questions)

  • Q1. Some standard data structures question on array
  • Q2. Standard question on trees

Interview Preparation Tips

Interview preparation tips for other job seekers - Revise on the standard data structures questions and a bit on api design and system design
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I was interviewed in Dec 2024.

Round 1 - Technical 

(2 Questions)

  • Q1. Anagram question
  • Q2. Sql join questions

Moniepoint Interview FAQs

How many rounds are there in Moniepoint Technical Support Engineer interview?
Moniepoint interview process usually has 2 rounds. The most common rounds in the Moniepoint interview process are Technical.
What are the top questions asked in Moniepoint Technical Support Engineer interview?

Some of the top questions asked at the Moniepoint Technical Support Engineer interview -

  1. You are in charge of the mobile banking application of a bank, which runs a mi...read more
  2. Problem: Six plays A, B, C, D, E and F are staged on six days of the week start...read more
  3. Problem: You are asked to prove that the bulb in a refrigeraitor actually goes ...read more

Tell us how to improve this page.

Moniepoint Technical Support Engineer Interview Process

based on 1 interview

Interview experience

4
  
Good
View more
Compare Moniepoint with

Paytm

3.3
Compare

PhonePe

4.0
Compare

Mobikwik

3.7
Compare

Payed

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