Upload Button Icon Add office photos

MagicPin

Compare button icon Compare button icon Compare

Filter interviews by

MagicPin Senior Software Engineer Interview Questions and Answers

Updated 8 May 2024

MagicPin Senior Software Engineer Interview Experiences

1 interview found

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

I appeared for an interview before May 2023.

Round 1 - Technical 

(1 Question)

  • Q1. DSA - level order traversal, sliding window.
Round 2 - One-on-one 

(1 Question)

  • Q1. Atomic transaction in distributed system
  • Ans. 

    Atomic transactions ensure that all operations in a transaction are completed successfully or none at all in a distributed system.

    • Atomic transactions guarantee that all operations within a transaction are either all successful or all rolled back.

    • In distributed systems, atomic transactions are crucial for maintaining data consistency across multiple nodes.

    • ACID properties (Atomicity, Consistency, Isolation, Durability) a...

  • Answered by AI

Top trending discussions

View All
Interview Hub
1w (edited)
anshitanegi
·
ex -
Planet Spark
When HR’s Chinese English made me drop the interview!
So, I talked to the HR yesterday about the interview. I asked Please send me the location But their English… bro I was shocked! It was like talking to someone jisne english nahi kuch ar hi seekh liya ho, if the HR’s English is this I can only imagine the rest of the company I decided to drop the interview with this chinese english😶‍🌫️
FeedCard Image
Got a question about MagicPin?
Ask anonymously on communities.

Interview questions from similar companies

I applied via Approached by Company and was interviewed in Feb 2022. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Basic questions of related role.
Round 2 - Technical 

(1 Question)

  • Q1. Deeper technology-related questions and simple coding

Interview Preparation Tips

Interview preparation tips for other job seekers - Waste of time!!!
They took 2 rounds within 2 weeks, all goes well. after that HR confirms that you cleared the round and someone will call you for a final discussion. Post that they never reply. and when you call back to HR every time he says "I will check and let you know" but never ever did it for months.
Don't waste our time if you are not serious about hiring.

Senior Software Engineer Interview Questions Asked at Other Companies

asked in UST
Q1. Nth Prime Number Problem Statement Find the Nth prime number give ... read more
asked in DBS Bank
Q2. Tell me about yourself. What technology are you using? What is a ... read more
Q3. K Largest Elements Problem Statement You are given an integer k a ... read more
asked in GlobalLogic
Q4. MapSum Pair Implementation Create a data structure named 'MapSum' ... read more
Q5. If you have to prioritize between coding standards and project de ... read more

Interview Questionnaire 

2 Questions

  • Q1. Find the type of data structure based on the operation performed. Given the order of insertion and deletion. Find whether this operation corresponds to stack/queue /priority queue
  • Ans. 

    Identify data structure based on insertion and deletion order

    • If insertion and deletion follow LIFO order, it is a stack

    • If insertion follows FIFO order and deletion follows LIFO order, it is a queue

    • If insertion and deletion follow priority order, it is a priority queue

  • Answered by AI
  • Q2. Find maximum element in an array in less dhan O(N)

Interview Preparation Tips

Interview preparation tips for other job seekers - Be strong in data structures

Skills evaluated in this interview

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

I applied via Approached by Company and was interviewed before May 2022. 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 - Technical 

(2 Questions)

  • Q1. How can we improve the performance of a Front End System
  • Q2. What is Event Loop and give an example on how it works.
  • Ans. 

    Event Loop is a mechanism that allows JavaScript to handle multiple tasks simultaneously.

    • Event Loop is a part of JavaScript runtime that continuously checks the call stack and the task queue.

    • It prioritizes the tasks in the queue and pushes them to the call stack when it's empty.

    • This allows JavaScript to handle I/O operations and other asynchronous tasks without blocking the main thread.

    • Example: setTimeout() function ad...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep focusing on basics, JavaScript is a must, no matter what framework you use.

Skills evaluated in this interview

Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
-

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

Round 1 - One-on-one 

(1 Question)

  • Q1. Coding question leetcode medium
Round 2 - One-on-one 

(2 Questions)

  • Q1. Coding question
  • Q2. Leetcode medium

Interview Preparation Tips

Interview preparation tips for other job seekers - Bad , bad,bad company, hire fire, micromanagment.
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before Oct 2022. There were 3 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 

