Upload Button Icon Add office photos

Filter interviews by

Gainwell Commosales Condition Monitoring Engineer Interview Questions and Answers

Updated 29 Jun 2021

Gainwell Commosales Condition Monitoring Engineer Interview Experiences

1 interview found

I applied via Referral and was interviewed in Dec 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. About the position and duties.

Interview Preparation Tips

Interview preparation tips for other job seekers - keep patience to hear what the interviewer says, then think and reply.

Interview questions from similar companies

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

Normal aptitude test questions were asked

Round 2 - Technical 

(2 Questions)

  • Q1. What is collection framework?
  • Ans. 

    Collection framework is a unified architecture for representing and manipulating collections of objects in Java.

    • It provides interfaces (like List, Set, Map) and classes (like ArrayList, HashSet, HashMap) to store and manipulate groups of objects.

    • It allows developers to work with collections of objects in a uniform way, regardless of the specific implementation.

    • Collections framework provides algorithms to manipulate col...

  • Answered by AI
  • Q2. What is SpringBoot
  • Ans. 

    SpringBoot is a Java-based framework used to create stand-alone, production-grade Spring-based Applications.

    • SpringBoot simplifies the process of creating and deploying Spring applications by providing a set of default configurations.

    • It eliminates the need for XML configurations and allows developers to focus on writing business logic.

    • SpringBoot includes embedded servers like Tomcat, Jetty, or Undertow for deploying app...

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. What was your role in project

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I applied via Campus Placement and was interviewed in Jan 2023. There were 4 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 - Aptitude Test 

First step is aptitude test . This questions are easy.

Round 3 - Coding Test 

In that aptitude test another section is coding question(2 questions)

Round 4 - Technical 

(2 Questions)

  • Q1. They generally ask basic questions like- what is stack? some queries in SQL
  • Q2. How to create login form in html?
  • Ans. 

    To create a login form in HTML, you need to use form elements like input fields and buttons.

    • Use the <form> element to create the form.

    • Include <input> elements for username and password.

    • Add a <button> element for the submit button.

    • Use the 'action' attribute in the form tag to specify the URL to handle the form data.

    • Use the 'method' attribute to specify the HTTP method (usually POST) for sending the for

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare for resume based question. In my resume I mentioned ReactJS, so they ask basic question about it.

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Nov 2020. There were 5 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Everything on java spring sql
  • Q2. Don’t waste your time as i did

Interview Preparation Tips

Interview preparation tips for other job seekers - Do not waste your precious time because they will not give you offer more than your current ctc.

I applied via Recruitment Consulltant and was interviewed in Nov 2021. There were 4 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. About resume and experience
Round 3 - One-on-one 

(1 Question)

  • Q1. Questions based in on experience
Round 4 - HR 

(1 Question)

  • Q1. Salary discussion and joining details

Interview Preparation Tips

Interview preparation tips for other job seekers - Questions based on your resume and experience

Interview Questionnaire 

1 Question

  • Q1. Technical questions and more scenario based questions. Performance related questions.

Interview Preparation Tips

Interview preparation tips for other job seekers - It was a quick process which took just 6 days to complete the interviews and to get offer.

Interview Questionnaire 

1 Question

  • Q1. All about oops,rest web services, multithreading,Microservices etc

I applied via Other and was interviewed in Oct 2021. There were 5 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Basic instruments used basic mechanical questions and drawing
  • Q2. Were snap gauge used it asked in exam
  • Q3. Were spring used
  • Ans. 

    Yes, springs were used in certain equipment and machinery.

    • Springs were used in various mechanical components such as valves, pumps, and compressors.

    • They were also used in suspension systems of vehicles and machinery.

    • The type of spring used varied depending on the application, such as coil springs, leaf springs, and gas springs.

    • Springs were used to provide tension, compression, or shock absorption.

    • Regular maintenance an...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Dodnt too much pressure it easy questions and basic of mechanical questions

I applied via Campus Placement and was interviewed before Jan 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Linked List insertion deletion

Interview Preparation Tips

Interview preparation tips for other job seekers - OOP Basics, SQL, Personal Projects, Data Structures, Problem Solving are required skills.
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
-

