Upload Button Icon Add office photos

Filter interviews by

MariApps Marine Solutions Interview Questions, Process, and Tips

Updated 19 Dec 2024

Top MariApps Marine Solutions Interview Questions and Answers

View all 12 questions

MariApps Marine Solutions Interview Experiences

Popular Designations

11 interviews found

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

(2 Questions)

  • Q1. What is angular Directives
  • Ans. 

    Angular Directives are markers on a DOM element that tell AngularJS's HTML compiler to attach a specified behavior to that DOM element.

    • Directives are used to create reusable components or custom behaviors in Angular applications.

    • They can be used to manipulate the DOM, add event listeners, show/hide elements, etc.

    • Examples include ngModel, ngIf, ngFor, etc.

  • Answered by AI
  • Q2. How to communicate with components
  • Ans. 

    Methods to communicate between components in Angular include Input and Output properties, ViewChild, Services, and Event Emitters.

    • Using Input and Output properties to pass data from parent to child components and emit events from child to parent components.

    • Using ViewChild to access child components from parent components.

    • Using Services to create a shared service that can be injected into multiple components to share da...

  • Answered by AI

Skills evaluated in this interview

Angular Developer Interview Questions asked at other Companies

Q1. How can you pass data between parent and child components?, what is component interaction
View answer (5)
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed in Nov 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Types of indexes
  • Q2. Dependency injection

Interview Preparation Tips

Interview preparation tips for other job seekers - Tested in-depth knowledge of C# concepts such as asynchronous programming and various types of dependency injection.

Senior Software Engineer 1 Interview Questions asked at other Companies

Q1. Architecture Design for an e2e system that takes input from user to the response shown to the user
View answer (1)
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
-
Result
Selected Selected
Round 1 - HR 

(2 Questions)

  • Q1. Experience in domains
  • Q2. Previous companies
Round 2 - Technical 

(2 Questions)

  • Q1. SQL basic questions
  • Q2. .net and OOP basics

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (42)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Differnce between truncate and drop.
  • Ans. 

    Truncate removes all records from a table, while drop deletes the table itself.

    • Truncate is a DDL command, while drop is a DDL command.

    • Truncate is faster than drop as it does not log individual row deletions.

    • Truncate can be rolled back, while drop cannot be rolled back.

    • Truncate resets the identity seed of the table, while drop does not.

    • Example: TRUNCATE TABLE TableName; DROP TABLE TableName;

  • Answered by AI
Round 2 - HR 

(1 Question)

  • Q1. Package discussion

Skills evaluated in this interview

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (42)

MariApps Marine Solutions interview questions for popular designations

 Software Developer

 (2)

 Python Developer

 (1)

 Angular Developer

 (1)

 Senior Software Developer

 (1)

 UI Designer

 (1)

 Software Developer Trainee

 (1)

 Purchase Administrator

 (1)

 Senior Software Engineer 1

 (1)

Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Technical 

(5 Questions)

  • Q1. Define class and functions.why functions are written inside class.what is the role of a class
  • Ans. 

    A class is a blueprint for creating objects that have properties and methods. Functions are written inside a class to define its behavior.

    • A class is a user-defined data type that encapsulates data and functions that operate on that data.

    • Functions written inside a class are called methods and are used to define the behavior of the class.

    • The role of a class is to provide a template for creating objects that share common ...

  • Answered by AI
  • Q2. How to reverese a dictionary in python
  • Ans. 

    Reverse a dictionary in Python

    • Create a new dictionary with values as keys and keys as values

    • Use dictionary comprehension to create the new dictionary

    • If there are duplicate values, use a list comprehension to create a list of keys

    • Use the built-in function 'reversed' to reverse the order of the keys or values

  • Answered by AI
  • Q3. Explain list and tuple
  • Ans. 

    List and tuple are both data structures in Python used to store collections of items.

    • Lists are mutable and can be modified after creation.

    • Tuples are immutable and cannot be modified after creation.

    • Lists are defined using square brackets [], while tuples are defined using parentheses ().

    • Lists are typically used for collections of similar items, while tuples are used for collections of different items.

    • Lists have several ...

  • Answered by AI
  • Q4. Give an example of slicing
  • Ans. 

    Slicing is a way to extract a portion of a sequence (string, list, tuple) in Python.

    • Slicing is done using the colon (:) operator.

    • The syntax for slicing is [start:stop:step].

    • start is the index where the slice starts (inclusive), stop is the index where the slice ends (exclusive), and step is the size of the jump between indices.

    • If start or stop is not specified, it defaults to the beginning or end of the sequence.

    • If ste...

  • Answered by AI
  • Q5. Explain the key Features of python
  • Ans. 

    Python is a high-level, interpreted programming language known for its simplicity and ease of use.

    • Dynamic typing and automatic memory management

    • Support for multiple programming paradigms such as procedural, object-oriented, and functional programming

    • Extensive standard library with modules for a wide range of tasks

    • Cross-platform compatibility

    • Easy to learn and read syntax

    • Large and active community with a wealth of resour...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - explain every questions anwers in detail and they are looking if the candidate has a clear idea about the conccepts

Skills evaluated in this interview

Python Developer Interview Questions asked at other Companies

