Deep Technical knowledge in Networking.
Infrastructure Analyst Interview Questions
3,736 infrastructure analyst interview questions shared by candidates
Tell me about a time you didn’t know how to solve a challenging problem.
Tell me about a time you had to work through a technical issue or troubleshoot a technical problem.
Tell me about a time when you made a bad decision.
Describe a time when you refused to compromise your standards around quality/customer service, etc.
Tell me about a time when your team’s goals were out of alignment with another team you relied on in order to meet your goal.
Tell me about a time you didn’t meet a deadline? What did you do and why?
What is my learning process?
Not Remeber well for a long time.
(Email Screening Question) A monitoring script, written in Ruby (MRI 2.1.7) and running in a server with Ubuntu 12.04 64bit, with kernel 3.2, periodically checks for the disk I/O of running processes using this snippet of code: def disk_stats(pid) proc_io =File.read("/proc/#{pid}/io") io =YAML.load(proc_io) [ io["read_bytes"], io["write_bytes"] - io["cancelled_write_bytes"] ] end The following exception, however, is sporadically raised from inside the method when trying to acquire the stats: Psych::SyntaxError: (<unknown>): could not find expected ':' while scanning a simple key at line 8 column 1 What do you think is going on here? Is the bug in our disk_stats function, in the YAML parser or in the kernel?
Viewing 2761 - 2770 interview questions