Would you want to join CMP or metal group?
Developer Support Engineer Interview Questions
1,134,444 developer support engineer interview questions shared by candidates
Given an array of integers, we would like to determine whether the array is monotonic (non-decreasing/non-increasing) or not. Examples: // 1 2 5 5 8 // true // 9 4 4 2 2 // true // 1 4 6 3 // false //1 1 1 1 1 1 // true
Coderpad: given an array scores[][] = {“jerry”,”65”},{“bob”,”91”}, {“jerry”,”23”}, {“Eric”,”83”}} Find the student with highest average score
Given an array of integers where each element points to the index of the next element how would you detect if there is a cycle in this array?
If you were in a dark closet with 49 white socks and 1 black one.how many socks would you pick so as to ensure that you exit the closet with a pair of similar colored socks
My experience and availability to relocate
non disclosure agreement
What was one of your best achievements on a project in the past?
DS, Algorithms.
Implement Sum(3)(4)(5)=12 with javascript
Viewing 51 - 60 interview questions