Upload Button Icon Add office photos

Filter interviews by

Gainwell Commosales Engineer Interview Questions and Answers

Updated 7 Aug 2023

Gainwell Commosales Engineer Interview Experiences

2 interviews found

Engineer Interview Questions & Answers

user image Anonymous

posted on 5 Aug 2023

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

I applied via Job Portal and was interviewed in Feb 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 - HR 

(1 Question)

  • Q1. Experience and job related
Round 3 - Technical 

(1 Question)

  • Q1. Mechanical and electronic, related questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Friend Reference and requirement board

Engineer Interview Questions & Answers

user image Anonymous

posted on 13 Apr 2021

I applied via Campus Placement and was interviewed before Apr 2020. There were 5 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Tell us about yourself
  • Q2. How did you faced your biggest failure ?

Interview Preparation Tips

Interview preparation tips for other job seekers - The interviewer mostly wants to see the never say die attitude. How you can keep you composure during high stress situation is very important.

Engineer Interview Questions Asked at Other Companies

asked in Eaton
Q1. ❖ If a team member is unable to carry out his work, he is doing i ... read more
Q2. What is inheritance? Show me by a code that shouldn't be a pseudo ... read more
asked in Qualcomm
Q3. What is Min-Cut placement algorithm? Given some block sizes, use ... read more
Q4. What is neutonian fluid ? , Stages of fracture, working of engine ... read more
Q5. What is normalization? What do you mean by 1NF, 2NF, 3NF, 4NF?

Interview questions from similar companies

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

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

2 coding questions were provided

Round 2 - Assignment 

Backend Code of a class booking web app

Round 3 - Technical 

(2 Questions)

  • Q1. Discussed the assignment and improved the app
  • Q2. Asked some resume projects

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.

I applied via Indeed and was interviewed before Nov 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 

(2 Questions)

  • Q1. Basics of electrical and electronics
  • Q2. Basics about electricals and electronics components.
Round 3 - HR 

(1 Question)

  • Q1. Asusual basic questions asked me about my opinions.

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't loss your hope and gain more knowledge in your core
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

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
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. About experience
  • Ans. Tell the what you have leaned in previous company
  • Answered Anonymously
  • Q2. Controller and Electronics questions
Round 3 - HR 

(1 Question)

  • Q1. Family background and working experience
Round 4 - Behavioral 

(1 Question)

  • Q1. Salary ex kkkk

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.

Gainwell Commosales Interview FAQs

How many rounds are there in Gainwell Commosales Engineer interview?
Gainwell Commosales interview process usually has 3 rounds. The most common rounds in the Gainwell Commosales interview process are Resume Shortlist, HR and Technical.

Tell us how to improve this page.

Gainwell Commosales Engineer Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

Senco Gold Interview Questions
4.5
 • 562 Interviews
Swiggy Interview Questions
3.8
 • 433 Interviews
ITC Infotech Interview Questions
3.6
 • 336 Interviews
Udaan Interview Questions
4.0
 • 334 Interviews
Meesho Interview Questions
3.7
 • 331 Interviews
Ekart Logistics Interview Questions
3.9
 • 313 Interviews
CitiusTech Interview Questions
3.4
 • 270 Interviews
NeoSOFT Interview Questions
3.7
 • 264 Interviews
ElasticRun Interview Questions
3.5
 • 252 Interviews
Morningstar Interview Questions
3.9
 • 242 Interviews
View all
Gainwell Commosales Engineer Salary
based on 48 salaries
₹3.6 L/yr - ₹7.7 L/yr
6% more than the average Engineer Salary in India
View more details

Gainwell Commosales Engineer Reviews and Ratings

based on 11 reviews

3.9/5

Rating in categories

4.3

Skill development

3.3

Work-life balance

3.7

Salary

4.1

Job security

3.8

Company culture

3.3

Promotions

4.2

Work satisfaction

Explore 11 Reviews and Ratings
Junior Engineer
157 salaries
unlock blur

₹3 L/yr - ₹6 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

Assistant Manager
57 salaries
unlock blur

₹6.5 L/yr - ₹15.4 L/yr

Senior Engineer
55 salaries
unlock blur

₹5.5 L/yr - ₹12 L/yr

Explore more salaries
Compare Gainwell Commosales with

Ekart Logistics

3.9
Compare

Udaan

4.0
Compare

Home Credit Finance

4.1
Compare

Swiggy

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