Upload Button Icon Add office photos

Filter interviews by

M. K. Auto Clutch Co Interview Questions and Answers

Be the first one to contribute and help others!

Interview questions from similar companies

Interview experience
1
Bad
Difficulty level
Easy
Process Duration
4-6 weeks
Result
Not Selected

I applied via Approached by Company and was interviewed in Oct 2024. There were 4 interview rounds.

Round 1 - HR 

(3 Questions)

  • Q1. Salary Expectation
  • Q2. Work Experience
  • Q3. Relocation Plans
Round 2 - Coding Test 

Codility Test General C# and SQL

Round 3 - Technical 

(9 Questions)

  • Q1. (live coding) Create a class Employees with fields FirstName LastName, DoB, and Gender Return avg age of employees, return avg age by genders
  • Ans. 

    Create a class Employees with fields FirstName LastName, DoB, and Gender. Return avg age of employees and avg age by genders.

    • Create a class Employees with fields FirstName, LastName, DoB, and Gender

    • Calculate the average age of all employees

    • Calculate the average age by genders

  • Answered by AI
  • Q2. What design pattern you know
  • Ans. 

    I am familiar with design patterns such as Singleton, Factory, Observer, and MVC.

    • Singleton pattern ensures a class has only one instance and provides a global point of access to it.

    • Factory pattern creates objects without specifying the exact class of object that will be created.

    • Observer pattern defines a one-to-many dependency between objects so that when one object changes state, all its dependents are notified and up...

  • Answered by AI
  • Q3. SOLID principles
  • Q4. How to optimize SQL Queries
  • Ans. 

    Optimizing SQL queries involves using indexes, minimizing data retrieval, avoiding unnecessary joins, and optimizing query structure.

    • Use indexes on columns frequently used in WHERE clauses

    • Minimize data retrieval by selecting only necessary columns

    • Avoid unnecessary joins by using EXISTS or IN clauses instead

    • Optimize query structure by using appropriate joins and subqueries

  • Answered by AI
  • Q5. Which type of Indexes you know
  • Ans. 

    Types of indexes include clustered, non-clustered, unique, composite, and filtered indexes.

    • Clustered index: Physically reorders the data in the table based on the index key.

    • Non-clustered index: Contains a sorted list of references to the table data rows.

    • Unique index: Ensures that no two rows have the same values in the indexed columns.

    • Composite index: Index that is created on multiple columns.

    • Filtered index: Index that...

  • Answered by AI
  • Q6. Have you ever read SQL Execution Plan?
  • Ans. 

    Yes, I have read SQL Execution Plans to optimize query performance.

    • I have analyzed SQL Execution Plans to identify bottlenecks in queries.

    • I have used SQL Execution Plans to optimize query performance by understanding how the database engine executes queries.

    • I have made query optimization recommendations based on SQL Execution Plans.

    • I have experience with tools like SQL Server Management Studio to view and analyze Execu

  • Answered by AI
  • Q7. .NET Framework DI 3th party tools
  • Q8. Are you familiar with MSUnit, xUnit, nUnit
  • Q9. Unit Testing libraries (e.g Bogus, Moq..)
Round 4 - Final Round 

(3 Questions)

  • Q1. What questions do you have?
  • Q2. How was your interview's?
  • Q3. Why you want to change your job?

Interview Preparation Tips

Interview preparation tips for other job seekers - I would strongly advice job seekers to avoid engaging further with this company. Based on my experience, their process lacks transparency and respect for candidates time, with poor communication and unclear criteria like 'culture fit' only being raised after multiple technical rounds. SAVE YOUR TIME and ENERGY by skipping this opportunity.

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via campus placement at BRACT's Vishwakarma Institute of Information Technology, Pune and was interviewed in Oct 2024. There was 1 interview round.

Round 1 - One-on-one 

