Premium Employer

i

This company page is being actively managed by Kiswok Industries Team. If you also belong to the team, you can get access from here

Kiswok Industries Verified Tick Work with us arrow

Compare button icon Compare button icon Compare

Filter interviews by

Kiswok Industries Purchase Executive Interview Questions and Answers

Updated 4 Jan 2024

Kiswok Industries Purchase Executive Interview Experiences

1 interview found

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

I applied via Walk-in and was interviewed in Jan 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

Basic Math, English proposition, General knowledge

Round 2 - Technical 

(1 Question)

  • Q1. Vlookup, Pivot, Conditional formating, etc
Round 3 - One-on-one 

(1 Question)

  • Q1. Basic Question like Your self, family background, why chose us, knowledge of Purchase. etc

Top trending discussions

View All
Interview Hub
1w
a client servicing executive
FeedCard Image
Got a question about Kiswok Industries?
Ask anonymously on communities.

Interview questions from similar companies

I appeared for an interview in Feb 2022.

Round 1 - One-on-one 

(1 Question)

  • Q1. Tell your experience on supply cahin

Interview Preparation Tips

Interview preparation tips for other job seekers - Have basic knowledge of department you want to get internship

Purchase Executive Interview Questions Asked at Other Companies

Q1. Could you explain the different types of purchase orders?
Q2. How would you handle a critical situation caused by a problem wit ... read more
Q3. What are the differences between a direct supplier and an indirec ... read more
asked in JBM Group
Q4. What is the difference between CRCA D and CRCA EDD?
Q5. What is the difference between an open PO and a closed PO?
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Recruitment Consulltant and was interviewed before Jan 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 - Technical 

(2 Questions)

  • Q1. Detailed discussion on previous job profile handled
  • Q2. Challenges in shipping and JIT strategy
  • Ans. 

    Shipping challenges in JIT strategy include inventory management, lead time variability, and transportation delays.

    • Inventory management is crucial to ensure that the right products are available at the right time.

    • Lead time variability can disrupt the JIT process and cause delays in production.

    • Transportation delays can also impact the JIT process, especially if there are issues with customs or unexpected weather conditi...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep knowledge on the shipment type this company handles

Executive Interview Questions & Answers

Saud Bahwan Group user image SHAILENDRA KUMAR PANDEY

posted on 29 Oct 2024

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. What tools or ERP system you are using

Interview Preparation Tips

Interview preparation tips for other job seekers - They will ask normal questions to your domain nothing too technical.

I applied via Naukri.com and was interviewed before Jan 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. 1.Design of EV HV architecture & Specify it's major components along with their functions.
  • Ans. 

    EV HV architecture consists of battery, motor, inverter, and controller.

    • EV HV architecture is responsible for converting DC power from the battery to AC power for the motor.

    • Major components include battery, motor, inverter, and controller.

    • Battery stores energy and provides power to the motor.

    • Motor converts electrical energy into mechanical energy to drive the wheels.

    • Inverter converts DC power from the battery to AC pow...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - This interview was a technical one but was majorly a stress + skill test. It lasted for about 1 hour 35 minutes. Interviewer wanted to test both my domain knowledge, interpersonal skills as well as communication skills. Most of the questions asked to me were related to my previous experience & projects undertaken by me. i.e Automotive electrical circuits & design, Design tool knowledge etc.you need stay calm and should apply presence of mind. Communication and domain specific knowledge is most important.

I appeared for an interview in Sep 2016.

Interview Questionnaire 

1 Question

  • Q1. Profile based questions

Interview Preparation Tips

Round: aptitude
Experience: both technical and general.
Tips: you can easily clear if know somewhat in programming.

Round: HR Interview
Experience: once you clear aptitude then you will get to the company.

Skills: Personnel Management
College Name: Mnm Jain Engineering College

Kiswok Industries HR Interview Questions

13 questions and answers

Q. Tell me about your achievements.
Q. What is your experience regarding interviews conducted by department heads?
Q. Prepare a presentation on your commute to the office and your interactions ... read more

I applied via Spectrum placement and was interviewed before Apr 2021. 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 - Technical 

(1 Question)

  • Q1. 1. Domain specific basic technical Questions 2. Automotive design parameters 3. Type of tool utilisation & methods 4. Automotive standards & components selection criteria 5. Importance & functions of autom...
Round 3 - One-on-one 

(1 Question)

  • Q1. Same as above. Basic technical knowledge mostly asked.

Interview Preparation Tips

Interview preparation tips for other job seekers - 1. Basic domain knowledge is must
2. Overview of automotive components.
3.Design consideration & parameters are must.
Are these interview questions helpful?

I applied via WorkIndia and was interviewed before Nov 2021. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - HR 

(3 Questions)

  • Q1. Name work experience qualification
  • Q2. Name and what works experience and qualification
  • Q3. Muthoot finance mein job kaise karen 2022
Round 3 - Aptitude Test 

Computer hardware work marketing manager

Interview Preparation Tips

Interview preparation tips for other job seekers - I have jobs is good work experience qualification I am like company

I appeared for an interview in Dec 2020.

Round 1 - Video Call 

(3 Questions)

Round duration - 70 Minutes
Round difficulty - Medium

