Explain overloading and overwriting as they pertain to object oriented programming
Implementation Specialist Interview Questions
9,734 implementation specialist interview questions shared by candidates
Print out first 100 prime numbers
I am not going to share this because I do not want to taint the interview process for Command|Link nor the candidate.
Coding question: write function isPrime and explain your process
Experience that was relevant to the role.
I had two logic puzzle questions where I had to explain my answer/ design a system to solve a problem, and one coding question that had to do with remainders. I think the solution included a nested for loop.
Given a number, determine whether it's prime or not
Easy–medium LeetCode style problem (optimized)
How do you get three gallons?
Write a function to determine if n is prime or not, then call the function in a method that prints all prime numbers present up to 100. Typical follow up questions about possibly making function more efficient (e.g. start for loop at 2 since that is the first prime number).
Viewing 7791 - 7800 interview questions