Describe your project and it's technology
Jr Developer Interview Questions
21,340 jr developer interview questions shared by candidates
What are your strengths? Just mention any 3
There weren't any difficult questions. There was a CSS/SASS question to perhaps gauge my general knowledge on the subject. Other than that, mainly just questions about my history and why I want to get into Web Development.
Longest Substring Without Repeating Characters
My projects and any knowledge in development
Which class methods are automatically generated by the compiler in C++ and when. When is it useful to provide your own implementations.
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
Viewing 1271 - 1280 interview questions