Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by MSG Global Solutions Team. If you also belong to the team, you can get access from here

MSG Global Solutions Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

MSG Global Solutions Associate Consultant Interview Questions and Answers

Updated 3 Apr 2024

MSG Global Solutions Associate Consultant Interview Experiences

1 interview found

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Apr 2023. There were 4 interview rounds.

Round 1 - Aptitude Test 

1 hour of Aptitude round

Round 2 - Group Discussion 

Had group discussion round

Round 3 - One-on-one 

(3 Questions)

  • Q1. Had questions related to info provided in resume, final year projects, technical concepts
  • Q2. Write pseudo code for (a+b) whole square?
  • Ans. 

    Pseudo code for calculating the square of the sum of two numbers.

    • Declare variables a, b, sum, result

    • Calculate sum = a + b

    • Calculate result = sum * sum

    • Return result

  • Answered by AI
  • Q3. Behavioral questions or scenario based questions?
Round 4 - HR 

(1 Question)

  • Q1. Tell me about your self? Cultural fit

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well both technical concepts and behavioral type questions

Interview questions from similar companies

I applied via Walk-in and was interviewed before Mar 2021. There were 3 interview rounds.

Round 1 - Aptitude Test 

Aptitude test

Round 2 - Group Discussion 

Current affairs

Round 3 - Technical 

(1 Question)

  • Q1. Puzzle , sql related questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Be yourself, whatever you know just be confident

I applied via Recruitment Consulltant and was interviewed before Oct 2021. There were 4 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 - Aptitude Test 

Reasoning and aptitude questions are given

Round 3 - HR 

(2 Questions)

  • Q1. Tell all concepts of Overloading
  • Ans. 

    Overloading is a concept in programming where multiple functions can have the same name but different parameters.

    • Functions with the same name but different parameters can be defined in a class

    • Overloading allows for flexibility in function usage

    • Example: void print(int num) and void print(string text) are overloaded functions

  • Answered by AI
  • Q2. Tell me about a live example of inheritance
  • Ans. 

    Inheritance in software development allows a class to inherit properties and behaviors from another class.

    • Inheritance allows a subclass to reuse code from a superclass

    • Subclass can also add new functionalities or override existing ones

    • Example: Animal class can be a superclass with properties like name and age, while Dog class can inherit from Animal and add a method bark()

  • Answered by AI
Round 4 - HR 

(1 Question)

  • Q1. Tell about the your self

Interview Preparation Tips

Interview preparation tips for other job seekers - Do prepare all basic concepts of oops, practice all the concepts
Interview experience
2
Poor
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Job Portal and was interviewed in Sep 2024. There were 4 interview rounds.

Round 1 - Coding Test 

2 DSA question was asked

Round 2 - Aptitude Test 

40 questions in 20 minutes

Round 3 - Technical 

(2 Questions)

  • Q1. Stones games 2 leetcode
  • Q2. Permutations of array
  • Ans. 

    Generate all possible permutations of an array of strings

    • Use recursion to generate permutations

    • Swap elements to create different permutations

    • Base case: when array size is 1, return array as permutation

  • Answered by AI
Round 4 - Technical 

(1 Question)

  • Q1. Project discussion

Skills evaluated in this interview

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

I applied via LinkedIn and was interviewed before Dec 2023. There were 3 interview rounds.

Round 1 - HR 

(1 Question)

  • Q1. Asked questions about past experience and skills
Round 2 - Coding Test 

Build small project on site

Round 3 - HR 

(1 Question)

  • Q1. Behavioral questions

Software Engineer Interview Questions & Answers

EagleView user image SHAURYA AGRAWAL (RA2111030010009)

posted on 28 Sep 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

60min of aptitude and coding test

Round 2 - Coding Test 

2 questions on coding test

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

45 min 2 question on basic codeing

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

(2 Questions)

  • Q1. General resume discussions
  • Q2. HR questiosn aslso
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
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 

(3 Questions)

  • Q1. 30min technical round
  • Q2. Project manager round
  • Q3. HR round for salary discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview is going good . They informed status day after
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
More than 8 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Nov 2022. There were 2 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 tips
Round 2 - Technical 

(4 Questions)

  • Q1. Operate or control a particualar typing of data device that is attached to a computer
  • Q2. Operate or contriol
  • Q3. In computing a device driver is a computer program that operates or controls a particular type of device that is attached to a computer or automaton
  • Q4. To perform some manual act upon a human body in a methodical manner, and usually with instruments, with a view to restore soundness or health, as in amputation, lithotomy, etc.

Interview Preparation Tips

Interview preparation tips for other job seekers - vdart is supoort

MSG Global Solutions Interview FAQs

How many rounds are there in MSG Global Solutions Associate Consultant interview?
MSG Global Solutions interview process usually has 4 rounds. The most common rounds in the MSG Global Solutions interview process are Aptitude Test, Group Discussion and One-on-one Round.
How to prepare for MSG Global Solutions Associate Consultant 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 MSG Global Solutions. The most common topics and skills that interviewers at MSG Global Solutions expect are System integration, Analytical, Consulting, Medical Insurance and SAP.
What are the top questions asked in MSG Global Solutions Associate Consultant interview?

Some of the top questions asked at the MSG Global Solutions Associate Consultant interview -

  1. Write pseudo code for (a+b) whole squa...read more
  2. Behavioral questions or scenario based questio...read more

Tell us how to improve this page.

MSG Global Solutions Associate Consultant Interview Process

based on 2 interviews

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

Equifax Interview Questions
3.3
 • 32 Interviews
VDart Interview Questions
4.1
 • 28 Interviews
DISYS Interview Questions
3.0
 • 27 Interviews
EagleView Interview Questions
3.3
 • 20 Interviews
SAS Interview Questions
4.3
 • 19 Interviews
Ciklum Interview Questions
3.5
 • 19 Interviews
View all
MSG Global Solutions Associate Consultant Salary
based on 55 salaries
₹3 L/yr - ₹9 L/yr
40% less than the average Associate Consultant Salary in India
View more details

MSG Global Solutions Associate Consultant Reviews and Ratings

based on 2 reviews

4.8/5

Rating in categories

4.7

Skill development

4.7

Work-life balance

2.9

Salary

4.7

Job security

4.8

Company culture

2.9

Promotions

4.8

Work satisfaction

Explore 2 Reviews and Ratings
Senior Consultant
66 salaries
unlock blur

₹11.5 L/yr - ₹32.4 L/yr

Consultant
65 salaries
unlock blur

₹6.7 L/yr - ₹21 L/yr

Associate Consultant
55 salaries
unlock blur

₹3 L/yr - ₹9 L/yr

Principal Consultant
28 salaries
unlock blur

₹21.4 L/yr - ₹51 L/yr

Software Developer
12 salaries
unlock blur

₹2.6 L/yr - ₹9.2 L/yr

Explore more salaries
Compare MSG Global Solutions with

Saama Technologies

3.7
Compare

DISYS

3.0
Compare

Data-Core Systems

3.1
Compare

Arvato

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