Upload Button Icon Add office photos

Filter interviews by

Waa Motors And Pumps Technology Head Interview Questions and Answers

Updated 10 Jul 2021

Waa Motors And Pumps Technology Head Interview Experiences

1 interview found

Interview Questionnaire 

2 Questions

  • Q1. Productivity improvement, cost reduction techniques, innovations.
  • Ans. Productivity improvement are systematically planned actions where some techniques like VA NVA, waste eliminations, layout rearrangement, JIT, Kanban system etc. Interlinking of each technique is required.
  • Answered Anonymously
  • Q2. Achievements, people management

Interview Preparation Tips

Interview preparation tips for other job seekers - Now a days job opportunities are there who are productive and can generate value for company.

Interview questions from similar companies

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

I was interviewed in Jul 2024.

Round 1 - Coding Test 

Js questions , es6 , typescript, react , redux

Round 2 - Group Discussion 

Relevant experience , work experience,

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

I applied via Referral and was interviewed in Mar 2024. There were 2 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Communication Round
  • Q2. Best Interaction Skills
Round 2 - Technical 

(1 Question)

  • Q1. Technical Skills
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Explain about azure functions
  • Ans. 

    Azure Functions is a serverless compute service that lets you run event-triggered code without having to explicitly provision or manage infrastructure.

    • Azure Functions allows you to write small pieces of code that run in response to events.

    • It supports multiple programming languages like C#, JavaScript, Python, etc.

    • You can easily integrate Azure Functions with other Azure services like Azure Storage, Azure Cosmos DB, etc...

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - One-on-one 

(2 Questions)

  • Q1. Tell me about a time a project was not successful & how you worked through it
  • Q2. What does success look like to you
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via LinkedIn and was interviewed in Aug 2023. 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 - Assignment 

It was a multiple questions test, 90 minutes test 43 questions technical question based on the position i have applied. It is intermediate level of test. I have cleared the test.

Round 3 - Technical 

(5 Questions)

  • Q1. After completed my Assessment test , I got a call from HR for technical round through WebEx. Yesterday interview done in that call panel asked about my role of my current company and asked about my project...
  • Q2. Put vs patch in restful
  • Ans. 

    In RESTful APIs, 'put' is used to update an entire resource, while 'patch' is used to update only specific fields of a resource.

    • PUT is used to update the entire resource, while PATCH is used to update specific fields

    • PUT requires the client to send the entire updated resource, while PATCH only requires the client to send the specific fields to be updated

    • PUT is idempotent, meaning multiple identical requests will have th...

  • Answered by AI
  • Q3. Different between restful and webclient
  • Ans. 

    Restful is an architectural style for designing networked applications, while WebClient is a class in Java used for making HTTP requests.

    • RESTful is an architectural style that uses HTTP methods like GET, POST, PUT, DELETE to perform operations on resources.

    • WebClient is a class in Java that provides a higher-level API for making HTTP requests and handling responses.

    • RESTful APIs are stateless and use standard HTTP status...

  • Answered by AI
  • Q4. Serialization and deserialization in java
  • Ans. 

    Serialization is the process of converting an object into a byte stream, while deserialization is the process of converting a byte stream back into an object in Java.

    • Serialization is achieved by implementing the Serializable interface in Java.

    • Deserialization is done by reading the byte stream and reconstructing the object using the readObject() method.

    • Example: ObjectOutputStream for serialization and ObjectInputStream

  • Answered by AI
  • Q5. What are functional interface in java8
  • Ans. 

    Functional interfaces in Java 8 are interfaces with a single abstract method, used for lambda expressions and method references.

    • Functional interfaces have only one abstract method, but can have multiple default or static methods.

    • They can be used with lambda expressions and method references.

    • Examples include java.lang.Runnable, java.util.Comparator, and java.util.function.Predicate.

  • Answered by AI

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
-
Result
Not Selected

I applied via Naukri.com and was interviewed in Feb 2023. There were 3 interview rounds.

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. Substring, collection, sql from creating table to all queries will ask to write
  • Q2. They ask to one notepad write prime example and example it.
Round 3 - Technical 

(1 Question)

  • Q1. Write substring, sql quire and prime no explain it
  • Ans. 

    Substring is a part of a string, SQL query is used to retrieve data from a database, and prime numbers are numbers divisible only by 1 and themselves.

    • Substring: a portion of a string, specified by its starting and ending indices

    • SQL query: a statement used to retrieve data from a database, using SELECT, FROM, WHERE, and other clauses

    • Prime numbers: numbers that are only divisible by 1 and themselves, such as 2, 3, 5, 7,

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus on c# coding part and sql quires. Collections

Skills evaluated in this interview

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

I applied via Naukri.com and was interviewed before Nov 2022. 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 - One-on-one 

(2 Questions)

  • Q1. How do u explain class & object with a real time example
  • Ans. 

    A class is a blueprint for creating objects, while an object is an instance of a class.

    • A class defines the properties and behaviors that an object can have.

    • An object is created using the class as a template.

    • For example, consider a class called 'Car' that has properties like 'color', 'brand', and 'model'. An object of this class can be created as 'myCar' with specific values for these properties.

    • The class 'Car' can also...

  • Answered by AI
  • Q2. Multiple inheritance, method overloading, method overriding, jdbc, spring core
Round 3 - HR 

(1 Question)

  • Q1. Salary negotiation
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
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 - Technical 

(1 Question)

  • Q1. About sql and my sql
Round 3 - Technical 

(1 Question)

  • Q1. About informatica power center
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Jun 2022. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Do not use an unprofessional email address such as cool_boy@email.com. It shows a lack of professionalism by the candidate.
View all tips
Round 2 - Technical 

(2 Questions)

  • Q1. Kernel panic issue how to resolve it
  • Ans. 

    Kernel panic is a critical error that occurs when the kernel of an operating system detects an internal error that it cannot recover from.

    • Check for hardware issues such as faulty RAM or hard drive

    • Update or reinstall drivers

    • Check for any recent software or system updates

    • Try booting in safe mode

    • If all else fails, reinstall the operating system

  • Answered by AI
  • Q2. How to patch the servers
  • Ans. 

    Patching servers involves identifying vulnerabilities, testing patches, scheduling downtime, and applying patches.

    • Identify vulnerabilities through regular scans and assessments

    • Test patches in a non-production environment before applying to production servers

    • Schedule downtime during off-peak hours to minimize impact on users

    • Apply patches using automated tools or manual processes depending on the complexity of the patch

    • M...

  • Answered by AI
Round 3 - Behavioral 

(1 Question)

  • Q1. Any biggest achievement in technical aspects and some techincal practical query
Round 4 - HR 

(2 Questions)

  • Q1. Tell me about yourself, education and expertise along with skill set
  • Q2. Salary expectations related with your skills

Interview Preparation Tips

Interview preparation tips for other job seekers - Very good experience about interviewers and HR

Need to learn new skills and make life easy to passon the interview

Skills evaluated in this interview

Tell us how to improve this page.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Accenture Interview Questions
3.9
 • 8.1k Interviews
Infosys Interview Questions
3.7
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Cognizant Interview Questions
3.8
 • 5.6k Interviews
Amazon Interview Questions
4.1
 • 5k Interviews
Capgemini Interview Questions
3.8
 • 4.8k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
Genpact Interview Questions
3.9
 • 3k Interviews
View all
International Business Development Manager
3 salaries
unlock blur

₹15 L/yr - ₹15 L/yr

Explore more salaries
Compare Waa Motors And Pumps with

TCS

3.7
Compare

Accenture

3.9
Compare

Cognizant

3.8
Compare

Infosys

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