Graduate Apprentice

30+ Graduate Apprentice Interview Questions and Answers

Updated 26 Dec 2024
search-icon

Q1. What are the different types of inheritance in Java, and can you explain the concept of interfaces? Additionally, code editor link was paste where I had to code and execute the code for interfaces .

Ans.

There are four types of inheritance in Java: single, multilevel, hierarchical, and multiple. Interfaces in Java are used to achieve abstraction and multiple inheritance.

  • Types of inheritance in Java: single (one class extends one class), multilevel (class extends another class which extends another class), hierarchical (multiple classes extend one class), multiple (one class implements multiple interfaces)

  • Interfaces in Java are like abstract classes with only abstract methods....read more

Q2. What is difference between structured, unstructured and semi structured databases

Ans.

Structured databases have a well-defined schema, unstructured databases have no predefined schema, and semi-structured databases have some organizational properties but do not enforce a strict schema.

  • Structured databases have a well-defined schema with tables, rows, and columns (e.g. SQL databases)

  • Unstructured databases store data without a predefined schema, allowing for flexibility in data types and structures (e.g. NoSQL databases)

  • Semi-structured databases have some organi...read more

Graduate Apprentice Interview Questions and Answers for Freshers

illustration image

Q3. What are the steps involved in Lean Six Sigma?

Ans.

Lean Six Sigma involves a structured approach to process improvement by reducing waste and variability.

  • Define the problem and set goals

  • Measure current performance and collect data

  • Analyze the data to identify root causes

  • Improve the process by implementing solutions

  • Control the process to sustain improvements

  • Use tools such as process mapping, statistical analysis, and DMAIC methodology

  • Examples include reducing defects in manufacturing, improving patient wait times in healthcare,...read more

Q4. How will you solve Quality related problems?

Ans.

I will solve Quality related problems by identifying root causes, implementing corrective actions, and continuously monitoring for improvements.

  • Identify the root cause of the quality problem through data analysis and process evaluation

  • Implement corrective actions to address the identified issues

  • Establish quality control measures to prevent future problems

  • Continuously monitor and evaluate the effectiveness of the solutions implemented

  • Engage with stakeholders to gather feedback...read more

Are these interview questions helpful?

Q5. DRAW THE PLAN, ELEVATION AND SIDE VIEW

Ans.

The candidate is asked to draw the plan, elevation, and side view of a given object.

  • Start by drawing the plan view, which shows the object from above

  • Next, draw the elevation view, which shows the object from the front or side

  • Finally, draw the side view, which shows the object from the side

  • Use proper scale and dimensions to accurately represent the object

Q6. What are sensors and name different sensors

Ans.

Sensors are devices that detect and respond to input from the physical environment.

  • Sensors can measure various parameters such as temperature, pressure, light, motion, proximity, etc.

  • Examples of sensors include temperature sensors (thermocouples, thermistors), pressure sensors (piezoelectric sensors, strain gauges), light sensors (photodiodes, phototransistors), motion sensors (accelerometers, gyroscopes), proximity sensors (inductive, capacitive)

  • Sensors can be categorized as...read more

Share interview questions and help millions of jobseekers 🌟

man-with-laptop

Q7. What is the sql command to ...?

Ans.

SQL command to retrieve data from a database table

  • Use SELECT statement to retrieve data

  • Specify the columns to retrieve after SELECT keyword

  • Specify the table name after FROM keyword

  • Use WHERE clause to add conditions for data retrieval

Q8. project explanation regarding models and languages used

Ans.

I have experience working on projects involving the development of models using programming languages such as Python and R.

  • Developed predictive models using Python libraries like scikit-learn and TensorFlow

  • Utilized R for statistical analysis and data visualization

  • Implemented machine learning algorithms to optimize business processes

Graduate Apprentice Jobs

Graduate Apprentice - Vadodara- ERDA (Male candidate) 0-3 years
Electrical Research and Development Association (ERDA)
4.1
₹ 1 L/yr - ₹ 2 L/yr
Vadodara

Q9. What is function of coolant?

Ans.

Coolant is used to regulate the temperature of a machine or engine by absorbing heat and dissipating it elsewhere.

  • Coolant prevents overheating of the machine or engine

  • It absorbs heat generated by the machine or engine

  • It dissipates the absorbed heat elsewhere

  • Coolant also prevents corrosion and rusting of the machine or engine

  • Examples of coolants include water, ethylene glycol, and propylene glycol

Q10. What is class and object

Ans.

A class is a blueprint for creating objects, while an object is an instance of a class.

  • A class defines the properties and behaviors of objects.

  • An object is a specific instance of a class.

  • Classes can have attributes (variables) and methods (functions).

  • Objects can interact with each other by calling methods on each other.

  • Example: Class 'Car' can have attributes like 'color' and 'model', while an object 'myCar' can be an instance of the 'Car' class.

Frequently asked in, ,

Q11. What is the time study?

Ans.

Time study is a method used to determine the time required to perform a specific task or activity.

  • Time study involves observing and measuring the time taken to complete a task.

  • It helps in setting standards for productivity and efficiency.

  • Time study can be used to identify bottlenecks and improve processes.

  • It is commonly used in industrial engineering and manufacturing.

  • Example: Conducting a time study to determine the average time taken to assemble a product.

Q12. What are the methods to transfer data

Ans.

Data can be transferred through methods like wired connections, wireless connections, and cloud storage.

  • Wired connections: using cables like Ethernet cables or USB cables to transfer data between devices.

  • Wireless connections: using technologies like Wi-Fi, Bluetooth, or NFC to transfer data without cables.

  • Cloud storage: uploading data to remote servers over the internet for access from anywhere.

  • Data transfer protocols: using protocols like FTP, HTTP, or SMTP to transfer data ...read more

Q13. How plastic bottles are manufactured

Ans.

Plastic bottles are manufactured through a process called blow molding, where plastic is melted and formed into a bottle shape.

  • Plastic pellets are melted and formed into a tube shape called a parison.

  • The parison is placed into a mold, which is then inflated with air to take the shape of the mold.

  • The bottle is cooled and removed from the mold, then trimmed and inspected for quality.

  • Common plastics used for bottle manufacturing include PET, HDPE, and PVC.

  • The process can be adju...read more

Q14. Explain in brief about 5S?

Ans.

5S is a workplace organization method that aims to improve efficiency and productivity by eliminating waste and optimizing workflow.

  • Sort - separate necessary items from unnecessary ones

  • Set in order - arrange necessary items in a logical and efficient manner

  • Shine - clean and inspect the work area regularly

  • Standardize - establish procedures and guidelines for maintaining the 5S system

  • Sustain - ensure that the 5S system is continuously implemented and improved upon

  • Example: organ...read more

Q15. Reasons for selecting Aeronautical engineering

Ans.

Passion for aviation, interest in aircraft design and technology, desire to contribute to the aerospace industry.

  • Fascination with airplanes and spacecraft since childhood

  • Strong interest in physics and mathematics

  • Desire to work on cutting-edge technology and innovation in aerospace

  • Passion for contributing to the advancement of aviation industry

  • Inspired by the challenges and opportunities in aeronautical engineering

Q16. What are modulation schemes?

Ans.

Modulation schemes are techniques used to encode digital information onto an analog signal.

  • Modulation schemes are used in communication systems to transmit digital information over analog channels.

  • They involve encoding the digital information onto a carrier signal by varying one or more of its properties such as amplitude, frequency or phase.

  • Examples of modulation schemes include Amplitude Modulation (AM), Frequency Modulation (FM), Phase Shift Keying (PSK) and Quadrature Amp...read more

Q17. What is motor & types of motor

Ans.

A motor is a device that converts electrical energy into mechanical energy. Types include DC motors, AC motors, stepper motors, etc.

  • Motor is a device that converts electrical energy into mechanical energy

  • Types of motors include DC motors, AC motors, stepper motors, etc.

  • DC motors operate on direct current and are commonly used in appliances and vehicles

  • AC motors operate on alternating current and are used in household appliances and industrial machinery

  • Stepper motors move in p...read more

Q18. explain about hydrotreating and hydrocracking.

Ans.

Hydrotreating and hydrocracking are two refining processes used to improve the quality of petroleum products.

  • Hydrotreating involves the use of hydrogen and a catalyst to remove impurities such as sulfur, nitrogen, and metals from crude oil or other feedstocks.

  • Hydrotreating helps to produce cleaner fuels with lower sulfur content, which is important for meeting environmental regulations.

  • Hydrocracking is a more severe process that breaks down large hydrocarbon molecules into sm...read more

Q19. Strokes of engine of diesel engine

Ans.

A diesel engine has four strokes: intake, compression, power, and exhaust.

  • Intake stroke: Air is drawn into the cylinder.

  • Compression stroke: Air is compressed to increase temperature and pressure.

  • Power stroke: Fuel is injected and ignited, causing the piston to move downward.

  • Exhaust stroke: Waste gases are expelled from the cylinder.

Q20. Tell me about LTIMindtree

Ans.

LTIMindtree is a global technology consulting and services company, specializing in digital transformation and IT services.

  • Founded in 1999 as the IT division of Larsen & Toubro

  • Acquired by Mindtree in 2019, becoming LTIMindtree

  • Offers services in areas such as cloud, data analytics, AI, and cybersecurity

  • Has a strong focus on sustainability and social responsibility

  • Serves clients across various industries including banking, healthcare, and retail

Q21. What is Oop's in java

Ans.

OOPs in Java stands for Object-Oriented Programming, a programming paradigm based on the concept of objects.

  • OOPs in Java focuses on creating objects that interact with each other to solve problems

  • It involves concepts like classes, objects, inheritance, polymorphism, and encapsulation

  • Example: Creating a class 'Car' with properties like 'make', 'model', and methods like 'drive', 'stop'

Frequently asked in, ,

Q22. Diff between DBMS and RDBMS.

Ans.

