Upload Button Icon Add office photos

Filter interviews by

Charles Schwab Senior Software Engineer Interview Questions and Answers

Updated 27 Mar 2024

Charles Schwab Senior Software Engineer Interview Experiences

1 interview found

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

Top trending discussions

View All
Interview Tips & Stories
1w
toobluntforu
·
works at
Cvent
Can speak English, can’t deliver in interviews
I feel like I can't speak fluently during interviews. I do know english well and use it daily to communicate, but the moment I'm in an interview, I just get stuck. since it's not my first language, I struggle to express what I actually feel. I know the answer in my head, but I just can’t deliver it properly at that moment. Please guide me
Got a question about Charles Schwab?
Ask anonymously on communities.

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Feb 2023. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Basic UFT related questions from variables to program

Senior Software Engineer Interview Questions Asked at Other Companies

asked in UST
Q1. Nth Prime Number Problem Statement Find the Nth prime number give ... read more
asked in DBS Bank
Q2. Tell me about yourself. What technology are you using? What is a ... read more
Q3. K Largest Elements Problem Statement You are given an integer k a ... read more
asked in GlobalLogic
Q4. MapSum Pair Implementation Create a data structure named 'MapSum' ... read more
Q5. If you have to prioritize between coding standards and project de ... read more
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(5 Questions)

  • Q1. Lots of technical questions but the interview was not technical..
  • Q2. What is JIT compiler
  • Ans. 

    JIT compiler stands for Just-In-Time compiler, which compiles code during runtime instead of ahead of time.

    • JIT compiler improves performance by compiling code on the fly as it is needed

    • It converts bytecode into native machine code for execution

    • Examples include Java HotSpot JIT compiler and .NET JIT compiler

  • Answered by AI
  • Q3. What are futures
  • Ans. 

    Futures are financial contracts that obligate the buyer to purchase an asset or the seller to sell an asset at a predetermined future date and price.

    • Futures are standardized contracts traded on exchanges, where the buyer agrees to purchase an asset at a future date for a price agreed upon today.

    • They are commonly used in commodities, currencies, and financial instruments trading.

    • Futures allow investors to hedge against ...

  • Answered by AI
  • Q4. What is GC and what types we have
  • Ans. 

    GC stands for Garbage Collection, a process in programming languages where unused memory is automatically reclaimed.

    • Types of GC include: Mark and Sweep, Reference Counting, Generational, and Incremental.

    • Mark and Sweep: Identifies and removes unreachable objects.

    • Reference Counting: Keeps track of the number of references to an object and deletes it when the count reaches zero.

    • Generational: Divides objects into different...

  • Answered by AI
  • Q5. Walk me through a trading process
  • Ans. 

    A trading process involves buying and selling financial instruments in the market.

    • Research and analysis of market trends and opportunities

    • Placing buy or sell orders through a trading platform

    • Monitoring and managing open positions

    • Executing trades based on predetermined strategies

    • Recording and analyzing trade data for performance evaluation

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before Sep 2023. There were 4 interview rounds.

Round 1 - Coding Test 

3 coding questions on hacekrank platform

Round 2 - Technical 

(2 Questions)

  • Q1. Internal working of hashmap
  • Ans. 

    HashMap is a data structure that stores key-value pairs and uses hashing to efficiently retrieve values.

    • HashMap internally uses an array of linked lists to store key-value pairs.

    • When a key-value pair is added, the key is hashed to determine the index in the array where it will be stored.

    • If multiple keys hash to the same index, a linked list is used to handle collisions.

    • HashMap uses the hashCode() method of keys to calc...

  • Answered by AI
  • Q2. Springbbot, Microservices questions
Round 3 - Technical 

(2 Questions)

  • Q1. Project related
  • Q2. System design questions
Round 4 - HR 

(2 Questions)

  • Q1. General HR Discussion
  • Q2. Why you want join the company
  • Ans. 

    I want to join the company because of its innovative projects and strong reputation in the industry.

    • Impressed by the company's track record of successful projects

    • Excited about the opportunity to work on cutting-edge technologies

    • Looking forward to collaborating with talented team members

  • Answered by AI

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before Jan 2024. There were 2 interview rounds.

Round 1 - Assignment 

Hackerrank test link

Round 2 - Coding Test 

System design interview

Interview Preparation Tips

Interview preparation tips for other job seekers - bad work culture, not recommended
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Basics of DSA, Computer Fundamentals etc

Round 2 - Technical 

(1 Question)

  • Q1. Tell me about your project
  • Ans. 

    Developed a scalable e-commerce platform using microservices architecture, enhancing user experience and operational efficiency.

    • Utilized React for the front-end, ensuring a responsive and dynamic user interface.

    • Implemented RESTful APIs with Node.js and Express for seamless communication between services.

    • Deployed the application on AWS, leveraging services like EC2 and S3 for scalability and storage.

    • Integrated payment g...

  • Answered by AI
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. Python basics ,sql and unix shell
Round 3 - Behavioral 

(1 Question)

  • Q1. Why Barclays and best work you did till now?

Interview Preparation Tips

Interview preparation tips for other job seekers - Clear yor basics clear for any interview
Are these interview questions helpful?

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

Interview Questionnaire 

4 Questions

  • Q1. Java 8 features.
  • Ans. 

    Java 8 introduced several new features including lambda expressions, streams, and default methods.

    • Lambda expressions allow for functional programming and simplify code.

    • Streams provide a way to process collections of data in a functional way.

    • Default methods allow for adding new methods to interfaces without breaking existing implementations.

    • Other features include the Optional class, Date and Time API, and Nashorn JavaSc...

  • Answered by AI
  • Q2. Multi threading Implementation
  • Ans. 

    Multi threading is a technique to execute multiple threads concurrently in a single process.

    • Multi threading improves application performance by utilizing multiple CPU cores.

    • It requires careful synchronization to avoid race conditions and deadlocks.

    • Java provides built-in support for multi threading through the Thread class and Runnable interface.

    • Thread pools can be used to manage and reuse threads efficiently.

    • Multi thre...

  • Answered by AI
  • Q3. Spring and Spring boot
  • Q4. Internal working of data Structures
  • Ans. 

    Data structures are used to organize and store data in a way that enables efficient access and modification.

    • Data structures can be classified as linear or non-linear

    • Examples of linear data structures include arrays, linked lists, and stacks

    • Examples of non-linear data structures include trees and graphs

    • Data structures can be implemented using various programming languages

    • Efficient algorithms for searching, sorting, and ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Must implement whatever you are preparing atleast once. Try to code.

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Oct 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Brief me about yourself.

Interview Preparation Tips

Interview preparation tips for other job seekers - Instead online videos learn through books and trusted sites. Interview questions keeps on changing so clear your funda.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. All are about our primary skills and project in 1st round of technical

Charles Schwab Interview FAQs

How many rounds are there in Charles Schwab Senior Software Engineer interview?
Charles Schwab interview process usually has 1 rounds. The most common rounds in the Charles Schwab interview process are Technical.

Tell us how to improve this page.

Overall Interview Experience Rating

3/5

based on 1 interview experience

Difficulty level

Moderate 100%

Duration

2-4 weeks 100%
View more
Compare Charles Schwab with

HDB Financial Services

3.9
Compare

AU Small Finance Bank

4.2
Compare

Bajaj Finance

4.0
Compare

Equitas Small Finance Bank

4.4
Compare
write
Share an Interview