i
Multispan Control
Instrument
Filter interviews by
IoT stands for Internet of Things, which refers to the network of physical devices connected to the internet, allowing them to collect and exchange data.
IoT involves connecting everyday objects to the internet to enable them to send and receive data.
It allows for remote monitoring, control, and automation of devices and systems.
Examples include smart home devices like thermostats and security cameras, wearable fit...
The sales target varies depending on the company's goals, market conditions, and individual performance.
Sales targets are typically set by the company's management based on revenue goals and growth objectives.
Individual sales targets may be assigned based on territory, product line, or customer segment.
Sales targets are often reviewed and adjusted periodically to align with changing business conditions.
Meeting or ...
To sell our products, we need to understand customer needs, showcase product benefits, provide excellent customer service, and follow up for feedback.
Understand customer needs and pain points
Highlight product benefits and unique selling points
Provide excellent customer service and support
Follow up with customers for feedback and satisfaction
Offer demos, trials, and samples to showcase product value
I have a comprehensive understanding of our products, including their features, benefits, and applications.
I have undergone extensive training on our products and their technical specifications.
I regularly attend product knowledge sessions and updates to stay current on new features and improvements.
I have hands-on experience with our products through demos, installations, and troubleshooting.
I have received posit...
My future plans include expanding my skills in UI/UX design, learning new software tools, and eventually leading a design team.
Continuing education in UI/UX design
Learning new software tools such as Adobe XD and Figma
Working towards a leadership role in design
Attending design conferences and workshops
Building a strong portfolio of diverse design projects
Yes, I can learn a regional language if required for the job.
I am willing to learn a regional language if it is necessary for the job.
I can enroll in language classes or use online resources to learn the language.
Being multilingual can be an asset in the design industry, especially for understanding diverse audiences.
For example, if the job requires designing for a specific region where the regional language is pr...
Three phase supply is a type of electrical power transmission that uses three alternating currents.
Three phase supply consists of three alternating currents that are 120 degrees out of phase with each other.
Rectifiers are electronic devices used to convert alternating current (AC) to direct current (DC).
Current is the flow of electric charge in a circuit, measured in amperes (A).
Voltage is the electric potential d...
I applied via Naukri.com and was interviewed in Aug 2024. There were 2 interview rounds.
The sales target varies depending on the company's goals, market conditions, and individual performance.
Sales targets are typically set by the company's management based on revenue goals and growth objectives.
Individual sales targets may be assigned based on territory, product line, or customer segment.
Sales targets are often reviewed and adjusted periodically to align with changing business conditions.
Meeting or excee...
Seeking new challenges and opportunities for growth in a dynamic environment.
Looking for a new challenge to expand my skills and knowledge
Interested in exploring different industries and technologies
Seeking better career advancement opportunities
Want to work in a more collaborative team environment
To sell our products, we need to understand customer needs, showcase product benefits, provide excellent customer service, and follow up for feedback.
Understand customer needs and pain points
Highlight product benefits and unique selling points
Provide excellent customer service and support
Follow up with customers for feedback and satisfaction
Offer demos, trials, and samples to showcase product value
I have a comprehensive understanding of our products, including their features, benefits, and applications.
I have undergone extensive training on our products and their technical specifications.
I regularly attend product knowledge sessions and updates to stay current on new features and improvements.
I have hands-on experience with our products through demos, installations, and troubleshooting.
I have received positive f...
IoT stands for Internet of Things, which refers to the network of physical devices connected to the internet, allowing them to collect and exchange data.
IoT involves connecting everyday objects to the internet to enable them to send and receive data.
It allows for remote monitoring, control, and automation of devices and systems.
Examples include smart home devices like thermostats and security cameras, wearable fitness ...
I applied via Company Website and was interviewed in Jan 2024. There was 1 interview round.
Three phase supply is a type of electrical power transmission that uses three alternating currents.
Three phase supply consists of three alternating currents that are 120 degrees out of phase with each other.
Rectifiers are electronic devices used to convert alternating current (AC) to direct current (DC).
Current is the flow of electric charge in a circuit, measured in amperes (A).
Voltage is the electric potential differ...
I applied via Naukri.com and was interviewed in Feb 2024. There was 1 interview round.
My future plans include expanding my skills in UI/UX design, learning new software tools, and eventually leading a design team.
Continuing education in UI/UX design
Learning new software tools such as Adobe XD and Figma
Working towards a leadership role in design
Attending design conferences and workshops
Building a strong portfolio of diverse design projects
Yes, I can learn a regional language if required for the job.
I am willing to learn a regional language if it is necessary for the job.
I can enroll in language classes or use online resources to learn the language.
Being multilingual can be an asset in the design industry, especially for understanding diverse audiences.
For example, if the job requires designing for a specific region where the regional language is predomi...
Top trending discussions
I appeared for an interview in May 2025, where I was asked the following questions.
I applied via Campus Placement and was interviewed in Mar 2023. There were 4 interview rounds.
Motor is connected to PLC using motor starters or variable frequency drives. PID controller is used for precise control. Fans typically use induction motors. Inrush current is the initial surge of current when a motor starts. Starting current is usually higher than running current.
Motor is connected to PLC using motor starters or variable frequency drives
PID controller is used for precise control of motor speed or posi...
I applied via Campus Placement and was interviewed in Sep 2024. There were 3 interview rounds.
I appeared for an interview in May 2024.
Polymorphism in C++ allows objects of different classes to be treated as objects of a common superclass.
Polymorphism is achieved through virtual functions and function overriding.
It allows for more flexibility and extensibility in code.
Example: A base class 'Shape' with virtual function 'draw', and derived classes 'Circle' and 'Square' that override 'draw'.
Different motions in a drone are achieved through varying the speed and direction of the propellers.
Changing the speed of the propellers controls the altitude of the drone.
Varying the speed of propellers on different sides of the drone allows it to move forward, backward, left, or right.
Adjusting the speed of the propellers diagonally creates rotational motion for turning.
Combining these motions enables the drone to pe...
PID controller is a control loop feedback mechanism used in systems to control process variables.
PID stands for Proportional, Integral, Derivative.
Proportional term responds to the current error.
Integral term corrects the accumulated error over time.
Derivative term predicts future error based on current rate of change.
Tuning involves adjusting the three parameters (P, I, D) to achieve desired system response.
Example: I...
I appeared for an interview in Dec 2024, where I was asked the following questions.
Python offers a variety of tools for development, data analysis, web development, and more, enhancing productivity and functionality.
IDEs: PyCharm, Visual Studio Code for efficient coding and debugging.
Libraries: NumPy for numerical computations, Pandas for data manipulation.
Web Frameworks: Django and Flask for building web applications.
Testing Tools: PyTest and Unittest for automated testing.
Data Visualization: Matplo...
Common database commands include CRUD operations: Create, Read, Update, and Delete, essential for data manipulation.
CREATE: Used to add new records. Example: 'INSERT INTO users (name, age) VALUES ('Alice', 30);'
READ: Retrieves data from the database. Example: 'SELECT * FROM users;'
UPDATE: Modifies existing records. Example: 'UPDATE users SET age = 31 WHERE name = 'Alice';'
DELETE: Removes records from the database. Exam...
Connecting a database to a Python script involves using libraries to establish a connection and execute queries.
Use libraries like SQLite, MySQL Connector, or SQLAlchemy for database connections.
Example with SQLite: import sqlite3; conn = sqlite3.connect('example.db')
For MySQL: import mysql.connector; conn = mysql.connector.connect(user='user', password='password', host='localhost', database='dbname')
Always close the c...
based on 7 interview experiences
Difficulty level
Duration
based on 59 reviews
Rating in categories
Mechanical Engg. Design
12
salaries
| ₹2.5 L/yr - ₹4.2 L/yr |
Production Engineer
12
salaries
| ₹1.5 L/yr - ₹3.2 L/yr |
Technical Sales Engineer
6
salaries
| ₹3.2 L/yr - ₹6.5 L/yr |
Sales Engineer
6
salaries
| ₹2.6 L/yr - ₹4.2 L/yr |
Technical Sales Support Engineer
5
salaries
| ₹3 L/yr - ₹4.4 L/yr |
Rockwell Automation
GKN
Titan Engineering & Automation
Addverb Technologies