Application Development Engineer Interview Questions

25,297 application development engineer interview questions shared by candidates

private static string a = "first"; static void Method(string a) { a = "second"; } static void Main(string[] args) { Console.WriteLine(a); Method(a); Console.WriteLine(a); } What would be the output of the above? and what to do change it?
avatar

Senior Applications Developer

Interviewed at RBC

3.9
Mar 10, 2018

private static string a = "first"; static void Method(string a) { a = "second"; } static void Main(string[] args) { Console.WriteLine(a); Method(a); Console.WriteLine(a); } What would be the output of the above? and what to do change it?

They were all behavioural interviews, so no particular questions asked on a topic. It was all what I worked in past and how it can be improved now after all these Manu years of experience. So if you have really worked hard on any project for long term (mainly java and cloud project) interviewers are sharp enough to dig in further and get exactly what they want and if you are suitable for their requirement. Just be honest with you and them and that's it.
avatar

Applications Engineer - Full Stack

Interviewed at Discover

4
Jun 5, 2022

They were all behavioural interviews, so no particular questions asked on a topic. It was all what I worked in past and how it can be improved now after all these Manu years of experience. So if you have really worked hard on any project for long term (mainly java and cloud project) interviewers are sharp enough to dig in further and get exactly what they want and if you are suitable for their requirement. Just be honest with you and them and that's it.

Viewing 2871 - 2880 interview questions

Glassdoor has 25,297 interview questions and reports from Application development engineer interviews. Prepare for your interview. Get hired. Love your job.