Premium Employer

i

This company page is being actively managed by MSC Technology India Team. If you also belong to the team, you can get access from here

MSC Technology India Verified Tick Work with us arrow

Compare button icon Compare button icon Compare

Filter interviews by

MSC Technology India Interview Questions and Answers

Updated 3 Jul 2025
Popular Designations

20 Interview questions

A Senior Business Analyst was asked 2mo ago
Q. What is the difference between the PUT and POST methods in API requests?
Ans. 

PUT updates existing resources, while POST creates new resources in API requests.

  • PUT is idempotent, meaning multiple identical requests have the same effect as a single request.

  • POST is not idempotent; multiple identical requests can create multiple resources.

  • Example of PUT: Updating user information at a specific URL (e.g., PUT /users/1).

  • Example of POST: Creating a new user (e.g., POST /users).

View all Senior Business Analyst interview questions
A Senior Business Analyst was asked 2mo ago
Q. How do you prioritize stories during change management and sprint retrospective calls?
Ans. 

Prioritizing stories involves assessing impact, urgency, and stakeholder needs during change management and retrospectives.

  • Assess business value: Prioritize stories that deliver the highest value to stakeholders, such as improving patient outcomes in healthcare.

  • Evaluate urgency: Consider deadlines and dependencies; for example, if a regulatory change is imminent, prioritize related stories.

  • Involve stakeholders: Ga...

View all Senior Business Analyst interview questions
A Senior Business Analyst was asked 2mo ago
Q. What is a test-driven development approach?
Ans. 

Test-driven development (TDD) is a software development approach where tests are written before code implementation.

  • TDD follows a cycle of writing a test, implementing code, and refactoring.

  • Example: Write a test for a function that adds two numbers, then implement the function to pass the test.

  • Encourages better design and modular code since tests define requirements.

  • Helps catch bugs early in the development proces...

View all Senior Business Analyst interview questions
A Senior Business Analyst was asked 2mo ago
Q. What is the Gherkin syntax in the context of Behavior-Driven Development (BDD)?
Ans. 

Gherkin syntax is a structured language used in BDD to define test cases in a human-readable format.

  • Gherkin uses a simple syntax with keywords like Given, When, Then to describe scenarios.

  • Example: Given a user is logged in, When they click on 'Logout', Then they should see the login page.

  • It promotes collaboration between technical and non-technical stakeholders.

  • Gherkin files typically have a .feature extension and...

View all Senior Business Analyst interview questions
A Senior Test Analyst was asked 3mo ago
Q. What is your current CTC?
Ans. 

My current CTC is competitive and reflects my experience and skills in the testing domain.

  • My current CTC is $80,000 per annum, which includes base salary and bonuses.

  • I have received consistent performance bonuses based on my contributions to project success.

  • In my previous role, I negotiated a 10% increase after successfully leading a critical project.

View all Senior Test Analyst interview questions
A Senior Test Analyst was asked 3mo ago
Q. Are you comfortable with a 15% increase from your current CTC?
Ans. 

I appreciate the offer and am open to discussing the 15% hike based on my skills and contributions.

  • I have consistently delivered high-quality testing results in my previous roles.

  • My experience in automation testing has led to significant time savings for my team.

  • I have successfully led testing efforts for multiple high-stakes projects, ensuring timely delivery.

  • I am committed to continuous learning and have recentl...

View all Senior Test Analyst interview questions
A Business Analyst was asked 6mo ago
Q. How do you handle stakeholders?
Ans. 

Effective stakeholder handling involves communication, understanding needs, and managing expectations for project success.

  • Identify stakeholders early: Recognize key players like project sponsors and end-users.

  • Engage regularly: Schedule meetings to gather feedback and provide updates.

  • Understand their needs: Conduct interviews or surveys to grasp their expectations.

  • Manage conflicts: Address disagreements promptly to...

View all Business Analyst interview questions
Are these interview questions helpful?
A Senior Software Engineer Testing was asked 6mo ago
Q. What is functional testing?
Ans. 

Functional testing verifies that software functions according to specified requirements and performs its intended tasks.

  • Focuses on user requirements and functionality of the software.

  • Examples include unit testing, integration testing, and system testing.

  • Tests are typically black-box, meaning the internal workings are not examined.

  • Validates both positive and negative scenarios to ensure robustness.

  • Common tools used...

