Upload Button Icon Add office photos

Filter interviews by

Barclays Investment Bank Spring Intern Interview Questions and Answers

Updated 17 Feb 2024

Barclays Investment Bank Spring Intern Interview Experiences

1 interview found

Spring Intern Interview Questions & Answers

user image Olly Willsmith

posted on 17 Feb 2024

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Sequential code questions, mathematical questions using pie chart, memory questions using arrow

Round 2 - Nothing 

(3 Questions)

  • Q1. For this role the programme didnt have a follow up interview
  • Q2. It is soley based on the assessment
  • Q3. The assessment is soewhat difficult only since its time

Interview questions from similar companies

I applied via Naukri.com and was interviewed in Jul 2020. There were 5 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Basics of Java and JPA, Design Patterns, Some patterns used in previous projects, Patterns present in Spring, Restful services and SOA
  • Q2. Design and architecture of the projects from previous organization, tools used, Basics of SDLC, Agile and working methodology.
  • Q3. Good coding practices and principles- SOLID principle
  • Ans. 

    SOLID principle is a set of good coding practices that help in creating maintainable and scalable software.

    • S - Single Responsibility Principle: A class should have only one reason to change.

    • O - Open/Closed Principle: A class should be open for extension but closed for modification.

    • L - Liskov Substitution Principle: Subtypes should be substitutable for their base types.

    • I - Interface Segregation Principle: A client shoul...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Try to answer to the point and involve the past experience on the matter if any. The panel was good and provided ample time to think and answer.

I applied via Recruitment Consultant and was interviewed in Apr 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. JAVA 8 features, few programming snnipets for arraylist and String class.Angular basic questions like property binding , difference between var and let, loops.Code review process, teamcity, how to decide w...

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus on basics, self-confidence

Interview Preparation Tips

Round: Test
Experience: It was AMCAT Test. Verbal was bit of tough.Somehow i managed. But I could not get the time for Quants to solve. Logical and Programming was good. Basics were asked in Programming from data structures, C and OOPS.
Tips: Kindly Practice well.There is lot of websites for preparing interview test.Avail that.Go through all the Basic concepts from your core subjects.Be perfect about the concepts.Do not get tensed while seeing big questions.Read twice you would feel easy about that qus .Do well.ALL THE BEST. Initially Confidence should be there.
Duration: 2 hours minutes
Total Questions: 100

College Name: VIT VELLORE
Motivation: For time being i dont have any idea about that company since am not entered into.But my seniors and well wishers are saying that its really a good company for freshers to enhance their knowledge.
Funny Moments: Ha Ha Ha.. Personal Interview was Good.HR Interview was very chill. It was so excitement one.

Associate Interview Questions & Answers

Deutsche Bank user image Ashish Viswananthan

posted on 5 Dec 2015

I applied via Walk-in

Interview Questionnaire 

