Upload Button Icon Add office photos

Maral Overseas

Compare button icon Compare button icon Compare

Filter interviews by

Maral Overseas Interview Questions and Answers

Updated 13 Feb 2025

Maral Overseas Interview Experiences

Popular Designations

6 interviews found

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Procees of the fabric inspection
  • Ans. 

    Fabric inspection process involves thorough examination of fabric for defects and quality control.

    • Inspect fabric for defects such as holes, tears, stains, or irregularities

    • Check fabric for color consistency and pattern alignment

    • Measure fabric dimensions to ensure they meet specifications

    • Record findings and communicate with production team for necessary actions

    • Use tools like magnifying glass, lightbox, and measuring tap

  • Answered by AI
  • Q2. Full fill as Customer required
Round 2 - Technical 

(2 Questions)

  • Q1. Fabric testing process
  • Q2. Dimensions stability

Deputy Qa Manager Interview Questions asked at other Companies

Q1. Procees of the fabric inspection
View answer (1)

Accountant Interview Questions & Answers

user image Anonymous

posted on 17 Jun 2024

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(2 Questions)

  • Q1. Personal details
  • Q2. Accounting question

Interview Preparation Tips

Interview preparation tips for other job seekers - Dont join Maral Overseas in account department. they take too much extra time then working hours and call on sunday also without any extra pay. and H.R also is very Bad

Accountant Interview Questions asked at other Companies

Q1. What journal is made when purchase requisition is created
View answer (26)
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Mar 2023. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Costing and product process related
  • Q2. Flow chart prepare

Interview Preparation Tips

Interview preparation tips for other job seekers - It's very good culture company

Senior Executive Interview Questions asked at other Companies

Q1. If oneday the men power is very less due to some problem and lode is more that day as a senior Exucative, how will u handle your team ?
View answer (56)

HR Executive Interview Questions & Answers

user image Anonymous

posted on 17 Apr 2022

I applied via Walk-in and was interviewed in Mar 2022. There was 1 interview round.

Round 1 - HR 

(4 Questions)

  • Q1. Why should we hire you?
  • Q2. Share details of your previous job.
  • Q3. What is your family background?
  • Q4. Tell me about yourself.

Interview Preparation Tips

Interview preparation tips for other job seekers - Hello sir my name is Ranjeet Kumar I am from Bihar

HR Executive Interview Questions asked at other Companies

Q1. What do you know about Labor Law
View answer (6)

Maral Overseas interview questions for popular designations

 HR Executive

 (1)

 Accountant

 (1)

 Deputy Qa Manager

 (1)

 Senior General Manager Commercial

 (1)

 Asst.Marketing Manager

 (1)

 Senior Executive

 (1)

I applied via Recruitment Consultant and was interviewed in Jul 2021. There were 3 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. I was asked how do I learn new things and what's my process
  • Ans. My answer to this was what I actually do, I believe in reading the theory first and then getting into doing the practical. This is just my way of learning, might differ for different people
  • Answered Anonymously
  • Q2. Some technical questions regarding work
  • Q3. You need to be thorough with your work to answer these sort of questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be confident and as honest as you can. If you don't know something, tell them you don't, but you're willing to learn. Nobody knows everything.

Asst.Marketing Manager Interview Questions asked at other Companies

Q1. Which digital platform would you prefer the drive walk-ins to the store.?
View answer (2)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Jan 2022. 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 - One-on-one 

(3 Questions)

  • Q1. Finance Controlling Areas- Books Closing, Financial, Indirect Taxation, Team Management, Cross Functional Leadership
  • Q2. How good have you planned for tax saving and compliance?
  • Ans. 

    I have planned tax saving and compliance effectively through thorough research and analysis.

    • Conducted extensive research on tax laws and regulations

    • Collaborated with tax experts to ensure compliance

    • Implemented tax-saving strategies such as investing in tax-saving schemes and claiming deductions

    • Maintained accurate records and documentation

    • Regularly reviewed and updated tax-saving and compliance strategies

    • Successfully re...

  • Answered by AI
  • Q3. SOP pertaining to Plant & BU Controlling
Round 3 - Group Discussion 

Commercial & Logistics, Stores Purchase

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident about your skills, experience and expertise.

Senior General Manager Commercial Interview Questions asked at other Companies

Q1. How good have you planned for tax saving and compliance?
View answer (1)

Interview questions from similar companies

I applied via Company Website and was interviewed before Oct 2019. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Tell me about your self

Interview Preparation Tips

Interview preparation tips for other job seekers - Be bold, don't hesitate.

I applied via Campus Placement and was interviewed in Oct 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. What is dictionary in python?
  • Ans. 

    Dictionary is a collection of key-value pairs in Python.

    • Keys must be unique and immutable.

    • Values can be of any data type.

    • Access values using keys.

    • Add or modify values using keys.

    • Use dict() constructor or {} to create a dictionary.

    • Example: {'name': 'John', 'age': 30}

    • Example: dict(name='John', age=30)

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - easy one. any language will do the job.

Skills evaluated in this interview

I applied via Campus Placement and was interviewed before Sep 2019. There were 5 interview rounds.

Interview Questionnaire 

