Open In App

Visa Interview Experience | On-Campus

The eligibility criteria were 70 percent throughout academics. B.E.(CS and circuit branches), Btech (IT), M.E., MTech(IT), MCA are allowed to appear in the process. And I am an MCA student. Around 500 applied from my campus. As usual, the recruitment process started with a Pre-placement talk.

Round 1: Coding Assessment



In the coding round, there were 2 questions. The level of difficulty was Medium. Every candidate has a different question. Actually, questions are being selected from their pool. For me, both questions are from Dynamic Programming. Some of my friends got from Graph, Backtracking as well. My questions were:

Example
saving = 250
currentValue = [175, 133, 109, 201, 97]
futureValue = [200, 125, 128, 228, 133]
To maximize profits, the investor should buy stocks at indices 2 and 4 for an
investment of 109 + 97 = 206. At the end of the year the stocks are sold for 128+133 
= 261, so total profit is 261-206 = 55
For example: total=5 and k=3 ie (1 to 3), no. of ways = 5, the different ways are:
[1+1+1+1+1]
[1+1+1+2]
[1+2+2]
[1+1+3]
[2+3]

Round 2: Technical Interview 1



25 students were shortlisted for this round. This technical interview was totally based on System Design. The interviewer has more than 8 years of experience. The interviewer started by introducing herself. Then, my introduction. And then immediately jumped to Core Subjects. And then System Design. The interviewer was too friendly, helping me when I was going in the wrong direction. Questions were:

Round 3: Technical Interview 2

18 students were shortlisted for this round. This technical interview was based on problem-solving skills. The interview started with the introduction part. Then directly jumped to questions. Questions were:

Round 4: Technical + HR Interview

15 students were shortlisted for this round. This round is basically based on HR questions. The interviewer was not an HR manager, he is managing the team having more than 15 years of experience. Questions were:

In the end, they selected 8 students. 

Verdict: Selected

Tips:

Article Tags :