Royal Bank of Scotland interview experience Real time questions & tips from candidates to crack your interview

SDE - Intern

Royal Bank of Scotland
upvote
share-icon
3 rounds | 4 Coding problems

Interview preparation journey

expand-icon
Preparation
Duration: 1 month
Topics: Data Structures, Algorithms, Graph Theory, Dynamic Programming, DBMS, Networks and Communication, Agile Software Development.
Tip
Tip

Tip 1 : Thoroughly prepare about the skills on your resume. Expect questions from the same.

Tip 2 : Know your projects well, be ready with outcome of project, Tools and Technology used, any hardships during the project that you overcame. Have atleast 2 projects.

Tip 3 : Practice DSA questions and all the commonly asked algorithms and puzzles

Application process
Where: Campus
Eligibility: 7 CGPA, No arrears
Resume Tip
Resume tip

Tip 1: Write your projects detailed - mostly in the following format: Name of the project, brief use case, tech stack used for development.


Tip 2: If you mention any Internships, use active verbs in the description - "Developed an Internal Dashboard which increased efficiency by 60%"

Tip 3: Mention your rank on sites like CodeForces, CodeChef(if they are good). Also add any extra-curriculars you were part of, Eg- "Vice President, Robotics Club ". Presents you as a well rounded individual

Interview rounds

01
Round
Medium
Online Coding Interview
Duration90 minutes
Interview date9 Sep 2020
Coding problem1

Timing - Late in the evening(7pm - 8 pm)
Virtual round, can give from home. 
Had to keep webcam on during the test. 
Tab switching was not allowed, and activity was monitored.

1. Given an array which is unsorted, check whether the elements are consecutive or not.

Moderate
15m average time
80% success
0/80
Asked in companies
GoogleQuikrWalmart

E.g. : 1 2 3 4 returns True,  1 3 4 5 returns False

Problem approach

- Used O(nLog(n)) sorting with merge sort

- Traverse through the arrey, if a[i]+1 != a[i+1] return False

- Else return true

Try solving now
02
Round
Medium
Face to Face
Duration20 minutes
Interview date15 Sep 2020
Coding problem2

Round in the morning, with 2 interviewers.
Questions based on Resume.

1. Longest Subarray Zero Sum

Moderate
18m average time
85% success
0/80
Asked in companies
AmazonOlaPayU

Given an array arr of length N consisting of positive and negative integers, return the length of the longest subarray whose sum is zero.

Try solving now

2. Titanic fatality prediction problem

Since I had Machine Learning as a skill in my resume, the interviewer asked me this question.

 

Problem approach

Tip 1: Don't just say a model name. First start with a basic one, like, Linear Regression
Tip 2: Then improve on the model, for eg, random forest regressor
Tip 3: Make some insights : The number of passengers will remain the same, so more dataset cannot be gotten. Hence a stronger model will be prone to overfitting.

03
Round
Easy
HR Round
Duration20 minutes
Interview date15 Sep 2020
Coding problem1

In the afternoon, with 3 recruiters, 2 HRs and 1 project manager.

1. HR Round

Problem approach

Tip 1: DO NOT LIE
Tip 2: Give examples of where you have used it. E.g: projects developed.
Tip 3: Mention courses you have done for it

Tip 4: Always show you are eager to learn.
Tip 5:"Even if I haven't used them yet because I was focussing on developing my Backend skills first, I would love to start learning it soon"

Tip 6: Refrain from saying anything like doing higher studies. Companies do not with to utilize time in grooming interns when they think they will be leaving company soon. Rather say something like you would love to pursue higher education whilst contributing to the company you are working in.

Here's your problem of the day

Solving this problem will increase your chance to get selected in this company

Skill covered: Programming

Which SQL keyword removes duplicate records from a result set?

Choose another skill to practice
Similar interview experiences
SDE - Intern
2 rounds | 3 problems
Interviewed by Royal Bank of Scotland
750 views
0 comments
0 upvotes
SDE - Intern
3 rounds | 4 problems
Interviewed by Royal Bank of Scotland
0 views
0 comments
0 upvotes
Software Engineer
2 rounds | 6 problems
Interviewed by Royal Bank of Scotland
648 views
0 comments
0 upvotes
company logo
SDE - 1
3 rounds | 9 problems
Interviewed by Salesforce
1101 views
0 comments
0 upvotes
Companies with similar interview experiences
company logo
SDE - Intern
3 rounds | 6 problems
Interviewed by Amazon
13918 views
4 comments
0 upvotes
company logo
SDE - Intern
4 rounds | 7 problems
Interviewed by Microsoft
13230 views
1 comments
0 upvotes
company logo
SDE - Intern
2 rounds | 4 problems
Interviewed by Amazon
9230 views
2 comments
0 upvotes