Upload Button Icon Add office photos

Filter interviews by

ARB Trading Group Derivatives Trader Interview Questions and Answers

Updated 21 Nov 2019

ARB Trading Group Derivatives Trader Interview Experiences

1 interview found

I applied via Campus Placement and was interviewed in Oct 2019. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Technical questions related to stock market, guesstimates, puzzles, questions from resume.

Interview Preparation Tips

Interview preparation tips for other job seekers - There might have been very bad reviews about the company but believe me in this field everything depends on your willingness to perform and it's rewarded according to your performance.

The placement process consisted of four rounds:-

1st Round- Online Test where 60 questions on speed maths were asked in Section 1 in 23 minutes and in Section 2 there were 30 questions that we have to complete in 17 minutes which consisted of aptitude questions, supply and demand questions, risk ability questions.
250 students applied for this job role from our college and after this round 52 students were shortlisted.

2nd Round:- Psychometric Test
This is also an important round and this leaded to elimination of 32 students and it considered of risk ability, situation based questions which predicted your high risk taking attitude score at the end of the test.

3rd Round:- Technical Interview 1
Basic Introduction, Knowledge about stock market and market related questions, questions from Resume, technical definitions from share market and everything. Fast speed calculations like 81*81, 34*56,567*325. They try to know about the motive behind your career, whether you have the right attitude to join company and work for it, they asked me about family background and also about my trading profile as I invest in share market. They have a set of questions similar to that of Psychometric test and they ask the reason behind the answer. Some of the guesstimates questions were also asked. They asked me about my extra curricular activities, achievements and were impressed as I had a background of analytics and they helped me to understand how it would be mutual benefit for both side.
Out of 20 students 5 students were selected for final round and I was one of them.

4th Round- Technical Interview 2

A skype call was arranged from Mumbai Head Office and it started with basic walk over through resume, some project discussion, my knowledge about share market, trading was evaluated, fast maths calculations, why I am better than other candidates and what I expect from the company in initial phase. How do I spend my full day and biggest failure in my life. Terms like IPOs, IntraDay Trading, Derivatives were asked.
Finally 3 were given six months internship opportunity + full time employment opportunity. I was selected among them.

Interview questions from similar companies

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

Interview Questionnaire 

1 Question

  • Q1. About Reporting experience with Vba knowledge, power bi and advanced excel experience. Value added I have done in my work, how did it benefit the client.

Interview Preparation Tips

Interview preparation tips for other job seekers - I suggest everyone after interview do regular follow ups with recruiter or hiring manager.

I appeared for an interview in Sep 2020.

Interview Questionnaire 

1 Question

  • Q1. Apart from the thorough question about the theoretical knowledge scenario based questions were also asked. some of the examples of these scenarios are - 1.

Interview Preparation Tips

Interview preparation tips for other job seekers - one should have a very strong theoretical knowledge about the tool/technology they work on and should also prepare themselves for different challenges that can come up during implementation of those tools/technology. apart from technical know-how, making client understand the technology and the benefit it can bring to them is also very important.

I applied via Referral and was interviewed before May 2020. There were 4 interview rounds.

Interview Questionnaire 

6 Questions

  • Q1. What reason for leaving existing company?
  • Q2. Overall experience in RTR (Record to Report)
  • Q3. Depends On level then asked about how did you handle customer call? Checking there communication?
  • Q4. How are the measures to confirm that all the month end journals are posted accurately?
  • Q5. Ask about FA? Then entry about disposal?
  • Q6. What types of accruals?
  • Ans. 

    Accruals are expenses incurred but not yet paid or recorded in the books.

    • Accrued salaries and wages

    • Accrued interest

    • Accrued taxes

    • Accrued rent

    • Accrued utilities

    • Accrued warranty expenses

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - We need to check his communication and most important is the interviewer is relying what answers it should be it means he has good listening skill

I applied via Monster and was interviewed in Aug 2020. There were 4 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. Finance & accounts related questions
  • Q2. Transformation projects handled
  • Ans. 

    I have handled multiple transformation projects in my previous roles.

    • Led a team to implement a new CRM system resulting in a 30% increase in sales

    • Managed the transition to a paperless office resulting in a 50% reduction in printing costs

    • Implemented a new project management tool resulting in a 20% increase in project completion rate

    • Streamlined the hiring process by implementing an applicant tracking system resulting in

  • Answered by AI
  • Q3. Improvements in projects handled
  • Q4. Project stabilization methodology
  • Ans. 

    Project stabilization methodology refers to the process of ensuring that a project is completed successfully and is sustainable in the long run.

    • It involves identifying and addressing any issues or risks that may arise during the project lifecycle.

    • It includes implementing measures to ensure that the project meets its objectives and delivers the expected benefits.

    • Examples of project stabilization methodologies include ri...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Resume preparation with you strong capabilities

Project in profile exactly what you know or what you did

dont create profile with lift and shift activities

70% sucess in interview depends on how well you project competencies in profile, and how you showcase them in face to face interview
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Jan 2023. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Technical 

(1 Question)

  • Q1. Different Machine learning algorithms
  • Ans. 

    Machine learning algorithms are models used to analyze data and make predictions or decisions without being explicitly programmed.

    • Supervised learning algorithms: Decision Trees, Support Vector Machines, Linear Regression

    • Unsupervised learning algorithms: K-means Clustering, Principal Component Analysis

    • Reinforcement learning algorithms: Q-Learning, Deep Q-Networks

  • Answered by AI
Round 3 - Demo 

