deep copy a graph
Development Engineer Interview Questions
37,146 development engineer interview questions shared by candidates
You're converting a string (s1) into another (s2) by changing the characters in s1. You can do add/delete/replace the characters of s1 to get s2. The cost of any of those operation for a character is 1. Find the minimum cost to convert s1 into s2. Write program and test cases for the same. For example: Convert "Hi" into "Hey". This would require minimum two cost. 1. Replace 'i' with 'e' in s1 2. Add 'y' to s1. Now we've s2.
Write an algorithm to validate a palindrome
Why should we hire you?
In one of the round interviewer asked me to write code for deadlock prevention in for system in which resorce requests come from processes dynamically (at run time)
How to design a dumped driver for android NDK layer so that we could get continuous digit from this dumped device driver.
for an entry level: connect all the siblings of a tree
"Tell me about your biggest achievement?"
What is http? What are http headers? What are the methods? What are http verbs?
Q. Design a tailf command like functionality Q. Tell me about your previous company experience and how u handled pressure situation ?
Viewing 2241 - 2250 interview questions