What is interface and why we use interface?
Net Interview Questions
8,183 net interview questions shared by candidates
Basic object oriented programming questions ,project architecture etc
Write a Program for string reverse
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)
Core Java Project Challenges faced during project OOPs concept Example of opos in real life or in yur project Agile SQL Query
My understanding of .NET, a resume overview and why Volvo
I had only first call with recruiter. It was typical questions about experience and salary expectations.
Solid principles OOP concepts CI/CD exposure
How to manage secrets in asp.net core applications.
difference b/w delegates vs events/ app.run() vs app.use()/ dynamic vs var
Viewing 2571 - 2580 interview questions