Upload Button Icon Add office photos
Engaged Employer

i

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

Mulya Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Mulya Digital Marketer Interview Questions and Answers

Be the first one to contribute and help others!

Interview questions from similar companies

I applied via Approached by Company and was interviewed before Apr 2021. 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 - HR 

(4 Questions)

  • Q1. What are your salary expectations?
  • Q2. Share details of your previous job.
  • Q3. Why are you looking for a change?
  • Q4. Tell me about yourself.

Interview Preparation Tips

Interview preparation tips for other job seekers - Company HR picks up resumes from many job portals sites on their own and contact you directly
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Jun 2023. There were 2 interview rounds.

Round 1 - One-on-one 

(3 Questions)

  • Q1. What do you know about Rupifi
  • Q2. What does embedded means
  • Ans. 

    Embedded means something that is fixed firmly and deeply within something else.

    • Embedded refers to something that is enclosed or firmly fixed within something else

    • In technology, embedded systems are specialized computer systems that are part of a larger device or system

    • Embedded software is computer software that is written to control machines or devices

    • Embedded journalism refers to reporters who are embedded with milita

  • Answered by AI
  • Q3. What do you know about credit score and reporting
  • Ans. 

    Credit score is a numerical representation of an individual's creditworthiness based on their credit history.

    • Credit score ranges from 300 to 850, with higher scores indicating better creditworthiness.

    • Factors that affect credit score include payment history, credit utilization, length of credit history, types of credit used, and new credit accounts.

    • Credit reporting agencies like Equifax, Experian, and TransUnion collect...

  • Answered by AI
Round 2 - Aptitude Test 

Puzzle questions, problem solving, structured answers

Interview Preparation Tips

Topics to prepare for Rupifi Manager interview:
  • fintech

Skills evaluated in this interview

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

Was Asked to redesign a design

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

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

Round 1 - Coding Test 

Technical round 2 questions

Interview Preparation Tips

Interview preparation tips for other job seekers - work on dsa questions
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
More than 8 weeks
Result
Selected Selected

I applied via Referral and was interviewed before May 2023. There were 4 interview rounds.

Round 1 - One-on-one 

(1 Question)

  • Q1. Projects, previous work , dsa and database
Round 2 - One-on-one 

(1 Question)

  • Q1. System design , dsa
Round 3 - One-on-one 

(1 Question)

  • Q1. Behavioural, system design
Round 4 - HR 

(1 Question)

  • Q1. General discussion , salary
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - One-on-one 

(2 Questions)

  • Q1. 2Sum DSA leetcode problem
  • Ans. 

    2Sum problem involves finding two numbers in an array that add up to a specific target.

    • Use a hashmap to store the difference between the target and each element in the array.

    • Iterate through the array and check if the current element's complement exists in the hashmap.

    • Return the indices of the two numbers that add up to the target.

  • Answered by AI
  • Q2. Spiral traversal of a Binary tree
  • Ans. 

    Spiral traversal of a Binary tree involves visiting nodes level by level alternating between left to right and right to left.

    • Start by pushing the root node into a queue.

    • While the queue is not empty, pop a node, print its value, and push its children into the queue.

    • Alternate between popping nodes from the queue and printing their values in a spiral manner.

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

(2 Questions)

  • Q1. A problem similar to coin change problem of leetcode
  • Q2. Aggressive cows problem
  • Ans. 

    The aggressive cows problem involves finding the maximum distance between cows in a field while ensuring they are not too close to each other.

    • Use binary search to find the maximum distance between cows.

    • Sort the cows' positions and check if a certain distance is feasible.

    • Consider the constraints of the problem such as the number of cows and the size of the field.

  • Answered by AI
Round 3 - One on one round with CTO 

(1 Question)

  • Q1. Basic behavioural questions like why I am looking for a change and would I be able to handle the increased work pressure as I was shifting from MNC to a startup

Interview Preparation Tips

Interview preparation tips for other job seekers - DSA questions were easy to medium and they didn’t really focus on any one language. Problem solving skills is all they judged me on.

Skills evaluated in this interview

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

I applied via Referral and was interviewed before Feb 2023. There were 3 interview rounds.

Round 1 - Coding Test 

Hackerank test with 2 questions

Round 2 - One-on-one 

(1 Question)

  • Q1. 2 medium questions
Round 3 - One-on-one 

(2 Questions)

  • Q1. System design round.
  • Q2. Design splitvise
  • Ans. 

    Splitvise is a software design for splitting expenses among a group of people.

    • Splitvise helps in calculating and tracking shared expenses among a group.

    • It allows users to input expenses and automatically calculates each person's share.

    • Users can view detailed reports and summaries of expenses.

    • Splitvise can handle various types of expenses like bills, groceries, travel expenses, etc.

    • It provides features like splitting eq...

  • Answered by AI

Skills evaluated in this interview

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

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

Round 1 - Assignment 

Computer Science engineering subject only

Interview Preparation Tips

Interview preparation tips for other job seekers - Assessment is very easy when you have good knowledge on cs subjects
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview in Feb 2025, where I was asked the following questions.

  • Q1. Which backend technology is used in flutter?
  • Ans. 

    Flutter primarily uses Dart for backend development, but it can integrate with various backend technologies like Node.js, Firebase, and more.

    • Flutter uses Dart as its primary programming language for both frontend and backend development.

    • Common backend technologies that can be integrated with Flutter include Node.js, which allows for building RESTful APIs.

    • Firebase is a popular choice for Flutter apps, providing real-tim...

  • Answered by AI
  • Q2. Dart is used in ?

Interview Preparation Tips

Interview preparation tips for other job seekers - if u want initial experience... And recommendations join
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview in Mar 2025, where I was asked the following questions.

  • Q1. How does hash table work?.
  • Ans. 

    A hash table stores key-value pairs for efficient data retrieval using a hash function to compute an index.

    • Uses a hash function to convert keys into array indices.

    • Handles collisions using methods like chaining or open addressing.

    • Example: Inserting key 'apple' might hash to index 3, storing value 'fruit'.

    • Average time complexity for search, insert, and delete is O(1).

    • Resizing may occur when the load factor exceeds a cert

  • Answered by AI
  • Q2. Difference between multithreading and multiprocessing.
  • Ans. 

    Multithreading uses multiple threads within a single process, while multiprocessing uses multiple processes for parallel execution.

    • Multithreading shares the same memory space, making it lightweight and faster for communication.

    • Multiprocessing has separate memory spaces, which can lead to better stability and isolation.

    • Example of multithreading: A web server handling multiple requests simultaneously.

    • Example of multiproc...

  • Answered by AI

Tell us how to improve this page.

Interview Questions from Similar Companies

Bluestock ™ Interview Questions
4.4
 • 46 Interviews
Rupifi Interview Questions
3.5
 • 9 Interviews
Stashfin Interview Questions
4.3
 • 8 Interviews
Tazapay Interview Questions
4.0
 • 7 Interviews
UAE Exchange Interview Questions
4.3
 • 5 Interviews
ZustPe Interview Questions
4.1
 • 5 Interviews
Fampay Interview Questions
3.6
 • 4 Interviews
View all
Compare Mulya with

Stashfin

4.3
Compare

UAE Exchange

4.3
Compare

PrimeXBT

4.7
Compare

Bluestock ™

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