Would you be happy to relocate to Glasgow?
Software Engineer Graduate Interview Questions
4,479 software engineer graduate interview questions shared by candidates
How does the cache memory work behind the scene?
What is the new mechanism supported by recent browsers for fast communication from server to client?
<in the 4 task there was a class that implements an interface with a method convertCurrency(currency)> Imagine there were other classes that do the conversion but for different currencies. What would you do for the program to be able to receive any kind of currency?
Everything you know about multithreading. Which languages support it? General problems and problems with the database?
What would you do to detect frauds, an attacker using another person's credit card credentials?
Online Assessment. 2x medium level algorithms and data structures questions to solve in 45 minutes. (I don't think I'm allowed to share the questions)
2. Describe how social media works, e.g., Linkedin, on finding if 2 users are connected?
Binary tree: Given any node, write a function dump with returns String 1) returns " " if node is null 2) returns the data if node is a leaf node. 3) returns data, leftChild.data and rightChild.data if node has 2 children
2 Coding Questions.
Viewing 81 - 90 interview questions