I applied online. The process took 2 weeks. I interviewed at Moolya Software Testing (Bengaluru)
Interview
It was not tough if you know coding..Learn basic coding questions. There are 3 rounds of interview. First round is MCQ + Coding (3 questions). Second round is HR TECHNICAL and last round is Managerial discussion
I applied online. I interviewed at Moolya Software Testing (Ahmedabad) in Feb 2023
Interview
The entire interview process was very smooth, the interviewers were very professional, and all the questions asked were excellent. Although I couldn't make it to the last round, the experience was unique, and I'd love to give an interview again if I get the chance.
Interview questions [1]
Question 1
Send the below Nested JSON object as a POST request payload ``` { "author": { "lastname": "Doe", "firstname": "Jane" } } ``` Keep in mind: 1. Not to use it as hardcoded in the body method 2. Do Not refer to it as a string 3. Not to use as a file object