what are the three TCP connection packets names?
Technical Solutions Consultant Interview Questions
19,340 technical solutions consultant interview questions shared by candidates
If a ping pong ball was stuck in a pipe that is cemented in the ground how would you get it out?
What makes you a good worker
What have you been doing in the last year that you have been out of a job?
Name five Linux commands that have five or more letters.
How do you write performant Java code?
Writing a query to find the average and the first three ranks only should come In the output
in what cases sigkill fails
what signal does the kill command send by default?
Write a basic Regex engine implementing the "." (any character) and "*" (previous rule, 0 to many). The function receives a string (letters only, no need for escaping) and a string pattern. It returns a bool whether the string matches the pattern. For example, the pattern "AB.*E" should match both "ABCDE" and "ABEEE".
Viewing 21 - 30 interview questions