Upload Button Icon Add office photos

Filter interviews by

ABB Motors Interview Questions and Answers for Experienced

Updated 10 Jun 2021

ABB Motors Interview Experiences for Experienced

Popular Designations

2 interviews found

motors quotation specialist Interview Questions & Answers

user image Anonymous

posted on 10 Jun 2021

Interview Questionnaire 

3 Questions

  • Q1. Motors fundamental and application analysis
  • Q2. Design paramters of induction motor
  • Q3. Motor selection for special application

I applied via Company Website and was interviewed before Apr 2019. There was 1 interview round.

Interview Questionnaire 

3 Questions

  • Q1. What's your key achievement ?
  • Q2. Why you leave your company?
  • Q3. Where you see yourself in company after one year?

Interview Preparation Tips

Interview preparation tips for other job seekers - Always remember opportunity never ends

Quality Engineer Interview Questions asked at other Companies

Q1. What is MSA and addition of msa version, type of msa ,what different between variable data and attibute data .why difine flase and miss rate calculate by msa .
View answer (8)

Interview questions from similar companies

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
More than 8 weeks
Result
Not Selected

I was interviewed before Nov 2018.

Interview Questionnaire 

4 Questions

  • Q1. Hr round ..is salary discussion round
  • Q2. Very less salary hike
  • Q3. Share ur previous experience ,how will you deal with this situation
  • Q4. How will you deal with the customer
  • Ans. 

    I will deal with customers by being empathetic, understanding, and providing solutions to their problems.

    • Listen actively to the customer's concerns and show empathy

    • Offer solutions or alternatives to resolve the issue

    • Maintain a professional and respectful attitude at all times

    • Follow up with the customer to ensure satisfaction

    • Document all interactions and resolutions for future reference

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - It is a very bad company.....no job security,. politics is everywhere in this company.

Interview Questionnaire 

5 Questions

  • Q1. How many levels are there in GL master?
  • Ans. 

    There are multiple levels in GL master, including company code level, chart of accounts level, and general ledger account level.

    • GL master has different levels to organize financial data.

    • The highest level is the company code level, which represents a legal entity.

    • Below the company code level, there is the chart of accounts level, which defines the structure of accounts.

    • Finally, at the lowest level, there are general led...

  • Answered by AI
  • Q2. What is the cash flow field for in GL master?
  • Ans. 

    The cash flow field in GL master is used to track the cash flow category of a general ledger account.

    • The cash flow field helps in classifying the general ledger account based on the type of cash flow it represents.

    • It allows for better analysis and reporting of cash flows within the organization.

    • Examples of cash flow categories include operating activities, investing activities, and financing activities.

    • By assigning the...

  • Answered by AI
  • Q3. How do you pay only particular vendor invoices from F110?
  • Ans. 

    To pay only particular vendor invoices from F110, you can use the 'Payment Block' field in the vendor master data.

    • In the vendor master data, set the 'Payment Block' field to 'X' for the invoices you don't want to pay.

    • When running F110, select the 'Payment Block' option and enter 'X' to only pay invoices without the payment block.

    • This will exclude the invoices with the payment block from the payment run.

  • Answered by AI
  • Q4. What is the table for parked documents?
  • Q5. Have you worked with Abap financial modules? (SE37)
  • Ans. 

    Yes, I have worked with ABAP financial modules (SE37).

    • I have experience working with ABAP financial modules in SAP FICO.

    • I am familiar with the SE37 transaction code in SAP, which is used for Function Module maintenance.

    • I have utilized ABAP programming language to develop and enhance financial functionalities in SAP FICO.

    • I can provide examples of ABAP programs I have developed for financial modules if required.

  • Answered by AI

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Aug 2020. There were 3 interview rounds.

Interview Questionnaire 

