Upload Button Icon Add office photos

Saxo Bank

Compare button icon Compare button icon Compare

Filter interviews by

Saxo Bank Developer Interview Questions and Answers

Updated 6 Feb 2021

Saxo Bank Developer Interview Experiences

1 interview found

Developer Interview Questions & Answers

user image Anonymous

posted on 6 Feb 2021

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

Interview Questionnaire 

5 Questions

  • Q1. How virtual functions work? Vpointer and vtable how it works internally?
  • Ans. 

    Virtual functions allow polymorphism in C++. Vtable is a lookup table for virtual functions and vpointer points to it.

    • Virtual functions are used to achieve runtime polymorphism

    • Vtable is a table of function pointers for virtual functions

    • Vpointer points to the vtable of the object

    • When a virtual function is called, the vpointer is used to lookup the correct function in the vtable

    • Vtable is created at compile time and is un

  • Answered by AI
  • Q2. Virtual constructor and virtual destructor?
  • Q3. Move semantics?
  • Q4. What are pure virtual function? Use of pure virtual destructor?
  • Ans. 

    Pure virtual functions are functions with no implementation in base class. Pure virtual destructor is used to ensure proper destruction of derived objects.

    • Pure virtual functions are declared with the syntax virtual void functionName() = 0;

    • Classes with pure virtual functions are called abstract classes and cannot be instantiated.

    • Derived classes must implement pure virtual functions to be instantiated.

    • Pure virtual destru...

  • Answered by AI
  • Q5. Exception handling in constructor and destructor. Can we do it . If yes how? If not why not ?
  • Ans. 

    Yes, we can handle exceptions in constructor and destructor.

    • In constructor, we can use try-catch block to handle exceptions.

    • In destructor, we should avoid throwing exceptions as it can lead to undefined behavior.

    • If an exception is thrown in constructor, the object is not fully constructed and should be destroyed.

    • If an exception is thrown in destructor, it should be caught and handled properly to avoid program terminati

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Understand c++ concepts thoroughly.

Skills evaluated in this interview

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. File handling along with ds concepts

I was interviewed in Mar 2017.

Interview Questionnaire 

1 Question

  • Q1. Space Quantity estimating questions

Interview Preparation Tips

Round: Test
Experience: Conducted by merit trac
Tips: Solve related questions and problems
Duration: 2 hours

Round: HR Interview
Experience: Eg. Number of golf balls fying in the air right now?
Tips: Solve related questions and problems

College Name: KIIT University
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Dec 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Quantitative aptitude, verbal ability, critical reasoning

Round 2 - Technical 

(2 Questions)

  • Q1. SQL: find store with highest AOV
  • Q2. Generic behavioural questions
Interview experience
5
Excellent
Difficulty level
-
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement

Round 1 - Aptitude Test 

General SQL Question

Round 2 - Technical 

(2 Questions)

  • Q1. General puzzle questions from GFG
  • Q2. Normal interview level SQL Question
Round 3 - One-on-one 

(2 Questions)

  • Q1. There were lot of behavioral questions
  • Q2. Then there were few questions related to how to navigate through the data

Interview Preparation Tips

Interview preparation tips for other job seekers - Brush up your SQL and business accumen
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
-
Result
No response

I applied via Job Portal

Round 1 - Technical 

(2 Questions)

  • Q1. Explain the react lifecycle functions and how they work
  • Ans. 

    React lifecycle functions are methods that are automatically called at specific points in a component's life cycle.

    • Mounting: constructor, render, componentDidMount

    • Updating: render, componentDidUpdate

    • Unmounting: componentWillUnmount

  • Answered by AI
  • Q2. Css box model, difference between padding and margin
  • Ans. 

    Padding is the space inside the border of an element, while margin is the space outside the border.

    • Padding is used to create space between the content and the border of an element.

    • Margin is used to create space between the border of an element and other elements.

    • Padding affects the size of the content area, while margin affects the positioning of the element.

    • Example: padding: 10px will create 10 pixels of space inside ...

  • Answered by AI
