Upload Button Icon Add office photos

CLSA

Compare button icon Compare button icon Compare

Filter interviews by

CLSA Senior Software Engineer Interview Questions and Answers

Updated 19 Oct 2021

CLSA Senior Software Engineer Interview Experiences

1 interview found

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.

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
2-4 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Jun 2024. There were 5 interview rounds.

Round 1 - Coding Test 

Java coding questions, basic Java questions.

Round 2 - Technical 

(2 Questions)

  • Q1. Java basics questions.
  • Q2. Live coding.
Round 3 - Technical 

(2 Questions)

  • Q1. Discussion on previous experience and projects.
  • Q2. System design question
Round 4 - Technical 

(2 Questions)

  • Q1. Questions on SQL, Java advanced, personal projects, Java frameworks, UI based questions, Agile methodologies.
  • Q2. Interview discussion with the whole team.
Round 5 - HR 

(2 Questions)

  • Q1. Benefits discussion.
  • Q2. Salary discussion.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Company Website and was interviewed in Feb 2024. There were 5 interview rounds.

Round 1 - Coding Test 

Coding assessment in Code signal which is vedio proctored

Round 2 - Technical 

(1 Question)

  • Q1. Design a loan application system
  • Ans. 

    Design a loan application system

    • Collect applicant information such as personal details, employment history, and financial information

    • Include a credit check process to assess applicant's creditworthiness

    • Implement a system for loan approval/rejection based on set criteria

    • Provide options for different types of loans and repayment plans

    • Ensure security measures are in place to protect applicant's sensitive information

  • Answered by AI
Round 3 - Coding Test 

Bank account creation, deposit money, withdraw money

Round 4 - HR 

(1 Question)

  • Q1. Question around work experience and how a particular scenario or situation is handled
Round 5 - Case Study 

Suggest system cost optimization based on given data set

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed before Mar 2023. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. How would you design tiny url implementation?
  • Ans. 

    Design a system to create and manage short URLs for long URLs.

    • Use a database to store mappings of short URLs to long URLs.

    • Generate a unique short URL for each long URL using a hashing algorithm.

    • Implement a redirect service to redirect users from short URLs to long URLs.

    • Consider adding expiration dates for short URLs to manage storage.

    • Implement analytics to track usage of short URLs.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Steps :-
1) Functional requirement analysis
2) Non-Functional requirement analysis
3) Capacity estimation
4) Low level system design
5) High level system design

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
Less than 2 weeks
Result
-

I applied via Naukri.com and was interviewed in Jun 2023. There were 3 interview rounds.

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 - Aptitude Test 

Its very easy and some questions are very logical to do.

Round 3 - Group Discussion 

In GD, there are 5 given topics you have to chose there own topic to discuss or explain individually for 4 to 5 minutes.

Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
2-4 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Jun 2024. There were 5 interview rounds.

Round 1 - Coding Test 

Java coding questions, basic Java questions.

Round 2 - Technical 

(2 Questions)

  • Q1. Java basics questions.
  • Q2. Live coding.
Round 3 - Technical 

(2 Questions)

  • Q1. Discussion on previous experience and projects.
  • Q2. System design question
Round 4 - Technical 

(2 Questions)

  • Q1. Questions on SQL, Java advanced, personal projects, Java frameworks, UI based questions, Agile methodologies.
  • Q2. Interview discussion with the whole team.
Round 5 - HR 

(2 Questions)

  • Q1. Benefits discussion.
  • Q2. Salary discussion.
Interview experience
3
Average
Difficulty level
-
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Referral

Round 1 - Coding Test 

70 mins 4 topics, 1/2 easy, 3 would be easy+, need detail orientation, 4 would be medium,

Round 2 - Case Study 

Easy case study, code review and find the bug

Interview Preparation Tips

