Find the string's common divisor.
Software Infrastructure Interview Questions
3,735 software infrastructure interview questions shared by candidates
How would you describe the color yellow to a person who can't see?
There were 4 interviews, you were required to complete a presentation based on a scenario offered. this was then drilled into over 2 interviews by various members of staff.
No proper Process and feedback after interview....A question Mark ....After One round written test. One HR round ....two technical round ...I have not received any feedback
Could you describe a time in which you were given a task or goal to complete in a team?
Technical=About project, Linux and windows adminstration, networking,logs, processes,etc.
Not that great ones, just random ones, I don't think it will be repeated
Motion Search logic
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
Viewing 1201 - 1210 interview questions