They asked to introduce my self, talk about my achievements and to tell my opinion about some circumstances (e.g how would i react if a teammate on not cooperating well)
Junior Software Engineer Interview Questions
11,452 junior software engineer interview questions shared by candidates
Why did you choose Storbie?
Are you able to acquire new skills on your own for new projects?
Hoe bevorder je het gebruik van OOP principles in C#?
- What do you understand about OOP? - What is the difference between abstract class and interface? - What are the features that C# has but Java don't? - (Some other basic questions) - What is your weakness? - What do you do to overcome them? - Where do you want to see yourself in 5 years?
First round is written round(50 questions in 22 minutes, no negative marking, pretty easy) + personality written( this doesn't count to pass this round). If you clear this round, then next is technical round( basic core Java questions, SQL queries) . Need to be strong in Java basics. Clearing this round lands you in the managerial round. Simple questions regarding the kind of work you have done, asked whether did…
You're given an array of integers A with a size N. For the indexes 0 <= P <= Q < N, write a function that finds the maximum of (A[Q] + A[P] + Q-P). Expected time complexity is O(N) and O(1) space.
what is mvc? what is viewbag?
Work Experience
Is this class thread safe? class X { int counter; X() { counter = 0;} public int incrementAndGet() { return counter++; } }
Viewing 1261 - 1270 interview questions