(2 Questions)

  • Q1. Coding questions was leecode replace 3 concurrent character in string until there is none
  • Ans. 

    Remove consecutive characters in a string until no three consecutive characters remain.

    • Use a stack to keep track of characters and their counts.

    • Iterate through the string, pushing characters onto the stack.

    • If the top of the stack has the same character, increment its count.

    • If the count reaches 3, pop that character from the stack.

    • Finally, reconstruct the string from the stack.

  • Answered by AI
  • Q2. You can google the answer
Round 3 - One-on-one 

(2 Questions)

  • Q1. Here also leetcode easy
  • Q2. Easily solvable

Interview Preparation Tips

Interview preparation tips for other job seekers - Do not join this company they, will not last long as they business model they working on of flawed, since chatgpt came they know it vary well.

MagicPin HR Interview Questions

26 questions and answers

Q. Do you have experience in the digital world?
Q. Can you share an instance when you had a negative experience?
Q. Why do you want to join this organization?
Interview experience
4
Good
Difficulty level
-
Process Duration
2-4 weeks
Result
Selected Selected

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

Round 1 - Coding Test 

Question on dsa and string theory along with oops concepts

Round 2 - Technical 

(1 Question)

  • Q1. Question on java strings and arrays
Are these interview questions helpful?
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

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

  • Q1. High Level Design Book My Show
  • Ans. 

    Design a scalable system for booking movie tickets online, focusing on user experience and backend architecture.

    • User Interface: Design a responsive web and mobile app for users to browse movies, select seats, and make payments.

    • Backend Services: Implement microservices for user management, movie listings, booking, and payment processing.

    • Database Design: Use a relational database for user data and a NoSQL database for mo...

  • Answered by AI
  • Q2. Questions on system design, core CS, Easy To Medium Leetcode style DSA, Behaviorial

I appeared for an interview in Dec 2016.

Interview Questionnaire 

1 Question

  • Q1. Tell me about yourself tell me about your internship My interview was unstructured(i.e based on your reply interviewer was asking Questions)

Interview Preparation Tips

Round: Test
Experience: Questions were very difficult and solving one Question gets you shortlisted for interview
I don't remember the Questions
Duration: 1 hour 30 minutes
Total Questions: 2

Skills: Internship Work, Inter Person Communication Skills
College Name: IIT Roorkee

Interview Questionnaire 

2 Questions

  • Q1. About sdlc
  • Q2. About web development

MagicPin Interview FAQs

How many rounds are there in MagicPin Senior Software Engineer interview?
MagicPin interview process usually has 2 rounds. The most common rounds in the MagicPin interview process are Technical and One-on-one Round.
How to prepare for MagicPin Senior Software Engineer interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at MagicPin. The most common topics and skills that interviewers at MagicPin expect are C++, Java, Python, RDBMS and Data Structures.
What are the top questions asked in MagicPin Senior Software Engineer interview?

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

  1. Atomic transaction in distributed sys...read more
  2. DSA - level order traversal, sliding wind...read more

Tell us how to improve this page.

Overall Interview Experience Rating

4/5

based on 1 interview experience

Difficulty level

Moderate 100%

Duration

2-4 weeks 100%
View more
MagicPin Senior Software Engineer Salary
based on 14 salaries
₹17.8 L/yr - ₹32 L/yr
43% more than the average Senior Software Engineer Salary in India
View more details

MagicPin Senior Software Engineer Reviews and Ratings

based on 5 reviews

2.5/5

Rating in categories

3.8

Skill development

2.2

Work-life balance

3.1

Salary

2.4

Job security

2.2

Company culture

2.8

Promotions

2.5

Work satisfaction

Explore 5 Reviews and Ratings
Key Account Manager
65 salaries
unlock blur

₹4 L/yr - ₹9 L/yr

Team Lead
65 salaries
unlock blur

₹3 L/yr - ₹7.5 L/yr

Senior Associate
59 salaries
unlock blur

₹3.5 L/yr - ₹8.1 L/yr

Associate
55 salaries
unlock blur

₹2.2 L/yr - ₹4.1 L/yr

Business Development Associate
49 salaries
unlock blur

₹5 L/yr - ₹7 L/yr

Explore more salaries
Compare MagicPin with

Netmeds.com

3.7
Compare

Tracxn

3.1
Compare

Zolo

3.3
Compare

Impact Guru

3.6
Compare
write
Share an Interview