Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Ceratizit Team. If you also belong to the team, you can get access from here

Ceratizit Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Ceratizit Graduate Engineer Trainee (Get) Interview Questions and Answers

Updated 7 Feb 2024

Ceratizit Graduate Engineer Trainee (Get) Interview Experiences

1 interview found

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview in Jan 2024.

Round 1 - Technical 

(1 Question)

  • Q1. Types of late operations and types of cutting tolls used
  • Ans. 

    Late operations include threading, tapping, and reaming. Cutting tools used include drills, taps, and end mills.

    • Late operations refer to operations performed after the primary machining process.

    • Types of late operations include threading, tapping, reaming, and countersinking.

    • Cutting tools used for late operations include drills, taps, end mills, and reamers.

    • Threading is the process of creating internal or external threa...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident

Interview questions from similar companies

I applied via Referral and was interviewed in May 2022. There were 5 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Aptitude Test 

Basic easy engineering questions and general knowledge simple questions

Round 3 - Aptitude Test 

Simple aptitude test of 50marks, in which some technical questions and some general.

Round 4 - Technical 

(1 Question)

  • Q1. In which model test, simple solidworks sheet metal model will given to you And you have to do asembly with fully define and fine mass of that product
Round 5 - HR 

(1 Question)

  • Q1. General discussion about how will you work for one year and overtime. That's it

Interview Preparation Tips

Interview preparation tips for other job seekers - If you haven't any option then only join this companyl
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

I applied via Campus Placement and was interviewed in Feb 2023. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Technical 

(4 Questions)

  • Q1. Tell me about your projects.
  • Ans. 

    I have worked on various projects during my engineering studies, including a solar-powered car prototype and a smart home automation system.

    • Solar-powered car prototype: Designed and built a small-scale model of a car that runs on solar energy. Conducted experiments to optimize the efficiency of the solar panels and battery storage.

    • Smart home automation system: Developed a system using Arduino and sensors to automate va...

  • Answered by AI
  • Q2. Have you worked with any Database.
  • Ans. 

    Yes, I have worked with databases.

    • I have experience working with SQL and NoSQL databases.

    • I have worked with MySQL, MongoDB, and Oracle databases.

    • I have experience in creating and managing databases, writing queries, and optimizing performance.

    • I have also worked with data migration and integration between different databases.

  • Answered by AI
  • Q3. How to select top 10 records (using SQL) from a table?
  • Ans. 

    How to select top 10 records (using SQL) from a table?

    • Use SELECT statement with ORDER BY clause

    • Add DESC keyword to sort in descending order

    • Use LIMIT or FETCH FIRST clause to limit the number of records

  • Answered by AI
  • Q4. Can we have multiple inheritance in Java? How?
  • Ans. 

    Yes, Java supports multiple inheritance through interfaces.

    • Java does not support multiple inheritance through classes

    • Interfaces can be used to achieve multiple inheritance

    • A class can implement multiple interfaces

    • Example: class A implements Interface1, Interface2

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Do you have any plans for higher studies?
  • Ans. 

    Yes, I have plans for higher studies.

    • I am interested in pursuing a Master's degree in Mechanical Engineering.

    • I have already started researching potential universities and programs.

    • I plan to specialize in the field of renewable energy.

    • Higher studies will provide me with advanced knowledge and skills to excel in my career.

    • I believe that continuous learning is essential for professional growth.

  • Answered by AI
  • Q2. Why do you want to join our company
  • Ans. 

    I want to join your company because of its strong reputation in the industry and the opportunities for growth and development it offers.

    • Strong reputation in the industry

    • Opportunities for growth and development

    • Alignment with company values and culture

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Alfa Laval Graduate Engineer Trainee (Get) interview:
  • OOPS
  • SQL
  • Java
  • Data Structures
  • Database
Interview preparation tips for other job seekers - Go through your projects very well and revise OOPS concepts.

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Job Portal and was interviewed before Dec 2021. There were 2 interview rounds.

Round 1 - Aptitude Test 

Written aptitude test along with technical questions.

Round 2 - One-on-one 

(2 Questions)

  • Q1. Why do you want to work here?
  • Q2. What do you know about this company?

Interview Preparation Tips

Interview preparation tips for other job seekers - Read about company. Groom well. Nothing specific. Interview is easy.

I applied via Naukri.com and was interviewed in Jun 2020. There were 4 interview rounds.

Interview Questionnaire 

