Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Upstox Team. If you also belong to the team, you can get access from here

Upstox Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Upstox Software Development Engineer 3 Interview Questions and Answers

Updated 2 Jan 2025

Upstox Software Development Engineer 3 Interview Experiences

1 interview found

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

I applied via Job Portal and was interviewed before Jan 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. In order and pre order traversal of a tree
  • Ans. 

    In-order traversal visits left subtree, current node, then right subtree. Pre-order traversal visits current node, left subtree, then right subtree.

    • In-order traversal: left, root, right

    • Pre-order traversal: root, left, right

    • Example: In-order traversal of tree [1, 2, 3] is [2, 1, 3]

    • Example: Pre-order traversal of tree [1, 2, 3] is [1, 2, 3]

  • Answered by AI
  • Q2. Java basics

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Nov 2024. There were 4 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. 3 short programming questions(can solve in any language, just need to complete the missing code)
  • Q2. Aptitude and technical mcqs
Round 2 - Coding Test 

Long programming round in the Chennai office - 3 hours.
use case scenario will be provided: need to sketch any diagrams like uml/class/ER diagrams but not flow chart.

45 min for diagram and presentation to Pannel(each Pannel: 10 students with 1-3 Pannel members) once your presentation and modifications are approved. van proceed with programming(implementation of the use case).

Round 3 - Technical 

(3 Questions)

  • Q1. 30- 45 min of technical 1 Each Pannel consist of 2 to3 interviewers.
  • Q2. Questions from resume(projects,skillsets) solving problems with low time complexity possible
  • Q3. Database(sql Querys) Indepth Opps questions(with implementation)
Round 4 - Technical 

(1 Question)

  • Q1. Technical 2 DSA(data structures like linked list, trees) projects evaluating skills few os and cn questions
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(5 Questions)

  • Q1. How are you today
  • Q2. What's the weather today
  • Ans. 

    The weather today is sunny with a few clouds and a high of 75 degrees.

    • Sunny weather with some clouds

    • High temperature of 75 degrees

    • Possibility of rain later in the day

  • Answered by AI
  • Q3. Why do you want to join
  • Ans. 

    I am passionate about creating innovative software solutions and believe your company aligns with my values and goals.

    • Passionate about software development

    • Believe company aligns with values and goals

  • Answered by AI
  • Q4. What values do you have
  • Ans. 

    I value continuous learning, collaboration, innovation, and integrity in my work as a software developer.

    • Continuous learning: I believe in staying updated with the latest technologies and trends in the industry.

    • Collaboration: I value working in a team and sharing knowledge and ideas with my colleagues.

    • Innovation: I strive to find creative solutions to problems and improve processes.

    • Integrity: I believe in honesty, tran...

  • Answered by AI
  • Q5. What do you like more, array or list
  • Ans. 

    I prefer arrays for their fixed size and faster access, but lists for their flexibility and ease of manipulation.

    • Arrays are preferred for their fixed size and faster access time, especially when random access is required.

    • Lists are more flexible and easier to manipulate, especially when elements need to be added or removed frequently.

    • Arrays are typically used when the size of the collection is known beforehand, while li...

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com and was interviewed in Jul 2024. There was 1 interview round.

Round 1 - Technical 

(4 Questions)

  • Q1. What is the difference between normal and arrow functions
  • Ans. 

    Arrow functions are more concise and have a lexical 'this' binding compared to normal functions.

    • Arrow functions do not have their own 'this' keyword, they inherit it from the parent scope.

    • Arrow functions do not have their own 'arguments' object.

    • Arrow functions cannot be used as constructors with 'new'.

    • Arrow functions are more concise and have implicit return when no curly braces are used.

  • Answered by AI
  • Q2. All basic JS Questions to cover Hoisting closure
  • Q3. They asked to show me an example using the API call
  • Q4. Difference between forEach and Map
  • Ans. 

    forEach is used to iterate over an array and perform a function on each element, while map creates a new array by applying a function to each element.

    • forEach does not return a new array, while map does

    • forEach does not modify the original array, while map creates a new array

    • forEach is used for side effects, while map is used for transformation

    • Example: forEach - array.forEach(item => console.log(item)), map - const newAr

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Cover JS basics

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. What are the fundamental concepts of JavaScript that were discussed during the interview?
  • Ans. 

    Fundamental concepts of JavaScript discussed in the interview

    • Data types in JavaScript (string, number, boolean, object, array)

    • Functions and scope in JavaScript

    • DOM manipulation and event handling

    • Asynchronous programming with callbacks, promises, and async/await

    • Object-oriented programming concepts in JavaScript

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. DS & Algo topics
  • Q2. GoLang concepts
