FREE Full-Stack Development Sample Questions and Answers

0%

What else do you do while changing classes in TFS?

Correct! Wrong!

Explanation:
After making changes to a class in TFS (Team Foundation Server), the next step would be to check the changes to the code repository.

Which class manages UserRoles?

Correct! Wrong!

Explanation:
In ASP.NET Identity, the AspNetUserRoles class manages the many-to-many relationship between the AspNetUsers and AspNetRoles tables. This class contains the foreign keys to the AspNetUsers and AspNetRoles tables and allows you to assign and remove roles for a particular user.

Describe Bootstrap

Correct! Wrong!

Explanation:
Bootstrap is a popular CSS framework for developing responsive and mobile-first web projects. It includes pre-designed CSS styles and JavaScript components to help developers build responsive websites quickly and easily.

What procedure do you use to add attributes to class properties?

Correct! Wrong!

Explanation:
Data annotations can add attributes to class properties in C#. Points can also be added through XML comments, fluent API, or by creating custom attributes.

What document controls configuration?

Correct! Wrong!

Explanation:
The `tsconfig.json` file is one of the files that can be used for TypeScript configuration. However, the specific file in charge of the design can depend on the project or tool used. For example, for a Node.js project, the configuration file might be `package.json` or `nodemon.json,` while for a React project, it might be `webpack.config.js` or `babel.config.js.`

How do you register or load scripts in Angular.js?

Correct! Wrong!

In TFS, where are used cases kept?

Correct! Wrong!

Explanation:
In TFS, Use Cases can be stored as Work Items in the Backlog. The Backlog is a prioritized list of work items that the team plans to deliver over multiple Sprints. Use Cases can be created as User Stories or any other type of work item that fits the team's process.