Target Corporation Interview Experience | Campus Hiring 2021 passout batch
Round 1: ​Computer Based Online Recruitment Test (on AMCAT)
The test had 3 sections :
1. Aptitude and Logical Reasoning
2. CS core subject questions [mainly on OOP, OS, Networks]
3. to response2 coding problems [problems on Array and string manipulation(dp)]
Round 2: ​Technical Interview
The interview was held virtually in Smartmeet, a peer-to-peer video call web application. There were two members in the panel. We started by introducing ourselves. The following coding questions were asked (to type the code in the preferred language, I chose Java.):
●Fibonacci series: I gave the approach of using dynamic programming. The next question asked was why dynamic programming and what’s the timecomplexity for the written code.
â—ŹCount the occurrences of duplicates in a string: I wrote an approach by using a 26 length array to store the alphabet count. Then they told it will time complexity work only on alphabets and what if some special characters were there in the string.
●Detecting loop in a linked list: They asked how could linked list algorithm fora be created and what’s its purpose and briefly explain about the algorithmfor loop detection in linked list with the time complexity.
â—ŹReverse a linked list: Asked to write the code.
â—ŹBinary Search: Asked to write the code.
Since I’ve mentioned Java as the preferred language in resume they asked some questions on Java. Also, sorting algorithms and their time complexity were asked. I’ve put OpenCV as a skill but not mentioned the project in the resume, so they asked about the project.
The interviewers were friendly and also cooperative. There was network issue during the process but it went smooth after a while and the complete technical round took approximately 1 hour. One with a good understanding of the data structures and its functioning can perform their best in this round. And also should be thorough with the resume.
Round 3: ​HR Interview
It was a virtual meeting in Zoom. The interviewer asked the following:
â—ŹIntroduce yourself
â—ŹWhy do you choose a programming career
â—ŹYour experience in team management
â—ŹGave a scenario and asked how will you react
â—ŹYour strengths
â—ŹThe greatest achievement in your life
â—ŹYour weaknesses
●Asked about the recent project that I’ve mentioned in resume
â—ŹAny negative experience on teamwork
●What you think you have to do before coming to Target, if you’re placed
â—ŹWhy Target
â—ŹAny questions for me
The interview took around 45-50 min. All the questions were asked according to the answer I gave on the previous one. Some points were also asked repeatedly to check if the responce changes or not
Please Login to comment...