Junior Net Developer Interview Questions

3,377 junior net developer interview questions shared by candidates

The initial questions and technical assessments were standard. Unfortunately at the last online interview with Team Lead, he asked very specific ASP.NET MVC questions which I had not worked on in a while. He didn't ask any .Net core or framework questions. The job position was described as full stack but mostly backend, so that was really disappointing that the interview was focused on MVC
avatar

Senior .NET Engineer

Interviewed at The Emirates Group

3.9
Sep 14, 2023

The initial questions and technical assessments were standard. Unfortunately at the last online interview with Team Lead, he asked very specific ASP.NET MVC questions which I had not worked on in a while. He didn't ask any .Net core or framework questions. The job position was described as full stack but mostly backend, so that was really disappointing that the interview was focused on MVC

You are given an integer amount representing a sum of money. You have an infinite supply of coins of denominations 2, 5, and 10. Write a function that returns a tuple of three integers (a, b, c), where: a is the number of 10-coin pieces, b is the number of 5-coin pieces, c is the number of 2-coin pieces, such that the sum of these coins is exactly equal to amount, and the total number of coins (a + b + c) is minimized. If it is not possible to make up the amount with these coins, return (-1, -1, -1)
avatar

.NET Developer

Interviewed at Société Générale

3.7
Feb 11, 2026

You are given an integer amount representing a sum of money. You have an infinite supply of coins of denominations 2, 5, and 10. Write a function that returns a tuple of three integers (a, b, c), where: a is the number of 10-coin pieces, b is the number of 5-coin pieces, c is the number of 2-coin pieces, such that the sum of these coins is exactly equal to amount, and the total number of coins (a + b + c) is minimized. If it is not possible to make up the amount with these coins, return (-1, -1, -1)

Viewing 1651 - 1660 interview questions

Glassdoor has 3,377 interview questions and reports from Junior net developer interviews. Prepare for your interview. Get hired. Love your job.