Upload Button Icon Add office photos

CLSA

Compare button icon Compare button icon Compare

Filter interviews by

Clear (1)

CLSA Analyst Interview Questions and Answers

Updated 20 Sep 2021

CLSA Analyst Interview Experiences

1 interview found

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

Interview questions from similar companies

Analyst Interview Questions & Answers

UBS user image Anonymous

posted on 25 Jan 2015

Interview Preparation Tips

Round: Resume Shortlist
Experience: My strong resume aided in getting shortlisted for Credit Suisse.

Round: Group Discussion
Experience: The GD went well as I did not haste into my chance and was calm throughout.

Round: Other Interview
Experience: The interview was with an alumni who told me that my GD performance was good, and asked me a puzzle. It was followed by some questions on my resume, mainly my internship.
Another puzzle followed, which I took some time to solve. I was able to solve the next one instantly,
Then I was asked to sell a crumbled piece of paper innovatively.

Round: Other Interview
Experience: This round was with a senior member in the company who asked about my resume, stay in campus, post of election officer and some tricky questions, which I answered well. A question on probability was asked. A few more puzzles followed, along with some questions on finance. He also mentioned that he did not expect me to answer these as I had no background in finance. But i was able to answer them.
I was then asked to leave and HR was called inside. I also had an interview with Diamond. The HR came to me and told me that they were interested in and asked me to stall my interview with diamond for a while.

Round: HR Interview
Experience: It was with VP and continued for 45 minutes with no puzzles, finances or cases. It was more of a discussion on all fields ranging from campus life to UP politics to Sachin's retirement, etc.
I was asked about my internship experience and the reason i wanted to join their company .

Round: HR Interview
Experience: It was with the Director, who said that he had a sore throat and hence would not say much. he said that they wanted to hire me and that I do not interview with any other firm. I was more than glad! I was the first person to bag an offer in the placement season.

College Name: IIT KANPUR

Interview Questionnaire 

