Convert string to float without using any functions
Development Engineer Interview Questions
37,129 development engineer interview questions shared by candidates
Challenge
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.
Program in ide: Input - wwwaabbc Output - w3a2b2c1
Write a program to find out the median of two sorted array.
Implement a solution for the bounded buffer problem where you have a queue of work items and several producer/consumer threads.
1. Implement stack using queue 2. Merge two arrays and sort them in order as specified at runtime. The two arrays may share common entries between them, but the resultant array must not have duplicates.
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?
Combination Problem: Write a method that finds all the unique unsorted combinations of a unknown element list without using any loops.
Viewing 771 - 780 interview questions