Upload Button Icon Add office photos

Filter interviews by

Aurus Shipmanagement Interview Questions and Answers

Updated 15 Jan 2023

Aurus Shipmanagement Interview Experiences

1 interview found

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-

I applied via Company Website

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. What Is hash set What difference between java 8 java 7 What is java
  • Ans. 

    Java related questions - hash set, Java 8 vs Java 7, and definition of Java.

    • HashSet is a collection that contains no duplicate elements

    • Java 8 introduced lambda expressions, streams, and default methods

    • Java is a high-level, object-oriented programming language

    • Java 7 introduced try-with-resources, multi-catch, and diamond operator

  • Answered by AI
  • Q2. What is synchronisation and string types
  • Ans. 

    Synchronization is the process of controlling access to shared resources. String types are data types used to store text.

    • Synchronization is important in multi-threaded applications to prevent race conditions and ensure data consistency.

    • Java provides synchronized keyword and locks to achieve synchronization.

    • String types in Java include String, StringBuffer, and StringBuilder.

    • String is immutable while StringBuffer and St...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - It is smooth interview process....good culture...good infrastructure

Skills evaluated in this interview

Java Developer Interview Questions asked at other Companies

Q1. Sort 0 and 1 Problem Statement Given an integer array ARR of size N containing only integers 0 and 1, implement a function to sort this array. The solution should scan the array only once without using any additional arrays. Input: The firs... read more
View answer (4)

Interview questions from similar companies

Interview Questionnaire 

2 Questions

  • Q1. Education
  • Q2. Work experience

I applied via Naukri.com and was interviewed in Sep 2020. There were 3 interview rounds.

Interview Questionnaire 

5 Questions

  • Q1. Which collection class is used to represent key-value pairs?
  • Ans. 

    The HashMap class is used to represent key-value pairs in Java.

    • HashMap is a part of the Java Collections Framework.

    • It allows null values and only one null key.

    • It provides constant-time performance for basic operations like get and put.

    • Example: HashMap<String, Integer> map = new HashMap<>();

  • Answered by AI
  • Q2. What is abstraction?
  • Ans. 

    Abstraction is the process of simplifying complex systems by focusing on essential details and hiding unnecessary complexities.

    • Abstraction allows us to create models or representations of real-world objects or systems in software.

    • It helps in managing complexity by breaking down a system into smaller, more manageable parts.

    • Abstraction provides a level of indirection, allowing changes to be made in one part of the system...

  • Answered by AI
  • Q3. Why is try-catch used in JAVA?
  • Ans. 

    try-catch is used in Java to handle exceptions and prevent program crashes.

    • try-catch blocks are used to catch and handle exceptions that may occur during program execution.

    • It allows the program to gracefully handle errors and prevent the program from crashing.

    • The try block contains the code that may throw an exception, and the catch block handles the exception.

    • Multiple catch blocks can be used to handle different types...

  • Answered by AI
  • Q4. Which statement will we use if we want to select a statement based on integer inputs?
  • Ans. 

    The statement to use for selecting based on integer inputs is the 'switch' statement.

    • The 'switch' statement allows for multiple cases to be evaluated based on the value of an integer input.

    • Each case represents a possible value of the input, and the corresponding code block is executed if the value matches.

    • The 'switch' statement also provides a 'default' case which is executed if none of the cases match the input value.

    • ...

  • Answered by AI
  • Q5. Explain your project.

Interview Preparation Tips

Interview preparation tips for other job seekers - Stick to basic concepts
Prepare a good project

Skills evaluated in this interview

I applied via Campus Placement and was interviewed in Oct 2020. There was 1 interview round.

Interview Questionnaire 

4 Questions

  • Q1. Tell me about yourself
  • Q2. Why IT
  • Q3. About my project
  • Q4. Few mechanical questions

Interview Preparation Tips

Interview preparation tips for other job seekers - General questions

I applied via Approached by company and was interviewed in Aug 2021. There were 2 interview rounds.

Round 1 - Case Study 

Quant focussed Case Study (be prepared for calculations)

Round 2 - HR 

(1 Question)

  • Q1. Why are you looking for a change?

Interview Preparation Tips

Interview preparation tips for other job seekers - Be quick and accurate with calculations

Interview Questionnaire 

4 Questions

  • Q1. Why we hair you
  • Q2. How much salary u can expect
  • Q3. Know about your self
  • Q4. What is your strength

Interview Questionnaire 

1 Question

  • Q1. Relates to project & last company experience

