What are your strengths and weaknesses?
Diagnostic Engineer Interview Questions
37 diagnostic engineer interview questions shared by candidates
Describe your x-ray system work experience (modalities and type of service).
1. they asked about your family? 2. they want to know your abilities?
Given an integer array and another number, find a pair whose sum is given number. Best solution is to use unordered map <int, int> then use this logic map[sum - a[i]] = a[i]; // O(n) then, for each a[i], if map[a[i]] present then that will be the answer. // O(n)
1) Tell me a little about yourself 2) Greatest Weakness 3) Why should we select you 4)Example of conflict in the workplace
How would you drive X problem to root cause?
Some of the questions 1) How would you communicate with a sensor IC over I2C all having same address (ans: hardware demultiplexer) 2) Explain I2C protocol
Viewing 31 - 40 interview questions