14 Questions

  • Q1. Python is interpreted then why .pyc files are there?
  • Ans. 

    Python compiles source code to bytecode for faster execution, stored in .pyc files.

    • Python interpreter compiles source code to bytecode before execution

    • Bytecode is platform-independent and faster to execute than source code

    • Compiled bytecode is stored in .pyc files for future use and faster startup time

    • If source code is modified, .pyc files are automatically recompiled

  • Answered by AI
  • Q2. Explain Django life cycle.
  • Ans. 

    Django life cycle involves request processing, URL routing, view function execution, template rendering, and response generation.

    • When a request is made, Django checks the URL patterns defined in urls.py file.

    • If a match is found, the corresponding view function is executed.

    • The view function processes the request and returns a response.

    • The response is rendered using a template, if applicable.

    • The final response is sent ba

  • Answered by AI
  • Q3. Explain ownership of the project approach.
  • Ans. 

    Ownership of the project approach refers to taking responsibility for the project's success and making decisions accordingly.

    • The owner of the project approach should have a clear understanding of the project's goals and objectives.

    • They should be able to make informed decisions about the project's direction and prioritize tasks accordingly.

    • The owner should also be accountable for the project's success or failure and be ...

  • Answered by AI
  • Q4. Difference between sort and sorted, dump vs dumps, load vs loads etc.
  • Ans. 

    Difference between sort and sorted, dump vs dumps, load vs loads etc.

    • sort() is a method of list object while sorted() is a built-in function

    • dump() serializes an object to a file while dumps() serializes to a string

    • load() deserializes an object from a file while loads() deserializes from a string

  • Answered by AI
  • Q5. Design patterns in Python?
  • Ans. 

    Design patterns are reusable solutions to common problems in software design.

    • Design patterns provide a structured approach to solving design problems.

    • Python has several design patterns such as Singleton, Factory, Observer, etc.

    • Each design pattern has its own purpose and usage.

    • Design patterns promote code reusability, maintainability, and scalability.

    • Understanding design patterns helps in writing cleaner and more effici

  • Answered by AI
  • Q6. Generator, Iterator, enumeration, Yeild, decorators, closures etc.
  • Q7. Explain dict, tuple, list, set, string etc.
  • Ans. 

    Data structures in Python: dict, tuple, list, set, string

    • dict: unordered collection of key-value pairs

    • tuple: ordered, immutable collection of elements

    • list: ordered, mutable collection of elements

    • set: unordered collection of unique elements

    • string: ordered collection of characters

  • Answered by AI
  • Q8. How many python modules you have used?
  • Ans. 

    I have used multiple python modules for various purposes.

    • I have used NumPy for numerical computations.

    • I have used Pandas for data analysis and manipulation.

    • I have used Matplotlib for data visualization.

    • I have used Flask for web development.

    • I have used Requests for making HTTP requests.

    • I have used BeautifulSoup for web scraping.

    • I have used Scikit-learn for machine learning tasks.

    • I have used TensorFlow for deep learning

  • Answered by AI
  • Q9. Can we use list as dict key?
  • Ans. 

    Yes, but only if the list is immutable.

    • Lists are mutable and cannot be used as dict keys.

    • Tuples are immutable and can be used as dict keys.

    • If a list needs to be used as a key, it can be converted to a tuple.

  • Answered by AI
  • Q10. Explain list slices, starts and ends at.
  • Ans. 

    List slices are a way to extract a portion of a list by specifying start and end indices.

    • List slices are denoted by using square brackets with start and end indices separated by a colon.

    • The start index is inclusive and the end index is exclusive.

    • If the start index is omitted, it defaults to 0. If the end index is omitted, it defaults to the length of the list.

    • Negative indices can be used to count from the end of the li...

  • Answered by AI
  • Q11. Explain Lambda functions. Map, reduce, filter etc.
  • Ans. 

    Lambda functions are anonymous functions that can be passed as arguments to other functions.

    • Lambda functions are also known as anonymous functions because they don't have a name.

    • They are often used as arguments to higher-order functions like map, reduce, and filter.

    • Map applies a function to each element of an array and returns a new array with the results.

    • Reduce applies a function to the elements of an array and return...

  • Answered by AI
  • Q12. Explain memory management of python.
  • Ans. 

    Python uses automatic memory management through garbage collection.

    • Python uses reference counting to keep track of objects in memory.

    • When an object's reference count reaches zero, it is deleted by the garbage collector.

    • Python also uses a cyclic garbage collector to detect and delete objects with circular references.

    • Memory can be managed manually using the ctypes module.

    • Python's memory management is efficient and transp

  • Answered by AI
  • Q13. Explain GIL python.
  • Ans. 

    GIL stands for Global Interpreter Lock, which is a mechanism used in CPython to ensure thread safety.

    • GIL is a mutex that allows only one thread to execute Python bytecode at a time.

    • It is necessary because CPython's memory management is not thread-safe.

    • GIL can cause performance issues in CPU-bound multi-threaded applications.

    • However, it does not affect I/O-bound or multi-process applications.

    • Alternative Python implement...

  • Answered by AI
  • Q14. Explain Threading of Python.
  • Ans. 

    Threading in Python allows multiple threads of execution to run concurrently within a single process.

    • Python's threading module provides a way to create and manage threads.

    • Threads share the same memory space and can access the same variables and data structures.

    • Threading can improve performance for I/O-bound tasks, but not for CPU-bound tasks.

    • Python's Global Interpreter Lock (GIL) limits true parallelism in multi-thread...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident but don't loose hopes sometimes interviewer has different views may be he can't predict those with. But some where these gets matches and we get job. Best of luck.

