Why does one use MSE as a measure of quality. What is the scientific/mathematical reason for the same?
Software Engineers Interview Questions
418,645 software engineers interview questions shared by candidates
What is an abstract class and why would you use it?
Write a method to determine if a string starts with an uppercase letter.
Given a string (understood to be a sentence), reverse the order of the words. "Hello world" becomes "world Hello"
Write code in your favorite programming language that will accept two strings and return true if they are anagrams.
Given two words (beginWord and endWord), and a dictionary's word list, find the length of shortest transformation sequence from beginWord to endWord, such that: 1.Only one letter can be changed at a time 2.Each intermediate word must exist in the word list
If you had a great idea to implement something new for a CA software product but management wouldn't take your word on it, how would you convince management to go along with your idea?
1.Java Basics. 2.Plethora of Multithreading questions.GC 3.Simple data structure. (BFS) variation 4.Database Basics
Suppose you are writing a test script to test a function running in a process over night. How do you make sure that if the process is halted, your test function will be able to detect that.
Lots of questions about arrays, lists and hashmaps
Viewing 11 - 20 interview questions