Round 1:
Platform was hackerrank. 23 mcqs and 1 code. They shortlisted 31 students for next round. The code was https://www.careercup.com/question?id=5970560803143680
Round 2: Platform (Code Pair-though it wasn’t working that day so I had to write code in chatbox)
- Tell me something about yourself.
- Tell something about UBS. (Tell the companies motto and some keywords available on the website or told in the pre-placement talk)
- Why do you want to join UBS?
- Tell some of your projects. (Interviewer picked)
- Which data structure should be used for implementing search operations (in O(1))? [Based on the project] Ans- HashMap
- What will be the output of the following:
Input:
String Str=” abcd ”;
Str.trim();
SOP(Str);
Output: abcd
Because strings are immutable.
- Reverse(String str){}
- Complete this function. (I did reverse iteration)
- Use recursion. (static string outside a function and pass a substring removing the last char and concatenate that char to the static string)
- Code without using any auxiliary memory.
Round 3: Platform (Code Pair-though it wasn’t working that day so I had to write code on whiteboard)
- Tell me something about yourself.
- Tell some of your projects. (I had to choose….I chose the one which the previous interviewer liked)
- Write code for the palindrome number.
- What is Collections?-Types of Maps?
- Then he asked about exception handling.
- If there is an exception in your code and if it is not handled then does it directly throws an error or it searches for a section where it is handled? (something like this)
- Tell me about your 10th and 12th.
- Your CGPA – Highest CGPA in your class.
- What was required for migration? (Based on introduction)
Round 4: (Telephonic- Out of the 5 selects 3 had a video call and me and one other person had on call)
- How was your 1st and 2nd round?
- Tell me one of your most challenging projects.
- Why do you want to join UBS?
- What are you expecting from us?
- How do you think as an individual you will grow in UBS?
- What exams did you give today?
I got the job (total 5 people got the job)
Whether you're preparing for your first job interview or aiming to upskill in this ever-evolving tech landscape,
GeeksforGeeks Courses are your key to success. We provide top-quality content at affordable prices, all geared towards accelerating your growth in a time-bound manner. Join the millions we've already empowered, and we're here to do the same for you. Don't miss out -
check it out now!
Last Updated :
12 Dec, 2022
Like Article
Save Article