Write a function (in your preferred language C, C++, or Java) that will take the given string and return the reverse. (ie. input:"abc def ghi" output:"ihg fed cba") Optimize the above code (if possible). Now knowing that the original function you wrote in pt1 is being used by other programs and cannot be modified write another function that when called will utilize the function from pt1 to only reverse the words in the sentence. (ie. input:"abc def ghi" output:"ghi def abc") Test your code.
Development Interview Questions
137,332 development interview questions shared by candidates
design an elevator(uml+implementation+threads& syncroniczation and locking)
The first question he gave to me, design a cab booking system (he just want a brief about how I'm going to define my entities) Use cases: 1. user can book a ride. 2. user can store favorite locations 3. user can view past bookings 4. new drivers can sign up 5. driver can view past bookings The next question was given an integer N and D I had to add the smallest possible number in N so that N doesn't contain the digit D. Test case1 : N = 100 , D=0, output = 11 Test case2 : N = 5925, D=9, output = 75
Overall experience was good.They asked for exprience in medical device industry.Asked about some engineering project. Also, asked more about the application of statistical methods in manufacturing.The interview was aproximately 1 hour long.
what is your salary expectation, if your salary expaction is in between 10K to 15k then they will hire you Very easy interview process
How many projects did you work on at the same time at your previous position and how long did you have to complete them?
How will u sell the machine learning product?
Find the largest sub string having distinct characters?
with all experience why do you want to take a step back in your career
How do you handle stress?
Viewing 1331 - 1340 interview questions