Us Citizen
Green Card
Corp-Corp
Consulting/Contract
UG :- - Not Required
PG :-
No of position :- ( 1 )
Post :- 31st Mar 2021
.NET Profiles with C#, API, Angular and Azure app Services. Experience in Data Structures and Algorithms is common for any requirement
Required Skills:
Consultant should be good in Problem Solving skills, Data Structures and Algorithms.
Designing & developing web applications using ASP.Net, MVC.
Strong hands on experience on React and Redux or Angular 4 or 5 or 6 versions.
Good in Web API, hands on experience on C# Coding.
Good at Azure App Services.
Points about problem Solving:
The candidate must be able to explain his way to solve the problem before coding it
The code the candidate writes must be a representation of what he is explaining.
The candidate must use the right data structures while solving the problem
Look for memory wasting or unnecessary loops
Using Length property in a loop like for(int x =0; x < myString.Length; x++) instead of assigning the string length to a variable before entering the loop.
The candidate must know about time and space complexity