employer cover photo
employer logo
employer logo

Seagate Technology

Is this your company?

Seagate Technology interview question

- Write a function of code by hand to accept an error code as a parameter and return its corresponding expected message, given a tables of codes and messages. - Write truth tables for 'and', 'xor', and 'exclusive or'. Then a practice problem about error codes and using boolean algebra to find expected results.

Interview Answer

Anonymous

21 Mar 2014

Create a map (or in Python, a dictionary) and populate it with key and value pairs, then just use the map's get function to get the value given the key parameter.