Upload Button Icon Add office photos

Filter interviews by

Kirloskar Group Sales Interview Questions and Answers

Updated 15 Apr 2021

Kirloskar Group Sales Interview Experiences

1 interview found

Sales Interview Questions & Answers

user image Anonymous

posted on 15 Apr 2021

I applied via Naukri.com and was interviewed before Apr 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Tell me your biggest achievement

Interview Preparation Tips

Interview preparation tips for other job seekers - Be genuinely

Interview questions from similar companies

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

I applied via Instahyre and was interviewed in Nov 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Easy to medium questions, Questions on DSA and Node.js.

Round 2 - Technical 

(2 Questions)

  • Q1. Valid parenthesis
  • Q2. Three sum problem

Interview Preparation Tips

Topics to prepare for Zetwerk Software Developer interview:
  • js
  • node.js
  • dsa
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Find tree node from leet code
  • Ans. 

    Finding a tree node from LeetCode involves traversing a tree data structure to locate a specific node.

    • Use depth-first search (DFS) or breadth-first search (BFS) to traverse the tree and find the target node.

    • Implement a recursive function to search for the node in the tree structure.

    • Consider using a stack or queue data structure to keep track of nodes to visit next.

    • Check if the current node is the target node, if not, r...

  • Answered by AI
  • Q2. Guesstimates on how to fill 4lts jar with just three jars, the popular guesstimets

Skills evaluated in this interview

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

I applied via Campus Placement and was interviewed in Mar 2024. There were 3 interview rounds.

Round 1 - Group Discussion 

We were a panel of 7 members and were given a 10mins of time to choose a topic of our choice and begin the discussion

Round 2 - Technical 

(1 Question)

  • Q1. Questions were asked from tech stacks and projects mentioned in resume
Round 3 - HR 

(1 Question)

  • Q1. General questions
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed in Feb 2023. 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. Heat transfer., operation related
  • Q2. Field related, Compressors, Pumps, valves

Interview Preparation Tips

Topics to prepare for HPCL-Mittal Energy Limited Field Engineer interview:
  • Ht, Mt,
Interview preparation tips for other job seekers - Please conform my resume according, hope so get a chance to good origination
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I was interviewed in Mar 2023.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Technical 

(2 Questions)

  • Q1. What is polymers ?
  • Ans. 

    Polymers are large molecules made up of repeating units called monomers.

    • Polymers can be natural or synthetic.

    • Examples of natural polymers include proteins, DNA, and cellulose.

    • Examples of synthetic polymers include plastics, nylon, and rubber.

    • Polymers have a wide range of applications in industries such as packaging, textiles, and medicine.

  • Answered by AI
  • Q2. Project explain Industrial visit explain
  • Ans. 

    Project explain refers to explaining the details and objectives of a particular project. Industrial visit explain refers to explaining the purpose and outcomes of visiting an industrial site.

    • Project explain involves discussing the scope, goals, timeline, and budget of a project.

    • Industrial visit explain involves highlighting the benefits of visiting an industrial site, such as gaining practical knowledge, networking, an...

  • Answered by AI
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Jun 2022. There were 2 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 - One-on-one 

(3 Questions)

  • Q1. What do u know about firewall
  • Ans. 

    A firewall is a network security system that monitors and controls incoming and outgoing network traffic based on predetermined security rules.

    • Firewalls can be hardware or software-based

    • They act as a barrier between a trusted internal network and untrusted external network

    • Firewalls can block or allow traffic based on IP addresses, ports, protocols, or applications

    • Examples of firewalls include Cisco ASA, Palo Alto Netwo

  • Answered by AI
  • Q2. Explain Switches
  • Ans. 

    Switches are devices used to connect multiple devices in a network and direct data packets to the appropriate destination.

    • Switches operate at the data link layer of the OSI model.

    • They use MAC addresses to forward data to the correct port.

    • Switches improve network performance by reducing collisions and segmenting traffic.

    • Examples of switches include Cisco Catalyst switches and Juniper EX switches.

  • Answered by AI
  • Q3. Explain router and routing
  • Ans. 

    A router is a networking device that forwards data packets between computer networks.

    • Routers operate at the network layer of the OSI model.

    • They use routing tables to determine the best path for data packets to reach their destination.

    • Routing involves selecting paths in a network along which to send network traffic.

    • Routers can connect different types of networks, such as LANs and WANs.

    • Examples of routers include Cisco r

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Mar 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Palindrome question
  • Q2. Anagram question

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

Interview Questionnaire 

3 Questions

  • Q1. More related to the understanding of my project. How well I am able to make them understand my current project.
  • Q2. Question related to AWS Services, Serverless & Micro Service based architecture
  • Q3. Why J&F

Interview Preparation Tips

Interview preparation tips for other job seekers - Read bit of company and if you are going for backend have proper understanding about the architecture of project

Interview Questionnaire 

3 Questions

  • Q1. Static keyword. Object creation
  • Q2. Virtual function and run time polymorphism
  • Q3. Compile time polymorphism and example
  • Ans. 

    Compile time polymorphism is achieved through function overloading and templates.

    • Function overloading allows multiple functions with the same name but different parameters.

    • Templates allow generic programming by defining functions or classes that can work with different data types.

    • Examples of function overloading include cout<< for different data types and sqrt() for float and double.

    • Examples of templates include vector

  • Answered by AI

Tell us how to improve this page.

Interview Questions from Similar Companies

Tata Group Interview Questions
4.2
 • 358 Interviews
Thermax Limited Interview Questions
4.2
 • 246 Interviews
Ashok Leyland Interview Questions
4.1
 • 237 Interviews
Adani Group Interview Questions
3.9
 • 183 Interviews
GE Vernova Interview Questions
4.2
 • 86 Interviews
Zetwerk Interview Questions
4.1
 • 82 Interviews
View all
Graduate Engineer Trainee (Get)
8 salaries
unlock blur

₹5 L/yr - ₹7 L/yr

Manager
6 salaries
unlock blur

₹9 L/yr - ₹16 L/yr

Executive Accountant
5 salaries
unlock blur

₹1.5 L/yr - ₹2 L/yr

Senior Manager
5 salaries
unlock blur

₹9.6 L/yr - ₹16 L/yr

Service Engineer
5 salaries
unlock blur

₹2.4 L/yr - ₹5 L/yr

Explore more salaries
Compare Kirloskar Group with

Tata Group

4.2
Compare

Mahindra & Mahindra

4.1
Compare

Bharat Forge

3.9
Compare

Thermax Limited

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