Upload Button Icon Add office photos

Filter interviews by

TradeSocio Test Engineer Interview Questions and Answers

Updated 23 Apr 2024

TradeSocio Test Engineer Interview Experiences

1 interview found

Test Engineer Interview Questions & Answers

user image Anonymous

posted on 23 Apr 2024

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

(1 Question)

  • Q1. What are all the trading protocols
  • Ans. 

    Trading protocols are standardized procedures used for communication and execution of trades in financial markets.

    • FIX (Financial Information eXchange) Protocol

    • OMX (Open Market Exchange) Protocol

    • ITCH (NASDAQ's TotalView-ITCH) Protocol

    • OUCH (NASDAQ's Order Entry) Protocol

    • SBE (Simple Binary Encoding) Protocol

  • Answered by AI

Interview questions from similar companies

Interview Questionnaire 

1 Question

  • Q1. Basic Questions of Oops and MVC
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Apr 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Same as posted in advice

Interview Preparation Tips

Interview preparation tips for other job seekers - JavaScript-based interview.
In-depth questions around JS topics such as promises, polyfills, output questions, event loops, web APIs, context, closures, and this.
Interview experience
1
Bad
Difficulty level
Easy
Process Duration
2-4 weeks
Result
No response

I applied via Recruitment Consulltant and was interviewed in Feb 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. 1. Tell me about your self 2. Diff between Authentication and Authorization 3. Test cases for Glass 4. What is differed status 5. What is 504 status code

Interview Preparation Tips

Interview preparation tips for other job seekers - Worst interview was happened with me

I applied via Company Website and was interviewed before Sep 2020. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Asked about some general things related to trading and stock market.

Interview Preparation Tips

Interview preparation tips for other job seekers - Always be confident towards the interview questions and be honest while answering to the interviewer.

I applied via Recruitment Consulltant and was interviewed before Feb 2021. There were 2 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 - HR 

(1 Question)

  • Q1. What are your salary expectations?

Interview Preparation Tips

Interview preparation tips for other job seekers - With personal experience not referring this job to anyone

I applied via Walk-in and was interviewed before Feb 2021. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. How much u gain product knowledge and market knowledge in your previous company it will be tested in technical round and your interpersonal skill also.

Interview Preparation Tips

Interview preparation tips for other job seekers - Present yourself in a simple manner and give prompt reply on the question by the interviewer.

I applied via Company Website and was interviewed in Aug 2020. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. On capital market and financial institutions
  • Q2. What is market cap of Indian stock market
  • Ans. 

    The market cap of Indian stock market is constantly changing based on the performance of the companies listed on the stock exchange.

    • Market cap is the total value of all the shares of companies listed on the stock exchange

    • It is calculated by multiplying the total number of outstanding shares by the current market price of each share

    • As of August 2021, the market cap of Indian stock market is around $3.2 trillion

    • The marke...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - This interview was a technical on stock market and option market

I was interviewed before Mar 2021.

Round 1 - Coding Test 

(2 Questions)

Round duration - 90 Minutes
Round difficulty - Medium

  • Q1. 

    Cycle Detection in a Singly Linked List

    Determine if a given singly linked list of integers forms a cycle or not.

    A cycle in a linked list occurs when a node's next points back to a previous node in the ...

  • Ans. 

    Detect if a singly linked list forms a cycle by checking if a node's next points back to a previous node.

    • Use Floyd's Cycle Detection Algorithm to determine if there is a cycle in the linked list.

    • Maintain two pointers, one moving at double the speed of the other, if they meet at any point, there is a cycle.

    • If one of the pointers reaches the end of the list (null), there is no cycle.

  • Answered by AI
  • Q2. 

    Next Greater Element Problem Statement

    Given a list of integers of size N, your task is to determine the Next Greater Element (NGE) for every element. The Next Greater Element for an element X is the firs...

  • Ans. 

    Find the Next Greater Element for each element in a list of integers.

    • Iterate through the list of integers from right to left.

    • Use a stack to keep track of elements for which the Next Greater Element is not yet found.

    • Pop elements from the stack until a greater element is found or the stack is empty.

    • Assign the Next Greater Element as the top element of the stack or -1 if the stack is empty.

  • Answered by AI
Round 2 - Face to Face 

(1 Question)

Round duration - 60 Minutes
Round difficulty - Medium

  • Q1. How would you design an ATM machine?
  • Ans. 

    Designing an ATM machine involves considering user interface, security measures, transaction processing, and hardware components.

    • User interface should be intuitive and easy to navigate for users of all ages.

    • Implement security measures such as PIN entry, card authentication, and encryption to protect user data.

    • Transaction processing should be fast and reliable, with options for cash withdrawals, deposits, transfers, and...

  • Answered by AI
Round 3 - HR 

Round duration - 45 Minutes
Round difficulty - Easy

Interview Preparation Tips

Professional and academic backgroundI applied for the job as SDE - 1 in BangaloreEligibility criteriaNAGroww interview preparation:Topics to prepare for the interview - DSA, Database Systems, OOP, Operating Systems, Computer NetworksTime required to prepare for the interview - 2 MonthsInterview preparation tips for other job seekers

Tip 1 : Practice DSA daily
Tip 2 : Try to think of the solution first before jumping to the solution
Tip 3 : Go through interview experience
Tip 4 : Have mock interviews

Application resume tips for other job seekers

Tip 1 : Know in depth what is there in your resume
Tip 2 : Mention your skills and work properly

Final outcome of the interviewSelected

Skills evaluated in this interview

I applied via Recruitment Consulltant and was interviewed before Aug 2021. There were 2 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 - HR 

(1 Question)

  • Q1. What is demat and trading ac
  • Ans. 

    Demat and trading accounts are used for buying and selling securities in electronic form.

    • Demat account is used to hold securities in electronic form

    • Trading account is used to buy and sell securities

    • Demat account is mandatory for trading in the stock market

    • Trading account is linked to the bank account for seamless transactions

    • Both accounts are offered by depository participants and stockbrokers

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Learn basic knowledge about market....Start investment as soon as possible

TradeSocio Interview FAQs

How many rounds are there in TradeSocio Test Engineer interview?
TradeSocio interview process usually has 1 rounds. The most common rounds in the TradeSocio interview process are Technical.

Tell us how to improve this page.

TradeSocio Test Engineer Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

Angel One Interview Questions
3.9
 • 135 Interviews
HDFC Securities Interview Questions
3.6
 • 104 Interviews
Sharekhan Interview Questions
3.8
 • 81 Interviews
Groww Interview Questions
3.7
 • 65 Interviews
Edelweiss Interview Questions
3.9
 • 58 Interviews
Upstox Interview Questions
3.7
 • 35 Interviews
ICICI Direct Interview Questions
3.7
 • 24 Interviews
Oxane Partners Interview Questions
3.5
 • 24 Interviews
Motilal Oswal Interview Questions
3.9
 • 19 Interviews
View all
TradeSocio Test Engineer Salary
based on 8 salaries
₹5 L/yr - ₹6.3 L/yr
At par with the average Test Engineer Salary in India
View more details

TradeSocio Test Engineer Reviews and Ratings

based on 1 review

1.0/5

Rating in categories

-

Skill development

-

Work-life balance

-

Salary

-

Job security

-

Company culture

-

Promotions

-

Work satisfaction

Explore 1 Review and Rating
Support Engineer
14 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Engineer
13 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Softwaretest Engineer
10 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Test Engineer
8 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Developer
8 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare TradeSocio with

Zerodha

4.1
Compare

Upstox

3.7
Compare

Groww

3.7
Compare

5paisa Capital Ltd.

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