1.
In a typical Full Stack .NET application, which component directly communicates with the SQL Server database?
2.
Which Angular module is primarily used to send HTTP requests to a Web API?
3.
Why is an Angular Service commonly used instead of calling a Web API directly from a Component?
4.
Which layer in ASP.NET Core Web API is primarily responsible for interacting with the database?
5.
During a user registration process, what is the correct sequence of data flow?
6.
After a user successfully logs in, where should the JWT token typically be included for future API requests?
7.
What is the primary benefit of using Stored Procedures with a Web API?
8.
Which issue is most likely to occur if Angular and Web API are hosted on different domains without proper configuration?
9.
Which practice helps improve the performance of a Full Stack application?
10.
During debugging, an Angular application successfully sends a request, but no data is stored in SQL Server. Which component should be investigated first?
1 out of 1