Software Engineer Graduate Interview Questions

4,479 software engineer graduate 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?
avatar

Graduate Software Engineer

Interviewed at Adyen

3.7
Sep 1, 2020

<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?

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
avatar

Software Engineer, University Graduate

Interviewed at Google

4.4
Apr 7, 2016

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 81 - 90 interview questions

Glassdoor has 4,479 interview questions and reports from Software engineer graduate interviews. Prepare for your interview. Get hired. Love your job.