I applied through university. The process took 1 day. I interviewed at Panasonic (Los Angeles, CA) in Feb 2016
Interview
On-campus code test.
The test paper covers C, C++, Linux, Coding questions.
Basic concepts of C, define C variables, concept explanation, write C function to output the value of a linked list in reverse order.
Basic C++ concepts(can be alternated to Java).
Coding part has 3 question. The second one is string permutation as the following interview question. The third one is to analyze the function of a code snippets, which I think is to count the number of 1s in the binary format of a integer.
Interview questions [1]
Question 1
Given a string "3aD9", return the combinations of lowercase and uppercase strings ["3ad9", "3aD9", "3Ad9", "3AD9"].