Standard interview questions; standard HackerRank Assessment
Deployment Analyst Interview Questions
1,879 deployment analyst interview questions shared by candidates
Name 5 fiber optic connector types.
The following question was the programming question during the second phone interview. The coding portion was conducted using Stypi (similar to Google Docs). I was allowed to use my language of choice (Python) rather than being forced to use Java. I was asked to write a routine to verify that all the words in the solution of a crossword puzzle were valid words. The crossword puzzle was represented as a two-dimensional array of single-character strings (and empty strings for the empty blocks). While this question is pretty straightforward, but there is a "better" solution than others which seemed to pique the interest of the interviewer—see the answer section for details. It is also worth pointing out that I later found that certain technical details of my solution were incorrect, but either the interviewer didn't notice or didn't care. I think the question was intended more to see how I work.
Given an nxn matrix of 1's and 0's, figure out if all of the 1's are connected.
Given an array/list that contains boolean values for a system being in a failed state, figure out the fastest way to find the index of the first version that failed given that once the system fails it remains in the failed state. For e.g. given a list like [False, False, False, False, ...., False, True, True, True, True, True], write an algorithm that finds the index of the FIRST occurrence of 'True' in the FASTEST time.
What are two different types of UCS servers?
Are you up to date on the current AFI's that govern UDM.
Do you know what a server is
Why did you apply to this job?
What makes you want to work for ZOLL?
Viewing 41 - 50 interview questions