What is the difference between while and do while loop?
Junior Software Engineer Interview Questions
7,247 junior software engineer interview questions shared by candidates
An Example of real life implementation of while and do while loop
Was ist ein garbage Collector. Was ist der unterschied zwischen Java und C++
Describe all the things that happen when you click a link.
What was it like working with a product manager/project manager?
- asked LOTS of short OOP questions (i.e. constructor, destructor, static, stack/heap, memory leaks, pointers, public/private variables, classes, etc.), some were very basic, some I couldn't answer because I had never learned about it before - reverse a string in-place - what do you know about Simba? why Simba?
What do you do for fun?
What do you know about ReviewTrackers?
Write a function that returns the sum of the arguments. Once resolved, now refactor the function so it can be called in all these ways. add(1)()()()(1,2) // 3, add(1,2,3) // 3, add(1)()()(2,3) // 3, add()()()()()()()()()(1)(2,3) // 3 It was no clear to me first, but the function needs >2 arguments to return the sum.
Write a function that identifies valid strings of parenthesis “(()())” is ok, “)()” is not and then returns true or false. Then comment on BigO issues. Refactor to make it more efficient in terms of space complexity.
Viewing 6031 - 6040 interview questions