(4 Questions)

  • Q1. What is polymorphism
  • Ans. 

    Polymorphism is the ability of a function or method to behave differently based on the object it is acting upon.

    • Polymorphism allows objects of different classes to be treated as objects of a common superclass.

    • It enables a single interface to be used for different data types or classes.

    • Examples include method overloading and method overriding in object-oriented programming.

  • Answered by AI
  • Q2. Find missing number from nth number array.
  • Ans. 

    Find missing number from nth number array.

    • Iterate through the array and calculate the sum of all numbers

    • Calculate the sum of numbers from 1 to n using the formula n*(n+1)/2

    • Subtract the sum of array from the sum of numbers from 1 to n to find the missing number

  • Answered by AI
  • Q3. Explain inheritance and it types
  • Ans. 

    Inheritance is a concept in object-oriented programming where a class inherits properties and behaviors from another class.

    • Inheritance allows a class to reuse code from another class.

    • Types of inheritance include single inheritance, where a class inherits from only one parent class, and multiple inheritance, where a class inherits from multiple parent classes.

    • Example: Class B inherits from Class A, so Class B can access

  • Answered by AI
  • Q4. Find 2nd max elements from aaray
  • Ans. 

    Find 2nd max element from array of strings

    • Sort the array in descending order

    • Skip the first element (max element)

    • Return the second element

  • Answered by AI

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Hard
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Referral and was interviewed in May 2024. There were 5 interview rounds.

Round 1 - HR 

(3 Questions)

  • Q1. Tell me about yourself?
  • Q2. Why did you living your current organization?
  • Q3. What is your expected CTC?
  • Ans. 

    I am looking for a competitive salary based on my experience, skills, and the responsibilities of the role.

    • Research industry standards for similar positions

    • Consider cost of living in the area

    • Factor in benefits and bonuses offered by the company

    • Be prepared to negotiate based on your value to the organization

  • Answered by AI
Round 2 - One-on-one 

(7 Questions)

  • Q1. Tell me about yourself?
  • Ans. 

    I am a results-driven executive with over 10 years of experience in leading teams and driving business growth.

    • Experienced executive with a proven track record of success

    • Skilled in team leadership and business development

    • Strong focus on achieving results and driving growth

  • Answered by AI
  • Q2. Why did you living your current organization?
  • Q3. How did you manage the night shift and traveling?
  • Ans. 

    I managed the night shift and traveling by prioritizing rest, staying organized, and utilizing technology.

    • Prioritized rest by ensuring adequate sleep during the day

    • Stayed organized by planning ahead and packing essentials in advance

    • Utilized technology for efficient communication and navigation while traveling

  • Answered by AI
  • Q4. What do you know about the EXL?
  • Ans. 

    EXL is a leading operations management and analytics company that helps businesses improve performance.

    • EXL offers services in areas such as finance and accounting, healthcare, insurance, and more

    • They use advanced analytics and technology to drive business transformation

    • EXL has a global presence with offices in multiple countries

  • Answered by AI
  • Q5. What is Insurance?
  • Ans. 

    Insurance is a financial product that provides protection against potential risks and losses.

    • Insurance involves an agreement between an individual or entity and an insurance company.

    • The individual or entity pays a premium in exchange for coverage against specific risks, such as property damage, illness, or liability.

    • Examples of insurance include health insurance, car insurance, life insurance, and property insurance.

  • Answered by AI
  • Q6. What do you know about the premium?
  • Ans. 

    Premium refers to the amount of money an individual or business pays for an insurance policy.

    • Premium is the cost of purchasing an insurance policy

    • It is typically paid on a regular basis, such as monthly or annually

    • The premium amount is determined by factors such as the type of insurance, coverage amount, and the individual's risk profile

  • Answered by AI
  • Q7. What is your current CTC and expectation?
  • Ans. 

    My current CTC is $100,000 and I am looking for a 15% increase in my next role.

    • Current CTC: $100,000

    • Expectation: 15% increase

    • Looking for opportunities in the range of $115,000 - $120,000

  • Answered by AI
Round 3 - Aptitude Test 

