Upload Button Icon Add office photos

Filter interviews by

Wet N Joy, Waterpark Lonavala System Engineer Interview Questions, Process, and Tips

Updated 14 May 2023

Wet N Joy, Waterpark Lonavala System Engineer Interview Experiences

1 interview found

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

I applied via Walk-in and was interviewed in Nov 2022. 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 

(8 Questions)

  • Q1. 1.Basics of mechanical engineering (3 to 6 questions)
  • Q2. 2.Basics of hydraulics system
  • Q3. 3.Basics of pneumatics system
  • Q4. 4.What is magnetic braking
  • Ans. 

    Magnetic braking is a process of slowing down or stopping a moving object using magnetic fields.

    • It is commonly used in trains and roller coasters to control their speed and prevent accidents.

    • The braking force is generated by the interaction between the magnetic field and the conductive material of the object.

    • It is a non-contact method of braking and does not involve any physical contact between the braking system and t...

  • Answered by AI
  • Q5. 5. Types of pneumatics mechanism
  • Ans. 

    Pneumatic mechanisms use compressed air to generate motion. There are three types of pneumatics mechanisms.

    • Single-acting cylinder: air pressure is used to move the piston in one direction, and a spring returns it to its original position

    • Double-acting cylinder: air pressure is used to move the piston in both directions

    • Rotary actuator: converts compressed air into rotational motion

  • Answered by AI
  • Q6. 6. Which fluid is used in hydraulics system
  • Ans. 

    Hydraulic systems use hydraulic fluid to transfer power.

    • Hydraulic fluid is a specially formulated oil that can withstand high pressure and temperatures.

    • The most common hydraulic fluid is mineral oil, but synthetic fluids are also used.

    • The choice of hydraulic fluid depends on the specific application and operating conditions.

    • Hydraulic fluid must be regularly checked and replaced to ensure proper system function.

  • Answered by AI
  • Q7. 7. Difference between hydraulics and pneumatics system
  • Ans. 

    Hydraulics use liquids while pneumatics use gases to transmit power.

    • Hydraulics use incompressible fluids like oil or water to transmit power.

    • Pneumatics use compressible gases like air or nitrogen to transmit power.

    • Hydraulics are used in heavy machinery like cranes, excavators, and hydraulic presses.

    • Pneumatics are used in applications like air brakes in vehicles, pneumatic tools, and HVAC systems.

  • Answered by AI
  • Q8. 8. Why water is not used in hydraulics system
  • Ans. 

    Water is not used in hydraulics system due to its low compressibility and corrosive nature.

    • Water is not compressible, which can cause damage to the system components during pressure changes.

    • Water can also cause corrosion in the system, leading to leaks and other issues.

    • Hydraulic fluids like oil have better lubricating properties and can handle higher temperatures than water.

    • Water can freeze in cold temperatures, causin...

  • Answered by AI
Round 3 - HR 

(4 Questions)

  • Q1. Asked about myself
  • Q2. My education and background
  • Q3. My family background
  • Q4. And some personal question nothing to worry much about it

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep it natural, be chill and honest, be thorough with the basics and research about coming you are applying in.
Good luck!

Interview questions from similar companies

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

I was interviewed in Oct 2024.

Round 1 - Technical 

(2 Questions)

  • Q1. Design patterns
  • Q2. Sql interview questions
Round 2 - One-on-one 

(2 Questions)

  • Q1. Case study about the given requirement
  • Q2. Springboot basic questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare spring boot question
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Mar 2024. There were 4 interview rounds.

Round 1 - Group Discussion 

Devlopment in working

Round 2 - Assignment 

Assignment in work based

Round 3 - Coding Test 

Coading A re Working based

Round 4 - Technical 

(6 Questions)

  • Q1. Who is technical problem?
  • Ans. 

    A technical problem is an issue or challenge related to the functionality or performance of a system or technology.

    • Technical problems can arise from software bugs, hardware malfunctions, network issues, or compatibility issues.

    • Identifying and troubleshooting technical problems often requires a systematic approach, such as using diagnostic tools or following a step-by-step process.

    • Examples of technical problems include ...

  • Answered by AI
  • Q2. Computer technical problem
  • Q3. Working technical
  • Q4. Technical problem A re worked
  • Q5. Always computer working time problem?
  • Q6. Incomplete daily work on technical problem
Interview experience
2
Poor
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Approached by Company and was interviewed in Apr 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Do you know what is verification?
  • Ans. 

    Verification is the process of evaluating whether a system or component meets specified requirements and criteria.

    • Verification involves checking if the system is being built right.

    • It focuses on ensuring that the software is being developed according to the requirements.

    • Examples of verification activities include code reviews, walkthroughs, and inspections.

  • Answered by AI
  • Q2. Do you know anything about ISO 13485?

I was interviewed in May 2023.

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 