DBMS is a software system that manages databases, while RDBMS is a type of DBMS that stores data in a structured format using tables.

  • DBMS stands for Database Management System, while RDBMS stands for Relational Database Management System.

  • DBMS allows users to create, retrieve, update, and manage data in a database, while RDBMS uses a structured query language (SQL) to interact with the database.

  • RDBMS enforces referential integrity constraints between tables, while DBMS may not...read more

Q23. Difference between Java and python

Ans.

Java is a statically typed language with a focus on performance and scalability, while Python is dynamically typed and emphasizes readability and simplicity.

  • Java is statically typed, while Python is dynamically typed

  • Java is compiled to bytecode and runs on a virtual machine, while Python is interpreted

  • Java is more verbose and requires explicit type declarations, while Python is concise and uses dynamic typing

  • Java is commonly used for enterprise applications and Android develo...read more

Q24. what is ohms Law?

Ans.

Ohm's Law states that the current flowing through a conductor is directly proportional to the voltage across it and inversely proportional to its resistance.

  • Ohm's Law is represented by the formula V = I * R, where V is voltage, I is current, and R is resistance.

  • It helps in calculating the relationship between voltage, current, and resistance in an electrical circuit.

  • It is named after the German physicist Georg Simon Ohm who formulated the law in the early 19th century.

Q25. What is Viscosity

Ans.

Viscosity is a measure of a fluid's resistance to flow.

  • Viscosity is commonly referred to as thickness or resistance to flow.

  • It is a property of fluids such as liquids and gases.

  • High viscosity fluids flow slowly, while low viscosity fluids flow quickly.

  • Examples of high viscosity fluids include honey and molasses, while water has low viscosity.

Q26. Data analysis vs data analytics

Ans.

Data analysis focuses on examining data to draw conclusions, while data analytics involves using tools and techniques to analyze data for insights and decision-making.

  • Data analysis involves examining data to identify patterns and trends.

  • Data analytics uses tools like machine learning and data mining to analyze data for insights.

  • Data analysis is more descriptive, while data analytics is more prescriptive.

  • Data analysis is often used to understand past trends, while data analyti...read more

Q27. Quality Tools used in Industry

Ans.

Quality tools used in industry help improve processes and products.

  • Six Sigma: A data-driven approach to improve quality by reducing defects

  • Kaizen: Continuous improvement philosophy to enhance efficiency

  • Pareto Analysis: Identifying and prioritizing problems based on the 80/20 rule

  • Fishbone Diagram: Visual tool to identify root causes of problems

  • Control Charts: Monitoring process variation over time

Q28. What is interest

Ans.

Interest is the cost of borrowing money or the return on invested capital.

  • Interest is typically expressed as a percentage of the principal amount.

  • There are two main types of interest: simple interest and compound interest.

  • Examples of interest include the interest paid on a loan or the interest earned on a savings account.

Q29. Different types of comments

Ans.

Different types of comments include single-line comments, multi-line comments, and documentation comments.

  • Single-line comments start with // and are used for short comments on a single line.

  • Multi-line comments start with /* and end with */ and can span multiple lines.

  • Documentation comments start with /** and are used to generate documentation for code.

  • Example: // This is a single-line comment

  • Example: /* This is a multi-line comment */

  • Example: /** This is a documentation comme...read more

Q30. Laws of conservation of mass

Ans.

The laws of conservation of mass state that mass cannot be created or destroyed in a chemical reaction.

  • Mass is neither created nor destroyed in a chemical reaction, it is only rearranged.

  • The total mass of the reactants must equal the total mass of the products in a chemical reaction.

  • This principle is a fundamental concept in chemistry and is used to balance chemical equations.

  • For example, in the reaction of hydrogen gas (H2) with oxygen gas (O2) to form water (H2O), the total...read more

Q31. Assignment explain

Ans.

Explaining the details and requirements of a given task or project

  • Provide a detailed overview of the assignment

  • Explain the objectives and goals of the task

  • Clarify any specific instructions or deliverables

  • Discuss the timeline and deadlines for completion

Q32. Favorite subject

Ans.

My favorite subject is computer science because I enjoy problem-solving and creating innovative solutions.

  • I love coding and programming

  • I enjoy learning about algorithms and data structures

  • I find computer networking and cybersecurity fascinating

Q33. Features of Java

Ans.

Java is a popular programming language known for its platform independence, object-oriented approach, and robustness.

  • Platform independence - Java programs can run on any platform that has a Java Virtual Machine (JVM)

  • Object-oriented approach - Java supports the principles of encapsulation, inheritance, and polymorphism

  • Robustness - Java has strong memory management, exception handling, and type safety

  • Rich API - Java provides a vast collection of pre-built classes and interfaces...read more

Interview Tips & Stories
Ace your next interview with expert advice and inspiring stories

Interview experiences of popular companies

3.8
 • 2.9k Interviews
4.2
 • 395 Interviews
4.2
 • 328 Interviews
4.2
 • 235 Interviews
4.5
 • 77 Interviews
4.3
 • 16 Interviews
View all

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

Graduate Apprentice Interview Questions
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
65 L+

Reviews

4 L+

Interviews

4 Cr+

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