design-interviews.blogspot.kr - Design Interviews: Problems and Solutions

Description: A blog about programming and software design interview problems and solutions.

software (33467) programming (6395) java (6058) c++ (3617) trees (1626) interviews (1203) software design (427) string (377) selenium (109) linked-lists (4)

Example domain paragraphs

A blog on programming and software design interview problems and solutions. Also there are some application development related stuff.

Creating a graph with Quartz 2D: http://www.sitepoint.com/creating-a-graph-with-quartz-2d/

The following shell script performs an action (tap) on the screen, then checks that a particular event does not happen on the device. It then performs another action (press back button) and then checks the target event happens only once. Then it closes a process and iterates through the same steps in a loop 50 times.