23 Questions

  • Q1. Why Morgan Stanley?
  • Ans. 

    Morgan Stanley is a top-tier investment bank with a strong reputation for innovation and excellence.

    • Morgan Stanley has a long history of success in the financial industry

    • The company is known for its innovative approach to investment banking

    • Morgan Stanley has a strong reputation for excellence in research and analysis

    • The firm offers a wide range of services to clients, including wealth management and investment banking

    • M...

  • Answered by AI
  • Q2. What between Tower and Morgan Stanley?
  • Ans. 

    Tower and Morgan Stanley are both financial services companies.

    • Tower is a global investment management firm with over $1 trillion in assets under management.

    • Morgan Stanley is a multinational investment bank and financial services company.

    • Both companies offer a range of financial services including wealth management, investment banking, and asset management.

    • Tower is known for its focus on sustainable investing, while Mo...

  • Answered by AI
  • Q3. Strengths/weakness
  • Q4. What is the job profile offered ? Why not phd?
  • Ans. 

    The job profile offered is for an analyst position. A PhD is not required for this role.

    • The job involves analyzing data and providing insights to clients

    • A PhD is not necessary as the role focuses more on practical application of analytical skills

    • The job may require a bachelor's or master's degree in a related field

    • Examples of job responsibilities may include data collection, statistical analysis, and report writing

  • Answered by AI
  • Q5. Minimize the cost of the pen, what innovations can you do with it?
  • Ans. 

    Innovations to minimize cost of pen

    • Use recycled materials for pen body and ink

    • Simplify design to reduce production costs

    • Implement refillable ink cartridges to reduce waste and cost

    • Partner with companies for bulk purchasing of materials

    • Automate production process to reduce labor costs

  • Answered by AI
  • Q6. Prove that for N>= a, N> N^.5 + N^(1/3)+N^(1/4)
  • Ans. 

    Prove N>=N^.5+N^(1/3)+N^(1/4) for N>=a

    • Use AM-GM inequality

    • Substitute N with a and prove the inequality holds

    • Use calculus to find the minimum value of the expression

  • Answered by AI
  • Q7. Statisticss, Algorithms
  • Q8. X, y are random variables with probability distribution ke^(-kx) and ue^(-ux). What is the dist. for min(x,y)
  • Ans. 

    Finding the probability distribution for the minimum of two random variables with given distributions.

    • Use the formula P(min(x,y)>z) = P(x>z)P(y>z)

    • Integrate over the range of z to get the distribution of min(x,y)

    • Final distribution is 2ke^(-kx)ue^(-ux)exp(-uz)

  • Answered by AI
  • Q9. An organism dies out with prob. p and spawns into 2 with prob (1-p). what is the prob. that starting from 1,the organism will die out?
  • Ans. 

    Given prob. p of dying out and prob. (1-p) of spawning into 2, find prob. of dying out starting from 1 organism.

    • Use probability tree to visualize outcomes

    • Probability of dying out starting from 1 is p + (1-p) * (probability of dying out starting from 2)^2

    • Solve recursively to get final answer

  • Answered by AI
  • Q10. In a unit circle, p is chosen uniformly on the circle and q inside the circle, what is the prob. that the rectangle is inside the circle?
  • Ans. 

    Probability of a rectangle being inside a unit circle with p chosen uniformly on the circle and q inside the circle.

    • The probability can be found by calculating the ratio of the area of the rectangle to the area of the circle.

    • The area of the circle is pi and the area of the rectangle can be found using the distance between p and q.

    • The probability is 1/4.

    • Example: If the distance between p and q is 0.5, then the area of t...

  • Answered by AI
  • Q11. Find a local minima of an array in o(log n)? In a functional program
  • Ans. 

    Find local minima of an array in o(log n) in functional programming.

    • Use binary search to find the local minima.

    • Check if the mid element is a local minima, if not, move towards the lower side.

    • If the mid element is greater than its left element, move towards the left side, else move towards the right side.

    • Repeat until a local minima is found.

    • Example: [5, 3, 2, 4, 6, 8, 9] -> local minima is 2.

  • Answered by AI
  • Q12. Write a code to sort a list without pipes?
  • Ans. 

    Code to sort a list without pipes

    • Use a sorting algorithm like bubble sort, insertion sort, or selection sort

    • Implement the algorithm in the programming language of your choice

    • Test the code with different input sizes and types

  • Answered by AI
  • Q13. Find an even length palindrome in a string in o(n)?
  • Ans. 

    To find an even length palindrome in a string in O(n), we can use the two-pointer approach.

    • Initialize two pointers at the center of the string.

    • Expand the pointers outwards while checking if the characters at both pointers are equal.

    • If they are not equal, return the previous substring as the even length palindrome.

    • If the pointers reach the end of the string, return the entire string as the even length palindrome.

  • Answered by AI
  • Q14. A is a matrix vi's are n linear vectors s.t. Avi= Vj a<=j<=n, what are the possible values of |A|?
  • Ans. 

    Possible values of determinant of matrix A given Avi=Vj for n linear vectors

    • The possible values of |A| are non-zero as the given vectors are linearly independent

    • The value of |A| can be calculated using the formula |A| = (-1)^n * det(A)

    • If the given vectors are orthogonal, then |A| is the product of the magnitudes of the vectors

  • Answered by AI
  • Q15. A and B play a game with unfair count with P[Heads]= p. they count # of heads and tails .if # of heads > #tails +1 at any point, A wins.Find the prob. that A wins
  • Ans. 

    A and B play a game with unfair coin. A wins if # of heads > #tails +1 at any point. Find prob. of A winning.

    • The game is played with an unfair coin with P[Heads]=p

    • A wins if # of heads > #tails +1 at any point

    • Find the probability of A winning

  • Answered by AI
  • Q16. Given a sorted array find two element (i,j) s.t. i+j =x in O(n) time?
  • Ans. 

    Find two elements in a sorted array that add up to a given sum in linear time.

    • Use two pointers, one at the beginning and one at the end of the array.

    • If the sum of the two pointers is greater than the target, move the right pointer to the left.

    • If the sum of the two pointers is less than the target, move the left pointer to the right.

    • Repeat until the sum is found or the pointers meet.

    • Example: Given [1, 2, 3, 4, 5] and ta

  • Answered by AI
  • Q17. Question on bubble sort : Given random permutation, suppose i run bubble sort on it.
  • Q18. What is the prob. that element at 20th position lands up at 31st position after the first iteration?
  • Ans. 

    The probability of element at 20th position landing up at 31st position after the first iteration.

    • The probability depends on the size of the dataset and the algorithm used for iteration.

    • If the algorithm involves swapping adjacent elements, the probability is higher.

    • If the dataset is sorted in a way that the element at 20th position is adjacent to the element at 31st position, the probability is 1.

    • The probability can be...

  • Answered by AI
  • Q19. A rod at length l, I randomly put 100 ants in the rod .each ant moves left and right in random direction with l m/s .what is the expected no. of collisions after 30 secs?
  • Ans. 

    Expected number of collisions between randomly moving ants on a rod after 30 seconds.

    • Calculate the probability of two ants colliding at any given time.

    • Use the formula for expected value to find the expected number of collisions.

    • Assume that the ants are point masses and collisions are perfectly elastic.

    • Consider the possibility of multiple ants colliding at the same time.

    • Simulation can also be used to estimate the expect

  • Answered by AI
  • Q20. In how many ways can i permute n numbers 1 2 3...n so that all the no.s between u and i+1 are less than i (for all i in the permutation)?
  • Ans. 

    Counting permutations where numbers between u and i+1 are less than i for all i in the permutation.

    • The first number in the permutation must be 1.

    • For each i in the permutation, all numbers between u and i+1 must be less than i.

    • Use dynamic programming to count the number of valid permutations.

    • The answer is (n-1)th Catalan number.

    • Example: for n=4, the answer is 5.

  • Answered by AI
  • Q21. Find f(n) : pdt F(x) cdf. the value of k> 0 a constant -inf S +inf f(x)*F(kx) dx x follows normal standard distribution?
  • Ans. 

    Finding f(n) for a normal standard distribution with a given constant k.

    • Calculate the product of probability density function and cumulative distribution function.

    • Integrate the product of f(x) and F(kx) from -inf to +inf.

    • The value of k is a constant greater than 0.

  • Answered by AI
  • Q22. Number of inversions in an array in O(nlogn) time?
  • Ans. 

    Number of inversions in an array in O(nlogn) time.

    • Use merge sort algorithm to count inversions

    • Divide the array into two halves and recursively count inversions

    • Merge the two halves and count split inversions

    • Time complexity is O(nlogn)

  • Answered by AI
  • Q23. Given a chessboard 8X8 I put numbers from 1 to 8 in it in such a way that no. x is the mean/average of its neighbor. What is the range of the numbers?

Interview Preparation Tips

Round: Test
Experience: Topics:
1. Statistics
2. Probability distributions
3. Theorms of linear algebra 
4. Algorithms: DP, Puzzle
Duration: 120 minutes
Total Questions: 8

General Tips: Improve on Linear Algebra&#44; Probability, Algorithms.
College Name: IIT KANPUR

Skills evaluated in this interview

I applied via Referral

Interview Questionnaire 

2 Questions

  • Q1. Mostly on Financial accounting
  • Q2. Questions on Cash flow statements ( Project during 1st term )

Interview Preparation Tips

Round: Technical Interview
Experience: number of interviews were 2 where the 2nd was more of a confirmation that I am willing to work with them.
I answered most of the questions they asked except who is teaching you corporate finance. I asked a lot of questions about what they do and what is their view about Indian accounting laws
I think they are looking for knowledge in finance and less of globe during the interview.

Tips: Prof. R. Narayanswamies fundas of financial accounting.
Be thorough with financial.

Skills: Accounting, Finance
College Name: IIM Bangalore

Analyst Interview Questions & Answers

UBS user image Anonymous

posted on 30 Jan 2015

Interview Preparation Tips

Round: Puzzle Interview
Tips: Prepare for questions on your resume, puzzles and a couple of HR questions.

Round: Puzzle Interview
Experience: A few resume based questions were asked too.

Round: HR Interview
Experience: They tried to judge how well the candidate would fit in with their company.

General Tips: Focus on the few companies that you want to get into&#44; and prepare well for them. 
Do not give way to peer influence. Do what you want to, even if it is not the most sought after.
College Name: IIT KANPUR

Analyst Interview Questions & Answers

UBS user image Anonymous

posted on 24 Jan 2015

Interview Questionnaire 

