No difficult questions although they said they'd be setting me a logic-based scenario but think they forgot about it.
Supporto Software Interview Questions
1,390 supporto software interview questions shared by candidates
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 :)
About personal detail and skillset
What is an API? How would you use one?
What are ‘promises’ in your own words
Find the longest substring of a certain string that has no repeating letters
Linux Shell, bash scripting, service management
Triggers, type of trigger, Package... only specification enough , body required? Which is mandatory? If specification has 2 procedure and 2 functions and body doesn't have one function among them will it error ? Difference between procedure and package? What's a sequence ? Select seq.curval, seq.nextval from dual; - what will be the output of this query if it is a fresh sequence? Types of indexes? Views... can DML be performed in complex views? Example of implicit cursor ? What are cursors? Keys- primary , unique, composite ? Cursor attributes.. can we use cursor attributes in implicit cursor ? Reference cursor? Where can you find the list of views? What are Trigger event ? Materialized view? How materialized view is refreshed ? What is clustered index? Btree index?
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 771 - 780 interview questions