Upload Button Icon Add office photos

Filter interviews by

Maf Clothing Interview Questions, Process, and Tips for Freshers

Updated 21 May 2023

Top Maf Clothing Interview Questions and Answers for Freshers

Maf Clothing Interview Experiences for Freshers

Popular Designations

2 interviews found

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

I applied via Job Portal and was interviewed in Apr 2023. There was 1 interview round.

Round 1 - Cheque filling 

(4 Questions)

  • Q1. Do you know how to do tally prime?
  • Ans. 

    Yes, I am familiar with Tally Prime.

    • I have experience using Tally Prime for accounting tasks.

    • I am proficient in creating and managing accounts, generating reports, and performing other functions in Tally Prime.

    • I can handle tasks such as recording transactions, managing inventory, and generating financial statements.

    • I have used Tally Prime in my previous roles and am comfortable navigating its features and functionaliti

  • Answered by AI
  • Q2. Do you know how to copy paste on excel?
  • Ans. 

    Yes, I know how to copy paste on Excel.

    • To copy and paste in Excel, you can use the shortcut keys Ctrl+C to copy and Ctrl+V to paste.

    • You can also right-click on the selected cells, choose 'Copy', then right-click on the destination cells and choose 'Paste'.

    • Excel also provides the 'Paste Special' option, which allows you to paste only specific attributes like values, formulas, formats, etc.

    • You can use the 'Paste Link' op...

  • Answered by AI
  • Q3. Do you know about e-way bill?
  • Ans. 

    Yes, e-way bill is an electronic document required for the movement of goods in India.

    • e-way bill is mandatory for the movement of goods worth more than Rs. 50,000

    • It is generated electronically on the e-way bill portal

    • It contains details such as the name of the consignor, consignee, goods, and transportation details

    • It helps in tracking the movement of goods and preventing tax evasion

    • It is required for both inter-state a

  • Answered by AI
  • Q4. With which short key can you view the statement of the party?
  • Ans. 

    The short key to view the statement of the party is Ctrl + Alt + S.

    • The statement of the party can be viewed by pressing Ctrl + Alt + S.

    • This shortcut key works in most accounting software.

    • It is a quick and easy way to access the statement of the party.

    • The statement of the party shows the financial transactions between the company and the party.

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Maf Clothing Account Assistant interview:
  • About finance minister
  • D.B. accounting and finance

Account Assistant Interview Questions asked at other Companies

Q1. How many types of invoices to process
View answer (4)

Merchandiser Interview Questions & Answers

user image Anonymous

posted on 24 Sep 2021

I applied via Walk-in and was interviewed in Mar 2021. There were 3 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Firstly to introduce yourself.
  • Ans. Start with your name and about you, your family, studies, likes, dislikes..keep saying about your habits or interesting facts about to until they ask you other question.
  • Answered Anonymously
  • Q2. When they ask about work and work experience or internships.
  • Q3. Talk positive about your internship or work experience and be confident.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident enough and be normal..don't keep on smiling just to impress..

Merchandiser Interview Questions asked at other Companies

Q1. Tell me about technical aspects about merchandising department
View answer (2)

Interview questions from similar companies

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

Interview Questionnaire 

1 Question

  • Q1. General questions from my experince Background.

I appeared for an interview in Dec 2016.

Interview Questionnaire 

1 Question

  • Q1. How you will work under a supervisor.
  • Ans. 

    I will communicate effectively, follow instructions, seek feedback, and collaborate with my supervisor.

    • Communicate regularly with supervisor to provide updates on progress and ask for clarification when needed

    • Follow instructions carefully and ask for help if unsure about a task

    • Seek feedback on my work to improve and grow professionally

    • Collaborate with supervisor and team members to achieve project goals

    • Provide suggesti

  • Answered by AI

Interview Preparation Tips

Round: Test
Experience: I got selected for next round.
Tips: Do not loses hope.
Duration: 1 hour
Total Questions: 10

Round: Technical + HR Interview
Experience: It was nice experience.
Tips: Do not loses hope.

Skills: Technical Analysis, Managing People
College Name: IIT Kharagpur

I applied via Naukri.com and was interviewed in Jan 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Tell me about your self?

Interview Preparation Tips

