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":
Junior Engineer Interview Questions
12,073 junior engineer interview questions shared by candidates
I was asked about the projects listed in my CV and how I implemented certain functionality.
How would you test a pen?
how to arrange n missions in minimum days.
return each of the numbers in given array only one time
0) Various basic questions about Javascript, DOM, OOP, etc, for domain knowledge. 1) Palindrome-related algorithmic puzzle from HackerRank 2) Design a class structure for their primary product
Object oriented concepts
What is your level of understanding in the language you are comfortable with? Rate from 1-10
Quels données sont nécessaire à un versement bancaire (+ conditions).
Questions personnelles et "test de personnalité"
Viewing 771 - 780 interview questions