Upload Button Icon Add office photos

Filter interviews by

MSC Ship Management Interview Questions and Answers

Updated 29 Dec 2022

MSC Ship Management Interview Experiences

3 interviews found

tr.os Interview Questions & Answers

user image Anonymous

posted on 18 Dec 2022

I applied via Company Website and was interviewed in Nov 2022. 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 tips
Round 2 - One-on-one 

(2 Questions)

  • Q1. Company is contract this month
  • Q2. And watchkiping and 9 month contract thi my selery company depen

Interview Preparation Tips

Interview preparation tips for other job seekers - good morning sir / Ma'am
I'm sajankumar Dipakbhai Tandel
i from india
and my job requirements tr.os
thank you

Mesman Interview Questions & Answers

user image sanjibkumar Barman

posted on 16 Mar 2022

I applied via Company Website and was interviewed in Sep 2021. There were 2 interview rounds.

Round 1 - Assignment 

Every day clean the mesroom and galley,washing all port parts and helping the cook

Round 2 - Coding Test 

Offshore rules alcohol not allowed on ship

Interview Preparation Tips

Interview preparation tips for other job seekers - Personal safety and about life saving

Interview Questionnaire 

2 Questions

  • Q1. Tell About Myself
  • Q2. My Educational detail and marine field why i choosen

Interview Preparation Tips

Round: Test
Experience: Aptitude , Reasoning

Round: Group Discussion
Experience: Social Media

Ordinary Seaman Interview Questions asked at other Companies

Q1. What is gps and its use
View answer (1)

Interview questions from similar companies

Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I applied via Naukri.com and was interviewed in Nov 2024. There was 1 interview round.

Round 1 - Technical 

(16 Questions)

  • Q1. What are custom hooks in React, and what are their use cases? Additionally, can you provide an example of a custom hook that performs an API call and utilizes the retrieved data?
  • Q2. What is the difference between useMemo and useCallback in React?
  • Q3. What is the difference between class-based components and functional components in React?
  • Q4. How can you implement the lifecycle of a React component in a functional component?
  • Q5. What are the various state management techniques available in React?
  • Q6. What is the architecture of Redux, and what purposes do middlewares serve within it?
  • Q7. What is hoisting in JavaScript?
  • Q8. What is event bubbling in JavaScript?
  • Q9. What are block scope and function scope in JavaScript?
  • Q10. Have you had experience working with semantic tags in HTML?
  • Q11. What are the various methods for creating an object in JavaScript?
  • Q12. What are the differences between shallow copy and deep copy in JavaScript?
  • Q13. What will be the output of the following JavaScript code fragment: `const a; function test() { console.log(a); }; test();`?
  • Q14. How can you use CSS to arrange elements in a row and column layout?
  • Q15. Have you utilized CSS preprocessors, and if so, which ones?
  • Q16. If I have assigned different colors to an ID and a class and applied both to the same element, which color will be applied based on CSS specificity precedence?

Interview Preparation Tips

Topics to prepare for Cognizant Senior Software Engineer interview:
  • Javascript
  • React.Js
  • HTML
  • CSS
Interview preparation tips for other job seekers - Possessing a deep understanding of JavaScript and React is essential. Interviewers may engage in mind games with candidates; therefore, we should remain calm and focused solely on the questions. Additionally, we need to be confident in our answers; otherwise, they may respond with doubt, asking, "Is that so?"
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I applied via Recruitment Consulltant and was interviewed in Nov 2024. There were 4 interview rounds.

Round 1 - One-on-one 

(1 Question)

  • Q1. Basic question on the tool I use in previous company and ask question on the components of it.
Round 2 - Technical 

(1 Question)

  • Q1. More on what is my role and managerial round.
Round 3 - Technical 

(1 Question)

  • Q1. 2 hour long interview with a panel of 4. Possibly every single question that can be asked and repeatedly same things. They tried understanding the process and functions elaborately way too much which was ...
Round 4 - Technical 

(1 Question)

  • Q1. Everything was already asked. But they need to drench and waste time of the candidate and themselves so they set up another round of technical to ask the same questions again and again.

Interview Preparation Tips

Interview preparation tips for other job seekers - Please don't waste your time and energy with this company. They are not serious about hiring good candidates. They just want to know what their Peer banks are doing by setting up interviews with potential candidates. And after getting all the info they can take they will ghost you by not picking up your call or answering your mail.
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Nov 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

