Upload Button Icon Add office photos

Filter interviews by

Yashvir Memorial Technical Institute Graduate Trainee Interview Questions and Answers

Be the first one to contribute and help others!

Interview questions from similar companies

Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Jan 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

General aptitude test consists of 40 questions to be completed in 1 hour

Round 2 - Group Discussion 

Topics will be very general(online shopping vs offline),(self employment vs working under some one). You just have to talk confidently on your point for 1-2 mins.

Round 3 - Technical 

(1 Question)

  • Q1. This is technical + Hr . Simple hr questions and basic questions about the language u know will be asked

Trainee Interview Questions & Answers

ABCD user image Anonymous

posted on 25 Dec 2022

I applied via Naukri.com and was interviewed before Dec 2021. 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 - Aptitude Test 

Prepare for common aptitude rounds from india bix, and prep insta, and gfg.

Round 3 - Coding Test 

Prepare for coding from gfg, codechef, hackerrank. youtube.

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare well do not stress. practice thoroughly and stay calm
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Jan 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Easy questions , distance related questions

Round 2 - Group Discussion 

Easy topics are given, just speak confidently

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and honest
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Oct 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

It was really easy to clear aptitude

Round 2 - Group Discussion 

They gave me general topic to discuss. They were looking for fluency alone

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

I applied via Walk-in and was interviewed before Aug 2023. There was 1 interview round.

Round 1 - Technical 

(5 Questions)

  • Q1. What was job oriented skills
  • Ans. 

    Job oriented skills are specific abilities and knowledge that are directly applicable to a particular job or industry.

    • Technical skills related to the specific job role

    • Soft skills like communication, teamwork, problem-solving

    • Industry-specific knowledge and certifications

    • Adaptability and willingness to learn new technologies

    • Time management and organization skills

  • Answered by AI
  • Q2. How you think eligible
  • Ans. 

    I believe I am eligible for the position of Production Engineer due to my relevant education, experience, and skills.

    • I have a degree in Mechanical Engineering which is directly related to production engineering.

    • I have completed internships at manufacturing companies where I gained hands-on experience in production processes.

    • I have strong problem-solving skills and the ability to work well under pressure.

    • I have knowledg...

  • Answered by AI
  • Q3. Who are you for
  • Q4. How good you in communication
  • Ans. 

    I am proficient in communication skills, both written and verbal.

    • I have experience in effectively communicating with team members, managers, and clients.

    • I am able to clearly convey technical information in a way that is easily understood by non-technical stakeholders.

    • I am skilled in active listening, which helps in understanding others' perspectives and resolving conflicts.

    • I am comfortable giving presentations and lead...

  • Answered by AI
  • Q5. What is your aim
  • Ans. 

    My aim is to continuously improve production processes, optimize efficiency, and drive innovation in the field of engineering.

    • Continuous improvement of production processes

    • Optimizing efficiency in operations

    • Driving innovation through new technologies and methods

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Approached by Company and was interviewed before Sep 2023. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Tell about yourself
  • Ans. 

    I am a dedicated Quality Engineer with a strong background in ensuring product quality and compliance with industry standards.

    • Experienced in conducting quality audits and inspections

    • Skilled in root cause analysis and implementing corrective actions

    • Proficient in using quality tools such as FMEA, Control Charts, and Pareto Analysis

  • Answered by AI
  • Q2. The way you handle conflict
  • Ans. 

    I handle conflict by actively listening, seeking common ground, and finding solutions collaboratively.

    • I approach conflicts with a calm and rational mindset

    • I actively listen to all parties involved to understand their perspectives

    • I seek common ground and areas of agreement to build a foundation for resolution

    • I work collaboratively with others to find mutually beneficial solutions

    • I am open to feedback and willing to comp

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. What is 7qc tool
  • Ans. 

    7QC tools are a set of quality control tools used for process improvement and problem-solving in quality management.

    • 1. Check sheets: Used to collect and analyze data in a systematic way.

    • 2. Pareto chart: Helps identify the most significant factors contributing to a problem.

    • 3. Cause and effect diagram (Fishbone diagram): Used to identify and analyze potential causes of a problem.

    • 4. Histogram: Represents data distribution...

  • Answered by AI
  • Q2. Least count of micrometer
  • Ans. 

    The least count of a micrometer is the smallest measurement that can be read on the scale of the micrometer.

    • The least count of a micrometer is typically 0.01 mm or 0.001 mm depending on the type of micrometer.

    • It is determined by the number of divisions on the thimble and the pitch of the screw.

    • For example, a micrometer with 50 divisions on the thimble and a pitch of 0.5 mm would have a least count of 0.01 mm.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Good
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Explain stlc process
  • Ans. 

    STLC (Software Testing Life Cycle) outlines the phases of software testing from planning to closure.

    • 1. Requirement Analysis: Understand testing requirements based on specifications.

    • 2. Test Planning: Define the scope, resources, and schedule for testing activities.

    • 3. Test Case Design: Create detailed test cases and scenarios to validate functionality.

    • 4. Test Environment Setup: Prepare the environment where testing will ...

  • Answered by AI
  • Q2. Explain waits in selenium
  • Ans. 

    Waits in Selenium manage timing issues during automated testing, ensuring elements are ready for interaction.

    • Implicit Wait: Sets a default wait time for the entire session. Example: driver.manage().timeouts().implicitlyWait(10, TimeUnit.SECONDS);

    • Explicit Wait: Waits for a specific condition to occur before proceeding. Example: WebDriverWait wait = new WebDriverWait(driver, 10); wait.until(ExpectedConditions.visibilityO...

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Class 10 level Physics, Chemistry and Maths including LR, GS and MAT

Round 2 - Group Discussion 

GD on some trending topic to assess your communication skills

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
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. What is pid controller
  • Ans. 

    PID controller is a feedback control mechanism used in engineering to regulate a system's output.

    • PID stands for Proportional-Integral-Derivative

    • It continuously calculates an error value as the difference between a desired setpoint and a measured process variable

    • It uses three control terms to adjust the output and bring the error to zero

    • It is widely used in industries such as manufacturing, robotics, and automation

    • Examp...

  • Answered by AI
  • Q2. What is plc and how it works
  • Ans. 

    PLC stands for Programmable Logic Controller. It is a digital computer used for automation of electromechanical processes.

    • PLC is used to control industrial processes such as assembly lines, robotic devices, and packaging systems.

    • It uses a programmable memory to store instructions and execute them in a sequential manner.

    • PLC can communicate with other devices such as sensors, actuators, and human-machine interfaces.

    • It is...

  • Answered by AI

Skills evaluated in this interview

Tell us how to improve this page.

Compare Yashvir Memorial Technical Institute with

Aakash Educational Services

3.4
Compare

Frankfinn Institute of Air Hostess Training

3.9
Compare

Chandigarh University

4.2
Compare

NIIT

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