Tip 1 : Knowledge of CRUD operations and solid Principle
Tip 2 : Basics of react.js and basic DAta structures
Tip 3 : Hands-on experience on developing rest api
Tip 1 : Mention all the projects you have worked on
Tip 2 : Mention about your skill set clearly
Basic questions of Data structures , for reversal of string
OOPs concepts and Web API related questions were asked
Authentication using JSON token
Basic of react


‘S’ = “aabcd”, ‘M’ = 2, ‘A’ = [0, 1]
After 1st operation i.e, reversing from [0, 4], ‘S’ = “dcbaa”.
After 2nd operation i.e, reversing from [1, 3], ‘S’ = “dabca”.
Hence, the answer is “dabca”.
Basic DS of reversal of array without using pre defined functions
How to implement json token based authentication in web api and its components
Tip 1: good knowledge of jsin token three main components
Tip 2: injecting dependency in starup.cs file
It was majorly focused on work that is done in PolicyBazaar, of integration of APIs
Had to create a dummy API to call a third party GET API
A URL for an api was provided with method name and query string needed and was requested to fetch data from it in my dummy controller
Tip 1: Flow of code from model, controller and data layer
Tip 2: attribute routing
Tip 3: CRUD operations knowledge

Here's your problem of the day
Solving this problem will increase your chance to get selected in this company
How do you remove whitespace from the start of a string?