Candidate waiting in lobby most of the time, Interviewer should be there if interview is aligned,
Interview taken, Document verification done!! I waited for offer letter they ask my last working day confirmation but lastly they said the offer letter cant be released as we have filled the position by internal respurxe
Interview was moderate and question asked related to framework and Rest assured and selenium java and etc
What are the different HTTP methods that Rest Assured supports?
Rest Assured supports all the standard HTTP methods that are commonly used in RESTful API design.
These methods are:
GET: This method is used to retrieve resource(s) from the server.
POST: This method is used to create a new resource on the server.
PUT: This method is used to update an existing resource on the server.
DELETE: This method is used to delete a resource from the server.
PATCH: This method is used to apply partial modifications to a resource.
TRACE: This method is used to retrieve a diagnostic trace of the actions performed by a server.
Interview questions [1]
Question 1
What are the different HTTP methods that Rest Assured supports?
Rest Assured supports all the standard HTTP methods that are commonly used in RESTful API design.
These methods are:
GET: This method is used to retrieve resource(s) from the server.
POST: This method is used to create a new resource on the server.
PUT: This method is used to update an existing resource on the server.
DELETE: This method is used to delete a resource from the server.
PATCH: This method is used to apply partial modifications to a resource.
TRACE: This method is used to retrieve a diagnostic trace of the actions performed by a server.
LTImindtree Interview selection process consists of 3rounds. Technical round, Client round, HR discussion. Difficulty level of technical round based on role applied for. After we completed first two rounds with good impression then it will considerably easy to discuss with HR for salary package.
Interview questions [1]
Question 1
Questions about implementation and custom enhancements