7 Questions

  • Q1. 1.What is Opps concepts in Java.
  • Ans. 

    OOPs concepts in Java are the fundamental principles of object-oriented programming.

    • Encapsulation: wrapping data and code into a single unit

    • Inheritance: creating new classes from existing ones

    • Polymorphism: using a single interface to represent multiple types

    • Abstraction: hiding implementation details from the user

    • Examples: class, object, inheritance, polymorphism, encapsulation

  • Answered by AI
  • Q2. 2.What is difference between stack and queue?
  • Ans. 

    Stack is a LIFO data structure while Queue is a FIFO data structure.

    • Stack follows Last In First Out (LIFO) principle while Queue follows First In First Out (FIFO) principle.

    • Stack has two main operations: push and pop while Queue has two main operations: enqueue and dequeue.

    • Stack is used in recursive function calls, undo/redo operations, and backtracking while Queue is used in breadth-first search, printing tasks in ord...

  • Answered by AI
  • Q3. 3.Write SQL query to find second highest salary in database?
  • Ans. 

    SQL query to find second highest salary in database

    • Use ORDER BY and LIMIT to get the second highest salary

    • Assume ties are allowed and use DISTINCT

  • Answered by AI
  • Q4. 4. Difference Between method overloading and method overriding?
  • Ans. 

    Method overloading is having multiple methods with the same name but different parameters. Method overriding is having a method in a subclass with the same name and parameters as a method in its superclass.

    • Method overloading is done within the same class while method overriding is done in different classes (subclass and superclass).

    • Method overloading is achieved by changing the number of parameters or the data type of ...

  • Answered by AI
  • Q5. 5.which is the parent class of all classes in Java?
  • Ans. 

    The parent class of all classes in Java is the Object class.

    • All classes in Java implicitly extend the Object class.

    • The Object class provides basic methods such as toString(), equals(), and hashCode().

    • Any class can override these methods to provide custom implementations.

    • Example: public class MyClass extends Object { ... }

    • Example: Object obj = new MyClass();

  • Answered by AI
  • Q6. Explain your final year project?
  • Q7. Difference between SQL and NoSql database?
  • Ans. 

    SQL databases are relational and use structured query language, while NoSQL databases are non-relational and use various data models.

    • SQL databases are based on a fixed schema, while NoSQL databases are schema-less.

    • SQL databases use tables to store data, while NoSQL databases use various data models like key-value, document, columnar, or graph.

    • SQL databases are better suited for complex queries and structured data, whil...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - All interview process are easy. Intervier just ask basic concept of related to your stream.

Skills evaluated in this interview

Analyst Interview Questions & Answers

TCS user image Anonymous

posted on 30 Aug 2022

I applied via Naukri.com and was interviewed before Aug 2021. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. Why do you want to join tcs

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident enough and convey your answers crisp and clear. Try to match your current role with the position you applied for.

Maral Overseas Interview FAQs

How many rounds are there in Maral Overseas interview?
Maral Overseas interview process usually has 1-2 rounds. The most common rounds in the Maral Overseas interview process are One-on-one Round, HR and Resume Shortlist.
How to prepare for Maral Overseas 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 Maral Overseas. The most common topics and skills that interviewers at Maral Overseas expect are Knits, Garment Manufacturing, Sampling, Costing and Apparel.
What are the top questions asked in Maral Overseas interview?

Some of the top questions asked at the Maral Overseas interview -

  1. How good have you planned for tax saving and complian...read more
  2. Procees of the fabric inspect...read more
  3. Finance Controlling Areas- Books Closing, Financial, Indirect Taxation, Team Ma...read more

Tell us how to improve this page.

Maral Overseas Interview Process

based on 10 interviews

Interview experience

4.1
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.5k Interviews
Siemens Interview Questions
4.1
 • 422 Interviews
Grasim Industries Interview Questions
4.0
 • 207 Interviews
Trident Group Interview Questions
3.6
 • 118 Interviews
BHEL Interview Questions
4.1
 • 113 Interviews
Arvind Group Interview Questions
4.0
 • 62 Interviews
Bombay Dyeing Interview Questions
3.8
 • 8 Interviews
View all

Maral Overseas Reviews and Ratings

based on 183 reviews

3.6/5

Rating in categories

3.5

Skill development

3.6

Work-life balance

3.3

Salary

3.7

Job security

3.5

Company culture

2.9

Promotions

3.4

Work satisfaction

Explore 183 Reviews and Ratings
Assistant Manager
43 salaries
unlock blur

₹4.4 L/yr - ₹10.2 L/yr

Merchandiser
26 salaries
unlock blur

₹2.9 L/yr - ₹5.8 L/yr

Assistant Merchandiser
21 salaries
unlock blur

₹2.4 L/yr - ₹4.2 L/yr

Executive Assistant
15 salaries
unlock blur

₹2.4 L/yr - ₹4.5 L/yr

Executive
13 salaries
unlock blur

₹3.6 L/yr - ₹5.4 L/yr

Explore more salaries
Compare Maral Overseas with

Vardhman Fabrics

4.0
Compare

Welspun Living Limited

4.0
Compare

Arvind Group

4.0
Compare

Trident Group

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