Upload Button Icon Add office photos

Filter interviews by

Skillmatics Interview Questions and Answers

Updated 15 Mar 2025

Skillmatics Interview Experiences

Popular Designations

3 interviews found

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I appeared for an interview in Jan 2025.

Round 1 - Group Discussion 

I had appeared for two rounds of interviews for the position of Operations Executive. The first round was a video call, and as far as I remember, I had answered almost all the questions correctly. The interviewer was also impressed with my responses. Therefore, they called me for the second round, which was a face-to-face interview.

In the second round, they asked me the same questions again, and I provided correct answers to all of them. As far as I recall, I didn't give a single incorrect answer. After the interview, they said, 'We will let you know within 24 hours.' I was happy to hear that and waited for their call the next day.

However, they messaged me after three days, stating that they found some skills lacking in me and therefore wouldn't be selecting me. They didn't specify what skills they found lacking, which was frustrating and a waste of my time.

Operations Executive Interview Questions asked at other Companies

Q1. What is the electric current? How is works ?
View answer (30)
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview in Sep 2024, where I was asked the following questions.

  • Q1. 'Tell me something about yourself'
  • Q2. 'What are your skillsets'?
  • Ans. 

    I possess a diverse skill set in digital marketing, analytics, content creation, and strategic planning to drive brand growth.

    • Digital Marketing: Proficient in SEO and SEM strategies, increasing website traffic by 40% through targeted campaigns.

    • Content Creation: Developed engaging blog posts and social media content that boosted audience engagement by 30%.

    • Data Analysis: Utilized Google Analytics to track campaign perfor...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview process is easy to moderate. I was being asked basic interview questions and questions from my field. Interview was quick and joining was immediate. Overall it was pleasant.

Marketing Executive Interview Questions asked at other Companies

Q1. What is Service Scape ? After going through website, what do you think, how can we make better Servicescape for B2B marketplaces throgh Brandsmith Worldwide?
View answer (3)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Feb 2022. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. About yourself, entire quality management system processes, product and product manufacturing processes, my role of existing company, my any value-added achievements in existing company, why you want to sw...
Round 2 - One-on-one 

(1 Question)

  • Q1. How to manage quality of product as well as supplier relationship, asked about my existing company profile, my best learning, what you can do for my company if we will hire you. how you to manage your team...
Round 3 - HR 

(1 Question)

  • Q1. Salary negotiation, asked for existing company salary slips & last 5 months bank statement's, basic required documents,

Interview Preparation Tips

Topics to prepare for Skillmatics Manager Quality Control interview:
  • carton packaging
Interview preparation tips for other job seekers - you can join with organization for your good learning as well as personal growth.

Manager Quality Control Interview Questions asked at other Companies

Q1. You know how much qty. using flash in concrete mix design?
View answer (2)

Interview questions from similar companies

Software Engineer Interview Questions & Answers

Meddo user image Nishant Srivastava

posted on 31 May 2021

Interview Questionnaire 

1 Question

  • Q1. JS questions are asked
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Mar 2023. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Double-check your resume for any spelling mistakes. The recruiter may consider spelling mistakes as careless behavior or poor communication skills.
View all tips
Round 2 - One-on-one 

(1 Question)

  • Q1. Discussion on sales, areas and target
Round 3 - One-on-one 

(1 Question)

  • Q1. Discussion about product, target etc

Interview Preparation Tips

Interview preparation tips for other job seekers - Its a good organization

Senior Associate Interview Questions & Answers

Elevate user image Shital Santosh Badgujar

posted on 13 May 2024

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

I applied via Approached by Company and was interviewed in Nov 2023. There were 2 interview rounds.

Round 1 - Assignment 

Contracts review and abstraction

Round 2 - One-on-one 

(1 Question)

  • Q1. Contracts and essential elements
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in Jan 2024. There was 1 interview round.

Round 1 - Coding Test 

DSA questions asked in an interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

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 

It just like like a screen test they will ask you questions based on your cv

