What is the new mechanism supported by recent browsers for fast communication from server to client?
Graduate Engineer Interview Questions
23,091 graduate engineer interview questions shared by candidates
<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?
Would you use TCP or UDP for a video streaming service?
What electives you are having this semester?
Write code for Bubble Sort.
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
Viewing 681 - 690 interview questions