The weakest points of interviewing are the compsci and algorithmic questions. I'm a visual person, so solving these abstract puzzles befuddles me.
I can only recall 2 of the most recent 3 examples.
- Parse any ol' JSON string into a (Java) HashMap
String j = '{
"request_id":"t4268dfg45xz3498",
"data":{"person":[{"first_name":"","last_name":"","nickname":""}]}
}'; - Given two strings
String k = "mcloven", l = "cloverfield strangelove", find all intersections. In this case, "clove" and "love"
Oh well. And life goes on =)Labels: interview, programming