My projects and any knowledge in development
Software Junior Interview Questions
23,198 software junior interview questions shared by candidates
With a dictionary of words provided in the form of a list, and given 7 random letters, write pseudocode to determine which words can be made from the dictionary (list of words) from the letters given. a.k.a. the game of Scrabble.
Which class methods are automatically generated by the compiler in C++ and when. When is it useful to provide your own implementations.
Have you heard of this, this, and that? (Many JavaScript Libraries, sorry don't remember)
Whats your future career planning
How can you improve the performance of a Shopify store?
Given in python: def generate_sample_list(limit = 100): sample_list = [] for i in range(1, limit): if i * (i - 2) % 3 == 0: sample_list.append(i**2) return sample_list l = generate_sample_list() 1A) Write code to create an exact copy of list "l":
What's the difference between java and javascript
What the difference between "finally" and "finalize"?
I was asked about the projects listed in my CV and how I implemented certain functionality.
Viewing 1411 - 1420 interview questions