Upload Button Icon Add office photos

MagicPin

Compare button icon Compare button icon Compare

Filter interviews by

MagicPin Senior Java Developer Interview Questions and Answers

Updated 7 Oct 2024

MagicPin Senior Java Developer Interview Experiences

1 interview found

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Sep 2024. There were 3 interview rounds.

Round 1 - Coding Test 

It was an online coding round where i was given two medium leetcode questions was able to do both of them in the given time and had a positive response from the interviewer

Round 2 - Technical 

(1 Question)

  • Q1. Questions were asking from java kafka sql and system design all the questions that were asked were of medium difficulty
Round 3 - Technical 

(1 Question)

  • Q1. This was my final round with the senior manager in which we did system design for car parking system it was a great round as i enjoyed it a lot.

Interview Preparation Tips

Interview preparation tips for other job seekers - please check the reviews of the org on other platforms before joining

Top trending discussions

View All
Interview Tips & Stories
5d (edited)
a team lead
Why are women still asked such personal questions in interview?
I recently went for an interview… and honestly, m still trying to process what just happened. Instead of being asked about my skills, experience, or how I could add value to the company… the questions took a totally unexpected turn. The interviewer started asking things like When are you getting married? Are you engaged? And m sure, if I had said I was married, the next question would’ve been How long have you been married? What does my personal life have to do with the job m applying for? This is where I felt the gender discrimination hit hard. These types of questions are so casually thrown at women during interviews but are they ever asked to men? No one asks male candidates if they’re planning a wedding or how old their kids are. So why is it okay to ask women? Can we please stop normalising this kind of behaviour in interviews? Our careers shouldn’t be judged by our relationship status. Period.
Got a question about MagicPin?
Ask anonymously on communities.

Interview questions from similar companies

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

Senior Java Developer Interview Questions Asked at Other Companies

asked in Amdocs
Q1. Remove the Kth Node from the End of a Linked List You are given a ... read more
asked in Amdocs
Q2. Intersection of Linked List Problem You are provided with two sin ... read more
asked in Amdocs
Q3. Merge Two Sorted Linked Lists Problem Statement You are provided ... read more
asked in Amdocs
Q4. LRU Cache Design Question Design a data structure for a Least Rec ... read more
asked in Caspex Corp
Q5. How would you configure Jenkins or GitLab's CICD pipelines to tri ... read more

Interview Questionnaire 

2 Questions

  • Q1. About sdlc
  • Q2. About web development
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before Feb 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

- simple basic ios questions

Round 2 - Technical 

(1 Question)

  • Q1. Asked DSA array questions

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare well DSA and code
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Mar 2023. There were 3 interview rounds.

Round 1 - Coding Test 

Kadance algorithm and find the middle of the linklist

Round 2 - Coding Test 

More on java and Python based coding questions

Round 3 - HR 

(4 Questions)

  • Q1. Behavioural questions were asked
  • Q2. What are your expectations from this job
  • Q3. What are your plans ahead
  • Q4. Where do you see yourself in 5 years ahead

Interview Preparation Tips

Interview preparation tips for other job seekers - Do good practise of DSA
Interview experience
4
Good
Difficulty level
Hard
Process Duration
More than 8 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in May 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Basic aptitude with tracing program

Round 2 - Coding Test 

3 problem with easy to hard

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

I applied via Campus Placement and was interviewed in Jun 2022. There were 3 interview rounds.

Round 1 - Coding Test 

Consists of 5 questions of DSA
1 Knapsack, 1 bitwise, 1 string , 1 basic mathematics, 1 dynamic programming

Round 2 - Technical 

(1 Question)

  • Q1. Based on Coding question and dbms and question based on resume.
Round 3 - Technical 

(1 Question)

  • Q1. Recursive approach for printing prime number It was taken by CTO of company
  • Ans. 

    A recursive approach to print prime numbers involves checking divisibility and using recursion to iterate through numbers.

    • Define a function to check if a number is prime.

    • Use recursion to iterate through numbers starting from 2.

    • For each number, check if it is prime and print it if true.

    • Base case: Stop recursion when a certain limit is reached.

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Zolo Software Developer interview:
  • Data Structures
  • DBMS
  • OS
Interview preparation tips for other job seekers - Overall interview is easy and supportive you will get a lot of time to think your approach and explain your approach
Are these interview questions helpful?
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
-
Result
Not Selected

I applied via Walk-in and was interviewed in May 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Was bit tough and need to concentrate on work time

Round 2 - Coding Test 

Was about coding in any language such as Java python

Interview experience
3
Average
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Not Selected

I appeared for an interview before Jul 2023.

Round 1 - Technical 

(3 Questions)

  • Q1. Build an sample app server with express.js
  • Ans. 

    Build a sample app server using express.js

    • Install express.js using npm

    • Create a new express app

    • Set up routes and middleware

    • Start the server to listen on a specific port

  • Answered by AI
  • Q2. How do you make connection with database in your project
  • Ans. 

    I use JDBC (Java Database Connectivity) to establish connection with the database in my project.

    • Use JDBC API to connect to the database

    • Load the JDBC driver

    • Create a connection object

    • Create a statement object

    • Execute SQL queries

  • Answered by AI
  • Q3. Write multer middleware code.
  • Ans. 

    Multer is a middleware for handling multipart/form-data, used for file uploads in Node.js.

    • Install multer package using npm: npm install multer

    • Require multer in your Node.js file: const multer = require('multer')

    • Set up multer middleware with desired options: const upload = multer({ dest: 'uploads/' })

    • Use the upload middleware in your route handler to process file uploads

  • Answered by AI

Skills evaluated in this interview

Interview experience
1
Bad
Difficulty level
Hard
Process Duration
4-6 weeks
Result
Selected Selected

I appeared for an interview in Jul 2024.

Round 1 - Coding Test 

2 Graph question of leetcode

Round 2 - One-on-one 

(2 Questions)

  • Q1. DSA Questions of leetcode
  • Q2. DSA Questions

MagicPin Interview FAQs

How many rounds are there in MagicPin Senior Java Developer interview?
MagicPin interview process usually has 3 rounds. The most common rounds in the MagicPin interview process are Technical and Coding Test.

Tell us how to improve this page.

Overall Interview Experience Rating

1/5

based on 1 interview experience

Difficulty level

Moderate 100%

Duration

Less than 2 weeks 100%
View more

Interview Questions from Similar Companies

Tracxn Interview Questions
3.1
 • 105 Interviews
Zolo Interview Questions
3.3
 • 57 Interviews
Netmeds.com Interview Questions
3.7
 • 48 Interviews
Impact Guru Interview Questions
3.6
 • 46 Interviews
Tokopedia Interview Questions
4.1
 • 26 Interviews
Treebo Hotels Interview Questions
3.2
 • 25 Interviews
Amber Interview Questions
4.0
 • 22 Interviews
Milkbasket Interview Questions
3.9
 • 21 Interviews
Nestaway Interview Questions
3.8
 • 21 Interviews
View all
Team Lead
59 salaries
unlock blur

₹2.5 L/yr - ₹7.5 L/yr

Key Account Manager
58 salaries
unlock blur

₹3.6 L/yr - ₹9 L/yr

Senior Associate
57 salaries
unlock blur

₹3.5 L/yr - ₹8.1 L/yr

Associate
56 salaries
unlock blur

₹2.2 L/yr - ₹4.1 L/yr

Business Development Executive
56 salaries
unlock blur

₹2.8 L/yr - ₹8 L/yr

Explore more salaries
Compare MagicPin with

Netmeds.com

3.7
Compare

Tracxn

3.1
Compare

Zolo

3.3
Compare

Treebo Hotels

3.2
Compare
write
Share an Interview