Skills evaluated in this interview

Interview Questionnaire 

3 Questions

  • Q1. Definition of creation?
  • Ans. 

    Creation is the act of bringing something new into existence.

    • Creation involves imagination and innovation.

    • It can be a physical or abstract concept.

    • Examples include art, music, literature, technology, and scientific discoveries.

  • Answered by AI
  • Q2. Which part attract the customers in Google?
  • Ans. 

    Customers are attracted to Google's user-friendly interface, relevant search results, and innovative features.

    • User-friendly interface with easy navigation

    • Relevant search results based on search query

    • Innovative features like Google Maps, Google Translate, etc.

    • Constant updates and improvements to enhance user experience

  • Answered by AI
  • Q3. How can we keep Google company permanently in this world?

Interview Preparation Tips

Interview preparation tips for other job seekers - Accept all languages for interview

I applied via campus placement at Sastra University

Interview Questionnaire 

2 Questions

  • Q1. What is windows powershell?
  • Ans. 

    Windows PowerShell is a command-line shell and scripting language designed for system administration tasks.

    • It is built on the .NET Framework

    • It allows users to automate tasks using scripts

    • It supports remote management of Windows machines

    • It has a rich set of commands and utilities

    • Example: Get-Process command retrieves information about running processes

    • Example: Set-ExecutionPolicy command changes the PowerShell execution

  • Answered by AI
  • Q2. About VDI

Interview Preparation Tips

Interview preparation tips for other job seekers - It's easy

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Aug 2020. There were 6 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. What are the achievement you have got in your life.
  • Q2. Why you think you are different from other?
  • Q3. What's your choice /hobby ...

Interview Preparation Tips

Interview preparation tips for other job seekers - No stress ,smile,be positive,no over think,be loyal what you are talking,

Interview Questionnaire 

