Upload Button Icon Add office photos

CLSA

Compare button icon Compare button icon Compare

Filter interviews by

CLSA Interview Questions and Answers

Updated 17 Feb 2025

CLSA Interview Experiences

Popular Designations

8 interviews found

Interview experience
1
Bad
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected
Round 1 - One-on-one 

(2 Questions)

  • Q1. Tell about your self Were you want to see you after 5 year
  • Ans. 

    I am a dedicated and detail-oriented Middle Office Analyst with a strong background in financial analysis and risk management.

    • In 5 years, I see myself as a Senior Middle Office Analyst, leading a team of analysts and contributing to strategic decision-making.

    • I plan to further develop my skills in data analysis and automation to streamline processes and improve efficiency.

    • I aim to pursue additional certifications such a...

  • Answered by AI
  • Q2. Trade life cycle

Interview Preparation Tips

Interview preparation tips for other job seekers - For timebeing you can join and search other opportunities

Interview Questions & Answers

user image Anonymous

posted on 28 Jan 2024

Interview experience
1
Bad
Difficulty level
Easy
Process Duration
4-6 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in Dec 2023. There were 4 interview rounds.

Round 1 - HR 

(1 Question)

  • Q1. Tell me about your self
Round 2 - One-on-one 

(1 Question)

  • Q1. Detailed discussion about the role and excel skills
Round 3 - Assignment 

Excel assignment- Easy

Round 4 - One-on-one 

(1 Question)

  • Q1. Tell me about the company

Interview Preparation Tips

Interview preparation tips for other job seekers - They wasted my time for more than a month and I waited to get an offer because they told me our process takes time. They had no proper communication and would not reply to your calls and After all the rounds just got a rejection mail.
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

DSA DSA DSA DSA DAS DSA DSa

Round 2 - Coding Test 

20 min 50 question done selected

Round 3 - HR 

(1 Question)

  • Q1. Name Phone no , details addresss lst compnay

Interview Preparation Tips

Interview preparation tips for other job seekers - Dont Join

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (197)
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Technical 

(1 Question)

  • Q1. SQL, UNIX , SHELL SCRIPTING , DevOps Tools

Interview Preparation Tips

Interview preparation tips for other job seekers - Should have Good English communication skills.
Basic Tech knowledge is enough.

Production Support Engineer Interview Questions asked at other Companies

Q1. What is a role of support engineer
View answer (2)

CLSA interview questions for popular designations

 Software Engineer

 (2)

 Analyst

 (1)

 Senior Software Engineer

 (1)

 Admin

 (1)

 Middle Office Analyst

 (1)

 Production Support Engineer

 (1)

Analyst Interview Questions & Answers

user image Anonymous

posted on 20 Sep 2021

I applied via Company Website and was interviewed in Mar 2021. There were 3 interview rounds.

Interview Questionnaire 

7 Questions

  • Q1. What is angular? What is react hooks? How to bind data? How to create DOM structure ? Copying array in to const arrays.. all the basic questions are asked in the first interview
  • Ans. 

    Angular is a JavaScript framework for building web applications. React Hooks are a feature in React that allow for stateful logic to be used in functional components.

    • Angular is a full-featured framework with a lot of built-in functionality, while React is a library that focuses on the view layer.

    • Angular uses two-way data binding, while React uses one-way data flow.

    • React Hooks allow for stateful logic to be used in func...

  • Answered by AI
  • Q2. Second interview consist of database related queries and questions.. this question was based on the role that you applied and also knowledge of front end and java .. questions difficulty is strong
  • Q3. After that 3 rd interview is completely based in your logical and virtual thinking based . In that they check about your capacity to working and how to handle situation.
  • Q4. Some basic information asked about cloud like aws and docker
  • Q5. Prepare very basic questions and logical question for clsa . Company is very strict to hiring so you need to clear all the round
  • Q6. Read all the database and it's workings
  • Q7. Hands-on on basic code writting

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare all the basic and interview with confidence and knowledge. This suggestion is role specific.

Skills evaluated in this interview

Analyst Interview Questions asked at other Companies

Q1. N-th Fibonacci Number Problem Statement Given an integer ‘N’, your task is to find and return the N’th Fibonacci number using matrix exponentiation. Since the answer can be very large, return the answer modulo 10^9 + 7. Formula: F(n) = F(n-... read more
View answer (1)

I applied via Recruitment Consultant and was interviewed in Sep 2021. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Treeset, Treemap, Logical and tricky questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well, be yourself. Stick to CV.

Senior Software Engineer Interview Questions asked at other Companies

Q1. K Largest Elements Problem Statement You are given an integer k and an array of integers that contain numbers in random order. Write a program to find the k largest numbers from the given array. You need to save them in an array and return ... read more
View answer (1)

Admin Interview Questions & Answers

user image Anonymous

posted on 26 Oct 2017

Interview Preparation Tips

Round: Problem Statement
Tips: Answer them with their style & attitude.

Admin Interview Questions asked at other Companies

Q1. How do you define your Management Information System (MIS), and how do you manage your daily operational tasks?
View answer (1)

Interview Preparation Tips

Round: Aptitude test and technical test
Experience: Quant, english and technical questions were asked. Easy to crack

Round: Technical + HR Interview
Experience: The staff was very cooperative and easy on the candidates. They were asking logical puzzles. Normal discussion regarding projects and extra curricular

Round: HR Interview
Experience: The interview was with the MD of the company. General talk and again some logical puzzles.

College Name: MIT College Of Engineering

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (197)

Interview questions from similar companies

I was interviewed before Mar 2021.

Round 1 - Face to Face 

(3 Questions)

Round duration - 60 minutes
Round difficulty - Medium

Technical round with questions on DSA and OS.

  • Q1. 

    LRU Cache Design Problem Statement

    Design and implement a data structure for a Least Recently Used (LRU) cache that supports the following operations:

    • get(key) - Retrieve the value associated with the...
  • Ans. 

    Design and implement a Least Recently Used (LRU) cache data structure that supports get and put operations with a specified capacity.

    • Implement a doubly linked list to keep track of the order of keys based on their usage.

    • Use a hashmap to store key-value pairs for quick access and updates.

    • When a key is accessed or updated, move it to the front of the linked list to mark it as the most recently used.

    • When the cache reaches...

  • Answered by AI
  • Q2. 

    Maximum of All Subarrays of Size K

    Given an array of non-negative integers and an integer K representing the length of a subarray, your task is to determine the maximum elements for each subarray of size ...

  • Ans. 

    Find the maximum elements for each subarray of size K in a given array.

    • Iterate through the array and maintain a deque to store the indices of elements in decreasing order.

    • Pop elements from the deque that are out of the current window.

    • Keep track of the maximum element in each subarray of size K.

    • Return the maximum elements for each subarray.

  • Answered by AI
  • Q3. What is virtual memory?
  • Ans. 

    Virtual memory is a memory management technique that allows a computer to compensate for physical memory shortages by temporarily transferring data from RAM to disk storage.

    • Virtual memory allows programs to use more memory than is physically available on the system.

    • It helps in multitasking by allowing multiple programs to run simultaneously without running out of memory.

    • Virtual memory uses a combination of RAM and disk...

  • Answered by AI

Interview Preparation Tips

Eligibility criteriaAbove 7 CGPAGoldman Sachs interview preparation:Topics to prepare for the interview - Coding Skills, Operating Systems , Data Structures, Algorithms, System Design, Aptitude, OOPSTime required to prepare for the interview - 5 monthsInterview preparation tips for other job seekers

Tip 1 : Must do Previously asked Interview as well as Online Test Questions.
Tip 2 : Go through all the previous interview experiences from Codestudio and Leetcode.
Tip 3 : Do at-least 2 good projects and you must know every bit of them.

Application resume tips for other job seekers

Tip 1 : Have at-least 2 good projects explained in short with all important points covered.
Tip 2 : Every skill must be mentioned.
Tip 3 : Focus on skills, projects and experiences more.

Final outcome of the interviewRejected

Skills evaluated in this interview

I applied via Campus Placement and was interviewed before Jan 2021. There were 4 interview rounds.

Round 1 - Group Discussion 

Generic topics that were trending at the time

Round 2 - One-on-one 

(1 Question)

  • Q1. Puzzle round - aptitude
Round 3 - One-on-one 

(1 Question)

  • Q1. Technical Round - coding related questions
Round 4 - Group Discussion 
Pro Tip by AmbitionBox:
Be a good listener. GDs are not just about speaking. Your listening skills will give you a lot of points to counter and speak when your turn comes.
View all tips

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and ensure you're clear with job requirements to clear rounds

CLSA Interview FAQs

How many rounds are there in CLSA interview?
CLSA interview process usually has 2-3 rounds. The most common rounds in the CLSA interview process are One-on-one Round, Coding Test and HR.
How to prepare for CLSA interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at CLSA. The most common topics and skills that interviewers at CLSA expect are Front Office, Senior Management, Supervision, Corporate and International.
What are the top questions asked in CLSA interview?

Some of the top questions asked at the CLSA interview -

  1. What is angular? What is react hooks? How to bind data? How to create DOM struc...read more
  2. After that 3 rd interview is completely based in your logical and virtual think...read more
  3. Second interview consist of database related queries and questions.. this quest...read more

Tell us how to improve this page.

CLSA Interview Process

based on 3 interviews

Interview experience

2
  
Poor
View more

Interview Questions from Similar Companies

Goldman Sachs Interview Questions
3.5
 • 408 Interviews
Deutsche Bank Interview Questions
3.9
 • 366 Interviews
UBS Interview Questions
3.9
 • 339 Interviews
Morgan Stanley Interview Questions
3.7
 • 309 Interviews
Barclays Interview Questions
3.8
 • 278 Interviews
Bank of America Interview Questions
4.3
 • 237 Interviews
CapitalOne Interview Questions
3.7
 • 78 Interviews
Nomura Holdings Interview Questions
3.9
 • 68 Interviews
Silverskills Interview Questions
3.4
 • 23 Interviews
View all

CLSA Reviews and Ratings

based on 78 reviews

2.9/5

Rating in categories

2.8

Skill development

3.1

Work-life balance

2.6

Salary

2.9

Job security

2.5

Company culture

2.1

Promotions

2.6

Work satisfaction

Explore 78 Reviews and Ratings
Manager, Cash Operations, Setclear

Pune

6-10 Yrs

Not Disclosed

Officer, Middle Office, Setclear

Pune

3-6 Yrs

Not Disclosed

Explore more jobs
Software Engineer
56 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Officer
55 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Analyst
35 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Engineer
25 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Manager
15 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare CLSA with

Morgan Stanley

3.7
Compare

Goldman Sachs

3.5
Compare

JPMorgan Chase & Co.

4.0
Compare

Bank of America

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