Aptitude test to check grammar and English fluency. It has different types of questions like passage reading and give the answers of questions from the passage, email writing, essay, grammar sections with fill in the blanks and picture based scenario in which you have to write the steps.

Round 4 - Typing Test 

(2 Questions)

  • Q1. Speed minimum 30.
  • Q2. Accuracy minimum 90 percent.
Round 5 - HR 

(2 Questions)

  • Q1. Discussion about the salary.
  • Q2. Fixing the package.

Interview Preparation Tips

Interview preparation tips for other job seekers - When I was cleared my all round of interview and then HR comes to me and said 'congratulations you are selected ' and please come tomorrow for the documentation. Tomorrow the HR assign me the task of assessment, that was not acceptable 😑 because I was cleared my all round off interview and they told me to come for the documentation. On the last day I was resigned my last company because I got selected. But this situation is very difficult for me whether I failed assessment then they reject me. I did my assessment and have cleared 🙌 and then they told me for typing test which results is passes and then they started the documentation. It takes approx 21 days to get offer letter.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Nov 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. They took a typing test
  • Q2. They asked me why I came in this field
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com and was interviewed in Sep 2024. There were 5 interview rounds.

Round 1 - Coding Test 

Easy Level DS Questions - 30 mins

Round 2 - Technical 

(2 Questions)

  • Q1. Cloud Services related questions
  • Q2. ETL Based question
Round 3 - Coding Test 

A comprehensive coding test which included job role simulation.

Round 4 - Coding Test 

Advanced Cloud Services questions

Round 5 - HR 

(2 Questions)

  • Q1. Introduce yourself
  • Ans. 

    I am a Senior Software Developer with 8 years of experience in full-stack development, specializing in Java and Angular.

    • 8 years of experience in full-stack development

    • Specialize in Java and Angular

    • Strong problem-solving skills

    • Experience working in agile environments

  • Answered by AI
  • Q2. Why did you leave your last organisation

Interview Preparation Tips

Interview preparation tips for other job seekers - Remote work although partially supported, is highly discouraged.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

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

Round 1 - Technical 

(2 Questions)

  • Q1. Difference between wifi AC and Ax
  • Ans. 

    Wifi AC is the 5th generation of wifi technology, while Wifi Ax is the 6th generation with improved speed and efficiency.

    • Wifi AC operates on the 5 GHz band, while Wifi Ax operates on both 2.4 GHz and 5 GHz bands.

    • Wifi Ax supports MU-MIMO (Multi-User, Multiple Input, Multiple Output) technology for better performance in crowded networks.

    • Wifi Ax offers higher data rates and improved efficiency compared to Wifi AC.

    • Wifi Ax ...

  • Answered by AI
  • Q2. What is called as DTIM?
  • Ans. 

    DTIM stands for Delivery Traffic Indication Message, used in Wi-Fi networks to inform clients about the presence of buffered broadcast and multicast frames.

    • DTIM is a parameter in the Wi-Fi beacon frame that indicates to clients how often they should wake up to receive broadcast and multicast traffic.

    • It helps in saving battery life for devices by allowing them to sleep for longer periods of time.

    • Clients can set their po...

  • Answered by AI

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

2 coding questions were given , Running atleast one question with all test cases passing is mandatory.

Round 2 - Technical 

(2 Questions)

  • Q1. Bit manipulation question(asked to write atleast pseudo code)
  • Q2. Array based question(asked to write atleast pseudo code)

Interview Preparation Tips

Interview preparation tips for other job seekers - If you are going for software engineer roles , dont neglect your DSA preparation.

QA/TL/TRAINER Interview Questions & Answers

CGS user image Anonymous

posted on 6 Aug 2024

Interview experience
2
Poor
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Jul 2024. There were 2 interview rounds.

Round 1 - Group Discussion 

JAM just introduce yourself or speak on sometime topic shared

Round 2 - Aptitude Test 

English knowledge pen n paper

