Upload Button Icon Add office photos

Filter interviews by

Maf Clothing Cloud Consultant Interview Questions and Answers

Updated 17 Jun 2022

Maf Clothing Cloud Consultant Interview Experiences

1 interview found

I applied via Job Portal and was interviewed in May 2022. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. What all work done in the past compaby

Interview Preparation Tips

Interview preparation tips for other job seekers - good is good
easy process
offer rollout done

Interview questions from similar companies

I applied via Recruitment Consulltant and was interviewed before Sep 2021. There were 6 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 - Coding Test 

Hacker rank test on Python, SQL and Aptitude , English

Round 3 - Technical 

(2 Questions)

  • Q1. Technical from Hiring Manager
  • Q2. How many Surf excel are consuming in Gurgaon area on daily basis Advance excel Questions. Python and SQL basics
Round 4 - Technical 

(1 Question)

  • Q1. Technical -Senior Manager-Product Management
Round 5 - Technical 

(1 Question)

  • Q1. HOD Product Management- 1: 1 Techno Managerial -
Round 6 - HR 

(1 Question)

  • Q1. Salary Discussion and Hr rounds -general question

Interview Preparation Tips

Interview preparation tips for other job seekers - Be specific.
They more focused on a problem What and How.
be ready to answer any challenge based on technical or Case studies
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Mar 2024. There were 3 interview rounds.

Round 1 - Group Discussion 

Questions on JD and education

Round 2 - HR 

(1 Question)

  • Q1. Questions on educational qualifications
  • Ans. JD on assiciate to handle patent applications
  • Answered Anonymously
Round 3 - Technical 

(1 Question)

  • Q1. Questions on btech like functioning of braking system
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I appeared for an interview in Jan 2025.

Round 1 - Technical 

(2 Questions)

  • Q1. What is volumetric mode
  • Q2. What is gravimetric mode
  • Ans. 

    Gravimetric mode is a method of analysis that measures the mass of a substance to determine its concentration or purity.

    • Gravimetric mode involves measuring the mass of a sample before and after a chemical reaction to determine the amount of a specific component present.

    • It is commonly used in analytical chemistry to determine the concentration of a particular element or compound in a sample.

    • Examples include gravimetric ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Study the equipment details it's working condition also
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Tell me your self Then what was your experience in present company
  • Ans. 

    Dynamic professional with 5 years of experience in management, skilled in team leadership and project execution.

    • Led a team of 10 in a successful project that increased sales by 20% over six months.

    • Implemented a new training program that improved employee performance metrics by 15%.

    • Managed cross-departmental collaboration, resulting in a 30% reduction in project turnaround time.

    • Conducted regular performance reviews and ...

  • Answered by AI

I appeared for an interview in Jan 2021.

Round 1 - Coding Test 

(2 Questions)

Round duration - 120 minutes
Round difficulty - Easy

The test had it's webcam on, we were not allowed to go out of the frame.

  • Q1. 

    Nth Fibonacci Number Problem Statement

    Calculate the Nth term in the Fibonacci sequence, where the sequence is defined as follows: F(n) = F(n-1) + F(n-2), with initial conditions F(1) = F(2) = 1.

    Input:

    ...
  • Ans. 

    The program calculates the Nth Fibonacci number using a recursive formula.

    • The Fibonacci series starts with 1, 1, and each subsequent number is the sum of the two preceding numbers.

    • The program uses a recursive function to calculate the Nth Fibonacci number.

    • The time complexity of the program is O(2^N), which can be optimized using memoization or dynamic programming.

  • Answered by AI
  • Q2. 

    Longest Consecutive Sequence Problem Statement

    You are provided with an unsorted array/list ARR of N integers. Your task is to determine the length of the longest consecutive sequence present in the array...

  • Ans. 

    The task is to find the length of the longest consecutive sequence in an unsorted array of integers.

    • Sort the array to bring consecutive numbers together

    • Iterate through the sorted array and keep track of the current consecutive sequence length

    • Update the maximum length if a longer sequence is found

  • Answered by AI
Round 2 - Video Call 

(1 Question)

Round duration - 30 minutes
Round difficulty - Medium

