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)
Software Developer Net Interview Questions
8,182 software developer net interview questions shared by candidates
Core Java Project Challenges faced during project OOPs concept Example of opos in real life or in yur project Agile SQL Query
Questions were asked on java, jdbc, MySQL which mainly focused on project.
.Net Core, MVC, .Net Framework, OOPS and C# Concepts, SQL Server.
Explain dependency inversion (or dependency injection).
Detailed Form Authetication and Authorization.
I had only first call with recruiter. It was typical questions about experience and salary expectations.
Describe your current development process
Solid principles OOP concepts CI/CD exposure
Q: What is a delegate in C#?
Viewing 2661 - 2670 interview questions