Give brief introduction about yourself with strength and weakness. And basics OOPs questions and Behavioral Questions like difference between abstract class and interface, method overlading and overriding,Strengths and weaknesses, how will you solve technical problems, what you learned from your mistakes,
Junior Softwareentwickler Interview Questions
11,584 junior softwareentwickler interview questions shared by candidates
what is static keyword? This is the only 1 questions asked related to programming..
Mvc Code Garbage collector Proj patterns Entity framework
Basic programming qns like difference between ++i and i++, which is better if...else or switch...case, different types of arrays, type conversion, static data type, constants and variables, strongly typed and loosely typed.
Longest Substring Without Repeating Characters
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
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":
I was asked about the projects listed in my CV and how I implemented certain functionality.
how to arrange n missions in minimum days.
Viewing 681 - 690 interview questions