Open In App

UBS Internship Interview Experience

UBS(United Bank of Switzerland) visited our college for hiring interns in November. 

Eligible Courses: B.Tech (CS, IT, ECE) V semester.



Eligibility Criteria: 70% & Above or 7 CGPA & Above separately in 10th class, 12th class and in current B.Tech course (aggregate of all semesters till last semester ).

Round1 (Online Test): It was an online test on Hackerrank. The duration was of one hour. The first round consists of MCQs, Debugging, and coding section.



MCQs: MCQs include aptitude, DBMS , debugging. Most of the debugging questions were in java.

Coding section: It consists of 1 coding question. It was of medium level and was based on graphs. 

Coding Question:

 Matrix Traversal: Given a 4×4 matrix mat, the initial energy is 100. The task is to reach the last row of the matrix with the maximum possible energy left.

The matrix can be traversed in the following way:

  1. Start with any cell in the first row. 
  2. In each move, traverse from cell (i , j) of the ith row and jth column to any existing cell out of (i + 1, j-1), (i+1, j) ,or(i+1 ,j+1).
  3. Finish the traversal in the last row.

After stepping on a cell (i ,j)  energy decreases by mat[i][j] units. Find the maximum possible energy left at the end of the traversal.

Note: The Final energy can be negative.

18 people were selected for the second round.

Round2 (Interview): The interview was scheduled a day after the coding round on skype. The interview went on for almost 25 minutes. The interviewer was friendly and made me feel comfortable. 

Round3(Interview): The interview went on for almost 25 minutes. 

Tips: Read about the company and it’s work culture. In the end they ask you if you have any questions for them so feel free to clear your doubts.

Finally 13 students were selected and I was one of them.

Verdict: Selected

Article Tags :