The Aptitude Test session accesses mathematical and logical reasoning abilities

Round 2 - Technical 

(6 Questions)

  • Q1. What is Vlookup
  • Ans. 

    Vlookup is a function in Excel used to search for a value in a table and return a corresponding value from another column.

    • Vlookup stands for 'Vertical Lookup'

    • It is commonly used in Excel to search for a value in the leftmost column of a table and return a value in the same row from a specified column

    • Syntax: =VLOOKUP(lookup_value, table_array, col_index_num, [range_lookup])

    • Example: =VLOOKUP(A2, B2:D10, 3, FALSE) - searc...

  • Answered by AI
  • Q2. Some IF else Question in Excel
  • Q3. What does your day in your previous organization look like?
  • Ans. 

    My day in my previous organization involved analyzing large datasets, creating reports, and presenting findings to stakeholders.

    • Reviewing and cleaning large datasets to ensure accuracy

    • Creating visualizations and reports to communicate insights

    • Collaborating with team members to identify trends and patterns

    • Presenting findings to stakeholders in meetings or presentations

  • Answered by AI
  • Q4. Could you share the technical skills you possess?
  • Ans. 

    I possess strong technical skills in data analysis, including proficiency in programming languages, statistical analysis, and data visualization tools.

    • Proficient in programming languages such as Python, R, SQL

    • Skilled in statistical analysis and data modeling techniques

    • Experience with data visualization tools like Tableau, Power BI

    • Knowledge of machine learning algorithms and techniques

  • Answered by AI
  • Q5. Can you explain what a Pivot Table is?
  • Ans. 

    A Pivot Table is a data summarization tool used in spreadsheet programs to analyze, summarize, and present data in a tabular format.

    • Pivot tables allow users to reorganize and summarize selected columns and rows of data to obtain desired insights.

    • Users can easily group and filter data, perform calculations, and create visualizations using pivot tables.

    • Pivot tables are commonly used in Excel and other spreadsheet program...

  • Answered by AI
  • Q6. Find the Highest-paid employee in each department along with their salary and department name.
  • Ans. 

    To find the highest-paid employee in each department, we need to group employees by department and then select the employee with the highest salary in each group.

    • Group employees by department

    • Find the employee with the highest salary in each group

    • Retrieve the employee's name, salary, and department name

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Nagarro Data Analyst interview:
  • SQL
  • Excel
  • Problem Solving
  • PowerBI
  • SQL Queries
Interview preparation tips for other job seekers - Practice common interviews and scenarios, especially for your role.
Be prepared to discuss past challenges and how did you overcome.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Approached by Company and was interviewed in Nov 2024. There were 2 interview rounds.

Round 1 - One-on-one 

(3 Questions)

  • Q1. How do you assess if a user story is complete or not. Have you heard about INVEST.
  • Q2. Are you aware of RACI matrix.
  • Q3. If there are multiple stakeholders and one of the stakeholder is old school and against the new requirement, how do you handle such stakeholder.
Round 2 - One-on-one 

(3 Questions)

  • Q1. What is the difference between requirement gathering and requirement elicitation.
  • Q2. What are the 3Cs of a user story.
  • Q3. Traceability matrix

Interview Preparation Tips

Topics to prepare for Deloitte Lead Business Analyst interview:
  • Stakeholder Management
  • Requirement Gathering
  • user story
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Nov 2024. There were 3 interview rounds.

Round 1 - Group Discussion 

The group discussion is the we work with team and the team (Group). The discussion is the company group had the meeting an they think what they do on next and etc....

Round 2 - One-on-one 

