
Plexus Interview Questions
& Process
Real candidates share what happened, how many rounds they had,
and how the experience turned out.
Based on 235 interview experiences · FREE TO READ
Which role are you interviewing for?
30 roles · 235 reportsCandidate interview experiences
First-hand accounts from people who interviewed at Plexus.
Intern
It was a few interviews with the purchasing team at Plexus, including a part of the interview in English to check your conversational level since it was a purchasing intern, questions about what you expected from the position and to talk about yourself.
- Tell me about yourself and your day.
- What hobbies do you have?
- Do you consider yourself a fast learner?
Test Engineer
The first talk with the hiring manager was good; they seemed nice and explained the main duties of the job well. But, I think this job might be better for someone with experience, not a new grad, based on what they said they expect.
- Can you answer a basic E&E question?
- Tell me about your previous work experience.
- Can you discuss your Final Year Project?
Supplier Quality Engineer
The interview experience at Plexus (Bayan Lepas, Riverside Site) was quite unpleasant. The interviewer went over my payslip, which I felt was private information and should have been handled by HR. I didn't get to properly answer questions because they were mostly close-ended, limiting my ability to explain my experience. It seemed like they had already decided not to hire me, which made me wonder why they bothered interviewing me at all. The interviewer used unprofessional language and even said I was wasting his time. While I can't speak for the actual work environment, the interview gave me a very negative impression of the company's culture and professionalism.
- Instead of changing jobs, why didn't you ask your previous HR to move you to a Quality role?
- What was the reason for your medical leave that particular month?
Project Manager
The interview process took up most of the day. It started with a presentation, then a panel interview. After that, there were several interviews with important people, followed by lunch with someone who does the same job. We also got a tour of the place, and then I had two more one-on-one interviews. Even though it was a long day, everyone was really nice and it didn't feel too stressful. The recruiters were super helpful and gave me all the info I needed, plus clear instructions for the presentation.
- Can you describe your experience managing international teams with different areas of expertise?
Plexus Interview Questions
Quoted word for word from Plexus interview reports.
“What does this C function do: int func(int *x) { int t; t = *x * *x; return t; }?”
Read reports →“What will be the final value of port1 after these operations? unsigned short port1 = 0x1212FF22; port1 |= 0x11; port1 &= ~0x2200;”
Read reports →“Considering the need for both lightness and strength, what material would be suitable for constructing a mountain bike?”
Read reports →“What is the output of this C code using the SQR macro? #define SQR( a ) a*a printf("Answer is %d\n",SQR(6+1));”
Read reports →“Can you review this C function and identify any potential issues or problems? char* GetNewStringAsUppercase(char* string1) { int i=0; char string2[20]; while (i<20 && *(string1+i) != '\0') { string2[i] = toupper (*(string1+i)); ++i; } string2[i] = '\0'; return string2; }”
Read report →“What is the output of this C code? int x=20,y=35; x=y++ + x++; y= ++y + ++x; printf("%d%d\n",x,y);”
Read report →“Explain the difference between these C declarations: const int a; int const a; const int *a; int * const a; int const * a const;”
Read report →“Design a function for a microprocessor that takes a square clock wave input (max 250Hz, 25%-75% tolerance) and calculates its average frequency, iterating at a specific interval 'x'.”
Read report →“What is the output of this C code? char *ptr = " Plexus Corp"; char *temp; ptr+=2; printf("%s\n",ptr); *temp = *ptr++; printf("%s\n",ptr);”
Read report →Formats, difficulty and experience
Across all 235 Plexus interview reports.