Interview Preparation Tips

Interview preparation tips for other job seekers - First of all very prolonged interview they don’t have proper schedule.
And they literally call out interviewer names aloud and say leave ( unprofessional - at least take them in hall tell them the reason which them better luck next time, may be this boosts them for other take) mostly freshers
. HR -doesn’t share proper feedback or reason
. No decision on salary manager seems talkative juz seems unnecessary
. Every candidate has to go for 2days no matter he will be selected/rejected.
.I wasted my whole day just to give typing test and written test and that to being experienced and later they asked to come tomorrow for another round
Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I applied via Indeed and was interviewed in May 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. How much brokerage you used to generate a day
  • Ans. 

    I used to generate an average of $X in brokerage per day

    • On average, I used to generate $X in brokerage per day

    • The amount of brokerage generated per day varied based on market conditions and client activity

    • For example, on a busy trading day, I could generate $Y in brokerage, while on a slow day it could be lower at $Z

  • Answered by AI
  • Q2. Total brokerage generationin a day
  • Ans. 

    The total brokerage generation in a day is the sum of all the brokerage fees earned by the equity dealer from executing trades.

    • Calculate the brokerage earned from each trade executed during the day

    • Add up all the brokerage fees to get the total brokerage generation for the day

    • Consider different types of trades and their respective brokerage rates

    • Example: If a dealer earns $10 from Trade A, $15 from Trade B, and $20 from...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Interviewer already knows if a person is to be selected after f2f round. But in my case interview went smooth the interviewer said hr will share the feedback. Three days passed then i called texted hr didn't respond a day later hr responded she didn't receive any feedback yet. if i get selected then they will call. I am not understanding why they taking so long to share the feedback. Very unprofessional simply sharing feedback would help the interviewee to decide whether he should go for some other company.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Quantiative Aptitude

Round 2 - One-on-one 

(1 Question)

  • Q1. Questions related to basic DSA, Searching, sorting, SQL Queries based on aggregate functions, Basic puzzle (GFG)
Round 3 - One-on-one 

(1 Question)

  • Q1. Resume based, Discussion about projects mentioned on the resume.
Round 4 - HR 

(1 Question)

  • Q1. Strength, Weakness,

Interview Preparation Tips

Interview preparation tips for other job seekers - Be calm during the process

Tell us how to improve this page.

Interview Questions from Similar Companies

Exl India Interview Questions
3.5
 • 94 Interviews
GAMMON INDIA Interview Questions
3.9
 • 29 Interviews
KHY ELECTRONIC Interview Questions
3.8
 • 26 Interviews
CGS Interview Questions
3.5
 • 26 Interviews
FNZ Interview Questions
1.9
 • 22 Interviews
Taco Bell Interview Questions
4.2
 • 20 Interviews
InsanelyGood Interview Questions
4.1
 • 19 Interviews
View all

M. K. Auto Clutch Co Reviews and Ratings

based on 38 reviews

4.0/5

Rating in categories

3.6

Skill development

3.5

Work-Life balance

3.4

Salary & Benefits

3.5

Job Security

3.3

Company culture

3.2

Promotions/Appraisal

3.6

Work Satisfaction

Explore 38 Reviews and Ratings
Executive Accountant
9 salaries
unlock blur

₹2.4 L/yr - ₹4 L/yr

Assistant Manager
8 salaries
unlock blur

₹4.9 L/yr - ₹7.5 L/yr

Senior Engineer
7 salaries
unlock blur

₹3 L/yr - ₹4.4 L/yr

Quality Engineer
7 salaries
unlock blur

₹1.9 L/yr - ₹3 L/yr

Production Engineer
6 salaries
unlock blur

₹2 L/yr - ₹2.8 L/yr

Explore more salaries
Compare M. K. Auto Clutch Co with

Exl India

3.5
Compare

Primus Global Technologies

4.0
Compare

GAMMON INDIA

3.9
Compare

Educomp Solutions

3.6
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview