Upload Button Icon Add office photos

Filter interviews by

Magnaquest Technologies Software Developer Interview Questions and Answers

Updated 15 Jul 2024

Magnaquest Technologies Software Developer Interview Experiences

2 interviews found

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

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

Round 1 - Coding Test 

The first round consisted of a coding test using java jdbc

Round 2 - Technical 

(2 Questions)

  • Q1. Questions on java oops concepts
  • Q2. Questions on sql
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Assignment 

Asked us o make a java http request

Round 2 - Technical 

(2 Questions)

  • Q1. What is an interface
  • Ans. 

    An interface in software development is a contract that defines the methods that a class must implement.

    • An interface contains only method signatures, no implementation.

    • Classes can implement multiple interfaces.

    • Interfaces allow for polymorphism and loose coupling.

    • Example: Java interface 'Runnable' with 'run()' method.

  • Answered by AI
  • Q2. Why interface over abstract class
  • Ans. 

    Interfaces allow for multiple inheritance, flexibility, and loose coupling compared to abstract classes.

    • Interfaces allow a class to implement multiple interfaces, but can only inherit from one abstract class.

    • Interfaces promote loose coupling as they define a contract for classes to implement without specifying the implementation details.

    • Interfaces are more flexible as they can be implemented by unrelated classes, while...

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. What are youre projects and your roles
  • Q2. What do you expect form us

Interview Preparation Tips

Interview preparation tips for other job seekers - Pretty easy

Software Developer Interview Questions Asked at Other Companies

asked in Amazon
Q1. Maximum Subarray SumGiven an array of numbers, find the maximum s ... read more
asked in Cognizant
Q2. Nth Fibonacci NumberNth term of Fibonacci series F(n), where F(n) ... read more
asked in Rakuten
Q3. Merge two sorted arraysNinja has been given two sorted integer ar ... read more
asked in GlobalLogic
Q4. Terms Of APAyush is given a number ‘X’. He has been told that he ... read more
asked in Amazon
Q5. Minimum Number of Platform NeededYou are given the arrival and de ... read more

Interview questions from similar companies

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

(2 Questions)

  • Q1. Question around priority queue
  • Q2. Decode strings leetcode
Round 2 - Technical 

(1 Question)

  • Q1. System design questions scenario based
Round 3 - Technical 

(1 Question)

  • Q1. Questions on multidimensional tree
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed in Jun 2024. There were 3 interview rounds.

Round 1 - Coding Test 

Basic Logical programs

Round 2 - Technical 

(4 Questions)

  • Q1. Explain laravel Structure
  • Q2. Database migration
  • Q3. What is indexing in database
  • Q4. What is controller ,What is Route
Round 3 - HR 

(2 Questions)

  • Q1. Why you leave your previous Company
  • Q2. What is your role in previous company
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

It was combination of mcqs and 2 coding questions

Round 2 - Technical 

(3 Questions)

  • Q1. What is oops concepts
  • Ans. 

    Object-oriented programming concepts that focus on objects and classes for better code organization and reusability.

    • Encapsulation: Bundling data and methods that operate on the data into a single unit (class).

    • Inheritance: Ability of a class to inherit properties and behavior from another class.

    • Polymorphism: Ability to present the same interface for different data types.

    • Abstraction: Hiding the complex implementation det...

  • Answered by AI
  • Q2. Difference between java nd putjon
  • Ans. 

    Java is a programming language while Putjon is not a recognized term in software development.

    • Java is a widely used programming language for developing applications.

    • Putjon is not a recognized term in software development, it may be a typo or a specific term not commonly used.

    • There is no direct comparison between Java and Putjon as they are not related.

  • Answered by AI
  • Q3. Tell about ur project
Round 3 - One-on-one 

(2 Questions)

  • Q1. What are your strengths
  • Q2. What is ur greatest comeback

Skills evaluated in this interview

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

I applied via AmbitionBox

Round 1 - Coding Test 

Java, spring,springboot

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

2 Query question and 3 coding questions

Round 2 - Technical 

(4 Questions)

  • Q1. Basic oops , Java script and Networking questions.
  • Q2. What is object orienteered programming.
  • Ans. 

    Object oriented programming is a programming paradigm based on the concept of objects, which can contain data and code.

    • Objects are instances of classes, which define the structure and behavior of the objects.

    • Encapsulation, inheritance, and polymorphism are key principles of object oriented programming.

    • Example: Java, C++, Python are popular languages that support object oriented programming.

  • Answered by AI
  • Q3. Different Events in java script
  • Ans. 

    Events in JavaScript are actions or occurrences that happen in the browser that the code can respond to.

    • Events can be triggered by user actions (like clicking a button), browser actions (like page load), or system events (like a timer expiring)

    • Event listeners are used to listen for and respond to events

    • Common events include click, mouseover, keydown, submit, etc.

  • Answered by AI
  • Q4. Event listeners
Round 3 - Coding Test 

Project , coding question, DBMS

Round 4 - HR 

(1 Question)

  • Q1. Basic personal details

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

2 DSA questions Both are from DP

Round 2 - Technical 

(2 Questions)

  • Q1. 2 Questions , 1 is DSA
  • Q2. Second question is Puzzle

Interview Preparation Tips

Interview preparation tips for other job seekers - Practise DSA more and give more and more interviews.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Implement tail f

Interview Preparation Tips

Interview preparation tips for other job seekers - Learn development along with DSA
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

I applied via Campus Placement and was interviewed in Mar 2024. There was 1 interview round.

Round 1 - Coding Test 

There were 5 question out of which 2 were coding Data Structure problems , 1 was SQL based , 1 was AI based Problem ( Machine Learning ) and 1 was to create UML Diagram.
First Coding question was pretty easy , other one was kinda tough , UML Diagram was also easy and SQL query was of moderate level.

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep Practising u'll definately make it.

Magnaquest Technologies Interview FAQs

How many rounds are there in Magnaquest Technologies Software Developer interview?
Magnaquest Technologies interview process usually has 2-3 rounds. The most common rounds in the Magnaquest Technologies interview process are Technical, Assignment and HR.
What are the top questions asked in Magnaquest Technologies Software Developer interview?

Some of the top questions asked at the Magnaquest Technologies Software Developer interview -

  1. Why interface over abstract cl...read more
  2. What is an interf...read more
  3. questions on java oops conce...read more

Tell us how to improve this page.

People are getting interviews through

based on 1 Magnaquest Technologies interview
Campus Placement
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.
Magnaquest Technologies Software Developer Salary
based on 28 salaries
₹3 L/yr - ₹5.8 L/yr
45% less than the average Software Developer Salary in India
View more details

Magnaquest Technologies Software Developer Reviews and Ratings

based on 6 reviews

3.7/5

Rating in categories

3.4

Skill development

3.2

Work-Life balance

1.4

Salary & Benefits

4.0

Job Security

3.1

Company culture

2.8

Promotions/Appraisal

3.4

Work Satisfaction

Explore 6 Reviews and Ratings
Senior Software Engineer
59 salaries
unlock blur

₹3.5 L/yr - ₹8.5 L/yr

Software Engineer
56 salaries
unlock blur

₹2.7 L/yr - ₹7.1 L/yr

Senior Implementation Engineer
34 salaries
unlock blur

₹3.4 L/yr - ₹6.5 L/yr

Software Developer
28 salaries
unlock blur

₹3 L/yr - ₹5.8 L/yr

Implementation Engineer
20 salaries
unlock blur

₹2.7 L/yr - ₹6 L/yr

Explore more salaries
Compare Magnaquest Technologies with

HGS

3.9
Compare

TCS

3.7
Compare

Tech Mahindra

3.6
Compare

Infosys

3.7
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview