Add office photos
Employer?
Claim Account for FREE

Tata Group

4.3
based on 1.3k Reviews
Filter interviews by

100+ Interview Questions and Answers

Updated 12 Nov 2024
Popular Designations
Q1. Check If Given Words Are Present In A String

Given a string 'S' and a list 'wordList' that consists of 'N' distinct words. Let 'Wi' denote word at index 'i' in 'wordList'. For each word 'Wi' in 'wordList', you n...read more

View 5 more answers

Q2. What is the second law of thermodynamics?

Ans.

The second law of thermodynamics states that the entropy of an isolated system always increases over time.

  • Entropy of an isolated system always increases

  • Heat cannot spontaneously flow from a colder body to a hotter body

  • Efficiency of a heat engine is always less than 100%

  • Examples: melting ice, burning wood

View 13 more answers

Q3. What is accounting basic and what are the PO and what are the report to order to processing

View 7 more answers

Q4. What is your name Where are you from Ratio of M 20 grade concrete. How to find the weight of steel bar used in reinforcement ? How to measurements the concrete volume? Standard size of brick. What is volume of ...

read more
Ans.

The interview questions cover various topics in civil engineering such as concrete, steel reinforcement, measurements, slabs, footings, and more.

  • M 20 grade concrete has a ratio of 1:1.5:3 (cement:sand:aggregate)

  • The weight of a steel bar used in reinforcement can be found using the formula: weight = (length x diameter^2 x density) / 162.27

  • The volume of concrete can be measured using the formula: volume = length x width x height

  • The standard size of a brick is 190mm x 90mm x 90m...read more

View 1 answer
Discover null interview dos and don'ts from real experiences
Q5. Technical Questions

What is OOPS? Give an example.
Differentiate between Abstract class and interface and in which scenarios can they be used.
Differentiate between sets and lists
Differentiate between vector and a...read more

Add your answer

Q6. (1) 1+2 = 3 (2) 2×2 = 4 (3) 3+4 7 (4) 2×6 = 12 (5) 7+7 =11 answer the questions and full your profile interface

Ans.

Answering simple math questions

  • 1+2 = 3

  • 2x2 = 4

  • 3+4 = 7

  • 2x6 = 12

  • 7+7 = 14

Add your answer
Are these interview questions helpful?

Q7. Inheritance; 1.Acquring the properties of parent class to the child class with out changeing the properties of parent class is known as inheritance 2.inheritanc is a is relationship 3.extends keyword is used In...

read more
Ans.

Inheritance is acquiring properties of parent class to child class without changing parent class properties. It is classified into 5 types.

  • Inheritance is a way to reuse code and establish a relationship between classes

  • The 'extends' keyword is used to implement inheritance in Java

  • Examples of inheritance include a 'Car' class inheriting properties from a 'Vehicle' class

  • Single level inheritance involves one parent class and one child class

  • Multiple inheritance involves a child cl...read more

Add your answer

Q8. Name the boiler that does not need a steam drum.

Ans.

Benson Boiler is a type of boiler that does not require a steam drum.

  • Benson Boiler is a high-pressure, water tube boiler.

  • It operates at supercritical pressure.

  • The water is heated in a single pass through the evaporator tubes.

  • It is commonly used in power plants.

  • Examples include the Lethabo, Majuba, and Kendal power stations in South Africa.

View 4 more answers
Share interview questions and help millions of jobseekers 🌟

Q9. (1) 2+2 =? (2) 4+4 =? (3) 3+2 =? (4) 1+1= ? (5) 5+5=? (1) = 4 answer (2)= 8 answer (3) = 5 answer (4) = 2 answer (5) = 10 answer

Ans.

Simple arithmetic questions.

  • Question is about basic arithmetic operations.

  • Answers are straightforward and easy to calculate.

  • No need for complex calculations or formulas.

  • Examples: 2+2=4, 4+4=8, 3+2=5, 1+1=2, 5+5=10.

Add your answer

Q10. What are the 7 principles of social work?

Ans.

The 7 principles of social work are a set of ethical guidelines that guide social workers in their practice.

  • Service: Social workers provide help and support to individuals, families, and communities.

  • Social justice: Social workers advocate for fairness and equality in society.

  • Dignity and worth of the person: Social workers respect the inherent worth and uniqueness of individuals.

  • Importance of human relationships: Social workers recognize the importance of relationships in peop...read more

View 1 answer

Q11. What is java? What is variable?

Ans.

Java is a popular programming language used for developing various applications. A variable is a named memory location used to store data.

  • Java is an object-oriented language

  • It is platform-independent

  • Variables in Java have a specific data type

  • Variables can be assigned values and their values can be changed

  • Example: int age = 25; String name = "John";

View 1 answer

Q12. What is inheritance? types of inheritance

Ans.

Inheritance is a concept in object-oriented programming where a class inherits properties and behaviors from another class.

  • Inheritance allows code reuse and promotes code organization.

  • There are different types of inheritance: single inheritance, multiple inheritance, multilevel inheritance, and hierarchical inheritance.

  • Single inheritance involves a class inheriting from a single base class.

  • Multiple inheritance involves a class inheriting from multiple base classes.

  • Multilevel ...read more

View 1 answer

Q13. Who is the founder of Tata group

Ans.

The founder of Tata group is Jamsetji Tata.

  • Jamsetji Tata founded the Tata group in 1868.

  • He was an Indian industrialist and philanthropist.

  • Under his leadership, Tata group expanded into various industries including steel, textiles, and hospitality.

  • Jamsetji Tata's vision and values laid the foundation for the success of the Tata group.

View 3 more answers

Q14. What is the lath machine ,what is milling machine

Ans.

A lathe machine is used to shape metal or wood by rotating it against a cutting tool. A milling machine is used to cut and shape solid materials.

  • Lathe machine rotates the workpiece while the cutting tool remains stationary

  • Milling machine uses a rotating cutting tool to remove material from a stationary workpiece

  • Lathe machine is used for turning, drilling, facing, and threading operations

  • Milling machine is used for cutting, drilling, and shaping solid materials

  • Examples of lath...read more

View 1 answer

Q15. 1. Which is the increment operator c 2. What is keywords c 3. How many keyword s in c 4. This operators are called releonal operators 5. Which input function 6. Studio.h stands for 7. Float date type used for 8...

read more
Ans.

Answers to questions related to C and Python programming languages.

  • 1. Increment operator in C is ++

  • 2. Keywords in C are reserved words with predefined meaning

  • 3. C has 32 keywords

  • 4. Relational operators in C are <, >, <=, >=, ==, !=

  • 5. scanf() function is used for input in C

  • 6. stdio.h is a header file in C used for standard input/output operations

  • 7. Float data type in C is used for storing decimal values

  • 8. ; is used to terminate a statement in C

  • 9. C has 42 operators

  • 1. Python is...read more

Add your answer

Q16. What is toolbox talk What is hazard What is risk What is safety What is PPE What is use of helmat What is near miss What is fire What is safety policy What is safety audit

Ans.

Answers to common safety-related questions

  • Toolbox talk is a safety meeting held before work begins

  • Hazard is a potential source of harm or danger

  • Risk is the likelihood of harm occurring from a hazard

  • Safety is the condition of being protected from harm or danger

  • PPE stands for Personal Protective Equipment

  • Helmets are a type of PPE used to protect the head from injury

  • A near miss is an incident that could have resulted in harm but did not

  • Fire is a hazardous event that can cause da...read more

Add your answer

Q17. Which the five biggest importers for Tata group

Ans.

The five biggest importers for Tata group are China, United States, United Kingdom, Germany, and Japan.

  • China is one of the largest importers for Tata group, importing various products such as automobiles, steel, and chemicals.

  • The United States is another major importer for Tata group, particularly for products like software services, automobiles, and steel.

  • The United Kingdom is an important market for Tata group, importing goods like automobiles, tea, and steel.

  • Germany is a s...read more

View 3 more answers

Q18. Various part of vapour compression system???

Ans.

Parts of a vapour compression system

  • Compressor

  • Condenser

  • Expansion valve

  • Evaporator

  • Refrigerant

  • Piping

  • Controls

Add your answer

Q19. What is the data structure

Ans.

A data structure is a way of organizing and storing data in a computer so that it can be accessed and manipulated efficiently.

  • Data structures provide a means to manage and organize data effectively.

  • They can be used to store and retrieve data quickly.

  • Examples of data structures include arrays, linked lists, stacks, queues, and trees.

View 2 more answers

Q20. How you managed 2 problems in a same time?

Ans.

I prioritize the problems based on urgency and importance, and then allocate time and resources accordingly.

  • Assess the urgency and importance of each problem

  • Create a plan of action for each problem

  • Allocate time and resources based on the plan

  • Regularly reassess and adjust the plan as needed

  • Example: If one problem is a deadline that cannot be missed and the other is a minor issue, prioritize the deadline and allocate more time and resources to it

Add your answer

Q21. do all your measurements will be correct ?

Ans.

No, it is not guaranteed that all measurements will be correct.

  • Measurements can be affected by various factors such as human error, equipment limitations, and environmental conditions.

  • Calibration of instruments and regular quality checks can help minimize errors.

  • Examples of potential measurement errors include misreading a scale, faulty equipment, or interference from nearby structures.

  • It is important to have a systematic approach to identify and rectify any measurement error...read more

View 4 more answers

Q22. What is the end of the month in EMI profit and loss how to your calculate

Add your answer

Q23. Can you ever calculate how much current will consume for one shift?

Add your answer

Q24. What is the main role of a social worker?

Ans.

The main role of a social worker is to help individuals, families, and communities improve their well-being and quality of life.

  • Assessing clients' needs and developing plans to address them

  • Providing counseling and support to clients

  • Connecting clients with resources and services

  • Advocating for clients' rights and needs

  • Working with other professionals and agencies to coordinate care

  • Promoting social justice and addressing systemic issues

  • Examples: helping a family access affordabl...read more

Add your answer

Q25. What is engineering drawing? What are the types of fits and tolerance? GD and T?

Ans.

Engineering drawing is a graphical representation of an object or system.

  • Types of fits: clearance fit, interference fit, transition fit

  • Tolerance: the allowable variation in a dimension

  • GD&T: Geometric Dimensioning and Tolerancing, a system for defining and communicating engineering tolerances

Add your answer

Q26. Second low of thermodynamics

Ans.

The second law of thermodynamics states that the entropy of an isolated system always increases over time.

  • Entropy always increases in natural processes

  • Heat flows from hot to cold

  • Efficiency of heat engines is limited by the second law

  • Entropy can be thought of as a measure of disorder or randomness

  • Examples: melting ice, diffusion of gases, irreversible processes

View 4 more answers

Q27. What is a linked list ?

Ans.

A linked list is a data structure that consists of a sequence of nodes, where each node contains a value and a reference to the next node.

  • Linked list is a linear data structure.

  • Each node in a linked list contains a value and a reference to the next node.

  • Linked list allows dynamic memory allocation.

  • Insertion and deletion operations are efficient in linked lists compared to arrays.

  • Examples of linked list implementations include singly linked list, doubly linked list, and circul...read more

View 1 answer

Q28. Defain as tha hook's law .

Ans.

Hooke's law states that the force needed to extend or compress a spring is directly proportional to the distance it is stretched or compressed.

  • Hooke's law is named after the English scientist Robert Hooke.

  • It is commonly used to describe the behavior of springs and elastic materials.

  • The law can be mathematically expressed as F = kx, where F is the force applied, k is the spring constant, and x is the displacement.

  • Hooke's law applies within the elastic limit of a material, beyo...read more

View 2 more answers

Q29. If we how to increase the capacity of electric car?

Ans.

Increasing the capacity of an electric car can be achieved by upgrading the battery technology and improving the charging infrastructure.

  • Upgrade the battery technology to increase energy storage capacity

  • Improve the charging infrastructure to support faster charging

  • Enhance the efficiency of the electric motor and power electronics

  • Optimize the vehicle's weight and aerodynamics to reduce energy consumption

  • Implement regenerative braking to recover and store energy

  • Develop advanced...read more

View 1 answer

Q30. Cloud computing application in real world in project

Ans.

Cloud computing is widely used in various industries for data storage, processing, and analysis.

  • Cloud computing allows for easy scalability and cost-effectiveness in managing large amounts of data.

  • Real-time collaboration and access to data from anywhere are some of the benefits of cloud computing.

  • Examples of cloud computing applications in real-world projects include Amazon Web Services (AWS), Microsoft Azure, and Google Cloud Platform.

  • In healthcare, cloud computing is used f...read more

Add your answer

Q31. What is vernier caliper

Ans.

A vernier caliper is a measuring instrument used to accurately measure the dimensions of an object.

  • It consists of a main scale and a sliding vernier scale.

  • The main scale provides the whole number measurements, while the vernier scale provides the fractional measurements.

  • The vernier scale slides along the main scale and is used to determine the precise measurement by aligning the markings on both scales.

  • Vernier calipers can measure both internal and external dimensions, as wel...read more

View 1 answer

Q32. What will be you approach for a component quality to vehicle quality?

Ans.

My approach would be to ensure that each component meets the required quality standards before being integrated into the vehicle.

  • Conduct thorough quality checks on each component before assembly

  • Ensure that all components meet the required specifications and standards

  • Perform regular inspections and testing throughout the assembly process

  • Implement a robust quality control system to monitor and track component quality

  • Collaborate with suppliers to ensure that they also meet the r...read more

Add your answer

Q33. What are pointers in c?

Ans.

Pointers are variables that store memory addresses of other variables in C programming language.

  • Pointers are used to manipulate data structures like arrays, linked lists, and trees.

  • They can be used to pass values by reference to functions.

  • Pointers can also be used to allocate memory dynamically using functions like malloc() and calloc().

View 1 answer

Q34. How to create/customize your own scorer function in scikit-learn?

Add your answer

Q35. What is c Data Type What is python Operator s What is python keyword What is python What is global variable python What is input of python

Ans.

A data type in C is a classification that specifies the type of data that a variable can hold.

  • C data types include int, float, char, etc.

  • Operators in Python are symbols that perform operations on variables and values.

  • Python keywords are reserved words that have special meanings and cannot be used as variable names.

  • Python is a high-level programming language known for its simplicity and readability.

  • A global variable in Python is a variable that is defined outside of any functi...read more

View 1 answer

Q36. What is the opps concepts?

Ans.

Opps concepts refer to the principles of Object-Oriented Programming (OOP) that allow for modular and reusable code.

  • Encapsulation: bundling data and methods that operate on that data within a single unit

  • Inheritance: creating new classes based on existing ones, inheriting their properties and methods

  • Polymorphism: the ability of objects to take on multiple forms or behaviors

  • Abstraction: hiding implementation details and only exposing necessary information to the user

Add your answer

Q37. How can you define the Difference between a slope and a Gradient

Ans.

A slope is the steepness of a surface while a gradient is the rate of change of a variable.

  • Slope refers to the angle of inclination of a surface, while gradient refers to the change in elevation or value of a variable over a distance.

  • Slope is measured in degrees or percentage, while gradient is measured in units of the variable per unit of distance.

  • For example, the slope of a hill is 30 degrees, while the gradient of the same hill is 10 meters per kilometer.

  • Slope is a geometr...read more

Add your answer

Q38. What is accounts write name hindi

Ans.

Accounts write name in Hindi is लेखा लिखित नाम

  • In Hindi, accounts write name is referred to as लेखा लिखित नाम

  • It is important to maintain accurate accounts write name for proper record-keeping

  • For example, if a company's accounts write name is 'ABC Enterprises', it would be written as 'एबीसी एंटरप्राइजेज' in Hindi

View 3 more answers

Q39. Products of arm industry of Tata products?

Ans.

Tata produces a range of arm industry products including defense vehicles, weapons, and equipment.

  • Tata Motors manufactures defense vehicles like the Tata Safari Storme and Tata LPTA 715 4x4

  • Tata Advanced Systems Limited (TASL) produces defense equipment such as radars, missile systems, and electronic warfare systems

  • Tata Power Strategic Engineering Division (SED) manufactures defense electronics and systems

  • Tata Aerospace and Defense (Tata ADAG) offers a wide range of defense so...read more

View 2 more answers

Q40. What is World life in human life

Ans.

World life refers to the interconnectedness of all living beings and their environment.

  • World life recognizes that all living beings are interconnected and dependent on each other for survival.

  • Human life is just one small part of the larger web of life on Earth.

  • The actions of humans can have a significant impact on the health and well-being of other species and the environment as a whole.

  • Examples of world life in human life include the impact of climate change on ecosystems an...read more

View 1 answer

Q41. how do you find the quality of material?

Ans.

To find the quality of material, various tests and inspections are conducted.

  • Conduct visual inspections to check for any defects or damages

  • Perform tests such as hardness, tensile strength, and compression strength

  • Check for compliance with industry standards and specifications

  • Verify the source and supplier of the material

  • Maintain proper documentation of all inspections and tests conducted

View 2 more answers

Q42. Tell me how you will control quality

Ans.

To control quality, I will implement a comprehensive quality management system.

  • Establishing quality standards and procedures

  • Conducting regular inspections and audits

  • Implementing quality control measures

  • Training and educating employees on quality requirements

  • Monitoring and analyzing quality data

  • Taking corrective actions when deviations occur

  • Continuous improvement through feedback and process optimization

View 1 answer

Q43. What is transformer ,what is cnc machine

Ans.

A transformer is an electrical device that transfers electrical energy between two or more circuits through electromagnetic induction. A CNC machine is a computer-controlled machine tool used for cutting various materials.

  • Transformers are used to step up or step down voltage levels in electrical circuits.

  • CNC machines use computer programs to control the movement of cutting tools.

  • Transformers are commonly used in power distribution systems.

  • CNC machines are used in manufacturin...read more

Add your answer

Q44. What are binary trees ?

Ans.

Binary trees are a type of data structure where each node has at most two children.

  • Nodes in a binary tree can have either 0, 1, or 2 children.

  • Binary trees are used in computer science for efficient searching and sorting algorithms.

  • Examples of binary trees include binary search trees and heap trees.

Add your answer

Q45. What tools do social workers use?

Ans.

Social workers use a variety of tools to help their clients, including assessments, interventions, and community resources.

  • Assessments to evaluate clients' needs and strengths

  • Interventions to address clients' challenges and promote positive change

  • Community resources to connect clients with services and support

  • Therapeutic techniques to help clients cope with emotional and mental health issues

  • Advocacy skills to help clients navigate systems and access resources

  • Documentation too...read more

Add your answer

Q46. How to develop ur business Development Executive

Ans.

To develop a business development executive, focus on training, mentorship, and providing opportunities for growth.

  • Provide regular training sessions to improve skills and knowledge

  • Assign a mentor to provide guidance and support

  • Offer opportunities for professional growth and advancement

  • Encourage networking and relationship building

  • Provide feedback and recognition for achievements

  • Set clear goals and expectations

  • Continuously evaluate and adjust development plan

Add your answer

Q47. What is GST is particularly

Ans.

GST stands for Goods and Services Tax, a value-added tax levied on the supply of goods and services in India.

  • GST was implemented in India on July 1, 2017, replacing multiple indirect taxes like VAT, excise duty, and service tax.

  • It is a destination-based tax, meaning the tax is collected by the state where the goods or services are consumed.

  • GST has four tax slabs - 5%, 12%, 18%, and 28%, with some goods and services being exempted from tax.

  • GST has simplified the tax structure ...read more

View 8 more answers

Q48. What are the 5 methods of social work?

Ans.

The 5 methods of social work are casework, group work, community organization, social action, and social welfare policy.

  • Casework involves working with individuals to address their personal problems and needs.

  • Group work involves working with groups of people to address common issues and promote positive change.

  • Community organization involves working with communities to identify and address social problems and improve quality of life.

  • Social action involves advocating for social...read more

Add your answer

Q49. Why why analysis and store management

Ans.

Why-Why analysis helps identify root causes of problems and store management ensures efficient operations.

  • Why-Why analysis is a problem-solving technique that helps identify the underlying causes of issues in a systematic manner.

  • Store management involves overseeing day-to-day operations, managing inventory, ensuring customer satisfaction, and maximizing profits.

  • By combining Why-Why analysis with store management, an assistant manager can identify and address root causes of is...read more

Add your answer

Q50. What is the name of the father of civil engineering

Ans.

The father of civil engineering is John Smeaton.

  • John Smeaton was a British civil engineer who is considered the father of civil engineering.

  • He was the first person to call himself a civil engineer and is known for his work on the Eddystone Lighthouse.

  • Smeaton's work laid the foundation for modern civil engineering practices.

  • He also designed bridges, canals, and harbors, and was a founding member of the Society of Civil Engineers.

Add your answer

Q51. What's step for maintenance storage stock

Ans.

Regularly check inventory levels, organize items, and rotate stock to prevent spoilage or expiration.

  • Conduct regular inventory checks to ensure stock levels are accurate

  • Organize items in a logical and efficient manner to maximize space

  • Rotate stock to prevent spoilage or expiration

  • Implement a system for tracking expiration dates and removing expired items

  • Train staff on proper storage and handling procedures

Add your answer

Q52. What are the basic duties of a site Engineer

Ans.

A site engineer is responsible for overseeing construction projects and ensuring they are completed on time, within budget, and to the required quality standards.

  • Supervising construction activities on site

  • Ensuring compliance with building codes and regulations

  • Managing project timelines and budgets

  • Coordinating with contractors, architects, and other stakeholders

  • Preparing progress reports and presenting to management

  • Ensuring safety measures are in place and followed

  • Resolving an...read more

View 1 answer

Q53. What is tha technical machinery of what is working

Ans.

The technical machinery refers to the equipment and tools used in welding and fitting processes.

  • The machinery includes welding machines, cutting tools, grinders, and measuring instruments.

  • Welding machines are used to join metal parts together.

  • Cutting tools are used to cut metal pieces to the required size and shape.

  • Grinders are used to smooth and polish metal surfaces.

  • Measuring instruments are used to ensure accuracy in the welding and fitting processes.

Add your answer

Q54. what is the least count in total station?

Ans.

The least count in total station depends on the instrument's accuracy and resolution.

  • The least count is the smallest measurement that can be made with the instrument.

  • It is usually expressed in millimeters or inches.

  • For example, a total station with a least count of 1mm can measure distances to the nearest millimeter.

  • The least count can vary depending on the instrument's accuracy and resolution.

  • Higher-end total stations may have a smaller least count than lower-end models.

Add your answer

Q55. How to improve our technical knowledge

Add your answer

Q56. What is array?? Detail in programming

Ans.

An array is a collection of similar data types stored in contiguous memory locations.

  • Arrays can be one-dimensional or multi-dimensional

  • Elements in an array can be accessed using their index

  • Arrays can be initialized during declaration or later in the code

  • Arrays can be passed as arguments to functions

  • Example: int arr[5] = {1, 2, 3, 4, 5};

  • Example: char str[10] = "Hello";

Add your answer

Q57. What is the best type of welding

Ans.

There is no one-size-fits-all answer to this question as the best type of welding depends on the specific application and materials being welded.

  • The best type of welding varies depending on factors such as the type of metal being welded, the thickness of the material, and the desired strength of the weld.

  • Some commonly used types of welding include MIG (Metal Inert Gas) welding, TIG (Tungsten Inert Gas) welding, and Stick welding.

  • MIG welding is often preferred for its versatil...read more

View 1 answer

Q58. Which software your work in maintanence stock

Ans.

We use SAP for maintenance stock management.

  • Our warehouse team uses SAP software for maintenance stock management.

  • SAP helps us track inventory levels, reorder points, and maintenance schedules.

  • We also use SAP to generate reports on stock usage and maintenance costs.

  • The software allows us to optimize our stock levels and reduce downtime.

  • We provide training to all new employees on how to use SAP for maintenance stock management.

Add your answer

Q59. What is debit note and credit note

Add your answer

Q60. What is bank reconciletion or statements

Add your answer

Q61. Advice for your reference and Sopporting

Ans.

Advice for reference and supporting

  • Always be willing to learn and ask questions

  • Build a strong network of mentors and colleagues

  • Stay organized and keep track of important information

  • Be proactive in seeking out opportunities for growth and development

  • Maintain a positive attitude and be a team player

Add your answer

Q62. How to find creep damage in turbo engines

Ans.

Creep damage in turbo engines can be found through visual inspection, non-destructive testing, and monitoring of engine performance.

  • Visual inspection of turbine blades and vanes for cracks, deformations, and discoloration

  • Non-destructive testing methods such as ultrasonic testing, X-ray inspection, and eddy current testing

  • Monitoring of engine performance through vibration analysis, temperature measurements, and oil analysis

  • Regular maintenance and inspection schedules to detect...read more

Add your answer

Q63. Defain is tha CAD .

Ans.

CAD stands for Computer-Aided Design, which is the use of computer software to create, modify, analyze, and optimize designs.

  • CAD is widely used in various industries, including mechanical engineering, architecture, and automotive design.

  • It allows engineers to create 2D and 3D models of products or structures, enabling visualization and simulation before actual production.

  • CAD software offers tools for precise measurements, geometric constraints, and parametric modeling, enhanc...read more

View 2 more answers

Q64. How to developed company?

Ans.

To develop a company, one must focus on strategic planning, efficient operations, and continuous growth.

  • Create a clear mission and vision for the company

  • Develop a strategic plan with measurable goals

  • Implement efficient operations and processes

  • Invest in employee training and development

  • Continuously innovate and adapt to changing market trends

  • Build strong relationships with customers and stakeholders

  • Expand the company's reach through marketing and partnerships

Add your answer

Q65. What is micro meter $ &amp;screw guage

Ans.

A micrometer is a precision measuring instrument used to measure small distances or thicknesses. A screw gauge is a type of micrometer that uses a screw mechanism for measurement.

  • A micrometer is commonly used in engineering and manufacturing industries for precise measurements.

  • It consists of a calibrated screw and a scale that allows for accurate readings.

  • Micrometers are capable of measuring dimensions as small as a few micrometers or even smaller.

  • Screw gauges are often used ...read more

View 1 answer

Q66. Applications of data structures

Ans.

Data structures are used to organize and manipulate data efficiently in various applications.

  • Data structures are used in databases to store and retrieve data quickly.

  • In computer graphics, data structures are used to represent geometric objects.

  • Data structures are used in algorithms such as sorting and searching.

  • In networking, data structures are used to represent network packets and routing tables.

  • Data structures are used in artificial intelligence and machine learning for ef...read more

Add your answer

Q67. What is accounting financial management

Add your answer

Q68. What is CNC machine define

Ans.

A CNC machine, or Computer Numerical Control machine, is a device that uses computer programming to control the movement and operation of machine tools.

  • CNC machines are used in various industries, such as manufacturing, automotive, aerospace, and woodworking.

  • They are capable of performing precise and complex operations, such as cutting, drilling, milling, and shaping materials.

  • CNC machines eliminate the need for manual control, increasing efficiency and accuracy.

  • They consist ...read more

View 1 answer

Q69. What is Important in Banca INSURANCE?

Ans.

In Banca Insurance, customer satisfaction, product innovation, and efficient distribution channels are important.

  • Customer satisfaction is crucial in Banca Insurance as it helps in retaining customers and building a positive reputation.

  • Product innovation is important to stay competitive and meet the changing needs of customers.

  • Efficient distribution channels help in reaching out to a wider customer base and increasing sales.

  • Partnerships with banks and financial institutions ar...read more

Add your answer

Q70. First part approval line startup

Ans.

First part approval line startup is a critical step in ensuring quality control.

  • Ensure all equipment is calibrated and functioning properly

  • Verify all materials meet specifications

  • Perform initial inspections on first parts produced

  • Document all findings and make necessary adjustments

  • Obtain approval from appropriate personnel before continuing production

Add your answer

Q71. What is G-code and M-code

Ans.

G-code and M-code are programming languages used in CNC machines to control their movements and functions.

  • G-code is used to control the movement of the machine, such as speed, direction, and position.

  • M-code is used to control the machine's auxiliary functions, such as turning on/off the spindle or coolant.

  • Both G-code and M-code are written in a specific format and are executed by the machine's controller.

  • Examples of G-code include G01 for linear interpolation and G02/G03 for ...read more

Add your answer

Q72. Do you have Centring workers?

Ans.

Yes, we have Centring workers.

  • Yes, we have a team of Centring workers.

  • Our Centring workers are skilled in constructing formwork and scaffolding.

  • They are responsible for ensuring the accuracy and stability of concrete structures.

  • Centring workers play a crucial role in the construction process by providing support and formwork for concrete pouring.

  • They work closely with engineers and other construction professionals to ensure the quality and safety of the project.

View 2 more answers

Q73. What is cfd what is important in cfd

Ans.

CFD stands for Computational Fluid Dynamics. It is a branch of fluid mechanics that uses numerical analysis to solve and analyze problems related to fluid flow and heat transfer.

  • CFD is important in designing and optimizing various engineering systems such as aircraft, automobiles, and power plants.

  • It helps in predicting the behavior of fluids and their interaction with solid objects.

  • CFD simulations can be used to optimize the design of products and reduce the need for physica...read more

Add your answer

Q74. How to use computer?

Ans.

Using a computer involves basic knowledge of hardware, software, and operating systems.

  • Turn on the computer by pressing the power button

  • Use the mouse and keyboard to interact with the computer

  • Install and use software applications

  • Save and retrieve files from storage devices

  • Connect to the internet and browse websites

  • Troubleshoot common issues

Add your answer

Q75. One pen sale how to sale

Ans.

To sell one pen, focus on the benefits, demonstrate its quality, and create a sense of urgency.

  • Highlight the benefits of the pen, such as smooth writing, durability, and comfort.

  • Demonstrate the pen's quality by showcasing its design, materials, and ink flow.

  • Create a sense of urgency by emphasizing limited availability or a special offer.

  • Engage the customer in a conversation to understand their needs and recommend the pen accordingly.

  • Offer a trial or guarantee to build trust a...read more

View 1 answer

Q76. Write a linked list program.

Ans.

A linked list program is a data structure that stores a sequence of elements with pointers to the next element.

  • Create a Node class with a value and a next pointer

  • Create a LinkedList class with a head pointer and methods to add, remove, and traverse nodes

  • Example: LinkedList ll = new LinkedList(); ll.add(5); ll.add(10); ll.remove(5);

Add your answer

Q77. "Expected BEGIN_OBJECT but was BEGIN_ARRAY"?

Add your answer

Q78. What is mean by vernier caliper ?

Ans.

A vernier caliper is a measuring instrument used to precisely measure linear dimensions.

  • Consists of a main scale and a sliding vernier scale for more accurate readings

  • Commonly used in engineering and machining for measuring lengths and diameters

  • Can measure internal, external, and depth dimensions

  • Example: Measuring the diameter of a bolt using a vernier caliper

Add your answer

Q79. What is the welding and work

Ans.

Welding is a process of joining two or more metal pieces together by melting and fusing them.

  • Welding involves the use of heat and pressure to create a strong bond between metal pieces.

  • Different welding techniques include arc welding, MIG welding, TIG welding, and spot welding.

  • Welders use various tools and equipment such as welding machines, electrodes, and protective gear.

  • Welding is commonly used in industries like construction, manufacturing, and automotive.

  • Examples of welde...read more

View 1 answer

Q80. System why beef sound coming

Ans.

The question is unclear and does not make sense.

  • The question seems to be asking about a sound related to a system, possibly a computer system.

  • However, the phrase 'beef sound' is not clear and may be a typo or a misunderstanding.

  • Without further clarification or context, it is difficult to provide a meaningful answer.

View 2 more answers

Q81. One pen sale how to sale me

Ans.

To sell a pen, I would highlight its unique features and benefits to the customer.

  • Start by asking the customer what they look for in a pen

  • Highlight the pen's unique features, such as its smooth writing or comfortable grip

  • Explain how the pen can benefit the customer, such as by improving their handwriting or making note-taking easier

  • Offer a special promotion or discount to incentivize the customer to make the purchase

  • Close the sale by asking the customer if they would like to ...read more

Add your answer

Q82. Cognizant technology solution

Ans.

Cognizant Technology Solutions is a multinational technology company specializing in IT services and consulting.

  • Cognizant Technology Solutions is a global leader in IT services and consulting.

  • They provide a wide range of services including application development, infrastructure management, and business process outsourcing.

  • Cognizant has a strong presence in various industries such as healthcare, financial services, and retail.

  • They have a global delivery model with offices and...read more

View 1 answer

Q83. Previous experience n current expected CTC comparison

Add your answer

Q84. what is this use properly manual

Ans.

A use properly manual is a guide that provides instructions on how to correctly use a product or equipment.

  • Provides step-by-step instructions on how to operate the product or equipment

  • Includes safety precautions and warnings

  • May contain troubleshooting tips and maintenance guidelines

  • Often includes diagrams or illustrations for clarity

Add your answer

Q85. Iron &amp; yield strength of a MPa magapaca

Ans.

The iron and yield strength of a MPa magapaca are important factors in determining its mechanical properties.

  • Iron content affects the strength and ductility of the material.

  • Yield strength is the amount of stress a material can withstand before permanent deformation.

  • MPa (megapascal) is a unit of pressure or stress, commonly used in engineering.

  • Magapaca is likely a fictional or specialized material, so specific data may not be readily available.

Add your answer

Q86. HOW MANY DEVELOPMENT TOOLS USE?

Ans.

I use a variety of development tools depending on the project requirements.

  • I am proficient in using IDEs such as Visual Studio, Eclipse, and IntelliJ IDEA.

  • I also use version control tools like Git and SVN.

  • For testing, I use tools like JUnit and Selenium.

  • I am familiar with build tools like Maven and Gradle.

  • I also use debugging tools like Chrome DevTools and Xdebug.

  • Overall, I am comfortable using a wide range of development tools.

Add your answer

Q87. What is quring and is used

Ans.

Curing is the process of maintaining moisture and temperature conditions in freshly placed concrete to ensure proper hydration and strength development.

  • Curing is essential for the hydration of cement in concrete.

  • It helps in preventing moisture loss from the concrete surface.

  • Curing promotes the development of strength and durability in concrete.

  • Common methods of curing include water curing, membrane curing, and curing compounds.

  • Curing should start as soon as possible after con...read more

View 1 answer

Q88. what is concert density?

Ans.

Concert density refers to the number of people per unit area in a concert or event.

  • It is important to consider concert density when planning events to ensure safety and comfort of attendees.

  • Factors that affect concert density include venue size, stage setup, and ticket sales.

  • Concert density can also impact the quality of the experience for attendees, as overcrowding can lead to discomfort and even injury.

  • Event organizers may use crowd control measures such as barriers and sec...read more

Add your answer

Q89. defect problem solved in input

Ans.

Defect problem can be solved by identifying and addressing the root cause in the input stage.

  • Identify the source of the defect in the input stage

  • Implement corrective actions to address the root cause

  • Monitor and verify the effectiveness of the corrective actions

  • Continuously improve the input stage to prevent future defects

Add your answer

Q90. Defect assembly problem

Ans.

Defect assembly problem refers to issues in the manufacturing process that result in faulty products.

  • Defect assembly problems can occur due to issues with machinery, human error, or faulty materials.

  • Examples of defect assembly problems include misaligned parts, missing components, and incorrect wiring.

  • To prevent defect assembly problems, quality control measures should be put in place, such as regular inspections and testing.

  • If defect assembly problems are identified, correct...read more

Add your answer

Q91. What is design and thinking

Ans.

Design thinking is a problem-solving approach that involves empathy, creativity, and iteration.

  • Design thinking involves understanding the user's needs and perspectives

  • It emphasizes creativity and brainstorming to generate multiple solutions

  • Prototyping and testing are used to refine and improve the solutions

  • Design thinking can be applied to a wide range of fields, from product design to business strategy

  • Examples of companies that use design thinking include Apple, Airbnb, and ...read more

Add your answer

Q92. What is mine survey ?

Ans.

Mine survey is the process of measuring and mapping underground and surface mines.

  • Mine surveyors use specialized equipment to create accurate maps of mines.

  • These maps are used for planning and safety purposes.

  • Mine surveyors also ensure that mining operations are in compliance with regulations.

  • They may work in both underground and surface mines.

  • Examples of equipment used in mine surveying include total stations, GPS, and laser scanners.

View 2 more answers

Q93. what are Plan and Section ?

Ans.

Plan and Section are two types of technical drawings used in architecture and engineering.

  • A plan is a top-down view of a building or structure, showing the layout of rooms, walls, and other features.

  • A section is a vertical slice through a building or structure, showing the internal details and construction.

  • Both plans and sections are used to communicate design ideas and technical information to builders and other stakeholders.

  • They are often created using computer-aided design...read more

Add your answer

Q94. What's processing pulse quality check

Ans.

Processing pulse quality check is a method of ensuring the accuracy and reliability of pulse measurements.

  • It involves checking the strength and consistency of the pulse signal

  • It may involve filtering out noise or interference from the signal

  • It is important for accurate diagnosis and monitoring of medical conditions

  • Examples include using pulse oximetry to measure oxygen saturation levels in the blood

Add your answer

Q95. What's the CTC per annum

Ans.

The CTC per annum is $60,000.

  • CTC stands for Cost to Company and includes salary, bonuses, benefits, etc.

  • It is important to consider the entire compensation package when discussing CTC.

  • For example, the CTC may include base salary, performance bonuses, health insurance, and retirement benefits.

Add your answer

Q96. What is accrual concept

Add your answer

Q97. In Agile development what is the DOR

Ans.

DOR stands for Definition of Ready in Agile development.

  • DOR is a checklist of criteria that a user story must meet before it can be considered ready for development.

  • It ensures that the team has a shared understanding of the requirements and that the story is feasible and testable.

  • DOR helps to prevent scope creep and ensures that the team is working on the most valuable features.

  • Examples of DOR criteria include clear acceptance criteria, user personas, wireframes, and mockups....read more

Add your answer

Q98. Chenge the environments

Ans.

Changing environments is a crucial aspect of QA QC engineering.

  • Ensure proper documentation of changes

  • Perform thorough testing in new environment

  • Verify compatibility of software and hardware

  • Communicate changes to relevant stakeholders

Add your answer

Q99. Hydraulic pump abnormal sounds.

Ans.

Abnormal sounds from a hydraulic pump

  • Check for cavitation in the pump

  • Inspect the pump for any damage or wear

  • Check the fluid level and quality

  • Inspect the suction line for any blockages

  • Check the relief valve for proper operation

Add your answer

Q100. Cement testing initial &amp; final setting time

Ans.

Cement testing initial & final setting time

  • Initial setting time is the time taken by cement to harden enough to resist a certain amount of pressure

  • Final setting time is the time taken by cement to harden completely and attain its full strength

  • These tests are important to ensure the quality and consistency of cement used in construction

  • The tests are conducted using Vicat apparatus or Gillmore needle apparatus

Add your answer
1
2
Contribute & help others!
Write a review
Share interview
Contribute salary
Add office photos

Interview Process at null

based on 30 interviews in the last 1 year
Interview experience
4.0
Good
View more
Interview Tips & Stories
Ace your next interview with expert advice and inspiring stories

Top Interview Questions from Similar Companies

3.7
 • 6k Interview Questions
3.7
 • 362 Interview Questions
3.7
 • 304 Interview Questions
3.8
 • 261 Interview Questions
4.0
 • 227 Interview Questions
3.2
 • 160 Interview Questions
View all
Top Tata Group Interview Questions And Answers
Share an Interview
Stay ahead in your career. Get AmbitionBox app
qr-code
Helping over 1 Crore job seekers every month in choosing their right fit company
70 Lakh+

Reviews

5 Lakh+

Interviews

4 Crore+

Salaries

1 Cr+

Users/Month

Contribute to help millions
Get AmbitionBox app

Made with ❤️ in India. Trademarks belong to their respective owners. All rights reserved © 2024 Info Edge (India) Ltd.

Follow us
  • Youtube
  • Instagram
  • LinkedIn
  • Facebook
  • Twitter