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 Associate Engineer Interview Questions and Answers

Be the first one to contribute and help others!

Interview questions from similar companies

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
5
Excellent
Difficulty level
Hard
Process Duration
6-8 weeks
Result
Selected Selected

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

Round 1 - HR 

(5 Questions)

  • Q1. Can you describe a challenging problem you've faced during a project and how you solved it?
  • Q2. Tell me about your projects mentioned in the resume.
  • Q3. Tell me about yourself
  • Q4. Why are you interested in this -- position?
  • Q5. What do you know about our company?
Round 2 - Assignment 

Online Assessment - 1 Hrs

Interview Preparation Tips

Topics to prepare for Bluestock ™ Software Engineer interview:
  • English
  • Web Development
Interview preparation tips for other job seekers - Research about Bluestock Fintech Company
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
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Company Website and was interviewed in May 2024. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. Design and implement LRU cache?
  • Ans. 

    LRU cache is a data structure that maintains the least recently used items in memory for efficient access.

    • Use a combination of a doubly linked list and a hashmap to store and access the cache items.

    • When a new item is accessed, move it to the front of the linked list to mark it as the most recently used.

    • If the cache is full, remove the least recently used item from the end of the linked list and the hashmap.

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Fampay Software Engineer interview:
  • Data Structures
  • Algorithmns

Skills evaluated in this interview

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

I applied via Walk-in and was interviewed before Feb 2023. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Xl sheet and typing speed
  • Q2. How many years u hv experience in xl
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Coding Test 

Three fundamental questions related to Data Structures and Algorithms.

Interview Preparation Tips

Interview preparation tips for other job seekers - Strengthen your fundamentals, particularly in Java, and practice data structures and algorithms questions, as this will greatly benefit you.

I applied via Campus Placement

Round 1 - One-on-one 

(5 Questions)

  • Q1. Tell me something about yourself.
  • Q2. Why did you choose UAE Exchange?
  • Ans. 

    I chose UAE Exchange because of its reputation as a reliable and efficient financial services provider.

    • UAE Exchange has a strong track record of delivering quality services to its customers

    • The company has a wide network of branches and agents across the globe

    • UAE Exchange offers a range of financial services, including money transfers, foreign exchange, and bill payments

    • The company has a customer-centric approach and is...

  • Answered by AI
  • Q3. Why did you choose finance company?
  • Q4. What business does UAE exchange do?
  • Ans. 

    UAE Exchange is a financial services company that provides currency exchange, money transfer, and other related services.

    • Offers foreign currency exchange services

    • Provides money transfer services to over 160 countries

    • Offers prepaid travel cards and travel insurance

    • Provides bill payment and mobile recharge services

    • Offers payroll solutions for businesses

    • Has over 800 branches in 31 countries

  • Answered by AI
  • Q5. Who are the stakeholders of UAE exchange?
  • Ans. 

    The stakeholders of UAE Exchange include customers, employees, shareholders, regulators, and the community.

    • Customers who use UAE Exchange services

    • Employees who work for UAE Exchange

    • Shareholders who own a stake in UAE Exchange

    • Regulators who oversee UAE Exchange's operations

    • The community where UAE Exchange operates

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Interactions with seniors are important . Prepare Mock GDs/PIs All the best!
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
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
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

I had a very good experience.

Round 2 - Aptitude Test 

Verbal and logical reasoning questions.

Round 3 - Coding Test 

Data structures and algorithms questions and others.

Tell us how to improve this page.

Interview Questions from Similar Companies

Bluestock ™ Interview Questions
4.4
 • 20 Interviews
Rupifi Interview Questions
3.5
 • 9 Interviews
Stashfin Interview Questions
4.3
 • 8 Interviews
Tazapay Interview Questions
4.0
 • 6 Interviews
UAE Exchange Interview Questions
4.2
 • 5 Interviews
Fampay Interview Questions
3.7
 • 5 Interviews
ZustPe Interview Questions
4.2
 • 5 Interviews
View all
Compare Mulya with

Stashfin

4.3
Compare

UAE Exchange

4.2
Compare

PrimeXBT

4.7
Compare

Bluestock ™

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