Round 2 - HR 

(2 Questions)

  • Q1. What are your salary expectations in CTC and variables?
  • Q2. Will you relocate to the location required?

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare everything bookish! don't only speak related to your experience

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. LLD/Machine coding - Design a social media application with users, posts, comments, likes, etc. There is also an admin who needs to approve post creation and can delete any post they want. Create appropria...
Round 2 - Technical 

(1 Question)

  • Q1. High-level design - Design a chat-based application like WhatsApp with only user-to-user chat feature (no group chats). Explain and draw out the E2E design by mentioning all the components and design decis...
Round 3 - One-on-one 

(1 Question)

  • Q1. Hiring Manager - basic questions like why Razorpay, what are your career goals, what does career growth look like for you, etc.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Recruitment Consulltant and was interviewed in Jun 2024. There were 3 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Basic Java related questions, OOPs concepts
  • Q2. Write code for encryption of the code
Round 2 - One-on-one 

(2 Questions)

  • Q1. Java Related questions, also some system design-related questions
  • Q2. Show the abstraction and write code for function overriding
Round 3 - Behavioral 

(1 Question)

  • Q1. Normal questions related to projects and work ethics
Interview experience
2
Poor
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I applied via Referral and was interviewed in Nov 2024. There was 1 interview round.

Round 1 - Case Study 

Cancellation in the number of bookings in an app has increased exponentially in the past few weeks, How would you conduct an RCA on the same.

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

I applied via LinkedIn and was interviewed in Nov 2024. There were 2 interview rounds.

Round 1 - One-on-one 

(1 Question)

  • Q1. Just to know more about why i want the role
Round 2 - Coding Test 

Testing an payment flow on the application

Saxo Bank Interview FAQs

How to prepare for Saxo Bank Developer 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 Saxo Bank. The most common topics and skills that interviewers at Saxo Bank expect are Subject Matter Expertise, online trading, SQL, WCF and Coding.
What are the top questions asked in Saxo Bank Developer interview?

Some of the top questions asked at the Saxo Bank Developer interview -

  1. How virtual functions work? Vpointer and vtable how it works internal...read more
  2. Exception handling in constructor and destructor. Can we do it . If yes how? If...read more
  3. What are pure virtual function? Use of pure virtual destructo...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

ICICI Bank Interview Questions
4.0
 • 2.4k Interviews
HDFC Bank Interview Questions
3.9
 • 2.1k Interviews
Axis Bank Interview Questions
3.8
 • 1.5k Interviews
IndusInd Bank Interview Questions
3.5
 • 600 Interviews
Bajaj Finance Interview Questions
4.0
 • 298 Interviews
PayPal Interview Questions
3.9
 • 211 Interviews
HighRadius Interview Questions
2.9
 • 181 Interviews
ICICI Securities Interview Questions
3.9
 • 158 Interviews
View all
Saxo Bank Developer Salary
based on 36 salaries
₹10.5 L/yr - ₹40 L/yr
226% more than the average Developer Salary in India
View more details

Saxo Bank Developer Reviews and Ratings

based on 7 reviews

3.8/5

Rating in categories

4.2

Skill development

4.2

Work-life balance

4.5

Salary

3.8

Job security

4.2

Company culture

3.9

Promotions

4.3

Work satisfaction

Explore 7 Reviews and Ratings
Senior Associate
205 salaries
unlock blur

₹4.2 L/yr - ₹14 L/yr

Senior Manager
189 salaries
unlock blur

₹13.6 L/yr - ₹42 L/yr

Manager
183 salaries
unlock blur

₹8.8 L/yr - ₹27 L/yr

Senior Developer
77 salaries
unlock blur

₹17 L/yr - ₹40 L/yr

Senior Analyst
70 salaries
unlock blur

₹5.2 L/yr - ₹11 L/yr

Explore more salaries
Compare Saxo Bank with

ICICI Bank

4.0
Compare

HDFC Bank

3.9
Compare

Kotak Mahindra Bank

3.8
Compare

Axis Bank

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