I applied via Recruitment Consulltant and was interviewed in Jun 2024. There were 4 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. How does state in react work?
  • Ans. 

    State in React is a JavaScript object that stores component data and determines how the component renders and behaves.

    • State is mutable and can be updated using the setState() method.

    • State should be used for data that will change over time and affect the component's rendering.

    • State should not be directly modified, as React may not re-render the component correctly.

  • Answered by AI
  • Q2. How do i manage and debug threads and worker in python?
  • Ans. 

    To manage and debug threads and workers in Python, use built-in modules like threading and multiprocessing, and tools like logging and debugging libraries.

    • Use the 'threading' module for managing threads in Python

    • Use the 'multiprocessing' module for managing worker processes

    • Utilize tools like logging to track the execution flow of threads and workers

    • Use debugging libraries like 'pdb' or 'pydev' for debugging threads and...

  • Answered by AI
  • Q3. Question related to work mentioned in your resume
Round 2 - Technical 

(3 Questions)

  • Q1. Question related to previous work
  • Q2. Biggest technical problem I have faced in my career and how have I come through/ solved it?
  • Ans. 

    I faced a major technical problem when a critical system crashed due to a software bug.

    • Identified the root cause of the bug through thorough debugging and analysis

    • Collaborated with the development team to implement a fix and tested it rigorously

    • Implemented monitoring tools to prevent similar issues in the future

  • Answered by AI
  • Q3. What datastructures and coding standards did i follow/implement?
  • Ans. 

    I implemented data structures like arrays, linked lists, and trees. Followed coding standards like naming conventions and code documentation.

    • Implemented arrays for efficient storage and access of data

    • Utilized linked lists for dynamic memory allocation and insertion/deletion operations

    • Implemented trees for hierarchical data representation

    • Followed naming conventions like camelCase for variables and functions

    • Documented co...

  • Answered by AI
Round 3 - Technical 

(2 Questions)

  • Q1. Questions related to my previous working experiences
  • Q2. How have i solved and designed complex solutions?
  • Ans. 

    I have solved and designed complex solutions by breaking down the problem into smaller parts, collaborating with team members, utilizing my technical expertise, and thinking creatively.

    • Break down the problem into smaller, more manageable parts

    • Collaborate with team members to gather different perspectives and expertise

    • Utilize technical expertise and knowledge to come up with innovative solutions

    • Think creatively to explo

  • Answered by AI
Round 4 - HR 

(2 Questions)

  • Q1. Why this company? Isn't (current company) a competitor to Elastic run?
  • Ans. 

    I believe that this company offers a unique opportunity for growth and innovation in the field of engineering.

    • I am attracted to the innovative projects and technologies that this company is working on.

    • I see potential for personal and professional growth within this company.

    • I admire the company's commitment to diversity and inclusion in the workplace.

  • Answered by AI
  • Q2. Questions related to work delegation

Skills evaluated in this interview

Tell us how to improve this page.

Interview Questions from Similar Companies

Senco Gold Interview Questions
4.5
 • 563 Interviews
Swiggy Interview Questions
3.8
 • 436 Interviews
ITC Infotech Interview Questions
3.6
 • 341 Interviews
Udaan Interview Questions
3.9
 • 336 Interviews
Meesho Interview Questions
3.7
 • 335 Interviews
Ekart Logistics Interview Questions
3.9
 • 315 Interviews
CitiusTech Interview Questions
3.3
 • 277 Interviews
NeoSOFT Interview Questions
3.6
 • 268 Interviews
ElasticRun Interview Questions
3.5
 • 254 Interviews
Morningstar Interview Questions
3.9
 • 244 Interviews
View all
Gainwell Commosales Condition Monitoring Engineer Salary
based on 4 salaries
₹3 L/yr - ₹4.8 L/yr
31% less than the average Condition Monitoring Engineer Salary in India
View more details
Junior Engineer
150 salaries
unlock blur

₹3 L/yr - ₹7.5 L/yr

Service Engineer
139 salaries
unlock blur

₹1.8 L/yr - ₹9.5 L/yr

Engineer- Customer Support
77 salaries
unlock blur

₹3.4 L/yr - ₹6.7 L/yr

Senior Engineer
55 salaries
unlock blur

₹5.5 L/yr - ₹12 L/yr

Engineer
50 salaries
unlock blur

₹3.7 L/yr - ₹9.5 L/yr

Explore more salaries
Compare Gainwell Commosales with

Ekart Logistics

3.9
Compare

Udaan

3.9
Compare

Home Credit Finance

4.1
Compare

Swiggy

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