array & target, return The number of combinations that can be summed numbers in an array to get the target
C Net Developer Interview Questions
260 c net developer interview questions shared by candidates
Multi threading,Data structure. How to search a text in 10 GB file. No logical questions only pennut types of questions.
A la suite de notre migration vers une architecture événementielle, pourquoi avons-nous un débat en interne sur les sources-of-truth?
Talk through a large piece of work you have done in a previous company and mention if there were any issues that had to be solved while doing this work.
Easy question: Read in a string of words separated by spaces in which some words are quoted and output the words 1 line at a time with quotes if applicable. Something like that. This question which was last and I didn't have time to manually enter every character into the HackerEarth "IDE" before the test timed out. I wasn't sure if I could jump back and forth between questions on HackerEarth platform and didn't want to risk it at the time but wish I would have jumped to this question first before the first coding question which was physics type of problem solving exercise not sure why since I'm not a physicists and this was a Health Care HSA applications related software engineering role. My opinion, HackerEarth s*cks and so does any company hiring this way and even if on a whiteboard if asking questions like the physics related one for line of business applications.
If you had a clone of yourself, how would you excel better than your clone?
What are the benefits of using SOAP/HTTP over binary data from a web service?
class Program { static void Main(string[] args) { B obj = new B(); Console.ReadKey(); } } abstract class A { public A() { Console.WriteLine("This is the A class"); //calc(); } public abstract void calc(); } class B : A { public B() { Console.WriteLine("This is the B class"); } public override void calc() { Console.WriteLine("This is the abstract methode"); } } Questions: 1. What will be printed on the console? 2. what will be printed to the console if we remove this "//" before the calc() in the contractor of class A;
How would you design an mobile app for a pet shop? (The interviewer explained the details and ask me to draw it on a paper)
Do you know to how to query XML from stored procedure?
Viewing 31 - 40 interview questions