(5 Questions)

  • Q1. What is the meaning of Teleperformance?
  • Ans. 

    Teleperformance is a global outsourcing company specializing in customer experience management.

    • Global outsourcing company

    • Specializes in customer experience management

    • Provides services such as customer support, technical support, sales, etc.

  • Answered by AI
  • Q2. What motivated you to select this job?
  • Ans. 

    Passion for problem-solving and interest in software development drove me to choose this job.

    • Passion for problem-solving

    • Interest in software development

    • Opportunity to learn and grow in the field

  • Answered by AI
  • Q3. Are you interested to do work
  • Ans. 

    Yes, I am very interested in doing work as a Junior Software Programmer.

    • I am passionate about coding and problem-solving

    • I enjoy learning new technologies and improving my skills

    • I have completed relevant courses or certifications in software development

  • Answered by AI
  • Q4. Did you work Before in Teleperformance
  • Ans. 

    No, I have not worked at Teleperformance before.

    • I have not worked at Teleperformance in the past.

    • My previous work experience does not include Teleperformance.

    • I am a new candidate for this position and have not worked at Teleperformance.

  • Answered by AI
  • Q5. Are you Happy with thus job
  • Ans. 

    Yes, I am happy with this job because I enjoy coding and problem-solving.

    • I enjoy coding and problem-solving

    • I appreciate the opportunities for growth and learning in this role

    • I have a positive relationship with my team and enjoy collaborating on projects

  • Answered by AI
Round 3 - Assignment 

Interview Preparation Tips

Interview preparation tips for other job seekers - I am Freshers in the company but i want to do work work in teleperformance company its was good job for the freshers
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed in Nov 2024. There was 1 interview round.

Round 1 - One-on-one 

(9 Questions)

  • Q1. Myself and experience in english
  • Q2. Selected for the peocess
  • Q3. Last drawn salary why you are not another process
  • Q4. Why you left last job
  • Q5. Rate ur english 1 to 10 numbers
  • Q6. Introduce yourself as a employee
  • Q7. Season topic talk for two minutes
  • Q8. How is good english
  • Q9. Your favourite place on this topic

Interview Preparation Tips

Interview preparation tips for other job seekers - nice but bad
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed in Oct 2024. There were 4 interview rounds.

Round 1 - Coding Test 

Assessment via link MCQ

Round 2 - One-on-one 

(2 Questions)

  • Q1. Microservices theory, Kafka
  • Q2. Singoloton design pattern, concurrent package, core java, collection questions, Java 8 related problem solving stream api questions
Round 3 - One-on-one 

(2 Questions)

  • Q1. Same like round 1, little bit managerial
  • Q2. Producer consumer multithreading, Java 8 , core java, project
Round 4 - One-on-one 

(2 Questions)

  • Q1. Behavioral questions
  • Q2. Situation based questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Get hands on actual code, singoloton design, multithreading and concurrent package, core java, spring boot, Kafka, microservices etc ..

MSC Ship Management Interview FAQs

How many rounds are there in MSC Ship Management interview?
MSC Ship Management interview process usually has 2 rounds. The most common rounds in the MSC Ship Management interview process are Assignment, Coding Test and Resume Shortlist.
What are the top questions asked in MSC Ship Management interview?

Some of the top questions asked at the MSC Ship Management interview -

  1. and watchkiping and 9 month contract thi my selery company de...read more
  2. company is contract this mo...read more

Tell us how to improve this page.

People are getting interviews through

based on 2 MSC Ship Management interviews
Company Website
100%
Moderate Confidence
?
Moderate Confidence means the data is based on a sufficient number of responses received from the candidates

Interview Questions from Similar Companies

Cognizant Interview Questions
3.8
 • 5.4k Interviews
Deloitte Interview Questions
3.8
 • 2.8k Interviews
BYJU'S Interview Questions
3.1
 • 2.2k Interviews
Teleperformance Interview Questions
3.9
 • 1.7k Interviews
Thome Group Interview Questions
4.0
 • 1 Interview
View all

MSC Ship Management Reviews and Ratings

based on 13 reviews

4.3/5

Rating in categories

4.1

Skill development

3.9

Work-Life balance

4.3

Salary & Benefits

4.0

Job Security

3.8

Company culture

3.6

Promotions/Appraisal

4.0

Work Satisfaction

Explore 13 Reviews and Ratings
Chief Engineer
4 salaries
unlock blur

₹36 L/yr - ₹80 L/yr

Assistant Cook
4 salaries
unlock blur

₹0.7 L/yr - ₹1.9 L/yr

Crewing Officer
4 salaries
unlock blur

₹4.6 L/yr - ₹6.1 L/yr

Executive
3 salaries
unlock blur

₹2.5 L/yr - ₹3.2 L/yr

Explore more salaries
Compare MSC Ship Management with

Fleet Management

3.8
Compare

Bernhard Schulte Shipmanagement

4.2
Compare

Thome Group

4.0
Compare

Wallem Group

4.1
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