How does hardening a material affect it's ultimate tensile strength (UTS)? What are the drawbacks?
Student Engineer Interview Questions
1,500 student engineer interview questions shared by candidates
1st interview: The classic two-sum question. write a function that receive an array of integers and a target value, and returns the indexes i,j such that array[i] + array[j] = target(if they're exist)
Tell me about yourself was the first question they asked.
How will your education in STEM classes help you if you were given this position
How would you manipulate an array?
given a string, find the longest substring that starts and ends in the same letter
Do you have experience working in teams?
given 3 integers determine what kind of triangle those 3 length represents. test your code
Invert a singly linked list in C
Given an unsorted array with duplicates of letters, the array should be returned without the duplicates without importance to the order, the point of the question was to implement a set
Viewing 191 - 200 interview questions