i
Filter interviews by
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).
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...
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...
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...
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.
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...
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...
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...
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 ...
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...
I appeared for an interview in Jun 2025, where I was asked the following questions.
I appeared for an interview in Mar 2025, where I was asked the following questions.
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...
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...
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 ...
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).
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 ...
I applied via Walk-in and was interviewed in Aug 2024. There were 2 interview rounds.
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...
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.
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...
I appeared for an interview in Feb 2025, where I was asked the following questions.
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.
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...
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...
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
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
It was good and i had a great experience
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
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...
I appeared for an interview in Nov 2024, where I was asked the following questions.
I applied via Walk-in and was interviewed before Dec 2023. There were 2 interview rounds.
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...
Top trending discussions
Some of the top questions asked at the MSC Technology India interview -
The duration of MSC Technology India interview process can vary, but typically it takes about less than 2 weeks to complete.
based on 31 interview experiences
Difficulty level
Duration
based on 172 reviews
Rating in categories
Business Analyst
97
salaries
| ₹4.1 L/yr - ₹10 L/yr |
Senior Developer
71
salaries
| ₹8.3 L/yr - ₹12.5 L/yr |
Senior Business Analyst
69
salaries
| ₹8 L/yr - ₹14.1 L/yr |
Senior Testing Executive
52
salaries
| ₹6 L/yr - ₹13 L/yr |
DOT NET Developer
46
salaries
| ₹4.2 L/yr - ₹9.6 L/yr |
Xoriant
Photon Interactive
CitiusTech
Iris Software