Can you explain your resume?
Student Engineer Interview Questions
1,500 student engineer interview questions shared by candidates
Could you explain the significance of a p-h diagram in thermodynamics and how it is used to analyze a thermodynamic cycle, such as in refrigeration or power generation systems?
1- Write a function that returns 7 when getting 4 and 4 when getting 7, without using any conditions. 2- As above, only now without using any mathematical operations. 3- As above, only now without using any logical operations. 4- As above, only now without using any operation at all. Extra space is allowed though. 5- What is the minimum space needed to apply last question?
2. Void main(){ Const char* arr = "interview"; Char* ptr = (char*)malloc(sizeof(strlen(arr)+1)); For(int I = 0; i
4. You are given an int and write an algorithm in python that determines if this int is a palindrome.
Warmup question: how to implement firewall consider list of allowed ip's?
Most difficult question: Example of a time when you faced an obstacle during a project.How did you overcome it?
Create a function that receives an array of integers as input, and each time it's called, it returns the same array but with the elements in a random order. Each possible scrambled array should have the same probability.
questions that aimed to use a minimum heap, and bit wise questions
behavioral questions in the interview
Viewing 201 - 210 interview questions