-Please describe how to fix an overloaded server (linux based) without any documentation and teammates.
Supporto Software Interview Questions
963 supporto software interview questions shared by candidates
Have you had any previous experience in supporting software?
What made you interested in the role?
About personal detail and skillset
What are ‘promises’ in your own words
Find the longest substring of a certain string that has no repeating letters
What is an API? How would you use one?
They'll give you a test, 4 pages long, covering these areas: - Linux mostly shell commands - WIndows, stupid random stuff + some PowerShell - SQL Commands - Networking Learn what a reverse proxy is :)
In a dark room, there are 10 red gloves and 10 blue gloves. The goal is to pick gloves one by one, aiming to have a matching pair in color. How many gloves do you need to pick to achieve this?
Please provide the final output of the given Java code: class A { public static void main(String[] args) { // non-final variable int a = 5; // final variable final int b = 6; a++; b++; } }
Viewing 541 - 550 interview questions