Reputation: 484
I do not know if a good idea to group all these together, and let me know if I should take this post down if it is doing something incorrect or silly. But I just gradated college and am going in for an entry level job and I am about to take technical assessment that deals with some extra stuff than I am not familiar with: Angular, SignalR, and WebAPI.
As an entry level candidate: What are some questions I should be prepared to be asked and answer?
I can find more on interview questions Angular than the other two, but any sites or knowledge of questions would really be appreciated.
Right now I am trying to get the basic understanding of each by watching a tutorial over each, but I know that is going to be a lot of information of a broad area of each, so I am trying to understand what parts I really need to concentrate my scope of focus.
Thanks!
Upvotes: 2
Views: 1204
Reputation: 32604
If you're looking to ramp up on Angular I would suggest Egghead.io. They have an amazing catalog of angular videos.
For your .NET related topics (SignalR & Web API), I'd heavily recommend Pluralsight.net.
Angular key Points:
I'd recommend watching some of those resources and building a sample application to help cement everything you will learn.
Web API key points:
I would create a sample API and use Fiddler to hit the endpoints. Have this API be able to do the basic CRUD actions for one type of resource/entity.
SignalR key points:
Wrapping it all up.
I would recommend creating an individual sample project for each one of these practices. Once you feel comfortable with all of them I would create a project that encompasses all three.
Upvotes: 7