I'm studying for a MS certificate. I already bumped into 3 mistakes in the test and found confirmation online.
Now I didn't really find a clear answer, so I'm posting it here.
Here's the question:
You are maintaining an existing MVC application. Users report that when querying the database for a list of products that meet specific criterion, some products do not appear in the list. The original application developer followed common MVC structure conventions. You need to locate the file that is causing the problem.
In which folder should you look for the file?
The possible answers are:
- Controllers
- Models
- Views
- Content
I would just like to know if it is I who is confused or if the question/answer itself is confusing.