Q1. Tell me the logic of program to reverse a given string word by word without using any built in function.
View answer (9)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed before Oct 2023. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Tell me about yourself
  • Ans. 

    I am a dedicated Senior Test Engineer with 8 years of experience in software testing and quality assurance.

    • Experienced in creating test plans, test cases, and executing tests

    • Proficient in automated testing tools such as Selenium and JUnit

    • Skilled in identifying and documenting software defects

    • Strong analytical and problem-solving skills

    • Excellent communication and teamwork abilities

  • Answered by AI
  • Q2. Explain about STLC?
  • Ans. 

    STLC stands for Software Testing Life Cycle, which is a series of steps followed to ensure the quality of a software product.

    • STLC consists of phases like Requirement Analysis, Test Planning, Test Design, Test Execution, and Test Closure.

    • Each phase has specific activities and deliverables to ensure thorough testing of the software product.

    • STLC helps in identifying defects early in the software development life cycle, re...

  • Answered by AI
Round 2 - HR 

(2 Questions)

  • Q1. Why your prefer this job
  • Ans. 

    I prefer this job because of my passion for testing and desire to contribute to the success of the team.

    • Passion for testing - enjoy finding bugs and ensuring quality

    • Desire to contribute to team success - thrive in collaborative environments

    • Opportunity for growth and learning - excited about new challenges and technologies

  • Answered by AI
  • Q2. Asking about the salary structure and expected

Skills evaluated in this interview

Senior Test Engineer Interview Questions asked at other Companies

Q1. From Selenium -> Which Automation framework I have implemented in my project . Explain each framework components. How to handle dynamic web element. how to handle hidden element. how to upload file in selenium, where hashmap is used in s... read more
View answer (1)

Jobs at MariApps Marine Solutions

View all

UI Designer Interview Questions & Answers

user image Anonymous

posted on 21 Aug 2024

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Aug 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

Basic questions on Design principles, usability and interaction design

Round 2 - Assignment 

Had me redesign their corporate website

Round 3 - HR 

(1 Question)

  • Q1. Salary negotiations

UI Designer Interview Questions asked at other Companies

Q1. Tell me about complex environments you designed for
View answer (1)

Interview Questions & Answers

user image Anonymous

posted on 26 Aug 2022

I applied via Referral

Round 1 - One-on-one 

(1 Question)

  • Q1. Family and education background, previous job role discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - Good place to work at with good work-life balance and job security

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

(4 Questions)

  • Q1. Tell me about yourself
  • Q2. Why do you want to Join this organisation?
  • Q3. What did you learn in your past experience?
  • Q4. Understanding about Purchase Cycle

Interview Preparation Tips

Interview preparation tips for other job seekers - Whatever you write in resume should be answerable.
Do background study of company

Purchase Administrator Interview Questions asked at other Companies

Q1. What T-code to use to create Purchase Orders?
View answer (4)

I applied via Recruitment Consulltant and was interviewed before Nov 2021. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - One-on-one 

(2 Questions)

  • Q1. Oops Questions,authentication and authorization, sql in depth
  • Q2. C# basics, mvc filters,
Round 3 - HR 

(1 Question)

  • Q1. Personal things, Salary discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare about basic c#, oops concept in depth. Good knowledge in sql and mvc

Senior Software Developer Interview Questions asked at other Companies

Q1. Intersection of Linked List Problem You are provided with two singly linked lists containing integers, where both lists converge at some node belonging to a third linked list. Your task is to determine the data of the node at which they sta... read more
View answer (1)

MariApps Marine Solutions Interview FAQs

How many rounds are there in MariApps Marine Solutions interview?
MariApps Marine Solutions interview process usually has 1-2 rounds. The most common rounds in the MariApps Marine Solutions interview process are Technical, HR and One-on-one Round.
How to prepare for MariApps Marine Solutions 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 MariApps Marine Solutions. The most common topics and skills that interviewers at MariApps Marine Solutions expect are SQL, Maritime, Coding, MS Office and French.
What are the top questions asked in MariApps Marine Solutions interview?

Some of the top questions asked at the MariApps Marine Solutions interview -

  1. define class and functions.why functions are written inside class.what is the r...read more
  2. how to reverese a dictionary in pyt...read more
  3. Difference between primary key and foreign ...read more

Tell us how to improve this page.

MariApps Marine Solutions Interview Process

based on 9 interviews

Interview experience

4.2
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Infosys Interview Questions
3.6
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 2.9k Interviews
SAP Interview Questions
4.2
 • 283 Interviews
Ramco Systems Interview Questions
3.9
 • 64 Interviews
Innovapptive Interview Questions
2.4
 • 5 Interviews
View all

MariApps Marine Solutions Reviews and Ratings

based on 99 reviews

3.4/5

Rating in categories

2.8

Skill development

3.0

Work-life balance

2.6

Salary

3.5

Job security

3.1

Company culture

2.6

Promotions

2.9

Work satisfaction

Explore 99 Reviews and Ratings
Software Developer
174 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Developer
73 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Test Engineer
53 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Business Analyst
32 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Engineer
30 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare MariApps Marine Solutions with

SAP

4.2
Compare

Ramco Systems

3.9
Compare

Innovapptive

2.4
Compare

L&T Technology Services

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