15 Questions

  • Q1. Why finance? Why not core? (they grilled me for 20 minutes)
  • Q2. There is a closed room with 3 bulbs and there are three switches outside. You can toggle any two switches once without looking inside the room and map the bulbs to their corresponding switches. (Since I ha...
  • Q3. What is the crappiest thing on your resume?
  • Ans. 

    I listed a job that I was fired from after only a few weeks.

    • Listed a job where I was fired after a few weeks

    • Didn't provide a clear explanation for why I was let go

    • Didn't highlight any skills or accomplishments from that job

  • Answered by AI
  • Q4. Entertain us for two minutes without asking any questions. (I told them about some funny incidents on the campus)
  • Q5. Which IITian do you admire the most and why?
  • Ans. 

    I admire Dr. Raghunath Anant Mashelkar, an IIT Bombay alumnus, for his contributions to science and technology.

    • Dr. Mashelkar is a chemical engineer and has made significant contributions to the field of polymer science.

    • He has also served as the Director General of the Council of Scientific and Industrial Research (CSIR) and has been awarded numerous honors, including the Padma Shri and Padma Bhushan.

    • Dr. Mashelkar has a...

  • Answered by AI
  • Q6. They then crushed an A4 sheet and asked me to sell it to them?
  • Q7. Tell me about the eurozone crisis?
  • Ans. 

    The eurozone crisis refers to the economic and financial difficulties faced by some countries in the European Union.

    • The crisis began in 2009 with the Greek debt crisis and spread to other countries in the eurozone.

    • It was caused by a combination of factors including high levels of debt, low economic growth, and structural problems within the eurozone.

    • The crisis led to bailouts of several countries by the European Centra...

  • Answered by AI
  • Q8. What do you know about the Libor Scam?
  • Ans. 

    The Libor Scam was a manipulation of the London Interbank Offered Rate (Libor) by banks to benefit their own trading positions.

    • Libor is a benchmark interest rate used globally for financial products

    • Banks were found to have manipulated the rate to benefit their own trading positions

    • The scandal resulted in billions of dollars in fines for banks involved

    • Several high-profile bankers were also convicted for their involvemen...

  • Answered by AI
  • Q9. What are derivatives?
  • Ans. 

    Derivatives are financial instruments that derive their value from an underlying asset or security.

    • Derivatives can be used for hedging or speculation.

    • Examples of derivatives include futures, options, and swaps.

    • Derivatives can be traded on exchanges or over-the-counter.

    • Derivatives can be complex and involve significant risk.

    • Derivatives played a role in the 2008 financial crisis.

  • Answered by AI
  • Q10. Some simple questions on options
  • Q11. Why Finance? Why not join a casino? (I had mentioned that I find it challenging and stimulating)
  • Q12. Lots of questions on the fiscal cliff
  • Q13. What in your opinion would be the repercussions if the fiscal cliff was not avoided, both in US and in the global economy. Will India be affected and why?
  • Ans. 

    Failure to avoid fiscal cliff could lead to severe economic repercussions globally and in the US, with India also being affected.

    • The US economy could experience a recession, with a potential decrease in GDP and increase in unemployment rates

    • Global financial markets could experience volatility and uncertainty

    • India could be affected due to its close economic ties with the US, with potential impacts on trade and investmen...

  • Answered by AI
  • Q14. What is Prime Services?
  • Ans. 

    Prime Services is a suite of financial services offered by investment banks to hedge funds and other institutional clients.

    • Prime brokerage

    • Securities lending

    • Cash management

    • Risk management

    • Trade execution

    • Reporting and analytics

    • Examples: Goldman Sachs Prime Services, J.P. Morgan Prime Services

  • Answered by AI
  • Q15. What is QE? Why is it used?
  • Ans. 

    QE stands for Quantitative Easing. It is a monetary policy used by central banks to stimulate the economy.

    • QE involves the central bank buying government bonds or other securities from the market to increase the money supply.

    • The increased money supply is intended to lower interest rates, encourage borrowing and spending, and boost economic activity.

    • QE is typically used when interest rates are already low and traditional...

  • Answered by AI

Interview Preparation Tips

Round: Resume Shortlist
Experience: They didn't had any aptitude test, only resume based short-listing.

Round: Group Discussion
Experience: There were 10-15 students. There was 3 mins thinking time and 10 minutes discussion time. After the discussion each student was asked to conclude the GD and express his/her viewpoint.
Tips: 1. Jot down your point during the three minutes. 
2. During the GD make sure that you express your opinion coherently. 
3. Also make short notes during the GD which will be helpful in concluding it. 
4. While concluding the GD, ensure that you cover all the points discussed during the GD (notes will be helpful here) and in the end express your own stand.
Duration: 10-15 minutes

Round: HR Interview
Experience: It was a HR + Puzzle round. Panel was of Some junior management and the duration was of 30-40 minutes. By the end of this round, they were quite impressed and sent me for the second interview immediately.

Round: Technical Interview
Experience: This round was based on Current Affairs and Finance and lasted for 20 minutes. And, I asked them a few questions about CS and job cutting etc. After this interview they had mentioned that they were quite positive on me and that I had to just interview with one more senior manager. This really boosted my confidence.

Round: Other Interview
Experience: It was also based on finance and current affairs. Panel consisted of the Senior most employee who had come for recruitment. After this round I was informally offered the job.

General Tips: 1. Even when you are unable to answer questions&#44; don’t get bogged down or disheartened remain calm. DB quite often takes stress interview. Just keep your cool and smile while answering questions. 
2. If you do not know any answer, there is no harm is admitting that.
3. Be confident. Know your resume inside out. 
4. Practice a few HR interviews before the actual one. 
5. Also, communication skills in English are very important.
Skills: Probability and Statistics, Basic Finance, Puzzles, Newspaper and current affairs, Major events in the financial world over the past 5-6 years
College Name: IIT KANPUR

Skills evaluated in this interview

Interview Preparation Tips

Round: Test
Experience: First round - 1 hour online test split into 2 sections. First section - aptitude 10 questions and c/c++/java 10 question for a total of 30 minutes. Second section included 2 coding questions for a total time of 30 minutes. Approx - 400 students.

General Tips: Aptitude was hard and pace is important. Practicing commercial mathematics will help. Past projects are important and resume should have only information that you are thorough with.Understand the company and what it does before the personal interviews.
Skill Tips: Prepare well DSA, OS ,Aptitude,C,C++ , by the help of Indiabix.com.
Skills:
College Name: NIT Surathkal

I was interviewed in Dec 2016.

Interview Questionnaire 

8 Questions

  • Q1. Question related to projects mentioned in CV.
  • Q2. Question related to Database Management.
  • Q3. Given a web portal that is running slow, how would you debug the solution for that? Answer stepwise.
  • Ans. 

    Debugging steps for a slow web portal

    • Check server load and resource usage

    • Analyze network traffic and latency

    • Review code for inefficiencies and optimize

    • Use profiling tools to identify bottlenecks

    • Consider caching and content delivery networks

    • Test and monitor performance after changes

  • Answered by AI
  • Q4. Generally we store data in normalised form, but it makes it slow to run any queries. How would you make the queries run faster?
  • Ans. 

    Denormalization, indexing, caching, and partitioning can improve query performance.

    • Denormalize the data to reduce the number of joins required for queries.

    • Create indexes on frequently queried columns to speed up search.

    • Cache frequently accessed data in memory to avoid disk reads.

    • Partition large tables into smaller ones to reduce the amount of data that needs to be scanned.

    • Use query optimization techniques like query re...

  • Answered by AI
  • Q5. Write a sorting algorithm in detail.
  • Ans. 

    Sorting algorithm organizes data in a specific order.

    • Choose a sorting algorithm based on the data size and type.

    • Common sorting algorithms include bubble sort, insertion sort, and quicksort.

    • Implement the chosen algorithm in code.

    • Test the algorithm with sample data to ensure it sorts correctly.

  • Answered by AI
  • Q6. Who or what inspires you the most?
  • Ans. 

    My parents inspire me the most.

    • Their hard work and dedication to providing for our family motivates me to work hard.

    • Their unwavering support and encouragement has helped me overcome challenges.

    • Their values and principles have shaped me into the person I am today.

    • Seeing their sacrifices and selflessness inspires me to be a better person.

  • Answered by AI
  • Q7. What are the qualities of a leader?
  • Ans. 

    A leader should possess qualities like vision, communication, empathy, integrity, and adaptability.

    • Vision: Ability to see the big picture and set goals accordingly

    • Communication: Ability to convey ideas clearly and listen actively

    • Empathy: Ability to understand and relate to others' emotions and perspectives

    • Integrity: Consistency in values, actions, and decisions

    • Adaptability: Ability to adjust to changing circumstances a

  • Answered by AI
  • Q8. Why Morgan Stanley?
  • Ans. 

    Morgan Stanley is a top-tier investment bank with a strong reputation for excellence and innovation.

    • Morgan Stanley has a long history of success in the financial industry

    • The company is known for its innovative approach to investment banking

    • Morgan Stanley has a global presence and offers a wide range of services to clients

    • The firm has a strong commitment to diversity and inclusion

    • Morgan Stanley is a great place to work

  • Answered by AI

Interview Preparation Tips

Round: Technical Interview
Experience: The interviewer asked questions based upon CV. He first made me adjust to the environment and then started the serious questions realted to technical stuff.
Tips: Never lie about any subject you don't really know. Keep a particular topic strong, in my case it was Database Management. Have good problem solving skills, if not efficient but at least a good solution.

Round: Technical Interview
Experience: The round consisted of technical questions based on my analysis of the first round. Consisted of higher levele questions related to my topics of my expertise.
Tips: Be ready for any spontaneous questions. Explain whatever comes to your mind instead of quietly thinking. Be communicative and confident. They don't care about the syntax but rather the logical thinking.

Round: HR Interview
Experience: Just be communicative. Since you've qualified till the HR interview, you are almost confirmed for their position. They checked if I could handle pressure or not. They tried to know if they could give me more responsibilities in the near future or not.
Tips: Be confident and don't hesitate to answer. Express what you feel genuinely. Show that you are a responsible guy.

College Name: IIT Varanasi

Skills evaluated in this interview

Interview Questionnaire 

7 Questions

  • Q1. Why DB (2 min)
  • Ans. 

    DB is a crucial component for storing and managing data in various applications.

    • DB stands for Database and is used to store and manage data in various applications.

    • It allows for efficient data retrieval and manipulation.

    • There are various types of databases such as relational, NoSQL, and graph databases.

    • Examples of popular DBMS include MySQL, Oracle, MongoDB, and Neo4j.

  • Answered by AI
  • Q2. Can some work you did at Microsoft be used in DB (I wasn’t at all expecting this but thought and found that an algo I designed could be applied to a problem in the stock market domain)?
  • Ans. 

    Yes, an algorithm I designed at Microsoft can be applied to a problem in the stock market domain.

    • I designed an algorithm at Microsoft that can be used in the stock market domain

    • The algorithm can be applied to solve a specific problem in the stock market

    • The work I did at Microsoft has potential applications in the financial industry

  • Answered by AI
  • Q3. Estimate your quant score. If you add your quant score to the avg finance score would that be highest overall score?
  • Ans. 

    Answering a question about estimating quant score and overall score in finance.

    • I estimate my quant score to be X based on my preparation and practice.

    • Adding my quant score to the avg finance score may or may not result in the highest overall score, as it depends on the scores of other candidates.

    • However, I am confident in my abilities and believe that I can perform well in both areas.

    • I am open to discussing my preparat...

  • Answered by AI
  • Q4. Asked me to redo the pie chart question. I got it correct I think though I didn’t attempt it. They asked why I didn’t attempt finance (Reply : I wanted to do on thing well and time was a constraint)
  • Q5. Puzzle - express JEE rank as xy + yx (put y=1, x = rank - 1)
  • Q6. Didn’t Microsoft give you a PPO (I said no, which was technically true)? Why not Microsoft(note that they asked this though Microsoft was scheduled on Day 2) (2 min)?
  • Q7. Why not Tower Research (5 min)?
  • Ans. 

    Tower Research does not align with my career goals and interests.

    • I am looking for a company that aligns with my values and interests

    • I have researched Tower Research and do not feel it is the right fit for me

    • I am seeking a company with a strong focus on innovation and collaboration

    • Tower Research may be a great fit for others, but it is not the right fit for me

  • Answered by AI

Interview Preparation Tips

Round: Test
Experience: 28 questions, 18 quantative + 10 financial awareness, negative marking. I took one pass through the Quant section, leaving about 5 questions, went on to the financial section, realized I wasn't going to score that well there so went back to Quant eventually attempting all 18, having to guess 1 answer since I ran out of time. I attempted probably 2-3 in financial. The test matters a lot to get shortlisted - some CSE students didn’t get shortlisted apparently because of a low test score. I would suggest that focus should be primarily on the quant section rather than the finance section - a friend in CSE who said he did well in the finance section didn’t get shortlisted.

Quant
1. Find next in sequence : 10,1,.......7,7...11,5 - don't remember the rest of the sequence but it looked random
initially it but if you take the difference between alternate terms an obvious pattern emerges .
2. Probability of two people telling the truth = 0.4,0.6 - what is the chance that they are inconsistent in what they say ?
3. A 3 digit number is a square less than 500, the reverse of the number is also a square. on repeating last digit still a square. What is the difference between the initial square, its reverse.
4. In a 1000m race if x gives y a head start of 40 meter, x wins by 10m. how much will x win by if y gives x a head start of 40m
5. With 16 matches, how many distinct triangles can you make?
6. You row at 7kmph in a calm lake. fisherman drops something 14 km upstream and the river current is 3kmph, how long will it take to reach you (14/7 = 2hrs ).
7. The sum of the multiples of 7 between 200 and 400 is what (trick was instead of calculating, to observe that the answer is odd and of the 5 options, only one was odd)?
8. Sum of consecutive page numbers in a book starting from 1 to n is 1000 - one page was repeated. which page was it? (idea was to subtract each choice from 1000 and see if it was n _ (n + 1)/2)
9. Last digit of 508508
10. 6 men + 4 women. Make a committee of 3 from them - Guy X wont be with Guy Y. Guy Y will be only with Woman Z in committee. How many ways of making the committee?
11. Run in circle of radius r. 1st 30 seconds at r meters/min, then next 1 min at r/2 m per min next 2 min at r/4 and so on. ratio of times taken in round n, previous round
12. |(x ? 11)/2| < 3 what is the range of x?
13. number of integer solutions to 3x + 6y = 13 (take 3 common on LHS and the answer is clear).
14. 5 students give an objective exam (+1 for correct, 0 for wrong) with 5 questions each with 5 choices. Their answers were given in a 5x5 matrix. Given they all got different marks, who got the lowest.
15. A,B,C,D stand in a line in increasing order of height. Given that X was shorter than Y but didnt stand first, and (a few more conditions) , who stood last? (X and Y had been specified as one of A, B, C, D - I don’t remember exactly since I gave the test 10 days back).

Financial
1. Rupee-dollar exchange rate (options were ranges of 1 rupee answer ws 39-40)
2. value of some index (some non-Indian East Asian country’s stock market - I forgot the name)
3. Effect of interest rate cuts on a bond coupon
4. Simple question on call option - which of following is not true about it
5. 1st Indian IT company to be listed on Nasdaq

6. Given a pie chart where it showed that for capital, a company relied 80% on equity and a small fraction on debts, what investment strategy is the company using? Conservative/Aggressive?
Duration: 40 min minutes

Round: HR Interview
Experience: I was the last person DB interviewed that day. Towards the end, the interviewer said “I am sure you are going to join Tower Research and not DB”. They also seemed to have decided before I came in to the interview that I would get an offer with some other company and would not choose DB - kept attacking the answers I gave to ‘Why not Microsoft/Tower’. In hindsight maybe I shouldn't have listed all the 4 tech companies I had interned with.

College Name: IIT KANPUR

Skills evaluated in this interview

Analyst Interview Questions & Answers

UBS user image Anonymous

posted on 23 Jan 2015

Interview Questionnaire 

8 Questions

  • Q1. Introduce yourself?
  • Q2. Intern-based questions
  • Q3. Draw the payoff curves of a Call Option and Put Option
  • Ans. 

    Payoff curves of a Call Option and Put Option

    • A Call Option gives the holder the right to buy an underlying asset at a specified price (strike price) on or before a specified date (expiration date)

    • The payoff of a Call Option is positive when the price of the underlying asset is higher than the strike price

    • The payoff of a Call Option is limited to the premium paid for the option

    • A Put Option gives the holder the right to ...

  • Answered by AI
  • Q4. Simple questions on arbitrage opportunities in Futures and Options
  • Q5. If there was a hole of dimension x on a beach, how much sand does it contain?
  • Ans. 

    The amount of sand in a hole of dimension x on a beach cannot be determined without additional information.

    • The volume of sand in the hole depends on the depth of the hole as well as its length and width.

    • To calculate the volume, the formula V = lwh can be used, where l is the length, w is the width, and h is the depth of the hole.

    • Without knowing the specific dimensions of the hole, it is impossible to determine the amou

  • Answered by AI
  • Q6. If there were 5 people sitting in a room and each thinks of some number, how could they find the average without telling each other the explicit numbers?
  • Q7. Find the expected number of coin tosses to get 3 consecutive heads?
  • Ans. 

    The expected number of coin tosses to get 3 consecutive heads is 14.

    • The probability of getting a head in a single coin toss is 1/2.

    • The probability of getting 3 consecutive heads is (1/2)^3 = 1/8.

    • The expected number of tosses to get 3 consecutive heads is the reciprocal of the probability, which is 8.

    • However, the first two tosses can be tails, so we need to add 2 more tosses, making the total expected number of tosses 1

  • Answered by AI
  • Q8. Estimate the number of street lamps in Kanpur?
  • Ans. 

    Estimating the number of street lamps in Kanpur is challenging without specific data.

    • The number of street lamps in Kanpur can vary depending on factors like population density, road network, and urban development.

    • One approach to estimate the number of street lamps is to consider the average number of lamps per kilometer of road.

    • Another approach is to analyze the city's electricity consumption data to determine the appr...

  • Answered by AI

Interview Preparation Tips

Round: Resume Shortlist
Experience: The company followed a resume based shortlisting and as far as I remember, the criteria they followed was to shortlist everybody with a CPI of > 8.5 . Also, they had shortlisted some candidates based on any background in finance (intern/projects). Many Maths and Economics students were shortlisted for this reason. (This was their first time in IIT Kanpur. So, I won’t be surprised if they vary their shortlisting methods).

Round: Group Discussion
Experience: 1. There were 14 people in total and 5 were selected from my group.
2. Evident from the number 14, the size of the discussion was too huge. It was going too haywire and some really good ELS people were a part of the discussion.
3. The only reason I got selected was maybe because I was the only person who was stating points in favor of Capital Punishment whereas everyone else was against it or maybe because of my resume.
(A thing to point out is that there were only 2 GDs and many people were stuck in some other companies. So, later many shortlisted people (who missed the GD) approached the Credit Suisse HR with the resumes, and were allowed to appear for the interviews.)
Duration: 10 minutes

Round: Technical Interview
Experience: 1. Panel was of 2 Senior managers from Prime Services, Mumbai and lasted for 25 minutes.
2. It was my first proper finance interview of the day, and was a bit nervous. Entered the room, was greeted by 2 young people who introduced themselves and started with ‘Is Kanpur always so cold ? ’. They made me comfortable by asking about the campus and stuff, and then asked me to introduce myself.
3. At the end of the description, I was asked about Antaragni, how big it is and where it stands next to Moodi (they were IITB alums you see).
4. Then they asked me to describe my work at Morgan Stanley in detail. The good thing was that one of them was from Credits (deals with credit instruments – CDS, Bonds), which was exactly my group in MS. So, I could easily get into the technicalities of my paper, and they really seemed impressed and asked more and more.
5. This went on for around 15 minutes. After this one saw one of them whispering in the other person’s ear (and I understood that they are strongly in for me ).
6. I was asked which companies I was interviewing with and what my preference was, and I seemed to convince them about my interest in Credit Suisse citing it was the second company I was interviewing with in the day :P.
7. Finally they asked me if I have any knowledge in finance, which was an obvious yes, they asked me to draw the payoff curves of a Call Option and Put Option (which was cakewalk for anybody who has read the first few chapters of Hull).
8. I was then asked a few simple questions on arbitrage opportunities in Futures and Options, which I successfully answered.

Round: HR Interview
Experience: 1. The panel was of 1 Manager from London office, 1 equities lady and 1 Head from Mumbai and lasted for 45 minutes.
2. Before entering, the HR seemed pissed off with me because I told them earlier that I would be back around 9.30 A.M. Citing several lame excuses like the companies did not let me go and pleading guilty, I entered the room.
3. Was greeted by three people who sat far apart, and they asked me to introduce myself. I started, was confused whom to look at (remember they were far apart :p), and started about myself.
4. They asked me about my internship at Morgan Stanley, was asked about my paper, but they didn’t want me to get into technical details.
5. After a brief description, suddenly the person from London started firing puzzles at me.
6. Then the lady asked me to estimate the number of street lamps in Kanpur. I started with the road length and some other statistics of Kanpur and classifies the roads based on : highways/main roads/lane roads and dusty roads, and assumed street lamps at different intervals for all of them, and then satisfactorily came to a result.
7. They guided me all through, whenever I asked them if this assumption was right or not. Then when I thought the interview had ended, the London guy through a peace of folded paper at me and told that I was a marketing person, and was supposed to sell this to them. (I thought where had I landed into :P ) .
8. I started off telling that the paper was special and had no creases on them, in-spite of how much you fold them. I was asked to think of something more innovative, and then I told them that the paper could be recycled over and over again and it was something that a pulp manufacturing company in U.S. had patented, and I had brought it specially for them.
9. After a bit more persuasions, this seemed conclusive and they moved on.
10. I was then asked to make a choice between Credit Suisse and DB then and there. (They somehow had come to know that I already had an offer from DB ).
11. I tried convincing them on why I wanted to join Credit Suisse, making an emphasis on their campus ppt, which was easily the best after the Goldman Sachs one. The discussion went on into different aspects from why I chose IITK over IITB and then if I had an offer from the top 5 Wall Street Banks, which one would I choose.

General Tips: I have watched this year’s placement process very closely and would like to point out a few things to the readers&#44; which are very important.
1. Be Realistic : This is perhaps one of the most important factors in the placements. I have seen so many people expect so much from them and when they don’t get shortlisted somewhere, it’s the end of the world for them. You must understand that there are certain limitations on you because of your CV till date (however intellectual or Bakait you might me). The key to this is be realistic, like Being a person from MME or BSBE, its actually difficult for you to crack a quant firm like Goldman/Morgan because of your curriculum here (however good you might be at Algos or Maths), the good thing is to accept it. Not having tremendous peaks in your resume will in not place you among the 20 shortlisted in BCG for instance. So, on a very serious note, everyone knows inside out what he/she is capable of, so please be realistic in your ambitions and try to excel in the options you have. Believe me, the goals may not be sky-high, but definitely are achievable.
2. Resume : Over the years, all the firms tell us that IITB/D resumes are well made than IITK ones. Get some of the resumes from your friends over there, ask some of your IITK seniors for their resume, SPO is always there to help you out. But Please denote at least 2 weeks in preparing your master resume and sub-resumes for every company.
3. PPTs : Try and attend the PPTs of the companies. You can actually get to know a lot about the work culture there and what is expected of you in your initial years. It will help you decide if this is actually the thing for you or not.
4. Don’t Speculate : During October-Nov. , most of the students actually waste a lot of efforts in just speculating ‘Yaar yeh company toh ise le hi legi’. Believe me , it happens a lot, confuses you and wastes a lot of your time (especially if you are a 4 Year student.)
5. DPC : Please form a good DPC at least for your own sake. Yes maybe the post might not be of value, but a hard working student can make a lot of difference to his department placements. You cannot expect the OPCs to call in every company of your department.
College Name: IIT KANPUR
Contribute & help others!
anonymous
You can choose to be anonymous

CLSA Interview FAQs

What are the top questions asked in CLSA Analyst interview?

Some of the top questions asked at the CLSA Analyst 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

Recently Viewed

INTERVIEWS

Shinhan Bank

No Interviews

INTERVIEWS

AIG

No Interviews

INTERVIEWS

Petronet LNG

No Interviews

JOBS

CLSA

No Jobs

INTERVIEWS

CapitalOne

No Interviews

SALARIES

CLSA

INTERVIEWS

CLSA

No Interviews

DESIGNATION

DESIGNATION

SALARIES

AIG

Tell us how to improve this page.

Analyst Interview Questions from Similar Companies

UBS Analyst Interview Questions
3.9
 • 11 Interviews
View all
CLSA Analyst Salary
based on 35 salaries
₹6.2 L/yr - ₹11.4 L/yr
39% more than the average Analyst Salary in India
View more details

CLSA Analyst Reviews and Ratings

based on 5 reviews

3.6/5

Rating in categories

3.2

Skill development

3.3

Work-life balance

3.4

Salary

3.8

Job security

3.2

Company culture

3.3

Promotions

3.0

Work satisfaction

Explore 5 Reviews and Ratings
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.3
Compare
Did you find this page helpful?
Yes No
write
Share an Interview