13 Questions

  • Q1. They asked me lot of technical questions on java technology and sql
  • Q2. What is oops concepts of java and its type
  • Ans. 

    Java OOPs concepts include inheritance, polymorphism, encapsulation, and abstraction.

    • Inheritance allows a class to inherit properties and methods from another class.

    • Polymorphism allows objects to take on multiple forms and behave differently based on the context.

    • Encapsulation hides the implementation details of a class and only exposes necessary information.

    • Abstraction focuses on the essential features of an object and...

  • Answered by AI
  • Q3. What is sql aggregation function
  • Ans. 

    SQL aggregation functions perform calculations on multiple rows of a single column of a table.

    • Aggregation functions include COUNT, SUM, AVG, MAX, and MIN.

    • They are used with the SELECT statement to retrieve data from a table.

    • Examples: SELECT COUNT(*) FROM customers; SELECT AVG(price) FROM products;

    • Aggregate functions can also be used with the GROUP BY clause to group data by one or more columns.

  • Answered by AI
  • Q4. What is join and it's types
  • Ans. 

    Join is a SQL operation that combines rows from two or more tables based on a related column between them.

    • Join is used to retrieve data from multiple tables in a single query.

    • Types of join include inner join, left join, right join, and full outer join.

    • Inner join returns only the matching rows from both tables.

    • Left join returns all the rows from the left table and matching rows from the right table.

    • Right join returns al...

  • Answered by AI
  • Q5. How to write join queries
  • Ans. 

    Join queries are used to combine data from two or more tables based on a related column.

    • Use the JOIN keyword followed by the name of the table you want to join.

    • Specify the columns you want to select from each table.

    • Use the ON keyword to specify the column(s) that the tables should be joined on.

    • There are different types of joins: INNER JOIN, LEFT JOIN, RIGHT JOIN, and FULL OUTER JOIN.

    • Example: SELECT customers.name, orde...

  • Answered by AI
  • Q6. What is sql and how to use
  • Ans. 

    SQL is a programming language used to manage and manipulate relational databases.

    • SQL stands for Structured Query Language

    • It is used to create, modify, and query databases

    • Common commands include SELECT, INSERT, UPDATE, and DELETE

    • Example: SELECT * FROM customers WHERE age > 18;

  • Answered by AI
  • Q7. What is constructor and how to use and explain it
  • Ans. 

    A constructor is a special method used to initialize objects in a class.

    • Constructors have the same name as the class they belong to.

    • They are called automatically when an object is created.

    • Constructors can take parameters to set initial values.

    • They can be overloaded to provide multiple ways of initializing objects.

  • Answered by AI
  • Q8. What is class and object and different between method overriding and method overloading
  • Ans. 

    Class and object are fundamental concepts in object-oriented programming. Method overloading and method overriding are two ways to achieve polymorphism.

    • A class is a blueprint or template for creating objects that encapsulate data and behavior.

    • An object is an instance of a class that has its own state and behavior.

    • Method overloading is when multiple methods in a class have the same name but different parameters.

    • Method o...

  • Answered by AI
  • Q9. What is exception handling and how to use
  • Ans. 

    Exception handling is the process of handling errors and unexpected events in a program.

    • It involves identifying and anticipating potential errors

    • It provides a mechanism to handle these errors gracefully

    • It helps prevent program crashes and improves user experience

    • Examples include try-catch blocks, throw statements, and finally blocks

  • Answered by AI
  • Q10. What is multithreading and its method like wait method
  • Ans. 

    Multithreading is the ability of a CPU to execute multiple threads concurrently. Wait method is used to pause a thread.

    • Multithreading allows for better utilization of CPU resources

    • Wait method is used to pause a thread until a certain condition is met

    • Other methods like notify and notifyAll can be used to wake up waiting threads

    • Multithreading can improve performance in applications that require parallel processing

    • Java pr...

  • Answered by AI
  • Q11. What is JSP and servlet and explain it
  • Ans. 

    JSP and Servlet are Java technologies used for creating dynamic web pages and handling HTTP requests and responses.

    • JSP stands for JavaServer Pages and is used for creating dynamic web pages that can interact with server-side data and logic.

    • Servlet is a Java program that runs on a web server and handles HTTP requests and responses.

    • JSP and Servlet work together to create dynamic web applications that can generate HTML, p...

  • Answered by AI
  • Q12. What is sql sub query and explain it
  • Ans. 

    SQL subquery is a query within another query used to retrieve data from one or more tables.

    • Subqueries are enclosed in parentheses and placed within the WHERE or HAVING clause of the outer query.

    • They can be used to filter, sort, or aggregate data based on the results of the subquery.

    • Subqueries can also be used in the SELECT statement to retrieve a single value or set of values.

    • Example: SELECT * FROM employees WHERE depa...

  • Answered by AI
  • Q13. What is complex query and how to write
  • Ans. 

    A complex query is a query that involves multiple tables, conditions, and/or functions.

    • Start by identifying the tables involved in the query

    • Determine the conditions that need to be met using WHERE clause

    • Use JOIN to combine tables if necessary

    • Use aggregate functions like COUNT, SUM, AVG, etc. to perform calculations

    • Use subqueries to break down complex queries into smaller parts

    • Test the query and refine as necessary

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Please you should learn first after that you should give interviews

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Apr 2022. There were 2 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Technical 

