Upload Button Icon Add office photos

MariApps Marine Solutions

Compare button icon Compare button icon Compare

Filter interviews by

MariApps Marine Solutions Python Developer Interview Questions and Answers

Updated 21 Feb 2023

MariApps Marine Solutions Python Developer Interview Experiences

1 interview found

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

Top trending discussions

View All
Interview Tips & Stories
2w
toobluntforu
·
works at
Cvent
Can speak English, can’t deliver in interviews
I feel like I can't speak fluently during interviews. I do know english well and use it daily to communicate, but the moment I'm in an interview, I just get stuck. since it's not my first language, I struggle to express what I actually feel. I know the answer in my head, but I just can’t deliver it properly at that moment. Please guide me
Got a question about MariApps Marine Solutions?
Ask anonymously on communities.

Interview questions from similar companies

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Recruitment Consulltant and was interviewed in May 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

Logical reasoning and Aptitude

Round 2 - Coding Test 

Functions with Pointers and strings concepts

Round 3 - Technical 

(2 Questions)

  • Q1. Mainly on Pointers and Dynamic Memory Allocation of 2-D Array
  • Q2. Structure Padding and Packing

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare in depth in C and mainly on Bit-Manipulation.

Python Developer Interview Questions Asked at Other Companies

asked in Cognizant
Q1. Explain the logic of a program to reverse a given string word by ... read more
asked in Cognizant
Q2. What is the difference between a variable and an object?
asked in TCS
Q3. 1. Difference between tuple and a list? 2. What are decorators? 3 ... read more
Q4. How do you convert a .txt file to a .csv file using Python?
asked in Accenture
Q5. Write a program to print a string in reverse without using built- ... read more
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed before May 2023. There were 4 interview rounds.

Round 1 - Coding Test 

Conducted on Online platform of company
Consisting of aptitude debugging and psuedo codes

Round 2 - Coding Test 

Pen and paper round
Consisting of simple output

Round 3 - A pen and paper assessment which 

(1 Question)

  • Q1. It tested aptitude the question was a simple matching the columns of a product delivery process
Round 4 - HR 

(1 Question)

  • Q1. Was both a technical and HRDidn't make it to HR round but it consisted of easy questions only.

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus on basics
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed before Oct 2023. There was 1 interview round.

Round 1 - Coding Test 

1 round is coding round in pan paper test atleast 5 coding questions and some multiple questions and 1 DSA questions and 4 coding questions correct and dsa correct than interview

Interview experience
1
Bad
Difficulty level
Hard
Process Duration
-
Result
Not Selected

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

Round 1 - Aptitude Test 

The aptitude test was easy. basic mcq questions were asked.

Round 2 - Coding Test 

It was a pen paper test and was comparatively tough.

Interview Preparation Tips

Topics to prepare for Grapecity Software Developer interview:
  • C++
Interview preparation tips for other job seekers - The overall selection process of the company is difficult.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview before Feb 2024.

Round 1 - HR 

(2 Questions)

  • Q1. Basic behavioural and Technical questions
  • Q2. What are the differences between Python 2 and Python 3, and how are comments used in Python? Additionally, can you describe your personal projects and group projects during your college studies?
  • Ans. 

    Python 2 vs Python 3 differences, comments usage, and college projects

    • Python 2 is legacy, Python 3 is current version with improved syntax and features

    • Python 2 uses print as a statement, Python 3 uses print() as a function

    • Comments in Python start with # symbol and can be used to explain code or disable certain lines

    • Personal project: Developed a web scraping tool using Python to extract data from websites

    • Group project: ...

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. Taken by Senior AI developer and CTO. It was an hour interview where they asked scenario based questions on RAG. And simple questions on ML and CNN too.
  • Q2. Vector databases

Interview Preparation Tips

Interview preparation tips for other job seekers - Understand the fundamentals of your field, as others will recognize your attitude and behavior, often favoring those who possess a willingness to learn.
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
More than 8 weeks
Result
No response

I applied via Walk-in and was interviewed before Jun 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. What is interface ?
  • Ans. 

    An interface in software development defines a contract for classes to implement, specifying methods and properties.

    • Interfaces in programming languages like Java and C# allow for multiple inheritance by defining a set of methods that a class must implement.

    • Interfaces provide a way to achieve abstraction and polymorphism in object-oriented programming.

    • Interfaces are used to define common behavior that multiple classes c...

  • Answered by AI
  • Q2. Hat is encapsulation
  • Ans. 

    Encapsulation is the concept of bundling data and methods that operate on the data into a single unit.

    • Encapsulation helps in hiding the internal state of an object and restricting access to it.

    • It allows for better control over the data by preventing direct access from outside the class.

    • Encapsulation promotes code reusability and makes the code easier to maintain.

    • Example: In a class representing a car, the variables lik...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be strong with ur basics

Skills evaluated in this interview

Are these interview questions helpful?
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

10 apti questions and 10 technical mcq on cpp

Round 2 - Technical 

(2 Questions)

  • Q1. Oops concept question
  • Q2. Sql queries on join
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Oops topic and aptitude

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

I applied via Referral and was interviewed in Sep 2023. There were 3 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 - Aptitude Test 

Very easy roundand is it a program to implement Parallel Merge Sort and can measure the performance

Round 3 - Coding Test 

Coding and decoding reasoning for the shield season is over now I am not sure

Interview Preparation Tips

Interview preparation tips for other job seekers - Learning in the morning and have a couple years back home

MariApps Marine Solutions Interview FAQs

How many rounds are there in MariApps Marine Solutions Python Developer interview?
MariApps Marine Solutions interview process usually has 2 rounds. The most common rounds in the MariApps Marine Solutions interview process are Resume Shortlist and Technical.
What are the top questions asked in MariApps Marine Solutions Python Developer interview?

Some of the top questions asked at the MariApps Marine Solutions Python Developer 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. Explain the key Features of pyt...read more

Tell us how to improve this page.

Overall Interview Experience Rating

2/5

based on 1 interview experience

Interview Questions from Similar Companies

HyScaler Interview Questions
4.5
 • 103 Interviews
AvenData GmbH Interview Questions
3.4
 • 33 Interviews
Monotype Interview Questions
3.6
 • 25 Interviews
Pitney Bowes Interview Questions
3.8
 • 22 Interviews
Grapecity Interview Questions
3.7
 • 19 Interviews
Xactly Corp Interview Questions
3.9
 • 17 Interviews
View all
Software Developer
174 salaries
unlock blur

₹2.5 L/yr - ₹9.4 L/yr

Senior Software Developer
72 salaries
unlock blur

₹4.7 L/yr - ₹12.5 L/yr

Test Engineer
61 salaries
unlock blur

₹2.2 L/yr - ₹8 L/yr

Senior Software Engineer
35 salaries
unlock blur

₹4.4 L/yr - ₹14.5 L/yr

Business Analyst
33 salaries
unlock blur

₹4.8 L/yr - ₹11 L/yr

Explore more salaries
Compare MariApps Marine Solutions with

HyScaler

4.5
Compare

Pitney Bowes

3.8
Compare

AvenData GmbH

3.4
Compare

Dataflow Group

3.0
Compare
write
Share an Interview