Filter interviews by
GD&T stands for Geometric Dimensioning and Tolerancing, a system for defining and communicating engineering tolerances.
GD&T is a symbolic language used on engineering drawings to specify the allowable variations in form, size, and orientation of features.
It helps ensure that parts fit together properly and function as intended.
GD&T uses symbols such as concentricity, flatness, perpendicularity, and position to communic...
Surface finish symbol indicates the type of surface treatment required on a part for manufacturing purposes.
Surface finish symbols are typically found on engineering drawings to specify the type of finish needed on a part.
The symbol consists of a horizontal line with various geometric shapes and numbers that indicate the required finish.
Examples of surface finish symbols include Ra for roughness average, Rz for maximum...
I applied via Recruitment Consulltant and was interviewed in Jun 2023. There were 2 interview rounds.
I applied via Naukri.com and was interviewed in May 2022. There were 2 interview rounds.
Experienced retail professional with strong leadership skills and a track record of driving sales and customer satisfaction.
Over 5 years of experience in retail management
Successfully managed a team of 20+ employees
Implemented strategies to increase store revenue by 15%
Focused on providing exceptional customer service
Proficient in inventory management and visual merchandising
Strong problem-solving and decision-making a
Roll in current organization refers to the job responsibilities and duties assigned to an employee.
Roll defines the scope of work an employee is responsible for
It includes tasks, duties, and responsibilities assigned to the employee
Roll can be specific to a department or a team within the organization
It can also be defined by the level of seniority or job title
For example, a store manager's roll may include managing th...
I am seeking new challenges and growth opportunities.
Seeking new challenges and growth opportunities
Looking for a more dynamic and fast-paced work environment
Desire to expand my skill set and take on additional responsibilities
Seeking better work-life balance
Unsatisfied with the company culture or management style
My goal for the future is to become a regional manager and oversee multiple stores.
To gain experience and knowledge in various aspects of store management
To develop strong leadership and communication skills
To consistently achieve sales targets and improve store performance
To build a motivated and high-performing team
To contribute to the growth and success of the company
My strength is my ability to effectively manage and motivate a team to achieve goals and deliver exceptional customer service.
Strong leadership skills
Excellent communication and interpersonal skills
Ability to delegate tasks and empower team members
Proven track record of meeting sales targets
Experience in resolving customer complaints and ensuring customer satisfaction
My weakness is that I tend to be too detail-oriented, which can sometimes slow down decision-making.
I have a tendency to overanalyze situations and get caught up in the small details.
This can sometimes lead to delays in making decisions or taking action.
For example, when faced with a complex problem, I may spend too much time gathering information and analyzing all possible options before making a decision.
While attent...
The organization is a retail store with multiple locations.
The organization sells a variety of products.
It has multiple store locations.
The organization focuses on providing excellent customer service.
They offer promotions and discounts to attract customers.
The organization values teamwork and collaboration among employees.
I am open to discussing salary based on the responsibilities and expectations of the role.
I believe that compensation should be fair and competitive within the industry.
I am more interested in the overall package, including benefits and opportunities for growth.
I am open to negotiation and would like to learn more about the specific responsibilities and expectations of the role before discussing salary.
I applied via Naukri.com and was interviewed in May 2021. There were 3 interview rounds.
Truetzschler India interview questions for popular designations
Top trending discussions
I applied via Approached by Company and was interviewed in Aug 2017. There were 5 interview rounds.
Multithreading is the ability of a program to perform multiple tasks concurrently.
Multithreading allows for better utilization of CPU resources
It can improve program performance and responsiveness
Examples include running multiple downloads simultaneously or updating a GUI while performing a background task
Synchronization is important to prevent race conditions and ensure thread safety
Multithreading in Java allows concurrent execution of multiple threads.
Java provides built-in support for multithreading through the java.lang.Thread class.
Threads can be created by extending the Thread class or implementing the Runnable interface.
The start() method is used to start a new thread, which calls the run() method.
Synchronization mechanisms like synchronized blocks and locks can be used to control access to ...
No, Java does not support multiple inheritance. However, interfaces can inherit multiple interfaces.
Java does not allow a class to inherit from multiple classes.
This is because multiple inheritance can lead to ambiguity and conflicts.
However, a class can implement multiple interfaces in Java.
An interface can extend multiple interfaces, allowing for inheritance of multiple interfaces.
This is known as interface inheritan
DO-WHILE loop executes the code block at least once, while WHILE loop executes only if the condition is true.
DO-WHILE loop checks the condition at the end of the loop
WHILE loop checks the condition at the beginning of the loop
DO-WHILE loop executes the code block at least once
WHILE loop may not execute the code block at all if the condition is false
I would rate myself as an 8 on a scale of 1-10.
I have a strong understanding of software development principles and practices.
I have experience working with multiple programming languages and frameworks.
I am skilled in problem-solving and debugging.
I have successfully delivered complex software projects in the past.
I continuously strive to learn and improve my skills.
Display data of two tables by joining them using a common column.
Use SQL JOIN statement to combine data from two tables based on a common column.
Choose the appropriate type of JOIN based on the relationship between the tables.
Specify the columns to be displayed in the SELECT statement.
Use aliases to differentiate between columns with the same name in both tables.
Apply any necessary filters or sorting to the result set.
Networking refers to the process of connecting devices and systems to share information and resources.
Networking involves the use of hardware and software to connect devices and systems.
It allows for the sharing of information and resources such as files, printers, and internet access.
Networking can be done through wired or wireless connections.
Examples of networking technologies include Ethernet, Wi-Fi, and Bluetooth.
...
A router is a networking device that forwards data packets between computer networks.
A router operates at the network layer of the OSI model.
It uses routing tables to determine the best path for data packets to reach their destination.
Routers can connect multiple networks together, such as LANs and WANs.
They provide network address translation (NAT) to allow multiple devices to share a single public IP address.
Routers ...
Subnetting is the process of dividing a network into smaller subnetworks, called subnets, to improve network efficiency and security.
Subnetting allows for better utilization of IP addresses by dividing a network into smaller segments.
It helps in improving network performance by reducing network congestion.
Subnetting enhances network security by isolating different departments or devices within a network.
It enables effi...
Protocols are a set of rules and guidelines that govern the communication between devices or systems.
Protocols define the format and order of messages exchanged between devices.
They ensure reliable and efficient communication by specifying error detection and correction mechanisms.
Examples of protocols include TCP/IP, HTTP, SMTP, and FTP.
Protocols can operate at different layers of the network stack, such as the applic
Static protocols are fixed and do not change, while dynamic protocols can adapt to changing network conditions.
Static protocols are typically used in simple networks with predictable traffic patterns.
Dynamic protocols are used in complex networks with varying traffic patterns.
Examples of static protocols include ARP and RARP.
Examples of dynamic protocols include OSPF and BGP.
TCS is a leading global IT services company with a strong reputation and diverse opportunities for growth.
TCS has a strong reputation in the IT industry for delivering high-quality services and solutions.
TCS offers diverse opportunities for growth and career development.
TCS has a global presence, providing exposure to different cultures and working environments.
TCS values innovation and encourages employees to think cr...
I expect to receive proper training and support to transition into the IT field successfully.
I expect to be provided with relevant training and resources to learn the necessary skills for the role.
I hope for guidance and mentorship from experienced IT professionals within the company.
I am eager to contribute my non-IT skills and knowledge to the team, bringing a fresh perspective.
I am committed to putting in the effort...
Multithreading is the ability of a program to perform multiple tasks concurrently.
Multithreading allows for better utilization of CPU resources
It can improve program performance and responsiveness
Examples include running multiple downloads simultaneously or updating a GUI while performing a background task
Synchronization is important to prevent race conditions and ensure thread safety
Java supports multithreading through the java.lang.Thread class and java.util.concurrent package.
Java threads are created by extending the Thread class or implementing the Runnable interface.
Threads can be started using the start() method.
Synchronization can be achieved using synchronized keyword or locks.
Java provides several classes and interfaces to support concurrent programming such as Executor, ExecutorService, F...
Java does not support multiple inheritance, but interfaces can inherit multiple interfaces.
Java does not allow a class to inherit from multiple classes, but it can implement multiple interfaces.
Interfaces can inherit from multiple interfaces using the 'extends' keyword.
For example, interface C can extend interfaces A and B: 'interface C extends A, B {}'
Do-While loop executes the code block once before checking the condition, while loop checks the condition first.
Do-While loop is used when the code block needs to be executed at least once.
While loop is used when the code block may not need to be executed at all.
Do-While loop is less efficient than While loop as it always executes the code block at least once.
Example of Do-While loop: do { //code block } while (conditi...
Join the tables on a common column and display the combined data.
Identify the common column in both tables
Use JOIN statement to combine the tables
Select the columns to display
Apply any necessary filters or sorting
Display the data in a table or list format
Primary key uniquely identifies a record in a table, while unique key ensures uniqueness of a column.
Primary key cannot have null values, while unique key can have one null value.
A table can have only one primary key, but multiple unique keys.
Primary key is used as a foreign key in other tables, while unique key is not.
Example: Employee ID can be a primary key, while email address can be a unique key.
I have a strong background in software development, excellent problem-solving skills, and a passion for learning new technologies.
Extensive experience in programming languages such as Java, Python, and C++
Proven track record of delivering high-quality software solutions on time and within budget
Strong analytical and problem-solving skills, with the ability to quickly adapt to new technologies and frameworks
Excellent co...
My hobbies include coding, reading, and playing video games. My strengths are problem-solving, attention to detail, and teamwork. My weaknesses are impatience and a tendency to overthink.
Hobbies: Coding, reading, playing video games
Strengths: Problem-solving, attention to detail, teamwork
Weaknesses: Impatience, tendency to overthink
based on 4 interviews
Interview experience
based on 70 reviews
Rating in categories
Engineer
10
salaries
| ₹0 L/yr - ₹0 L/yr |
Mechanical Engg. Design
9
salaries
| ₹0 L/yr - ₹0 L/yr |
Senior Mechanical Design Engineer
8
salaries
| ₹0 L/yr - ₹0 L/yr |
Executive Engineer
8
salaries
| ₹0 L/yr - ₹0 L/yr |
Design Engineer
8
salaries
| ₹0 L/yr - ₹0 L/yr |
Lakshmi Machine Works
Rieter
Batliboi
Voltas