Round 3 - Aptitude Test 

It will hardly take 30minutes to complete the test.

Round 4 - Coding Test 

It will take hardly 30 minutes to complete coding test.

Round 5 - Technical 

(2 Questions)

  • Q1. A technical person will take your interview it will about 20 to 30minutes
  • Q2. What is difference between list and tuple? They will ask to code for some questions?

Interview Preparation Tips

Interview preparation tips for other job seekers - Happy learning . Flocareer it's a good company with good people around .
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before May 2022. 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 

(3 Questions)

  • Q1. How python dictionary is implemented internally ?
  • Ans. 

    Python dictionary is implemented using hash tables.

    • Python dictionary is a collection of key-value pairs.

    • The keys in a dictionary must be unique and immutable.

    • The values in a dictionary can be of any data type.

    • Python dictionary is implemented using hash tables.

    • Hash tables provide constant time complexity for insertion, deletion and retrieval of elements.

    • The hash function used in Python dictionary is based on the key's h...

  • Answered by AI
  • Q2. What is heap sort
  • Ans. 

    Heap sort is a comparison-based sorting algorithm that uses a binary heap data structure.

    • It divides the input into a sorted and an unsorted region.

    • It repeatedly extracts the maximum element from the unsorted region and inserts it into the sorted region.

    • It has a time complexity of O(n log n) and is not stable.

    • Example: [8, 5, 3, 1, 9, 6, 0, 7, 4, 2] -> [0, 1, 2, 3, 4, 5, 6, 7, 8, 9]

  • Answered by AI
  • Q3. Coding question to sort array based on a custom filter

Skills evaluated in this interview

I applied via Recruitment Consultant and was interviewed in Jun 2021. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Realted to my previous job

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident in answering to the interviewer

Skillmatics Interview FAQs

How many rounds are there in Skillmatics interview?
Skillmatics interview process usually has 2 rounds. The most common rounds in the Skillmatics interview process are Resume Shortlist, Technical and One-on-one Round.
How to prepare for Skillmatics 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 Skillmatics. The most common topics and skills that interviewers at Skillmatics expect are Inventory Management, Operations, Forecasting, Logistics and Operations Management.

Tell us how to improve this page.

Skillmatics Interview Process

based on 4 interviews

Interview experience

3.8
  
Good
View more

Interview Questions from Similar Companies

BYJU'S Interview Questions
3.1
 • 2.1k Interviews
Whitehat jr Interview Questions
3.4
 • 262 Interviews
Unacademy Interview Questions
3.0
 • 206 Interviews
upGrad Interview Questions
3.7
 • 199 Interviews
Testbook.com Interview Questions
3.5
 • 99 Interviews
Toppr Interview Questions
3.4
 • 64 Interviews
Embibe Interview Questions
3.5
 • 60 Interviews
Cuemath Interview Questions
3.7
 • 43 Interviews
MeritNation Interview Questions
3.6
 • 7 Interviews
Vedant Interview Questions
4.2
 • 1 Interview
View all

Skillmatics Reviews and Ratings

based on 21 reviews

4.6/5

Rating in categories

4.3

Skill development

4.5

Work-life balance

4.0

Salary

4.6

Job security

4.7

Company culture

4.0

Promotions

4.4

Work satisfaction

Explore 21 Reviews and Ratings
Executive Accountant
17 salaries
unlock blur

₹1.8 L/yr - ₹4 L/yr

Operations Executive
9 salaries
unlock blur

₹2.5 L/yr - ₹4 L/yr

Senior Accountant
9 salaries
unlock blur

₹3 L/yr - ₹5.7 L/yr

Operations Manager
5 salaries
unlock blur

₹6 L/yr - ₹10.2 L/yr

Graphic Designer
4 salaries
unlock blur

₹3.6 L/yr - ₹4 L/yr

Explore more salaries
Compare Skillmatics with

InsanelyGood

4.1
Compare

Vegrow

4.0
Compare

Pepper Content

2.5
Compare

Elevate

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