Interview Questionnaire 

1 Question

  • Q1. Mostly they checking your presence in interview and asking about your experience for particular field and background.

I applied via Company Website and was interviewed before Oct 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Typical get to know you and behavioural questions

Interview Preparation Tips

Interview preparation tips for other job seekers - More like a conversation so try to relax

I appeared for an interview in Mar 2017.

Interview Questionnaire 

5 Questions

  • Q1. Related to semiconductors, processors etc. were asked.
  • Q2. Strength
  • Q3. Weaknesses
  • Q4. Hobby
  • Q5. If there are 200 fishes in an aquarium. 99% are red. How many fishes have to be removed to make the red fishes 98 % in the aquarium?
  • Ans. 

    To make the red fishes 98%, 50 fishes have to be removed from the aquarium.

    • Calculate 1% of 200 fishes, which is 2 fishes.

    • To make the red fishes 98%, subtract 1% (2 fishes) from 99% (198 fishes).

    • To find the number of fishes to be removed, divide the difference by 1% (2 fishes).

    • Therefore, 50 fishes have to be removed to make the red fishes 98%.

  • Answered by AI

Interview Preparation Tips

Round: Test
Experience: There were 40 aptitude questions of variable difficulty. More questions revolved around topics like time and work, distance, speed, time, profit loss, age etc.
Tips: A regular and prior preparation will go a long way in determining a good test score.
Use tricks to solve the questions and calculations should be fast.
Duration: 30 minutes
Total Questions: 40

Round: Test
Experience: The questions weren't that tough when it came to programming. An example would be conversion of temperature from Celsius to Fahrenheit and vice versa. This was a question in my paper. So I'm hoping the difficulty would be more or less the same.
Tips: Do certified programming courses. They help you a lot in cracking good jobs.
Duration: 45 minutes
Total Questions: 3

Round: Puzzle Interview
Tips: This can be tough if you can't imagine scenarios and situations. So make sure you inculcate critical problem solving thinking in your everyday life. I feel that's the best way to do things in this round.

Round: Technical Interview
Experience: This was a short interview so not much happened.
Tips: Whatever you do just know your stuff properly.

Round: HR Interview
Experience: It was a simple interview. Basic questions and their basic answers helped me get through it.
Tips: The tip would be to stay positive in your approach while answering the questions

Skills: Technical Skills, Interpersonal Communication, Aptitude
College Name: VIT Vellore

Aurus Shipmanagement Interview FAQs

How many rounds are there in Aurus Shipmanagement interview?
Aurus Shipmanagement interview process usually has 2 rounds. The most common rounds in the Aurus Shipmanagement interview process are Resume Shortlist and One-on-one Round.
What are the top questions asked in Aurus Shipmanagement interview?

Some of the top questions asked at the Aurus Shipmanagement interview -

  1. What Is hash set What difference between java 8 java 7 What is j...read more
  2. What is synchronisation and string ty...read more

Tell us how to improve this page.

Aurus Shipmanagement Interview Process

based on 1 interview

Interview experience

3
  
Average
View more

Interview Questions from Similar Companies

AmbitionBox Interview Questions
4.9
 • 153 Interviews
HCL Infosystems Interview Questions
3.9
 • 142 Interviews
Webdew Interview Questions
4.4
 • 106 Interviews
Data Entry Interview Questions
4.1
 • 98 Interviews
HyScaler Interview Questions
4.5
 • 92 Interviews
CapitalOne Interview Questions
3.6
 • 79 Interviews
View all

Aurus Shipmanagement Reviews and Ratings

based on 9 reviews

4.9/5

Rating in categories

4.9

Skill development

4.7

Work-life balance

4.9

Salary

4.9

Job security

4.9

Company culture

4.9

Promotions

4.9

Work satisfaction

Explore 9 Reviews and Ratings
Senior Personnel Officer
6 salaries
unlock blur

₹4.1 L/yr - ₹6 L/yr

Personnel Officer
4 salaries
unlock blur

₹3 L/yr - ₹4.5 L/yr

Senior Personnel Executive
4 salaries
unlock blur

₹5 L/yr - ₹9.7 L/yr

Personal Officer
3 salaries
unlock blur

₹2.1 L/yr - ₹3.6 L/yr

Explore more salaries
Compare Aurus Shipmanagement with

Marpu Foundation

4.8
Compare

Huawei Technologies

4.0
Compare

HCL Infosystems

3.9
Compare

Z X Learning

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