Technical Interview Question 6: Come up with an architecture for a fail safe system that protects your company's source code. by Kaitlin Hung

Come up with an architecture for a fail safe system that protects your company's (large company of 4000 employees) source code and builds and dev-ops infra against all sorts of malware, virus, earthquakes etc. sort of attacks and failures Data redundancy, backups, operational guidelines, firewalls, RAID etc. all passe.

Submit your answers in the comments and receive feedback.

Technical Interview Question 4: Given a string with words and multiple white spaces around them, how would you trim it with only 1 white space between the words? by Kaitlin Hung

Given a string with words and multiple white spaces around them, how would you trim it with only 1 white space between the words? For ex: input str = " Hello world " output = "Hello world".

Submit your answers in the comments and receive feedback.

Technical Interview Question 2: What will be the steps you would take to improve low app performance in other countries? by Kaitlin Hung

You have a an app deployed on a server physically located in US. The customers in AP region are seeing low performance. What will be the steps you would take? The interviewer is clear that there is no performance issue for US customers.

Submit your answers in the comments and receive feedback.