(2 Questions)

  • Q1. Technical ouestion only
  • Q2. Technically ouestion

Interview Preparation Tips

Interview preparation tips for other job seekers - Eqsy questions only and technical questions the mechanical engineer sub oriented

I applied via Naukri.com and was interviewed before Nov 2021. There were 2 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Technical 

(2 Questions)

  • Q1. Cv, basic engineering calculation, flow analysis, gd and t, pumps seals,
  • Q2. What is cv, gd and t
  • Ans. 

    CV stands for Curriculum Vitae, GD stands for Group Discussion, and T could refer to various things depending on the context.

    • CV is a document that summarizes a person's education, work experience, skills, and achievements.

    • GD is a process where a group of people discuss a topic to arrive at a conclusion or solution.

    • T could refer to time, temperature, or any other variable depending on the context.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Experience guys are preferred and same field is preferred

I applied via Company Website and was interviewed in Jan 2018. There were 2 interview rounds.

Interview Preparation Tips

Round: Test
Experience: technical round
no. of questions 30

Round: Test
Experience: Questions related to NPD
no. of questions 10


Round: Test
Experience: VP Round
all questions reated to job 10


Round: Test
Experience: HR round ..

General Tips: Know the JD before interview
Skills: Communication, Body Language, Decision Making Skills
Duration: 1-4 weeks
Round 1 - Technical 

(2 Questions)

  • Q1. Value Engineering phases
  • Q2. Costing in procurement
  • Ans. 

    Costing in procurement refers to the process of determining the expenses involved in acquiring goods or services.

    • Costing helps in identifying the most cost-effective suppliers and negotiating better deals.

    • It involves analyzing various cost components such as purchase price, transportation, storage, and handling costs.

    • Costing also helps in budgeting and forecasting procurement expenses.

    • Examples of costing methods includ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Flat organization
Flexible timings
Far from city
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Technical 

(2 Questions)

  • Q1. Explain your projects and your certifications
  • Q2. Young's modulus, sheet metal designing, shear stress

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus on your resumes, be thorough, moderate interview, good work enivironment

Ceratizit Interview FAQs

How many rounds are there in Ceratizit Graduate Engineer Trainee (Get) interview?
Ceratizit interview process usually has 1 rounds. The most common rounds in the Ceratizit interview process are Technical.

Tell us how to improve this page.

Ceratizit Graduate Engineer Trainee (Get) Interview Process

based on 1 interview

Interview experience

4
  
Good
View more
Ceratizit Graduate Engineer Trainee (Get) Salary
based on 4 salaries
₹1.8 L/yr - ₹5.4 L/yr
6% less than the average Graduate Engineer Trainee (Get) Salary in India
View more details

Ceratizit Graduate Engineer Trainee (Get) Reviews and Ratings

based on 1 review

4.0/5

Rating in categories

5.0

Skill development

2.0

Work-life balance

4.0

Salary

4.0

Job security

5.0

Company culture

4.0

Promotions

2.0

Work satisfaction

Explore 1 Review and Rating
Assistant Manager
41 salaries
unlock blur

₹5.8 L/yr - ₹14 L/yr

Design Engineer
24 salaries
unlock blur

₹3 L/yr - ₹5.8 L/yr

Sr. Technical Sales Engineer
17 salaries
unlock blur

₹6 L/yr - ₹14 L/yr

Machine Leader
16 salaries
unlock blur

₹3 L/yr - ₹5 L/yr

Assistant Engineer
14 salaries
unlock blur

₹2 L/yr - ₹4.6 L/yr

Explore more salaries
Compare Ceratizit with

Sigma Electric Manufacturing Corporation

4.0
Compare

TÜV SÜD

3.9
Compare

TKIL

4.2
Compare

Timken

4.0
Compare
Did you find this page helpful?
Yes No
write
Share an Interview