(3 Questions)

  • Q1. Explain the working of neural networks
  • Ans. 

    Neural networks are a type of machine learning algorithm inspired by the human brain, consisting of interconnected nodes that process information.

    • Neural networks consist of layers of interconnected nodes, including input, hidden, and output layers.

    • Each node receives input, processes it using weights and activation functions, and passes the output to the next layer.

    • Neural networks learn by adjusting the weights based on...

  • Answered by AI
  • Q2. Different cost function for regression
  • Ans. 

    Different cost functions for regression are used to measure the error between predicted and actual values.

    • Common cost functions include Mean Squared Error (MSE), Mean Absolute Error (MAE), and Huber Loss.

    • MSE penalizes larger errors more heavily, while MAE treats all errors equally.

    • Huber Loss is a combination of MSE and MAE, providing a balance between robustness and sensitivity to outliers.

  • Answered by AI
  • Q3. SQL join operations on tables
  • Ans. 

    SQL join operations are used to combine rows from two or more tables based on a related column between them.

    • Types of SQL joins include INNER JOIN, LEFT JOIN, RIGHT JOIN, and FULL JOIN.

    • INNER JOIN returns rows when there is at least one match in both tables.

    • LEFT JOIN returns all rows from the left table and the matched rows from the right table.

    • RIGHT JOIN returns all rows from the right table and the matched rows from th...

  • Answered by AI
Round 4 - Group Discussion 

Explaining the training strategy

Skills evaluated in this interview

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

I applied via Naukri.com and was interviewed before Sep 2022. There were 2 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Do not use an unprofessional email address such as cool_boy@email.com. It shows a lack of professionalism by the candidate.
View all tips
Round 2 - One-on-one 

(4 Questions)

  • Q1. For role with O2C - Contract and Billing department: What was my previous role and what was the KPI?
  • Ans. Previous role, handled team of 40 members on telecom billing and the KPI was to bill all the customers and keep the unbilled to a minimum as per the SLA agreement
  • Answered Anonymously
  • Q2. Experience on handling monthend activities/target under presurre
  • Ans. 

    I have extensive experience in handling month-end activities and meeting targets under pressure.

    • Managed month-end closing processes efficiently to ensure timely and accurate financial reporting

    • Prioritized tasks and delegated responsibilities to team members to meet deadlines

    • Utilized advanced Excel skills to analyze data and identify discrepancies

    • Communicated effectively with cross-functional teams to resolve issues and

  • Answered by AI
  • Q3. Tell about yourself
  • Ans. Explain about complete years of experience in brief not more than 2 or 3 mins by covering your area of expertise, achievements and challenges on the go.
  • Answered Anonymously
  • Q4. Reason for change of role
  • Ans. Business change - if current company is closing or process is being taken over etc., Career growth - if looking for promotion and didnt receive it on previous org for a long time.
  • Answered Anonymously

Interview Preparation Tips

Topics to prepare for HCLTech Deputy Manager interview:
  • Order to Cash cycle
  • Effective Team Management
  • Problem Solving Tools
  • Contract Management
  • KPI Analysis
  • OPEX
Interview preparation tips for other job seekers - Be confident and go with the flow.
Expect questions from your answers.
Say the truth despite your situation/need.
Ask for the compensation and dont go for negotiation unless the HR confirms that they tried their level best to give the most,
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. What’s solace in term of messaging
  • Ans. 

    Solace in messaging refers to finding comfort, peace, or relief through communication.

    • Solace in messaging can be achieved through expressing emotions, seeking support, or sharing experiences with others.

    • It can provide a sense of connection and understanding, helping individuals feel less alone in their struggles.

    • Examples include sending heartfelt messages to loved ones during difficult times, participating in online su...

  • Answered by AI
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
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. Finance related knowledge is must
  • Q2. Excel related knowledge is also necessary

Interview Preparation Tips

Interview preparation tips for other job seekers - All the best for you tp get a good job . Congrats for all

I applied via Approached by Company and was interviewed in Jul 2022. There were 2 interview rounds.

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 - One-on-one 

(2 Questions)

  • Q1. Basics about presales, real time work experience with a large bid
  • Q2. Why you want to join HCL

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and try to remain to the point rather than making round talks

Tell us how to improve this page.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.5k Interviews
Accenture Interview Questions
3.8
 • 8.2k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Cognizant Interview Questions
3.7
 • 5.6k Interviews
Amazon Interview Questions
4.1
 • 5k Interviews
Capgemini Interview Questions
3.7
 • 4.8k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.9k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
Genpact Interview Questions
3.8
 • 3.1k Interviews
View all

ARB Trading Group Derivatives Trader Reviews and Ratings

based on 3 reviews

4.1/5

Rating in categories

4.1

Skill development

4.1

Work-life balance

4.9

Salary

3.2

Job security

3.2

Company culture

4.1

Promotions

4.9

Work satisfaction

Explore 3 Reviews and Ratings
Algorithmic Trader
6 salaries
unlock blur

₹15 L/yr - ₹20 L/yr

Research Analyst
5 salaries
unlock blur

₹7.9 L/yr - ₹16.2 L/yr

Manager
4 salaries
unlock blur

₹12 L/yr - ₹45 L/yr

IT Manager
4 salaries
unlock blur

₹6.5 L/yr - ₹14 L/yr

Senior Research Analyst
4 salaries
unlock blur

₹8.4 L/yr - ₹22 L/yr

Explore more salaries
Compare ARB Trading Group with

TCS

3.7
Compare

Accenture

3.8
Compare

Wipro

3.7
Compare

Cognizant

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