1. Is that ok with you to pursue in office setting for whole starter time - 3 months? 2. Is that ok with you to meet with the hiring manager in person in office in Pyrzyce as the next step of recruitment?
C Net Developer Interview Questions
176 c net developer interview questions shared by candidates
Have you ever programmed in c#?
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?
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?
What technology are you familiar with most in Java?
Viewing 21 - 30 interview questions