Interview preparation tips for other job seekers - Explained you degree,working experience,work achievement in your job role,strength,weakness thats all
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 - Technical 

(1 Question)

  • Q1. About different types of sensors, about power factor. APFC, fundamental electrical and electronics such as uses of capacitor in a electronics card,uses of multimeter, meggar, based on what you show in your...

Interview Preparation Tips

Interview preparation tips for other job seekers - Just do thoroughly what you show in your resume don't show large amount of work you don't have any thoroughl knowledge
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
Selected Selected
Round 1 - Technical 

(2 Questions)

  • Q1. Describe designing of Conveyors
  • Q2. Iso questions

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

Round 1 - Technical 

(1 Question)

  • Q1. For installation department 1- Levelling and alignment of conveyors 2- brief knowledge of sensors 3- knowledge about rollers, bearings, cylinders, Solenoid, motors, sprocket. 4- knowledge about join...

Interview Preparation Tips

Interview preparation tips for other job seekers - Superb company . Only technical round is sufficient for getting job .

I appeared for an interview in Oct 2021.

Round 1 - Coding Test 

(1 Question)

Round duration - 60 Minutes
Round difficulty - Hard

  • Q1. 

    Prime Numbers within a Range

    Given an integer N, determine and print all the prime numbers between 2 and N, inclusive.

    Input:

    Integer N

    Output:

    Prime numbers printed on separate lines

    Example:

    Input...
  • Ans. 

    Generate and print all prime numbers between 2 and N, inclusive.

    • Iterate from 2 to N and check if each number is prime

    • A prime number is only divisible by 1 and itself

    • Print each prime number on a new line

  • Answered by AI
Round 2 - Coding Test 

(1 Question)

Round duration - 60 Minutes
Round difficulty - Hard

  • Q1. 

    Anagram Substring Search

    Given two strings 'STR' and 'PTR', identify all starting indices of 'PTR' anagram substrings in 'STR'. Two strings are anagrams if one can be rearranged to form the other.

    Input:

    ...
  • Ans. 

    Implement a function to find all starting indices of anagram substrings of a given string in another string.

    • Create a frequency map of characters in the 'PTR' string.

    • Use a sliding window approach to check for anagrams in 'STR'.

    • Return the starting indices of anagram substrings found.

    • Example: For input 'BACDGABCD' and 'ABCD', output should be [0, 5].

  • Answered by AI
Round 3 - Video Call 

(1 Question)

Round duration - 60 Minutes
Round difficulty - Hard

  • Q1. What are some common testing questions related to Linux and operating systems?
  • Ans. 

    Common testing questions related to Linux and operating systems

    • What are the different types of testing that can be performed on a Linux operating system?

    • How do you test the compatibility of software with different Linux distributions?

    • Can you explain the process of testing kernel modules in a Linux environment?

    • What tools and techniques do you use for performance testing on Linux systems?

    • How do you ensure the security an

  • Answered by AI

Interview Preparation Tips

Professional and academic backgroundI applied for the job as Senior Software Engineer in GurgaonEligibility criteriaNoGreyOrange interview preparation:Topics to prepare for the interview - Python, data structures and algorithm, sql, testing, automationTime required to prepare for the interview - 3 MonthsInterview preparation tips for other job seekers

Tip 1 : practice coding
Tip 2 : be thorough with your resume

Application resume tips for other job seekers

Tip 1 : have good projects
Tip 2 : fulfill the required tech stack

Final outcome of the interviewSelected

Skills evaluated in this interview

I appeared for an interview in May 2022.

Round 1 - Coding Test 

(1 Question)

Round duration - 120 Minutes
Round difficulty - Easy

  • Q1. 

    Rectangle Area Calculation

    Given a list of rectangles, where each rectangle is represented by an array of four integers indicating its bottom-left and top-right corners, calculate the total area covered b...

  • Ans. 

    Calculate total area covered by a list of rectangles on a plane.

    • Iterate through each rectangle and calculate its area

    • Check for overlapping areas between rectangles

    • Sum up the total area covered by all rectangles

  • Answered by AI
Round 2 - Face to Face 

(1 Question)

Round duration - 60 Minutes
Round difficulty - Medium