Round 2 - One-on-one 

(2 Questions)

  • Q1. More on Server Architectural Questions
  • Q2. Questions related to database & all
Round 3 - HR 

(2 Questions)

  • Q1. Why are you switching the job
  • Q2. What is your goal in next 5years
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. What is HTML and CSS?
  • Ans. 

    HTML and CSS are markup languages used for creating and styling web pages.

    • HTML stands for HyperText Markup Language and is used for structuring content on web pages.

    • CSS stands for Cascading Style Sheets and is used for styling the appearance of web pages.

    • HTML uses tags to define elements like headings, paragraphs, images, and links.

    • CSS allows for customization of colors, fonts, layout, and other visual aspects of a web...

  • Answered by AI
  • Q2. Operating Systems, DBMS, Python

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Aptitude test on engineering subjects

Round 2 - Coding Test 

Writing projects in c

Interview Preparation Tips

Interview preparation tips for other job seekers - Smooth process
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Group Discussion 

It continues for 15 mins

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

I applied via Naukri.com and was interviewed in Apr 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 - Technical 

(2 Questions)

  • Q1. Basic core Java question
  • Q2. Sql query based question
Round 3 - Technical 

(1 Question)

  • Q1. Normal coding question and work experience based question

Upstox Interview FAQs

How many rounds are there in Upstox Software Development Engineer 3 interview?
Upstox interview process usually has 1 rounds. The most common rounds in the Upstox interview process are Technical.
How to prepare for Upstox Software Development Engineer 3 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 Upstox. The most common topics and skills that interviewers at Upstox expect are Cae, Agile, Android, CSS3 and Customer Service.
What are the top questions asked in Upstox Software Development Engineer 3 interview?

Some of the top questions asked at the Upstox Software Development Engineer 3 interview -

  1. In order and pre order traversal of a t...read more
  2. Java bas...read more

Tell us how to improve this page.

Upstox Software Development Engineer 3 Interview Process

based on 2 interviews

Interview experience

4.5
  
Good
View more

Interview Questions from Similar Companies

PayPal Interview Questions
3.9
 • 211 Interviews
HighRadius Interview Questions
2.9
 • 181 Interviews
Fiserv Interview Questions
3.0
 • 171 Interviews
Razorpay Interview Questions
3.6
 • 149 Interviews
Visa Interview Questions
3.5
 • 137 Interviews
Angel One Interview Questions
3.9
 • 135 Interviews
MasterCard Interview Questions
3.9
 • 135 Interviews
Kotak Securities Interview Questions
3.6
 • 116 Interviews
HDFC Securities Interview Questions
3.6
 • 104 Interviews
View all
Upstox Software Development Engineer 3 Salary
based on 7 salaries
₹37.5 L/yr - ₹47.1 L/yr
At par with the average Software Development Engineer 3 Salary in India
View more details

Upstox Software Development Engineer 3 Reviews and Ratings

based on 1 review

5.0/5

Rating in categories

4.0

Skill development

4.0

Work-life balance

4.0

Salary

5.0

Job security

3.0

Company culture

4.0

Promotions

5.0

Work satisfaction

Explore 1 Review and Rating
Customer Service Executive
43 salaries
unlock blur

₹1.1 L/yr - ₹3.3 L/yr

Associate Manager
20 salaries
unlock blur

₹9.5 L/yr - ₹13.5 L/yr

Sales Executive
20 salaries
unlock blur

₹1.5 L/yr - ₹4 L/yr

Senior Software Engineer
20 salaries
unlock blur

₹16 L/yr - ₹55 L/yr

Product Manager
19 salaries
unlock blur

₹18 L/yr - ₹50 L/yr

Explore more salaries
Compare Upstox with

Zerodha

4.2
Compare

HDFC Securities

3.6
Compare

Kotak Securities

3.6
Compare

IIFL Finance

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