I was asked an assortment of questions relevant to OOP principles, OOP design, and data structure/algorithm questions.
Full Stack Softwareentwickler Interview Questions
1,681 full stack softwareentwickler interview questions shared by candidates
Write a function to return if a tree is a binary tree given the root node.
Design a database for a DVD rental store
What are some immutable classes in java.
(System design) Describe how you would implement the view count on YouTube videos
Why did the creators of Java make Strings immutable? What is the advantage of this?
Have you heard of the concept of “shift-left” in DevOps? What are some examples (after being given an explanation)?
Do you do code reviews in your current position? What do you look for when reviewing code?
Given a word and a sentence, write an algorithm in pseudocode to check how many anagrams of the word are in the sentence.
Given a random string of unique integers return the next iteration of those integers that is greater than the one that was given. Won't accept brute force.
Viewing 1021 - 1030 interview questions