6 Questions

  • Q1. Personals (tell me about yourself, couple of short questions from resume
  • Q2. Lots of personals about why markets (why not consulting too!), why Deutsche etc
  • Q3. Couple of puzzles (reasonably simple)
  • Q4. Some problems on hedging using futures, FX exposure, credit exposure etc. Interest rates, currencies, some macro gyaan
  • Q5. Good no. of questions on subprime crisis (both factual and also interpretation based questions like „What would you do if you were Ben Bernanke and you found out about all this in 2007‟)
  • Q6. Couple of questions testing knowledge of capital markets etc („If I were an FII with 100 million dollars, where should I invest it today?‟ etc)

Interview Preparation Tips

Round: Technical Interview
Experience: I think they were looking for Analytical ability (more in terms of thought process of approaching a problem), good awareness of financial crisis and general gyaan and willingness to work in markets (i.e. how convincing my reasons were etc). I wasn‟t tested too much on derivatives and puzzles, but I believe a few others had lots of questions in this area.

I think the personals & financial crisis questions went very well, pretty decent with the puzzles too. Started a bit slowly on the problems, but was able to arrive at the solution quickly once I had the hang of the question.
Tips: I prepared pretty well for derivatives & financial crisis. Though my approach was not very quick for the former, this was not a problem because I was not hurried for these questions and they were also seeing how I was approaching the solution. I was well prepared with the personals section – very clear on why I wanted markets, not consulting etc and I think I gave them nearly 6 reasons for Why Deutsche 

Round: Technical Interview
Tips: For most banks, and for Deutsche especially, be prepared with personals at three levels (Tell me about yourself etc | Why markets, why not consult / IBD etc | Why Deutsche). I had done my homework by speaking to seniors in this respect and I think
Name
Ashish Viswanathan
Educational Qualification
B. Tech Chemical Engineering, IIT Madras
Workex
Shell Global Solutions (1 year)
Summers Company & Role
Deutsche Bank Global Markets, London Associate

Networth Fin Summers Guide 2010 6 | P a g e
my clarity of thought on these questions clinched it.

Round: Technical Interview
Tips: Make sure you understand what you are preparing in case of derivatives. Don‟t get caught up and confused by the math, learn the basics of why and how the derivatives work

Round: Technical Interview
Tips: Make sure you are well prepared with financial crisis / current affairs / bailout and efforts to fight the crisis. Have an opinion on issues like „Do you think it was right to not bail out Lehman?‟ etc and be prepared to defend your opinion

Skill Tips: Curiosity, “can-do” attitude, Gyaan on derivatives, basic excel skills, willingness to learn in a sometimes chaotic environment
Skills: basic excel skills, Curiosity To Learn
College Name: IIM Bangalore

I applied via Referral

Interview Questionnaire 

3 Questions

  • Q1. Puzzles
  • Q2. Financial Derivatives questions
  • Q3. HR questions

Interview Preparation Tips

Round: Technical Interview
Experience: I think they were looking for A bit of quant smartness, else mostly culture fit and a strong resume.
Tips: Be calm and confident and honest.

Skills: Finance Basics, Puzzle Solving Capability
College Name: IIM Bangalore

I applied via Referral and was interviewed before Jun 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. What is trigger
  • Ans. 

    A trigger is a database object that automatically executes a response to certain events.

    • Triggers are used to maintain data integrity and consistency.

    • They can be used to enforce business rules and perform complex calculations.

    • Examples include triggering an email notification when a new record is inserted, or updating a related record when a primary record is modified.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident

Skills evaluated in this interview

Interview Questionnaire 

11 Questions

  • Q1. 1st technical round
  • Q2. How you will find the smallest of 4 numbers without using >.< and min function using java
  • Ans. 

    Finding smallest of 4 numbers without using >.< and min function in Java.

    • Initialize a variable with the first number

    • Compare it with the remaining numbers using if-else statements

    • If a smaller number is found, update the variable

    • Repeat until all numbers are compared

    • The final value of the variable will be the smallest number

  • Answered by AI
  • Q3. Write a code for palindrome
  • Ans. 

    Code for palindrome checking

    • Convert the input to lowercase to ignore case sensitivity

    • Use two pointers, one at the start and one at the end of the string

    • Compare the characters at both pointers and move them towards each other

    • If all characters match, it's a palindrome

  • Answered by AI
  • Q4. Write any javascript code
  • Ans. 

    Javascript code to display 'Hello World!' on the webpage

    • Create a new HTML file

    • Add a script tag with 'type' attribute set to 'text/javascript'

    • Inside the script tag, use document.write() to display 'Hello World!'

  • Answered by AI
  • Q5. Swap two number without using temperory variable
  • Ans. 

    Swap two numbers without using a temporary variable.

    • Use addition and subtraction to swap the values

    • Use XOR operator to swap the values

    • Use multiplication and division to swap the values

  • Answered by AI
  • Q6. How you will add 2 table
  • Ans. 

    To add 2 tables, we need to use a join operation on a common column.

    • Identify the common column between the tables

    • Choose the appropriate join type (inner, outer, left, right)

    • Write the SQL query to join the tables

    • Example: SELECT * FROM table1 INNER JOIN table2 ON table1.column = table2.column

  • Answered by AI
  • Q7. Difference between union and union all
  • Ans. 

    Union combines and removes duplicates, Union All combines all rows including duplicates.

    • Union is used to combine the result sets of two or more SELECT statements and remove duplicates.

    • Union All is used to combine the result sets of two or more SELECT statements and includes all rows, including duplicates.

    • Union is slower than Union All as it has to remove duplicates.

    • Union requires the same number of columns in all SELEC...

  • Answered by AI
  • Q8. They provide an instance, and tell us to write a query for that
  • Q9. Tell me about yourself
  • Q10. The worst situation during your internship period
  • Ans. 

    Being assigned a project with unrealistic deadlines and minimal guidance

    • Received a project with tight deadlines and unclear requirements

    • Struggled to meet the deadlines due to lack of guidance and support

    • Had to work long hours and weekends to try to complete the project

    • Learned the importance of clear communication and setting realistic expectations

  • Answered by AI
  • Q11. How you will overcome from that worst situation

Interview Preparation Tips

Round: Test
Experience: The question were not that much difficult. Many apti questions are easy. Technical was very easy for me.
The questions were fully based on java, c and SQL. 7 to 8 questions are from SQL. But all are straight forward questions. Other 2 sections were easy and any student who had a good sort of thinking ability can able to solve those questions.
Tips: Just refer all the basic topics in java, c and sql.
Duration: 60 minutes
Total Questions: 50

Round: Technical Interview
Experience: It was fully based on the final sem project which i was doing.
Since my project is company's employee portal, i was asked about that. They will dig into deep with respect to that project.
Tips: U should be aware of each and everything in your project which you are going to explain them. The question which they use to ask is really unpredictable.

Round: Technical Interview
Experience: This is pure technical round where i was asked the questions which is easy but takes time to think. Anyhow, i answered all these questions and get into the next round.
Tips: Logical thinking matters. Though questions look easier, sometimes we co calculate with wrong manner.
So keep calm and think in a broader manner.

Round: Technical Interview
Experience: Technical round with pure database stuffs. I was asked only few question in this. Since it was straight forward, i answered all the questions.

Round: HR Interview
Experience: Confidence really matters. Though i was not that much good in conversing, i spoke with brave and confidently which makes me to became a part of the barclays team.

General Tips: Be confident enough and answer them what you know.
Talking too much as well as taking less is also a problematic.
Skills: Logical thinking, Technical skills ( Especially about database )
College Name: MANIPAL INSTITUTE OF TECHNOLOGY, MANIPAL
Motivation: Credits should goes to my bro who motivates me to apply to this comapny.

Skills evaluated in this interview

I appeared for an interview before Sep 2019.

Interview Questionnaire 

8 Questions

  • Q1. 1 tell me about your self?
  • Q2. Why you want work at this company?
  • Q3. Why should I hire you?
  • Q4. If you are experience person----why are you looking for a job company change?
  • Q5. What are your salary requirements?
  • Q6. What is your ambition?
  • Q7. How could be you contribute to our company if you're selected?
  • Q8. Finally do you have any questions to ask me

Interview Preparation Tips

Interview preparation tips for other job seekers - * Research the industry and company
* Clarify your are selling points ex:-(good
communication skills)
* And reason you the job
* Prepare for common interview questions
* Practice---practice---practice and be confident
At the time of interview time.

Software Engineer Interview Questions & Answers

Barclays user image Shubham Srivastava

posted on 30 Jan 2016

Interview Preparation Tips

Round: Test
Experience: General aptitude consisted of quantitative questions .There were 6 questions and suggested time as 10 minutes. Questions were of easy level. Questions based on numbers,distance,time etc..Answers of general aptitude were to be written in textbox. eg ans is 4,write 4. there were no options in quant. Answers were integers an easy.
Technical comprehension involved two paragraphs and questions based on sql.
Logical analysis contained questions of logical deduction mainly.
Program tracing involved finding output of programs(mainly while loop and if else)..
Programming : There was only one question of programming(to be solved in 30 minutes). Code was given and was to be modified.Modification involved like , find out the least salary of employees,... (they used file input output and structures).

Tips: Practice basic aptitude.Concepts should be clear.
Duration: 90 minutes
Total Questions: 18

Skills: Basic C/C++, Logical Thinking, Logical Reasoning, General Aptitude
College Name: NIT Raipur

Barclays Investment Bank Interview FAQs

How many rounds are there in Barclays Investment Bank Spring Intern interview?
Barclays Investment Bank interview process usually has 2 rounds. The most common rounds in the Barclays Investment Bank interview process are Aptitude Test.
What are the top questions asked in Barclays Investment Bank Spring Intern interview?

Some of the top questions asked at the Barclays Investment Bank Spring Intern interview -

  1. the assessment is soewhat difficult only since its t...read more
  2. for this role the programme didnt have a follow up interv...read more
  3. it is soley based on the assessm...read more

Tell us how to improve this page.

Barclays Investment Bank Spring Intern Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

ICICI Bank Interview Questions
4.0
 • 2.5k Interviews
HDFC Bank Interview Questions
3.9
 • 2.2k Interviews
Axis Bank Interview Questions
3.7
 • 1.5k Interviews
IDFC FIRST Bank Interview Questions
3.9
 • 668 Interviews
Bandhan Bank Interview Questions
3.7
 • 566 Interviews
Deutsche Bank Interview Questions
3.9
 • 371 Interviews
Barclays Interview Questions
3.8
 • 275 Interviews
Bank of America Interview Questions
4.2
 • 241 Interviews
View all
Senior Analyst
85 salaries
unlock blur

₹3.7 L/yr - ₹12.2 L/yr

Assistant Manager
68 salaries
unlock blur

₹7.5 L/yr - ₹16.3 L/yr

Assistant Vice President
54 salaries
unlock blur

₹19 L/yr - ₹40 L/yr

Analyst
39 salaries
unlock blur

₹6.3 L/yr - ₹20 L/yr

Associate Vice President
22 salaries
unlock blur

₹16.5 L/yr - ₹50 L/yr

Explore more salaries
Compare Barclays Investment Bank with

HDFC Bank

3.9
Compare

ICICI Bank

4.0
Compare

Axis Bank

3.7
Compare

Kotak Mahindra Bank

3.7
Compare
Did you find this page helpful?
Yes No
write
Share an Interview