Given a sorted array of integers in increasing order (can contain duplicates), return the last index of a specified target integer, or return -1 otherwise. Thus 1, 2, 2, 3, 4 and the target is 2, the function should return 2.
Development Engineer Interview Questions
37,123 development engineer interview questions shared by candidates
Challenge
Convert string to float without using any functions
All questions were fair and based on my experience and what they look for in candidates. Since I was fairly well-prepared for both the phone and on-site interviews, I answered all the questions with confidence. As (I) expected for engineering interviews, some of the questions involved (a) processes in test and manufacturing environments, (b) test methods, (c) electrical diagrams, and (d) situational and behavioral questions.
Write a function in C++ that takes two dates as input and determines if the two dates fall on the same day of the week. The tricky part was thinking of things like leap years and such.
Program in ide: Input - wwwaabbc Output - w3a2b2c1
The differences between recursive and iterative implementations?
One array has size n and n elements . second array has size n+m and m elements. both the arrays are sorted. we need to get n+m elements in second array in sorted order. Linear time algorithm was expected
How do you find a target string in a source string?
Reverse words in a String
Viewing 771 - 780 interview questions