View all Senior Software Engineer Testing interview questions
A Senior Business Analyst was asked 9mo ago
Q. What Requirement Elicitation techniques do you use?
Ans. 

Requirement Elicitation techniques are methods used to gather and clarify requirements from stakeholders.

  • Interviews with stakeholders to understand their needs and expectations

  • Surveys or questionnaires to collect feedback from a larger group of stakeholders

  • Observations of current processes or systems to identify areas for improvement

  • Prototyping or wireframing to visualize requirements and gather feedback

  • Workshops ...

View all Senior Business Analyst interview questions
A Documentation Assistant was asked 11mo ago
Q. What do you know about MSC?
Ans. 

MSC stands for Mediterranean Shipping Company, a global shipping company headquartered in Geneva, Switzerland.

  • MSC is one of the largest container shipping companies in the world.

  • It was founded in 1970 and has grown to operate a fleet of over 500 vessels.

  • MSC offers services for both cargo and passengers, with routes covering major ports worldwide.

  • The company is known for its environmental initiatives, such as using...

View all Documentation Assistant interview questions

MSC Technology India Interview Experiences

32 interviews found

DOT NET Developer Interview Questions & Answers

user image Jagadeesan Kumar

posted on 3 Jul 2025

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

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

  • Q1. C# interview question and answers
  • Q2. Api interview question and answers
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

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

  • Q1. Resume based questions on shipping domain and project experience
  • Q2. What is a user persona in the context of UI/UX design, and what are the fundamental principles of UI/UX?
  • Ans. 

    User personas are fictional characters representing target users, guiding UI/UX design to meet their needs effectively.

    • User personas help designers understand user motivations and behaviors. For example, a persona might be 'Busy Professional' who needs quick access to features.

    • They are based on user research and data, ensuring designs are user-centered. For instance, using surveys to create a persona based on real user...

  • Answered by AI
  • Q3. What is a test-driven development approach?
  • Ans. 

    Test-driven development (TDD) is a software development approach where tests are written before code implementation.

    • TDD follows a cycle of writing a test, implementing code, and refactoring.

    • Example: Write a test for a function that adds two numbers, then implement the function to pass the test.

    • Encourages better design and modular code since tests define requirements.

    • Helps catch bugs early in the development process, re...

  • Answered by AI
  • Q4. How do you prioritize stories during change management and sprint retrospective calls?
  • Ans. 

    Prioritizing stories involves assessing impact, urgency, and stakeholder needs during change management and retrospectives.

    • Assess business value: Prioritize stories that deliver the highest value to stakeholders, such as improving patient outcomes in healthcare.

    • Evaluate urgency: Consider deadlines and dependencies; for example, if a regulatory change is imminent, prioritize related stories.

    • Involve stakeholders: Gather ...

  • Answered by AI
  • Q5. What is the difference between the PUT and POST methods in API requests?
  • Ans. 

    PUT updates existing resources, while POST creates new resources in API requests.

    • PUT is idempotent, meaning multiple identical requests have the same effect as a single request.

    • POST is not idempotent; multiple identical requests can create multiple resources.

    • Example of PUT: Updating user information at a specific URL (e.g., PUT /users/1).

    • Example of POST: Creating a new user (e.g., POST /users).

  • Answered by AI
  • Q6. What is the Gherkin syntax in the context of Behavior-Driven Development (BDD)?
  • Ans. 

    Gherkin syntax is a structured language used in BDD to define test cases in a human-readable format.

    • Gherkin uses a simple syntax with keywords like Given, When, Then to describe scenarios.

    • Example: Given a user is logged in, When they click on 'Logout', Then they should see the login page.

    • It promotes collaboration between technical and non-technical stakeholders.

    • Gherkin files typically have a .feature extension and can ...

  • Answered by AI
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. Roles and responsibilities?
  • Ans. 

    The roles and responsibilities of a Senior Business Analyst involve analyzing business processes, identifying opportunities for improvement, and providing strategic recommendations.

    • Analyze business processes to identify inefficiencies and areas for improvement

    • Gather and analyze data to provide insights and recommendations for strategic decision-making

    • Collaborate with stakeholders to understand business needs and requir...

  • Answered by AI
  • Q2. Roles in scrum?
  • Ans. 

    Roles in scrum include Product Owner, Scrum Master, and Development Team.

    • Product Owner is responsible for maximizing the value of the product and the work of the Development Team.

    • Scrum Master is responsible for ensuring Scrum is understood and enacted.

    • Development Team is responsible for delivering potentially shippable increments of product at the end of each Sprint.

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. Requirement Elicitation techniques?
  • Ans. 

    Requirement Elicitation techniques are methods used to gather and clarify requirements from stakeholders.

    • Interviews with stakeholders to understand their needs and expectations

    • Surveys or questionnaires to collect feedback from a larger group of stakeholders

    • Observations of current processes or systems to identify areas for improvement

    • Prototyping or wireframing to visualize requirements and gather feedback

    • Workshops or fo...

  • Answered by AI
  • Q2. Skill set for Business analyst
Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

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

  • Q1. What is your current CTC
  • Ans. 

    My current CTC is competitive and reflects my experience and skills in the testing domain.

    • My current CTC is $80,000 per annum, which includes base salary and bonuses.

    • I have received consistent performance bonuses based on my contributions to project success.

    • In my previous role, I negotiated a 10% increase after successfully leading a critical project.

  • Answered by AI
  • Q2. Are you ok with 15% hike from the current CTC
  • Ans. 

    I appreciate the offer and am open to discussing the 15% hike based on my skills and contributions.

    • I have consistently delivered high-quality testing results in my previous roles.

    • My experience in automation testing has led to significant time savings for my team.

    • I have successfully led testing efforts for multiple high-stakes projects, ensuring timely delivery.

    • I am committed to continuous learning and have recently com...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - They waste your time doing the screening process face to face and will reject you by giving very low salary budget
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
No response
Round 1 - Technical 