Oops concepts and 1 DSA problem

  • Q1. 

    Bit Set Problem Statement

    You are provided with a string, termed as DIGIT_PATTERN, which consists solely of digits. The objective is to identify the first digit that repeats in the sequence. If there's no...

  • Ans. 

    Identify the first repeating digit in a given string of digits.

    • Iterate through the string and keep track of seen digits using a set.

    • Return the first digit that repeats, or -1 if no digit repeats.

    • Time complexity: O(n), where n is the length of the input string.

  • Answered by AI
Round 3 - Face to Face 

(1 Question)

Round duration - 60 Minutes
Round difficulty - Medium

Firstly Some general questions and then suddenly a cosing question with modifications

  • Q1. 

    Print All Permutations of a String

    Given an input string STR, generate and print all possible permutations of the string.

    Input:

    str

    Output:

    All permutations of the input string, each on a new line.

    ...

  • Ans. 

    Generate and print all possible permutations of a given input string.

    • Use recursion to generate all permutations by swapping characters in the string.

    • Maintain a visited array to keep track of characters already used in a particular permutation.

    • Print each permutation as it is generated.

    • Handle duplicate characters by skipping swapping if the character is already in the current position.

  • Answered by AI

Interview Preparation Tips

Professional and academic backgroundI completed Computer Science Engineering from TIET - Thapar Institute of Engineering And Technology. I applied for the job as Software Engineer in GurgaonEligibility criteria7.5 CgpaGreyOrange interview preparation:Topics to prepare for the interview - DSA, OOPs, OS, DBMS, projects, PuzzlesTime required to prepare for the interview - 6 MonthsInterview preparation tips for other job seekers

Tip 1 : You should be perfect in what you know
Tip 2 : Prepare atleast DSA standard questions very well
Tip 3 : Don't ignore OOPs, they are asked very frequently.

Application resume tips for other job seekers

Tip 1 : Add good projects
Tip 2 : Must mention all your coding profiles and github where you worked.

Final outcome of the interviewSelected

Skills evaluated in this interview

Maf Clothing Interview FAQs

How many rounds are there in Maf Clothing interview for freshers?
Maf Clothing interview process for freshers usually has 2 rounds. The most common rounds in the Maf Clothing interview process for freshers are Resume Shortlist.
How to prepare for Maf Clothing interview for freshers?
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 Maf Clothing. The most common topics and skills that interviewers at Maf Clothing expect are Inventory Management, Logistics, Management, Revenue Generation and Social Media Marketing.
What are the top questions asked in Maf Clothing interview for freshers?

Some of the top questions asked at the Maf Clothing interview for freshers -

  1. With which short key can you view the statement of the par...read more
  2. Do you know how to do tally pri...read more
  3. Do you know how to copy paste on exc...read more

Tell us how to improve this page.

Maf Clothing Interview Process for Freshers

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

Amrit Cement Interview Questions
4.1
 • 63 Interviews
Knorr-Bremse Interview Questions
3.9
 • 56 Interviews
Bajaj Motors Interview Questions
3.9
 • 52 Interviews
Falcon Autotech Interview Questions
3.9
 • 46 Interviews
Ukb Electronics Interview Questions
3.7
 • 44 Interviews
Grey Orange Interview Questions
3.2
 • 38 Interviews
View all

Maf Clothing Reviews and Ratings

based on 32 reviews

4.1/5

Rating in categories

4.0

Skill development

4.0

Work-life balance

3.6

Salary

3.9

Job security

4.0

Company culture

3.5

Promotions

4.1

Work satisfaction

Explore 32 Reviews and Ratings
Merchandiser
27 salaries
unlock blur

₹2.2 L/yr - ₹5.3 L/yr

Senior Merchandiser
10 salaries
unlock blur

₹3.3 L/yr - ₹10.5 L/yr

Account Assistant
10 salaries
unlock blur

₹1.9 L/yr - ₹2.5 L/yr

Junior Merchandiser
10 salaries
unlock blur

₹2 L/yr - ₹3 L/yr

Fabric Sourcing Executive
7 salaries
unlock blur

₹1.8 L/yr - ₹3.8 L/yr

Explore more salaries
Compare Maf Clothing with

Hero Motors Company

4.0
Compare

Bajaj Motors

3.9
Compare

Knorr-Bremse

3.9
Compare

Astral Adhesives

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