Upload Button Icon Add office photos

Filter interviews by

Magnaquest Technologies Interview Questions, Process, and Tips

Updated 22 Aug 2024

Top Magnaquest Technologies Interview Questions and Answers

Magnaquest Technologies Interview Experiences

Popular Designations

11 interviews found

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

I was interviewed in Jul 2024.

Round 1 - Aptitude Test 

10 sql mcqs, 10 aptitude and 10 verbal and communication questions.

Round 2 - One-on-one 

(2 Questions)

  • Q1. Explanation about projects
  • Ans. 

    Explanation of projects in previous roles

    • Describe the types of projects you have worked on

    • Explain your role and responsibilities in each project

    • Highlight any challenges faced and how they were overcome

    • Discuss the impact of the projects on the organization or clients

  • Answered by AI
  • Q2. Project requirements gathering
Round 3 - One-on-one 

(1 Question)

  • Q1. Some SQL questions based on joins, basic to medium sql

Interview Preparation Tips

Topics to prepare for Magnaquest Technologies Implementation Engineer interview:
  • SQL

Implementation Engineer Interview Questions asked at other Companies

Q1. What is the SI unit of current?
View answer (5)
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

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (42)
Magnaquest Technologies Interview Questions and Answers for Freshers
illustration image
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

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (42)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Aptitude Test 

Aptitude round covered all important topics with verbal and logical reasoning

Round 2 - Technical 

(3 Questions)

  • Q1. Oops concept were asked
  • Q2. Sql questions were asked
  • Q3. Java questions were asked

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (203)

Magnaquest Technologies interview questions for popular designations

 Implementation Engineer

 (4)

 Software Engineer

 (2)

 Software Developer

 (2)

 Associate Software Developer

 (1)

 Senior Software Engineer

 (1)

 Application Support Engineer

 (1)

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

I was interviewed in Mar 2024.

Round 1 - Aptitude Test 

Easy and basic questions

Round 2 - Technical 

(1 Question)

  • Q1. What is java. What is difference between plsql and sql
  • Ans. 

    Java is a programming language used for developing applications. PL/SQL is an extension of SQL used for procedural programming in Oracle databases.

    • Java is a general-purpose programming language known for its portability and versatility.

    • PL/SQL is a procedural extension of SQL used for writing stored procedures, functions, and triggers in Oracle databases.

    • SQL is a standard language for managing relational databases, whil...

  • Answered by AI

Skills evaluated in this interview

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (203)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all Resume tips
Round 2 - Aptitude Test 

Covers all topics like reasoning

Round 3 - One-on-one 

(1 Question)

  • Q1. One to one casual interaction

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be calm and prepare

Associate Software Developer Interview Questions asked at other Companies

Q1. Nth Fibonacci Number Problem Statement Calculate the Nth term in the Fibonacci sequence, where the sequence is defined as follows: F(n) = F(n-1) + F(n-2), with initial conditions F(1) = F(2) = 1. Input: The input consists of a single intege... read more
View answer (1)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Company Website and was interviewed before Oct 2022. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Double-check your resume for any spelling mistakes. The recruiter may consider spelling mistakes as careless behavior or poor communication skills.
View all Resume tips
Round 2 - Technical 

(3 Questions)

  • Q1. SQL joins related
  • Q2. SQL function and date formats
  • Q3. Select queries examples
  • Ans. 

    Examples of select queries in SQL

    • Select all columns from a table: SELECT * FROM table_name

    • Select specific columns from a table: SELECT column1, column2 FROM table_name

    • Select with conditions: SELECT * FROM table_name WHERE condition

    • Select with ordering: SELECT * FROM table_name ORDER BY column_name

    • Select with grouping: SELECT column_name, COUNT(*) FROM table_name GROUP BY column_name

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

(2 Questions)

  • Q1. Personal projects in resume
  • Q2. Question About my self

Interview Preparation Tips

Topics to prepare for Magnaquest Technologies Application Support Engineer interview:
  • SQL
  • PLSQL
  • Data Analysis
  • Execl

Skills evaluated in this interview

Application Support Engineer Interview Questions asked at other Companies

Q1. what do you know about SQL , Unix , explain in brief
View answer (2)

I applied via Recruitment Consulltant and was interviewed in Sep 2021. There were 2 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Details of the projects in the 4th year Some basic questions

Senior Software Engineer Interview Questions asked at other Companies

Q1. Tell me about yourself. What technology are you using? What is a Collection? What are the different types of collection there? What is the difference between ArrayList and LinkedList What are the basic building blocks of Stream operators, s... read more
View answer (2)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before Jun 2022. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all Resume tips
Round 2 - HR 

(2 Questions)

  • Q1. Personal introduction
  • Q2. Projectr explanation
  • Ans. 

    Project explanation involves detailing the scope, objectives, deliverables, timeline, resources, and stakeholders of a specific project.

    • Define the project scope and objectives clearly.

    • Identify the deliverables and timeline for each phase of the project.

    • Allocate resources effectively to ensure project success.

    • Engage with stakeholders to gather requirements and feedback.

    • Regularly monitor and evaluate progress to make nec...

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. PL/SQL Technical questions

Implementation Engineer Interview Questions asked at other Companies

Q1. What is the SI unit of current?
View answer (5)

I applied via Recruitment Consulltant and was interviewed before Sep 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 Resume tips
Round 2 - One-on-one 

(1 Question)

  • Q1. Technical about SQL from Basics and some exercises.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be good at basics which will be a plus when you miss one or two questions

Implementation Engineer Interview Questions asked at other Companies

Q1. What is the SI unit of current?
View answer (5)
Contribute & help others!
anonymous
You can choose to be anonymous

Magnaquest Technologies Interview FAQs

How many rounds are there in Magnaquest Technologies interview?
Magnaquest Technologies interview process usually has 2-3 rounds. The most common rounds in the Magnaquest Technologies interview process are Technical, One-on-one Round and Resume Shortlist.
How to prepare for Magnaquest Technologies 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 Magnaquest Technologies. The most common topics and skills that interviewers at Magnaquest Technologies expect are Javascript, MVC, MySQL, Java and SQL.
What are the top questions asked in Magnaquest Technologies interview?

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

  1. What is java. What is difference between plsql and ...read more
  2. Select queries examp...read more
  3. Why interface over abstract cl...read more

Recently Viewed

REVIEWS

Artech Infosystems

No Reviews

REVIEWS

Baxter International

No Reviews

DESIGNATION

DESIGNATION

SALARIES

Baxter International

REVIEWS

Artech Infosystems

No Reviews

INTERVIEWS

VIP Industries

No Interviews

SALARIES

Baxter International

SALARIES

Baxter International

SALARIES

Arcon TechSolutions

Tell us how to improve this page.

Magnaquest Technologies Interview Process

based on 12 interviews

Interview experience

4.3
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Infosys Interview Questions
3.6
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 2.9k Interviews
Mphasis Interview Questions
3.4
 • 790 Interviews
HGS Interview Questions
3.9
 • 240 Interviews
View all

Magnaquest Technologies Reviews and Ratings

based on 79 reviews

4.2/5

Rating in categories

4.1

Skill development

3.9

Work-life balance

3.6

Salary

3.9

Job security

3.9

Company culture

3.5

Promotions

4.0

Work satisfaction

Explore 79 Reviews and Ratings
Software Engineer
56 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Engineer
53 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Implementation Engineer
30 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Developer
28 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Implementation Engineer
20 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Magnaquest Technologies with

HGS

3.9
Compare

TCS

3.7
Compare

Tech Mahindra

3.5
Compare

Infosys

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