Basic OOP related questions and Java question about different data structures.
Softwareentwickler Java Interview Questions
512,884 softwareentwickler java interview questions shared by candidates
Questions about Manual Testing, Differences between Functional, Performance, Unit, Regression, Load, Stress, Volume testing.
Given a list of buying and selling prices, check if by given a new price will there be any match / transaction. buyer and seller both should get the best prices.
given a number, how do you determine if its a power of 3?
count the number of duplicates in a binary tree in O(n) time O(1) space.
Describe your everyday work methodology
What was your most challenging bug you fixed?
Was ist bei Kalkulationen von Floating Points zu beachten? Gibt es zum Beispiel Probleme mit der Aussage 1.0f + e-30.
Prüfen, ob zwei Blätter eines Graphen verbunden sind oder nicht, wie Algorithmus verbessern
What kind of data structure would you use to index annagrams of words? e.g. if there exists the word "top" in the database, the query for "pot" should list that...
Viewing 1431 - 1440 interview questions