There were 5 people in the zoom meet, including me. Rest all 4 were interviewers, 3 from India and 1 from the United Kingdom.
They started with my introduction and then moved on to the questions from my resume, starting with my internship at Samsung Bangalore and then projects.
Then another interviewer asked about my weakness and strength. Then comes the turn of coding questions.
Starting with finding the minimum element in O(1) time, rotating the 2-D array by 90 degrees, OOPS questions were also asked like- polymorphism, abstraction, virtual class. Some OS questions were- cache, paging algorithms.
Then come my POR and other activities.

  • Q1. 

    Kth Smallest Element Problem Statement

    You are provided with an array of integers ARR of size N and an integer K. Your task is to find and return the K-th smallest value present in the array. All elements...

  • Ans. 

    Find the K-th smallest element in an array of distinct integers.

    • Sort the array and return the element at index K-1.

    • Use a min-heap to find the K-th smallest element efficiently.

    • Implement quickselect algorithm for optimal performance.

  • Answered by AI
  • Q2. 

    Inplace Rotate Matrix 90 Degrees Anti-Clockwise

    You are provided with a square matrix of non-negative integers of size 'N x N'. The task is to rotate this matrix by 90 degrees in an anti-clockwise directi...

  • Ans. 

    Rotate a square matrix by 90 degrees anti-clockwise without using extra space.

    • Iterate through each layer of the matrix from outer to inner layers

    • Swap elements in groups of 4 to rotate the matrix in place

    • Handle odd-sized matrices separately by adjusting the loop boundaries

  • Answered by AI
  • Q3. What are the page replacement algorithms in Operating Systems?
  • Ans. 

    Page replacement algorithms are used in operating systems to decide which page to replace when a new page needs to be brought in.

    • FIFO (First In, First Out) - replaces the oldest page in memory

    • LRU (Least Recently Used) - replaces the page that has not been used for the longest time

    • LFU (Least Frequently Used) - replaces the page that has been used the least number of times

    • Optimal - replaces the page that will not be used...

  • Answered by AI

Interview Preparation Tips

Professional and academic backgroundI applied for the job as SDE - 1 in BangaloreEligibility criteria7 CGPAJaguar Land Rover interview preparation:Topics to prepare for the interview - Arrays, Strings, Stack and Queue, STL, Object-Oriented Programming, Operating System, Database Management System, Computer NetworksTime required to prepare for the interview - 5 MonthsInterview preparation tips for other job seekers

Tip 1 : Practice GFG Must Do section, solve at least 5 Questions daily
Tip 2 : Start talking to new people regarding technology to remove hesitation at the time of the interview.
Tip 3 : Be in contact with a senior already working in that company, ask them regarding previous experience and new project the company is working on.
Tip 4 : Once you are done with GFG must do questions, now complete leetcode sorting by your target company.
Tip 5 : For core subjects refer to gate smashers and knowledge gate videos on youtube.

Application resume tips for other job seekers

Tip 1 : Try to modify your resume according to the company you are applying for, for this read their Job Description provided to you.
Tip 2 : Mention no more than 3 projects and 1,2 internships.
Tip 3 : Divide your skills into beginner, intermediate and hard sections, otherwise don't mention too many skills.
Tip 4 : Don't mention to many Position Of Responsibilities( at max 2-3).

Final outcome of the interviewSelected

Skills evaluated in this interview

I applied via LinkedIn and was interviewed in Sep 2021. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. It went well, results awaiting

Interview Preparation Tips

Interview preparation tips for other job seekers - Excellent company to work. Preparation is the key to crack the interview

Kiswok Industries Interview FAQs

How many rounds are there in Kiswok Industries Purchase Executive interview?
Kiswok Industries interview process usually has 3 rounds. The most common rounds in the Kiswok Industries interview process are Aptitude Test, Technical and One-on-one Round.
How to prepare for Kiswok Industries Purchase Executive 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 Kiswok Industries. The most common topics and skills that interviewers at Kiswok Industries expect are Purchase Order, Casting, Computer, Cost Reduction and Drafting Notices.

Tell us how to improve this page.

Overall Interview Experience Rating

5/5

based on 1 interview experience

Difficulty level

Easy 100%

Duration

Less than 2 weeks 100%
View more
Join Kiswok Industries Better Everyday in Everyway
Kiswok Industries Purchase Executive Salary
based on 17 salaries
₹1 L/yr - ₹3.3 L/yr
49% less than the average Purchase Executive Salary in India
View more details

Kiswok Industries Purchase Executive Reviews and Ratings

based on 4 reviews

4.3/5

Rating in categories

4.7

Skill development

3.0

Work-life balance

2.3

Salary

4.3

Job security

3.5

Company culture

3.8

Promotions

2.8

Work satisfaction

Explore 4 Reviews and Ratings
Junior Engineer
98 salaries
unlock blur

₹1.2 L/yr - ₹3.5 L/yr

Quality Inspector
98 salaries
unlock blur

₹1 L/yr - ₹2.6 L/yr

CNC Machine Operator
64 salaries
unlock blur

₹1 L/yr - ₹2.3 L/yr

CNC Operator
55 salaries
unlock blur

₹1.1 L/yr - ₹2.3 L/yr

Assistant Engineer
40 salaries
unlock blur

₹2.4 L/yr - ₹6.1 L/yr

Explore more salaries
Compare Kiswok Industries with

Saud Bahwan Group

3.4
Compare

Plastic Omnium

3.7
Compare

Jaguar Land Rover

4.0
Compare

MAN Truck & Bus

2.9
Compare
write
Share an Interview