Development Engineer Interview Questions

37,471 development engineer interview questions shared by candidates

int Solve(string str); Given the signature above, implement the simplest method that returns the results of the following arguments: 1. “3+5” (8) 2. “10+2-8” (4) 3. “5+10*3” (35) 4. “3+5--6" (14)
Dec 2, 2011

int Solve(string str); Given the signature above, implement the simplest method that returns the results of the following arguments: 1. “3+5” (8) 2. “10+2-8” (4) 3. “5+10*3” (35) 4. “3+5--6" (14)

with that go like this: you have an array of string you should print all the word by group. group define: by the same letters and the same number of repeated letter like example: dad,add,dda in same group it should be in O(N)
avatar

Software Development Engineer

Interviewed at Microsoft

4
Jul 8, 2021

with that go like this: you have an array of string you should print all the word by group. group define: by the same letters and the same number of repeated letter like example: dad,add,dda in same group it should be in O(N)

Viewing 931 - 940 interview questions

Glassdoor has 37,471 interview questions and reports from Development engineer interviews. Prepare for your interview. Get hired. Love your job.