Interview preparation tips for other job seekers - System Design.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(1 Question)

  • Q1. Tell me about yourself
  • Ans. 

    I am a passionate software engineer with experience in developing web applications using various technologies.

    • Experienced in developing web applications using HTML, CSS, JavaScript, and frameworks like React and Angular

    • Proficient in backend development with Node.js and databases like MySQL and MongoDB

    • Familiar with version control systems like Git and deployment tools like Docker

  • Answered by AI
Round 2 - HR 

(1 Question)

  • Q1. Tell me about yourself
  • Ans. 

    I am a software engineer with 5 years of experience in developing web applications using Java, Spring Boot, and Angular.

    • 5 years of experience in software development

    • Proficient in Java, Spring Boot, and Angular

    • Strong problem-solving skills

    • Experience working in Agile development environment

    • Passionate about learning new technologies

  • Answered by AI
Round 1 - Technical 

(3 Questions)

  • Q1. Features of es6 and your favorite one out of all of them
  • Ans. 

    ES6 introduced many new features like arrow functions, let and const, classes, and more. My favorite feature is template literals.

    • Template literals allow for easier string interpolation and multiline strings.

    • They use backticks (`) instead of quotes and allow for embedded expressions.

    • Example: `Hello ${name}, today is ${date}`

    • This feature improves code readability and reduces the need for concatenation.

  • Answered by AI
  • Q2. Difference between sql and nosql databases and when to prefer one over the other
  • Ans. 

    SQL is a relational database while NoSQL is non-relational. SQL is good for structured data while NoSQL is good for unstructured data.

    • SQL databases use tables with predefined schema while NoSQL databases use documents, key-value pairs, or graphs

    • SQL databases are good for complex queries and transactions while NoSQL databases are good for scalability and flexibility

    • SQL databases are ACID compliant while NoSQL databases ...

  • Answered by AI
  • Q3. Favorite programming language and all of the languages you have worked on so far
  • Ans. 

    My favorite programming language is Python. I have also worked with Java, C++, and JavaScript.

    • Python is my favorite language due to its simplicity and versatility

    • I have used Java for developing enterprise applications

    • C++ was my go-to language for performance-critical applications

    • JavaScript was used for developing web applications and front-end development

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - be confident and keep yourself updated

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Coding Test 

DSA coding round.
Graph based question, dp question.

Round 3 - Technical 

(1 Question)

  • Q1. 1. design service to download big file
  • Ans. 

    Design a service to download large files.

    • Use a scalable architecture to handle large file downloads.

    • Implement resumable downloads to handle network interruptions.

    • Use parallel downloading to speed up the download process.

    • Implement authentication and authorization to ensure security.

    • Provide progress updates to the user during the download process.

  • Answered by AI
Round 4 - Technical 

(1 Question)

  • Q1. Java based questions Spring beans

Interview Preparation Tips

Interview preparation tips for other job seekers - Work on your coding skills + system design + Java spring

Skills evaluated in this interview

Tell us how to improve this page.

CLSA Senior Software Engineer Salary
based on 25 salaries
₹11.4 L/yr - ₹24 L/yr
23% more than the average Senior Software Engineer Salary in India
View more details

CLSA Senior Software Engineer Reviews and Ratings

based on 4 reviews

2.3/5

Rating in categories

2.8

Skill development

2.8

Work-life balance

2.2

Salary

2.3

Job security

2.6

Company culture

1.7

Promotions

2.8

Work satisfaction

Explore 4 Reviews and Ratings
Software Engineer
56 salaries
unlock blur

₹8 L/yr - ₹16 L/yr

Officer
55 salaries
unlock blur

₹6 L/yr - ₹12.8 L/yr

Analyst
30 salaries
unlock blur

₹6.3 L/yr - ₹11.4 L/yr

Senior Software Engineer
25 salaries
unlock blur

₹11.4 L/yr - ₹24 L/yr

Manager
15 salaries
unlock blur

₹10.5 L/yr - ₹27.4 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