Infrastructure Engineer Interview Questions

3,729 infrastructure engineer interview questions shared by candidates

Q1: // Write a function that returns whether a list of strings is sorted given a specific alphabet. // A list of N words and an ordering over the K-sized alphabet are given. // I: // words = ["cc", "cb", "bc", "ac"] // alphabet = ['c', 'b', 'a'] // O: True // I: // words = ["cc", "cb", "bc", "ac"] // alphabet = ['b', 'c', 'a'] // O: False
May 15, 2020

Q1: // Write a function that returns whether a list of strings is sorted given a specific alphabet. // A list of N words and an ordering over the K-sized alphabet are given. // I: // words = ["cc", "cb", "bc", "ac"] // alphabet = ['c', 'b', 'a'] // O: True // I: // words = ["cc", "cb", "bc", "ac"] // alphabet = ['b', 'c', 'a'] // O: False

-- Technical screen, 60 minutes -- 1) 3 SQL questions involving aggregation and/or joins; given a table with unique user ids and non-unique names, return all pairwise combinations of user_ids associated with the same name (only return one of (id1, id2) and (id2, id1)) 2) Coding question, given a string input return whether it is a valid number (cant convert directly to float or use regex) 3) open-ended ML/logistic regression questions, hypothesis testing
Nov 29, 2021

-- Technical screen, 60 minutes -- 1) 3 SQL questions involving aggregation and/or joins; given a table with unique user ids and non-unique names, return all pairwise combinations of user_ids associated with the same name (only return one of (id1, id2) and (id2, id1)) 2) Coding question, given a string input return whether it is a valid number (cant convert directly to float or use regex) 3) open-ended ML/logistic regression questions, hypothesis testing

Viewing 1211 - 1220 interview questions

Glassdoor has 3,729 interview questions and reports from Infrastructure engineer interviews. Prepare for your interview. Get hired. Love your job.