(1 Question)

  • Q1. What is functional testing
  • Ans. 

    Functional testing verifies that software functions according to specified requirements and performs its intended tasks.

    • Focuses on user requirements and functionality of the software.

    • Examples include unit testing, integration testing, and system testing.

    • Tests are typically black-box, meaning the internal workings are not examined.

    • Validates both positive and negative scenarios to ensure robustness.

    • Common tools used incl...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - more knowledge about testing types

Interview Questions & Answers

user image Kaviya

posted on 27 Jun 2024

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

(2 Questions)

  • Q1. What is abstract class
  • Ans. 

    An abstract class is a class that cannot be instantiated and is used as a base for other classes to inherit from.

    • Cannot be instantiated directly

    • May contain abstract methods that must be implemented by subclasses

    • Can have both abstract and non-abstract methods

  • Answered by AI
  • Q2. What is clustered index
  • Ans. 

    A clustered index is a type of index in which the rows of the table are stored in the same order as the index.

    • Organizes data in the table based on the indexed column(s)

    • Physically reorders the table data to match the index

    • Only one clustered index per table

    • Can improve performance for range queries

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

(2 Questions)

  • Q1. Solve a coding in sorting order
  • Q2. Code in sorting order

Interview Preparation Tips

Interview preparation tips for other job seekers - prepte

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

It was good and i had a great experience

Round 2 - Technical 

(2 Questions)

  • Q1. Tell me about your Self?
  • Ans. 

    I am a detail-oriented individual with strong organizational skills and a passion for creating clear and concise documentation.

    • Detail-oriented with strong organizational skills

    • Passionate about creating clear and concise documentation

    • Experience in writing technical documents and manuals

    • Proficient in using documentation tools such as Microsoft Word and Adobe Acrobat

  • Answered by AI
  • Q2. What do you know about MSC?
  • Ans. 

    MSC stands for Mediterranean Shipping Company, a global shipping company headquartered in Geneva, Switzerland.

    • MSC is one of the largest container shipping companies in the world.

    • It was founded in 1970 and has grown to operate a fleet of over 500 vessels.

    • MSC offers services for both cargo and passengers, with routes covering major ports worldwide.

    • The company is known for its environmental initiatives, such as using clea...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Go well prepared and confident.

Intern Interview Questions & Answers

user image Anonymous

posted on 15 Apr 2025

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
More than 8 weeks
Result
No response

I appeared for an interview in Nov 2024, where I was asked the following questions.

  • Q1. Tell About Yourself
  • Q2. Education Qualification And Skills

Interview Preparation Tips

Interview preparation tips for other job seekers - Everyone be careful and this company interview is just for namesake its completely fake wasted my time and energy
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. About persaonal details
Round 2 - Technical 

(1 Question)

  • Q1. Explained about the process question
Round 3 - HR 

(1 Question)

  • Q1. Salary negotiations done
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed before Dec 2023. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. About stake holders handling
  • Ans. 

    Effective stakeholder handling involves communication, understanding needs, and managing expectations for project success.

    • Identify stakeholders early: Recognize key players like project sponsors and end-users.

    • Engage regularly: Schedule meetings to gather feedback and provide updates.

    • Understand their needs: Conduct interviews or surveys to grasp their expectations.

    • Manage conflicts: Address disagreements promptly to main...

  • Answered by AI
  • Q2. About use cases and BRD
Round 2 - HR 

(2 Questions)

  • Q1. Salary negotiations
  • Q2. Previous experience

Top trending discussions

View All
Interview Tips & Stories
1w (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 MSC Technology India?
Ask anonymously on communities.

MSC Technology India Interview FAQs

How many rounds are there in MSC Technology India interview?
MSC Technology India interview process usually has 2-3 rounds. The most common rounds in the MSC Technology India interview process are Technical, One-on-one Round and Resume Shortlist.
How to prepare for MSC Technology India 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 MSC Technology India. The most common topics and skills that interviewers at MSC Technology India expect are C#, SQL, WPF, Application Programming and Software Services.
What are the top questions asked in MSC Technology India interview?

Some of the top questions asked at the MSC Technology India interview -

  1. What is a user persona in the context of UI/UX design, and what are the fundame...read more
  2. What is the difference between the PUT and POST methods in API reques...read more
  3. How do you prioritize stories during change management and sprint retrospective...read more
How long is the MSC Technology India interview process?

The duration of MSC Technology India interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Overall Interview Experience Rating

3.6/5

based on 31 interview experiences

Difficulty level

Easy 29%
Moderate 71%

Duration

Less than 2 weeks 82%
2-4 weeks 12%
More than 8 weeks 6%
View more
Join MSC Technology India Exclusive IT Solutions

Interview Questions from Similar Companies

CitiusTech Interview Questions
3.3
 • 290 Interviews
Altimetrik Interview Questions
3.7
 • 240 Interviews
Xoriant Interview Questions
4.1
 • 213 Interviews
INDIUM Interview Questions
4.0
 • 198 Interviews
Incedo Interview Questions
3.1
 • 193 Interviews
Globant Interview Questions
3.7
 • 183 Interviews
Iris Software Interview Questions
4.0
 • 178 Interviews
ThoughtWorks Interview Questions
3.9
 • 157 Interviews
View all

MSC Technology India Reviews and Ratings

based on 172 reviews

4.1/5

Rating in categories

3.9

Skill development

4.0

Work-life balance

4.0

Salary

4.3

Job security

3.9

Company culture

3.8

Promotions

4.0

Work satisfaction

Explore 172 Reviews and Ratings
Azure Integration Developer - Biztalk

Chennai

3-8 Yrs

Not Disclosed

Scrum Master

Ambattur

10-15 Yrs

Not Disclosed

Agile Coach

Ambattur

13-20 Yrs

Not Disclosed

Explore more jobs
Business Analyst
97 salaries
unlock blur

₹4.1 L/yr - ₹10 L/yr

Senior Developer
71 salaries
unlock blur

₹8.3 L/yr - ₹12.5 L/yr

Senior Business Analyst
69 salaries
unlock blur

₹8 L/yr - ₹14.1 L/yr

Senior Testing Executive
52 salaries
unlock blur

₹6 L/yr - ₹13 L/yr

DOT NET Developer
46 salaries
unlock blur

₹4.2 L/yr - ₹9.6 L/yr

Explore more salaries
Compare MSC Technology India with

Xoriant

4.1
Compare

Photon Interactive

4.1
Compare

CitiusTech

3.3
Compare

Iris Software

4.0
Compare
write
Share an Interview