Basic phone interview questions about job details and my experience related to the job.
Developer Support Engineer Interview Questions
317 developer support engineer interview questions shared by candidates
Why do you want to leave you current role?
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
What do you know about the company.
Create ssh key and paste it in the chat.
OOP concepts Java fundamentals Write SQL queries
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 161 - 170 interview questions