Graduate Software Developer Interview Questions

7,749 graduate software developer 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 151 - 160 interview questions

See Interview Questions for Similar Jobs

Glassdoor has 7,749 interview questions and reports from Graduate software developer interviews. Prepare for your interview. Get hired. Love your job.