(6 Questions)

  • Q1. What is oops concepts in Java
  • Ans. 

    Oops concepts in Java refer to Object-Oriented Programming principles like Inheritance, Encapsulation, Polymorphism, and Abstraction.

    • Inheritance: Allows a class to inherit properties and behavior from another class.

    • Encapsulation: Bundling data and methods that operate on the data into a single unit.

    • Polymorphism: Ability of a method to do different things based on the object it is acting upon.

    • Abstraction: Hiding the imp...

  • Answered by AI
  • Q2. What is a collections in java
  • Ans. 

    Collections in Java refer to classes and interfaces that implement data structures like lists, sets, and maps.

    • Collections provide a way to store and manipulate groups of objects in Java

    • Examples include ArrayList, LinkedList, HashSet, and HashMap

    • Collections framework includes interfaces like List, Set, Map, and classes like ArrayList, HashSet, and HashMap

  • Answered by AI
  • Q3. What is list and set in java
  • Ans. 

    List and Set are both interfaces in Java used to store collections of elements, but with different characteristics.

    • List is an ordered collection that allows duplicate elements, while Set is an unordered collection that does not allow duplicates.

    • List implementations include ArrayList, LinkedList, and Vector, while Set implementations include HashSet, TreeSet, and LinkedHashSet.

    • List allows access to elements by index, wh...

  • Answered by AI
  • Q4. Write. Program of palindrome program
  • Ans. 

    A palindrome program checks if a given string reads the same forwards and backwards.

    • Create a function that takes a string as input

    • Remove any spaces and convert all characters to lowercase

    • Compare the string with its reverse to check if it is a palindrome

  • Answered by AI
  • Q5. Write a program of prime numbers
  • Ans. 

    Program to generate prime numbers

    • Create a function to check if a number is prime

    • Iterate through numbers and check for prime numbers

    • Store prime numbers in an array

  • Answered by AI
  • Q6. What is inheritance and what is class and object
  • Ans. 

    Inheritance is a concept in object-oriented programming where a class can inherit attributes and methods from another class. A class is a blueprint for creating objects, while an object is an instance of a class.

    • Inheritance allows a class to reuse code from another class, promoting code reusability and reducing redundancy.

    • A class is a template or blueprint for creating objects, defining attributes and methods.

    • An object...

  • Answered by AI
Round 3 - Coding Test 

Coding round test in tech Mahindra

Interview Preparation Tips

Interview preparation tips for other job seekers - Yes

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
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 - One-on-one 

(1 Question)

  • Q1. Passed experience about the periovous company
Round 3 - Technical 

(1 Question)

  • Q1. Knowledge sap and Ariba & serivce now
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 - Aptitude Test 

Learn some coding language like python and Java
And SAP ABAP

Round 3 - Technical 

(3 Questions)

  • Q1. What is the use of static word in java
  • Ans. 

    Static keyword in Java is used to create class-level variables and methods.

    • Static variables and methods belong to the class rather than the instance of the class.

    • Static variables are initialized only once at the start of the program.

    • Static methods can be called without creating an instance of the class.

    • Static keyword can also be used to create static blocks that are executed only once when the class is loaded.

    • Example: ...

  • Answered by AI
  • Q2. Can we implement multiple interfaces in a single Java class?
  • Ans. 

    Yes, Java supports multiple interface implementation in a single class.

    • A class can implement multiple interfaces separated by a comma.

    • All the methods of the implemented interfaces must be implemented in the class.

    • Example: public class MyClass implements Interface1, Interface2 { }

  • Answered by AI
  • Q3. What is the “Diamond problem” in Java?
  • Ans. 

    Diamond problem is a multiple inheritance issue in Java where two classes have a common parent class and a subclass inherits from both.

    • Occurs when two classes have a common parent class and a subclass inherits from both

    • Results in ambiguity and conflicts in method and variable resolution

    • Solved in Java by implementing interfaces instead of multiple inheritance

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Get this job of my this preference and this python and Java coding language

Skills evaluated in this interview

Interview experience
3
Average
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 - Aptitude Test 

Reasoning ,aptitude, maths

Round 3 - One-on-one 

(1 Question)

  • Q1. Technical, job , tasks
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. Outlook pst and OST printer network printer
  • Q2. DHCP DNS ADDS and OSI model
Round 3 - HR 

(2 Questions)

  • Q1. How much expected salary anunal
  • Q2. How much expected salary per anunal

Interview Preparation Tips

Interview preparation tips for other job seekers - This job is best opportunity for me so i am very happy and I have got lots of knowledge in my current company.

I applied via Company Website and was interviewed in Jun 2022. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. What will you do when you are alone?
  • Ans. Even it is good or bad they must say truth only
  • Answered Anonymously
  • Q2. Are you good or bad?

Interview Preparation Tips

Topics to prepare for IBM System Engineer interview:
  • Strategic Thinking
Interview preparation tips for other job seekers - use your smile when you attend the interview

Wet N Joy, Waterpark Lonavala Interview FAQs

How many rounds are there in Wet N Joy, Waterpark Lonavala System Engineer interview?
Wet N Joy, Waterpark Lonavala interview process usually has 3 rounds. The most common rounds in the Wet N Joy, Waterpark Lonavala interview process are Resume Shortlist, Technical and HR.
What are the top questions asked in Wet N Joy, Waterpark Lonavala System Engineer interview?

Some of the top questions asked at the Wet N Joy, Waterpark Lonavala System Engineer interview -

  1. 6. Which fluid is used in hydraulics sys...read more
  2. 8. Why water is not used in hydraulics sys...read more
  3. 7. Difference between hydraulics and pneumatics sys...read more

Tell us how to improve this page.

Wet N Joy, Waterpark Lonavala System Engineer Interview Process

based on 1 interview

Interview experience

4
  
Good
View more
Compare Wet N Joy, Waterpark Lonavala with

Adlabs Imagica

3.9
Compare

TCS

3.7
Compare

Accenture

3.8
Compare

Wipro

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