The interview was online from home.

  • Q1. 

    Reverse the String Problem Statement

    You are given a string STR which contains alphabets, numbers, and special characters. Your task is to reverse the string.

    Example:

    Input:
    STR = "abcde"
    Output:
    "e...
  • Ans. 

    The task is to reverse a given string containing lowercase letters, uppercase letters, digits, and special characters.

    • Iterate through the string from the last character to the first character and append each character to a new string.

    • Alternatively, you can use built-in string reversal functions or methods available in your programming language.

    • To solve the follow-up question with O(1) space complexity, you can use a tw...

  • Answered by AI
Round 3 - HR 

Round duration - 20 minutes
Round difficulty - Easy

This was last round. In this round interviewer ask about me and what i know about company. Also he ask about my projects as well as my future goals . 
The interviewer was very understanding and supportive.

Interview Preparation Tips

Professional and academic backgroundI applied for the job as Software Engineer in GurgaonEligibility criteriaNoGreyOrange interview preparation:Topics to prepare for the interview - Data Structures, Object-Oriented Programming, Algorithms, Dynamic programming, Graphs, Operating Systems and Database Management System,Java, MySQL, HTML, CSS, JavaScript, Nodejs, PythonTime required to prepare for the interview - 4 monthsInterview preparation tips for other job seekers

Tip 1 : Find a good course, and first clear all your fundamentals and implementation of every data structure. You should be thorough with their time as well as space complexities. 
Tip 2 : Upon clearing the fundamentals, select a platform where you have a large no of questions, also whose test cases are good. eg. LeetCode, InterviewBit or Codezen. Go and complete 300-400 questions.
Tip 3 : Also whenever you're not able to solve the problem, check out the editorial and then re-attempt it again. Also, check the discussion if there is some good solution to the same problem.
Tip 4 : For OOPS, DS and programming, I recommend Codezen, Leetcode, InterviewBit and GeeksforGeeks.
Tip 5 : For OS, DBMS and Computer Network, I recommend GateSmasher, Knowledge Gate and TutorialsPoint.

Application resume tips for other job seekers

Tip 1 : Resume should contain facts, numbers, and data comparison.
Tip 2 : Mention only those projects and internships in your resume that you are comfortable with, that is, you can explain to the interviewee.
Tip 3 : Technical achievements in the field you're applying to, would be good.
Tip 4 : DO NOT FAKE THINGS, the interviewer is smart enough.

Final outcome of the interviewSelected

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

2 dsa questions need to be implemented in 1hr

Round 2 - Technical 

(1 Question)

  • Q1. Projects you have worked on. 1. vector implementation in C++
  • Ans. 

    Implemented vector data structure in C++

    • Used templates to create a generic vector class

    • Implemented basic vector operations like push, pop, insert, erase

    • Optimized vector resizing by using exponential growth

    • Used iterators to traverse the vector elements

    • Implemented vector algorithms like sort and binary search

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Compensation, expected and other document submitting.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare for dsa and puzzles. Communicate with interviewer

Skills evaluated in this interview

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

I applied via Approached by Company and was interviewed before Feb 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. System architecture
  • Q2. Dict ,list and other questions
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Coding Test 

It started with basic introduction, than move ahead with Java, Spring boot question in the end, he asked one leetcode medium question based on DP . Ques : Find a minimum number of jumps required to reach the end of the array, and each index , it can jump arr[index] time at max, you need to calculate minimum number of steps required to reach at the end.

Interview Preparation Tips

Interview preparation tips for other job seekers - Java , Spring boot and Data structures

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

Maf Clothing Interview FAQs

How many rounds are there in Maf Clothing Cloud Consultant interview?
Maf Clothing interview process usually has 1 rounds. The most common rounds in the Maf Clothing interview process are One-on-one Round.

Tell us how to improve this page.

Interview Questions from Similar Companies

Amrit Cement Interview Questions
4.1
 • 61 Interviews
Knorr-Bremse Interview Questions
3.9
 • 57 Interviews
Bajaj Motors Interview Questions
3.9
 • 50 Interviews
Falcon Autotech Interview Questions
3.9
 • 45 Interviews
Ukb Electronics Interview Questions
3.7
 • 44 Interviews
Grey Orange Interview Questions
3.2
 • 38 Interviews
View all
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