Ingeniero De Software Net Interview Questions

7,077 ingeniero de software net interview questions shared by candidates

Tell me about your role in the current project? Are you willing to take ownership? What would you say about your communication with stakeholders of projects? Tell me about a solution which made a big difference in the system if any?
avatar

.NET Developer

Interviewed at EPAM Systems

4
Dec 19, 2024

Tell me about your role in the current project? Are you willing to take ownership? What would you say about your communication with stakeholders of projects? Tell me about a solution which made a big difference in the system if any?

What will be printed to the Console at the end of this code? int global = 0; Thread t1 = new Thread(() => { int local = 0; while(global < 3) { local += 1; global += 1; } Console.WriteLine(local); }); Thread t2 = new Thread(() => { global += 1; }); t1.Start(); t2.Start();
avatar

Junior C# and .NET developer

Interviewed at NiCE

3.9
Jun 6, 2024

What will be printed to the Console at the end of this code? int global = 0; Thread t1 = new Thread(() => { int local = 0; while(global < 3) { local += 1; global += 1; } Console.WriteLine(local); }); Thread t2 = new Thread(() => { global += 1; }); t1.Start(); t2.Start();

Viewing 6971 - 6980 interview questions

Glassdoor has 7,077 interview questions and reports from Ingeniero de software net interviews. Prepare for your interview. Get hired. Love your job.