Implement a stack.
Development Engineer Interview Questions
37,151 development engineer interview questions shared by candidates
Write 4 locker functions: acquire_read_lock, acquire_write_lock, release_read_lock, release_write_lock. Use Windows specific helper functions. 1 more brain teasing puzzle.
Print a matrix in spiral fashion...so Matrix input example (Arrows indicate how the spiral happens...start at first arrow go in circle and move to next arrow...etc.) ->1 1 1 1 1 1 -> 2 2 2 1 1 2 2 2 1 1 1 1 1 1 Output: 11111111111111222222
a) Develop a XML parser (rules: Node closures and single root node..i.e. root node cannot be duplicated in structure). b) Count occurrences of words in a string (with string too large to be processed in memory).
reverse words in a string
Duck in the pond. Start: Duck located in the center of circle (pond). Fox is on the beach and cannot swim. Duck cannot fly (by some reason), but once duck is on the beach, she will fly away. Duck speed - x Fox speed - 4x Can duck escape? Why?
Can't disclose, each interview had a chat phase to talk about previous projects, interests. Then, a coding interview, linked lists, arrays, trees and Sudoku. Then a testing phase.
parse an integer to string, do not use any built in funcition
1st Round Questions: 1. Find a pair in a rotated sorted array whose sum is equal to a given value 'k' 2. Check parenthesis in an expression and return true/false for valid/invalid. 3. Bottom view of a Binary tree. Questions related to Java Collections 2nd Round Questions: 1. Parking lot low level design. 2. Design patterns - Singleton, Factory etc 3. Various questions related to advanced multithreading in java.
Difference between TCP and UDP
Viewing 2231 - 2240 interview questions