Upload Button Icon Add office photos
Engaged Employer

i

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

Sujo Plast Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Sujo Plast Manager Purchase & Stores Interview Questions and Answers

Updated 20 Mar 2022

Sujo Plast Manager Purchase & Stores Interview Experiences

1 interview found

I applied via Referral and was interviewed in Sep 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 - HR 

(3 Questions)

  • Q1. What is your family background?
  • Q2. What are your salary expectations?
  • Q3. Share details of your previous job.
Round 3 - HR 

(3 Questions)

  • Q1. Why should we hire you?
  • Q2. Tell me about yourself.
  • Q3. What are your strengths and weaknesses?

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't believe anyone except u , never stop learning

Interview questions from similar companies

Software Engineer Interview Questions & Answers

MaxLinear user image Gayathri S ee15m052

posted on 4 Dec 2016

I applied via Campus Placement and was interviewed before Dec 2015. There were 2 interview rounds.

Interview Preparation Tips

Round: Test
Experience: It was a written test with some numerical aptitude questions and coding questions. The test was fairly easy
Duration: 1 hour

College Name: IIT Madras

I applied via Campus Placement and was interviewed in Dec 2016. There were 3 interview rounds.

Interview Preparation Tips

Round: Test
Experience: It was a written test with some numerical aptitude questions and coding questions. The test was fairly easy
Tips: Learn about pointers and using function pointers

Round: Technical Interview
Experience: First, I was asked to brief about the projects I have done so far. Then there were some questions about C programming like pointers, const pointers, storage classes, volatile keyword etc. It was followed by some basic questions about computer architecture, microcontroller, FPGA, RTOS

Round: Technical Interview
Experience: In this round I was asked to write algorithm for some simple problems like checking if a given integer (not string) is palindrome or not, checking if a number is a multiple of 3 (using bitwise operations) etc

College Name: IIT Madras

I applied via Campus Placement and was interviewed in Dec 2016. There were 5 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Communication Concepts
  • Q2. Embedded Concepts

Interview Preparation Tips

Round: Resume Shortlist
Experience: Shortlisted based on CGPA and Profile
Tips: CGPA above 7.5 and Communication/CS based coursework/ability

Round: Test
Experience: C Coding Questions which checked basic knowledge of C
Tips: Brush up your C skills. Questions are easy but may require knowledge of stuff like what is big endian and little endian etc.
Duration: 1 hour 30 minutes
Total Questions: 12

Round: Technical Interview
Experience: My Communication relation concepts were tested. My Major Project was asked in detail.
Tips: If Comm background, prepare ITC, MultiCarrier/Wireless at a good level. If not they will ask C.

Round: Technical Interview
Experience: I was asked basic level embedded concepts.
Tips: Prepare on the following and similar stuff : How to implement a pseudo dynamic memory allocation using flash memory- which data structure to use. How does Inter Process Communication work. How does a multicore processor synchronizes its cores. If Comm background, give the TX and RX chain design (Wireless System Design)

Skills: Communication Systems, Embedded Systems, C Programming
College Name: IIT Madras

I applied via Recruitment Consultant and was interviewed before May 2020. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. DS and Algo questions based on DP and backtracking
  • Q2. Clone linked list with random pointers.
  • Ans. 

    Clone a linked list with random pointers.

    • Create a new node for each node in the original list.

    • Store the mapping between the original and cloned nodes in a hash table.

    • Traverse the original list again and set the random pointers in the cloned list using the hash table.

    • Return the head of the cloned list.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Mostly DS and Algo rounds followed by design rounds. Sometimes there can be language specific questions.

Skills evaluated in this interview

I applied via Referral and was interviewed in Feb 2020. There were 6 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. I am not allowed to reveal

Interview Preparation Tips

Interview preparation tips for other job seekers - I don't think I can reveal the questions but I can tell you that KLA has high standards in interview process.
Some tips for software engineer interview
1. Please prepare to do competitive programming like use leetcode algoexpert hacker rank
2. Some of the important areas are string problems dynamic programming stack based and tree based
3. There can be design round and interesting questions may be encountered

I applied via Referral and was interviewed before Jan 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Your Introduction

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident as you are this is the main thing that you should and tell all the things which you experienced in your last organization
Round 1 - Technical 

(1 Question)

  • Q1. In which face we develop PPAP documents
  • Ans. 

    PPAP documents are developed in the Production Part Approval Process (PPAP) face.

    • PPAP documents are developed during the production part approval process.

    • This is typically the fourth phase of the APQP (Advanced Product Quality Planning) process.

    • PPAP documents include items such as control plans, FMEAs, and measurement system analysis.

    • The purpose of PPAP is to ensure that all parts meet customer requirements and specifi...

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. What is the shrinkage value of pa66
  • Ans. 

    The shrinkage value of pa66 varies depending on the specific grade and processing conditions.

    • Shrinkage is the reduction in size of a molded part as it cools and solidifies.

    • The shrinkage value of pa66 can range from 1.5% to 3.5%.

    • Factors that affect shrinkage include mold design, processing parameters, and part geometry.

    • It is important to account for shrinkage when designing molds and parts to ensure proper fit and funct

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident while you giving answers and you feel the answer is wrong then directly say it to interviewer that "No idea "

Analyst Interview Questions & Answers

KLA user image Anonymous

posted on 28 Dec 2024

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Tell me about yourself
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 2022. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Technical 

(1 Question)

  • Q1. Details of UVM and System Verilog blocking and non blocking assignment
  • Ans. 

    UVM is a methodology for verifying complex designs using SystemVerilog. Blocking assignments execute sequentially, while non-blocking assignments execute concurrently.

    • UVM (Universal Verification Methodology) is a standardized methodology for verifying complex designs in SystemVerilog.

    • Blocking assignments in SystemVerilog execute sequentially, meaning the next statement waits for the current statement to finish.

    • Non-bloc...

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Where do you see yourself in 5 years and strength and weakness

Sujo Plast Interview FAQs

How many rounds are there in Sujo Plast Manager Purchase & Stores interview?
Sujo Plast interview process usually has 3 rounds. The most common rounds in the Sujo Plast interview process are HR and Resume Shortlist.

Tell us how to improve this page.

Interview Questions from Similar Companies

KLA Interview Questions
3.7
 • 43 Interviews
Lohum Cleantech Interview Questions
3.0
 • 16 Interviews
MaxLinear Interview Questions
3.0
 • 12 Interviews
STJ Electronics Interview Questions
3.6
 • 11 Interviews
Xilinx Interview Questions
4.2
 • 8 Interviews
View all

Sujo Plast Manager Purchase & Stores Reviews and Ratings

based on 1 review

5.0/5

Rating in categories

5.0

Skill development

5.0

Work-life balance

5.0

Salary

5.0

Job security

5.0

Company culture

5.0

Promotions

5.0

Work satisfaction

Explore 1 Review and Rating
Compare Sujo Plast with

Smiiel - A Unit Of Motherson Sumi System

3.7
Compare

Samsung Semiconductor

3.5
Compare

STJ Electronics

3.6
Compare

PICL

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