Upload Button Icon Add office photos

Filter interviews by

ARB Trading Group Trade Analyst Interview Questions and Answers

Updated 6 Feb 2017

ARB Trading Group Trade Analyst Interview Experiences

1 interview found

Trade Analyst Interview Questions & Answers

user image harish vydyam

posted on 6 Feb 2017

I appeared for an interview in Dec 2016.

Interview Preparation Tips

Round: Test
Experience: be fast
Duration: 15 minutes
Total Questions: 60

Round: Test
Duration: 15 minutes
Total Questions: 30

Round: Technical + HR Interview
Experience: they test your confidence and risk taking ability as well as communication skills

Round: Technical + HR Interview
Experience: interviewer asked qsns relating to risk taking ability and decision making

College Name: IIT Roorkee

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 ARB Trading Group?
Ask anonymously on communities.

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
  • Q1. Introduce yourself
  • Ans. 

    I am a dedicated Research Analyst with a strong background in data analysis and a passion for uncovering insights to drive decision-making.

    • Educational Background: I hold a Master's degree in Data Science from XYZ University, where I focused on statistical analysis and machine learning.

    • Professional Experience: I have over 3 years of experience working at ABC Corp, where I analyzed market trends to support strategic plan...

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

    I admire your commitment to innovation and data-driven decision-making, which aligns perfectly with my career aspirations and skills.

    • Your company's reputation for cutting-edge research in analytics excites me, as I want to contribute to impactful projects.

    • I am impressed by your collaborative culture, which fosters learning and growth; I thrive in environments where teamwork is valued.

    • The opportunity to work with advanc...

  • Answered by AI
  • Q3. Where do u see yourself in next 5 year
  • Ans. 

    In five years, I envision myself as a seasoned Research Analyst, leading impactful projects and mentoring junior analysts.

    • I aim to deepen my expertise in data analysis techniques, such as machine learning and predictive modeling.

    • I plan to take on leadership roles in projects, guiding teams to deliver actionable insights for strategic decisions.

    • I aspire to publish research findings in reputable journals, contributing to...

  • Answered by AI
  • Q4. What are your strength and weaknesses
  • Ans. 

    I excel in analytical thinking and attention to detail, but I sometimes struggle with time management under tight deadlines.

    • Strength: Strong analytical skills - I can dissect complex data sets to identify trends, as demonstrated in my previous role analyzing market research.

    • Strength: Attention to detail - I ensure accuracy in reports, which helped reduce errors by 20% in my last project.

    • Weakness: Time management - I oc...

  • Answered by AI
Interview experience
3
Average
Difficulty level
Hard
Process Duration
2-4 weeks
Result
Not Selected

I applied via Company Website and was interviewed in Sep 2023. There was 1 interview round.

Round 1 - Assignment 

Medium to Hard 4 DSA questions

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

I applied via Approached by Company and was interviewed in Jun 2022. There were 5 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. CV discussion and question related to python and data science
  • Q2. Cumulative sum of an array, frequency of each word in a sentence
  • Ans. 

    The question asks about calculating cumulative sum of an array and frequency of each word in a sentence.

    • To calculate cumulative sum of an array, we can use a loop and keep adding the current element to a running sum variable.

    • To calculate frequency of each word in a sentence, we can split the sentence into words and use a dictionary to keep track of the count of each word.

    • We can use built-in functions in programming lan...

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Behavioural Questions
  • Q2. Leadership principles
Round 4 - Technical 

(2 Questions)

  • Q1. Data Science and SQL round
  • Q2. Groupby, joins and window functions
Round 5 - Technical 

(1 Question)

  • Q1. CV discussion and data science question

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare your CV well, practice python pandas and SQL and common data science questions related to ML and DL

Skills evaluated in this interview

I appeared for an interview in May 2021.

Round 1 - Telephonic Call 

(2 Questions)

Round duration - 60 minutes
Round difficulty - Medium

Started with project description, deep dive into project
Questions about ML, Statistics
Coding questions for Python, SQL

  • Q1. 

    Stream of Characters Problem Statement

    You are provided with a list, DICTIONARY[], which contains a collection of words, along with a stream of characters (queries). The task is to implement a class Chara...

  • Ans. 

    Implement a class to check if a string formed by the last queried characters exists in a dictionary of words.

    • Initialize the class with the dictionary of words.

    • Implement a method to check if the string formed by the last queried characters exists in the dictionary.

    • Use appropriate data structures to efficiently solve the problem.

    • Ensure the class handles multiple test cases and character queries.

    • Example: DICTIONARY[] = ['...

  • Answered by AI
  • Q2. How do you retrieve the second highest salary from a SQL database?
  • Ans. 

    Use a subquery to retrieve the second highest salary from a SQL database.

    • Use a subquery to select the maximum salary from the table.

    • Then use another subquery to select the maximum salary that is less than the maximum salary found in the first step.

    • Combine both subqueries to retrieve the second highest salary.

  • Answered by AI
Round 2 - Video Call 

(1 Question)

Round duration - 60 minutes
Round difficulty - Easy

Projects
Machine Learning

  • Q1. Aptitude Questions

    Questions about Statistics

  • Ans. 

    Answering aptitude questions related to statistics

    • Statistics is the study of collecting, analyzing, interpreting, presenting, and organizing data.

    • Key concepts include mean, median, mode, standard deviation, and probability.

    • Examples of statistical questions include 'What is the average income of a population?' and 'What is the likelihood of an event occurring?'

  • Answered by AI
Round 3 - Video Call 

Round duration - 60 minutes
Round difficulty - Easy

Behavioral Round
Questions asked about Amazon Leadership Principles

Round 4 - Coding Test 

(2 Questions)

Round duration - 60 minutes
Round difficulty - Easy

Medium Python questions
Medium SQL questions

  • Q1. Ninja and Mathematics

    Ninja is a genius in mathematics. He got an interview call from MIT. During the interview, the professor asked Ninja a challenging question.

    Given two integers 'N1' and 'N...

  • Ans. 

    Calculate the fraction when one integer is divided by another, with repeating decimal parts enclosed in parentheses.

    • Divide the first integer by the second integer to get the fraction

    • Identify if the fractional part is repeating and enclose it in parentheses

    • Return the fraction for each test case

  • Answered by AI
  • Q2. How can you find the top 2 salaries for each department in SQL?
  • Ans. 

    Use SQL query with window functions to find top 2 salaries for each department.

    • Use PARTITION BY clause to partition the data by department.

    • Use ORDER BY clause to order the salaries in descending order.

    • Use ROW_NUMBER() function to assign a rank to each row within the partition.

    • Filter the results to only include rows with rank 1 and 2.

  • Answered by AI

Interview Preparation Tips

Professional and academic backgroundI applied for the job as Research Analyst in BengaluruEligibility criteriaNAAmazon interview preparation:Topics to prepare for the interview - Python, SQL, Machine Learning, Statistics, Deep LearningTime required to prepare for the interview - 2 monthsInterview preparation tips for other job seekers

Tip 1 : Practice String and array based questions for python coding test
Tip 2 : Practice Window Functions, Rank functions for SQL
Tip 3 : Describe the one project that you're confident with and have worked deeply

Application resume tips for other job seekers

Tip 1 : Start with projects and then move to skills
Tip 2 : Explain each project in around 3 bullet points
Tip 3 : Include numbers in projects (ex increased x% revenue by applying ... )

Final outcome of the interviewSelected

Skills evaluated in this interview

Interview Questionnaire 

1 Question

  • Q1. If u agree then we will hire you as a trainee for 3 months. And will be hire as permanent employee only when you perform better during training.

Interview Preparation Tips

Interview preparation tips for other job seekers - All the recruiter are asking for experience. But nobody support freshers then how they got experience. Please support them. Because freshers are like water you can change them in any shape and you may also change their taste as per your requirement.

Research Analyst Interview Questions & Answers

Cognizant user image Syed Mohammed Hanafia

posted on 8 Nov 2023

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

I applied via Company Website and was interviewed in May 2023. There were 4 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 - HR 

(1 Question)

  • Q1. Tell me about yourself
Round 3 - Aptitude Test 

Basic excel, Reasoning, English Grammar

Round 4 - One-on-one 

(1 Question)

  • Q1. Breif about Yourself.
  • Ans. Why do you want to work at night shift.
  • Answered by Syed Mohammed Hanafia

Interview Preparation Tips

Interview preparation tips for other job seekers - Speak Confidently and Donot panic.
Be honest if you dont know any answer.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Assignment 

Related to codeing
Mathematical question

Interview Questionnaire 

1 Question

  • Q1. Where did you work on the specific skill required for the job?
  • Ans. 

    I honed my analytical skills through various projects in my previous roles, focusing on data interpretation and stakeholder communication.

    • Worked on a project analyzing customer feedback data to improve product features, resulting in a 20% increase in user satisfaction.

    • Collaborated with cross-functional teams to gather requirements for a new software tool, ensuring alignment with business objectives.

    • Utilized SQL and Exc...

  • Answered by AI

I appeared for an interview before Jul 2020.

Interview Questionnaire 

1 Question

  • Q1. Is Infosys listed?
  • Ans. 

    Yes, Infosys is listed on the Indian stock exchanges as well as on the NYSE.

    • Infosys is listed on the Bombay Stock Exchange (BSE) and National Stock Exchange of India (NSE)

    • It is also listed on the New York Stock Exchange (NYSE)

    • Infosys has a market capitalization of over $80 billion as of 2021

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well in advance

Tell us how to improve this page.

Interview Questions from Similar Companies

TCS Interview Questions
3.6
 • 11.1k Interviews
Accenture Interview Questions
3.8
 • 8.6k Interviews
Infosys Interview Questions
3.6
 • 7.9k Interviews
Wipro Interview Questions
3.7
 • 6.1k Interviews
Cognizant Interview Questions
3.7
 • 5.9k Interviews
Amazon Interview Questions
4.0
 • 5.3k Interviews
Capgemini Interview Questions
3.7
 • 5.1k Interviews
HCLTech Interview Questions
3.5
 • 4.1k Interviews
Tech Mahindra Interview Questions
3.5
 • 4.1k Interviews
Genpact Interview Questions
3.8
 • 3.4k Interviews
View all
Algorithmic Trader
6 salaries
unlock blur

₹15 L/yr - ₹20 L/yr

Research Analyst
5 salaries
unlock blur

₹5 L/yr - ₹16.2 L/yr

IT Manager
4 salaries
unlock blur

₹6.5 L/yr - ₹14 L/yr

Manager
3 salaries
unlock blur

₹24 L/yr - ₹45 L/yr

Market Analyst
3 salaries
unlock blur

₹5 L/yr - ₹16 L/yr

Explore more salaries
Compare ARB Trading Group with

TCS

3.6
Compare

Accenture

3.8
Compare

Wipro

3.7
Compare

Cognizant

3.7
Compare
write
Share an Interview