6 Questions

  • Q1. 1.Tell me about yourself?
  • Ans. 

    I am an experienced executive with a strong background in leadership and strategic planning.

    • Over 10 years of executive-level experience

    • Proven track record of driving business growth and profitability

    • Skilled in developing and implementing strategic initiatives

    • Strong leadership and team-building abilities

    • Excellent communication and negotiation skills

  • Answered by AI
  • Q2. I started my answer with my job experiences and told our work profile.
  • Q3. 2. Why you want you join EXL?
  • Ans. 

    I want to join EXL because of its reputation for excellence and its commitment to innovation and growth.

    • EXL has a strong reputation for excellence in the industry.

    • I am impressed by EXL's commitment to innovation and growth.

    • EXL offers great opportunities for career advancement and professional development.

    • I believe my skills and experience align well with the requirements of the executive role at EXL.

    • I am excited about ...

  • Answered by AI
  • Q4. 3. Salary expectations
  • Q5. 4. Told me are you ok with night shift?
  • Ans. 

    Yes, I am okay with night shifts.

    • I am comfortable working during the night.

    • I understand the demands of the role and can adjust my schedule accordingly.

    • I have previous experience working night shifts and have proven to be productive during those hours.

    • I am aware of the potential challenges of night shifts, such as maintaining a healthy work-life balance, and I am prepared to manage them effectively.

  • Answered by AI
  • Q6. 5.when you can join EXL?
  • Ans. 

    I can join EXL within 2 weeks.

    • I am available to start immediately.

    • I can join within the next two weeks.

    • My current notice period is two weeks.

    • I am flexible with the joining date.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Just feel relax and cool before attend to interview. You must prepared about basic reasoning, English, personallity development, basic aptitude (topic-speed time and distance, some fractions mostly question asked me these topics) and typing.

Associate Manager-Service Delivery Interview Questions & Answers

Sutherland Global Services user image Anonymous

posted on 5 Aug 2020

I applied via Naukri.com and was interviewed in Jul 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. About my previous job. What were the metrics I was driving . how would you deal with a team which is in bottom quintiles. How would you motivate your team and manage attrition

Interview Preparation Tips

Interview preparation tips for other job seekers - Stay focused on what you have prepared for the interview, questions may be different but it all leads to how good a team member manager you are going to be.
E.g I was prepared for question "why should we hire you" but I was asked what difference are you going to bring in if you are selected

Similarly there are many questions that may be asked in different ways but you have to promptly rephrase your answer to match the question

ABB Motors Interview FAQs

How many rounds are there in ABB Motors interview for experienced candidates?
ABB Motors interview process for experienced candidates usually has 2-3 rounds. The most common rounds in the ABB Motors interview process for experienced candidates are Aptitude Test, Coding Test and HR.
What are the top questions asked in ABB Motors interview for experienced candidates?

Some of the top questions asked at the ABB Motors interview for experienced candidates -

  1. Motor selection for special applicat...read more
  2. Design paramters of induction mo...read more
  3. Motors fundamental and application analy...read more

Tell us how to improve this page.

People are getting interviews through

based on 1 ABB Motors interview
Company Website
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.

Interview Questions from Similar Companies

Flipkart Interview Questions
4.0
 • 1.3k Interviews
Tata Motors Interview Questions
4.2
 • 978 Interviews
WNS Interview Questions
3.4
 • 961 Interviews
Infosys BPM Interview Questions
3.7
 • 925 Interviews
Google Interview Questions
4.4
 • 842 Interviews
Bharti Airtel Interview Questions
4.0
 • 813 Interviews
DXC Technology Interview Questions
3.7
 • 803 Interviews
Mphasis Interview Questions
3.4
 • 788 Interviews
KPMG India Interview Questions
3.5
 • 783 Interviews
Nagarro Interview Questions
4.0
 • 764 Interviews
View all

ABB Motors Reviews and Ratings

based on 23 reviews

4.7/5

Rating in categories

4.4

Skill development

4.5

Work-Life balance

4.2

Salary & Benefits

4.2

Job Security

3.6

Company culture

4.2

Promotions/Appraisal

4.4

Work Satisfaction

Explore 23 Reviews and Ratings
Sales Manager
6 salaries
unlock blur

₹10 L/yr - ₹15 L/yr

Software Engineer
5 salaries
unlock blur

₹6 L/yr - ₹28 L/yr

Production Engineer
5 salaries
unlock blur

₹4 L/yr - ₹7.6 L/yr

Quality Engineer
4 salaries
unlock blur

₹5.2 L/yr - ₹8.1 L/yr

Manager Sales & Marketing
4 salaries
unlock blur

₹12.5 L/yr - ₹15.2 L/yr

Explore more salaries
Compare ABB Motors with

iEnergizer

4.7
Compare

Bharti Airtel

4.0
Compare

Tata Motors

4.2
Compare

AU Small Finance Bank

4.3
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview