Upload Button Icon Add office photos

Filter interviews by

Arcesium Senior Analyst Interview Questions, Process, and Tips

Updated 3 Mar 2021

Arcesium Senior Analyst Interview Experiences

1 interview found

I applied via LinkedIn and was interviewed in Feb 2021. There was 1 interview round.

Interview Questionnaire 

4 Questions

  • Q1. Impact of stock split on P&L
  • Ans. 

    A stock split does not have any impact on the P&L of a company.

    • Stock split increases the number of outstanding shares and reduces the share price proportionally.

    • The total value of the shares remains the same before and after the split.

    • The earnings per share (EPS) and the price-to-earnings (P/E) ratio change after the split, but not the total earnings or revenue.

    • Investors may perceive a stock split as a positive signal ...

  • Answered by AI
  • Q2. What Is Total return Swap
  • Ans. 

    A total return swap is a financial contract in which one party agrees to make payments based on the total return of an underlying asset.

    • Total return swap involves exchanging the total return of an asset or index for a fixed or floating rate of interest

    • It allows investors to gain exposure to an asset without actually owning it

    • The party receiving the total return pays a fixed or floating rate of interest to the other par...

  • Answered by AI
  • Q3. Mandatory fields to check the bond income in Bloomberg
  • Ans. 

    Mandatory fields to check bond income in Bloomberg

    • To check bond income in Bloomberg, mandatory fields to be checked are bond identifier, coupon rate, maturity date, and price.

    • The bond identifier can be ISIN, CUSIP, or Bloomberg ticker.

    • Coupon rate is the interest rate paid by the bond issuer to the bondholder.

    • Maturity date is the date when the bond will be redeemed.

    • Price is the current market price of the bond.

    • Other opt...

  • Answered by AI
  • Q4. What are the mandatory checks in client position file
  • Ans. 

    Mandatory checks in client position file

    • Client identification information

    • Position details including quantity and price

    • Trade date and settlement date

    • Margin requirements and collateral

    • Compliance with regulatory requirements

    • Accuracy and completeness of data

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Please go through the JD carefully. Most of the questions will be from the JD sent by HR

Senior Analyst Jobs at Arcesium

View all

Interview questions from similar companies

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

I applied via Naukri.com and was interviewed in Sep 2024. There were 4 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Project description
  • Q2. Architecture diagram of project
Round 2 - Technical 

(2 Questions)

  • Q1. In depth machine learning questions
  • Q2. A python coding round
Round 3 - Technical 

(2 Questions)

  • Q1. In depth questions about python programming language
  • Q2. Discussed about company
Round 4 - HR 

(1 Question)

  • Q1. Salary expectations

Interview Preparation Tips

Topics to prepare for Tiger Analytics Senior Analyst interview:
  • Machine Learning
Interview preparation tips for other job seekers - Required In depth knowledge.
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

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 - Group Discussion 

Group of 8. Topic was digital transformation by AI

Round 3 - HR 

(1 Question)

  • Q1. Asked questions on stress management and academic scores

Interview Preparation Tips

Interview preparation tips for other job seekers - Be urself
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Some questionaire was provided

Round 2 - Technical 

(2 Questions)

  • Q1. Question about projects
  • Q2. Why use MSE metric
  • Ans. 

    MSE metric is commonly used in data analysis to measure the average squared difference between predicted values and actual values.

    • MSE helps to quantify the accuracy of a model by penalizing large errors more than small errors.

    • It is easy to interpret as it gives a clear measure of how well the model is performing.

    • MSE is differentiable, making it suitable for optimization algorithms like gradient descent.

    • Example: In line...

  • Answered by AI
Round 3 - Technical 

(2 Questions)

  • Q1. Discussion about projects
  • Q2. Why use MSE metrics
  • Ans. 

    MSE metrics are commonly used to measure the average squared difference between predicted values and actual values in statistical analysis.

    • MSE helps in evaluating the performance of a predictive model by quantifying the accuracy of the model's predictions.

    • It penalizes large errors more heavily than small errors, making it a useful metric for identifying outliers or areas where the model is underperforming.

    • MSE is widely...

  • Answered by AI

Skills evaluated in this interview

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

I applied via Naukri.com and was interviewed in Aug 2023. There were 4 interview rounds.

Round 1 - Coding Test 

Online Coding Assessment on HackerEarth

Round 2 - One-on-one 

(1 Question)

  • Q1. Questions related to previous experience, projects, DSA (Easy to Medium level)
Round 3 - One-on-one 

(1 Question)

  • Q1. Questions related to previous experience, data science, project discussions, DSA
Round 4 - One-on-one 

(1 Question)

  • Q1. Questions on problem solving, pandas, SQL.
Interview experience
4
Good
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

I was interviewed in Jul 2023.

Round 1 - Technical 

(2 Questions)

  • Q1. Walk me through your resume
  • Q2. What is entropy ? What is gini index? Give a real life example of derivative and second derivative. What is the difference between P-value and beta value? How do you handle imbalanced dataset? What is the ...
  • Ans. 

    Entropy is a measure of randomness or disorder in a system. Gini index is a measure of impurity in a dataset. Derivatives measure rate of change. P-value is the probability of observing a test statistic. Beta value is the coefficient in a regression model. Imbalanced datasets have unequal class distribution. Recall is the proportion of actual positives correctly identified. Precision is the proportion of predicted posi...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be clear with your fundamentals. The interviewer wants to know how you apply logic, and how clear you are in applying logic in real life scenarios

Skills evaluated in this interview

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

I applied via Naukri.com and was interviewed in Dec 2023. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. What is probability
  • Ans. 

    Probability is the likelihood of a specific event occurring, expressed as a number between 0 and 1.

    • Probability ranges from 0 (impossible event) to 1 (certain event)

    • It can be calculated by dividing the number of favorable outcomes by the total number of possible outcomes

    • Probability can be represented as a percentage, fraction, or decimal

  • Answered by AI
  • Q2. Write python code
  • Ans. 

    Python code to find the sum of all elements in a list

    • Use the sum() function to find the sum of all elements in a list

    • Ensure the list contains only numeric values for accurate results

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Should learn about probability and python coding

Skills evaluated in this interview

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

I applied via Referral and was interviewed in Sep 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 - Coding Test 

Hackerearth - python and ML stuff

Round 3 - Technical 

(1 Question)

  • Q1. EIgen vectors, Math behind algos and previous projects
Round 4 - HR 

(1 Question)

  • Q1. General discussion why to switch?
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Jan 2024. There were 3 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Project description
  • Q2. Tech stack used
Round 2 - Technical 

(2 Questions)

  • Q1. Solve a python coding problem
  • Q2. Solve python problem based on dict
Round 3 - One-on-one 

(1 Question)

  • Q1. General questions
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before Oct 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

It was a 90-minute Aptitude + Coding test in which some LeetCode medium CP problems were asked.

Round 2 - Technical 

(4 Questions)

  • Q1. Regression models: Which one should be used in which case?
  • Ans. 

    Different regression models are used based on the type of data and relationship between variables.

    • Linear regression is used when there is a linear relationship between the independent and dependent variables.

    • Logistic regression is used when the dependent variable is binary.

    • Polynomial regression is used when the relationship between variables is non-linear.

    • Ridge regression is used when there is multicollinearity in the ...

  • Answered by AI
  • Q2. What is R-squared?
  • Ans. 

    R-squared is a statistical measure that represents the proportion of the variance for a dependent variable that's explained by an independent variable.

    • R-squared ranges from 0 to 1, with 1 indicating that all variance in the dependent variable is explained by the independent variable.

    • It is used in regression analysis to determine how well the regression line fits the data points.

    • A higher R-squared value indicates a bett...

  • Answered by AI
  • Q3. Logical and Puzzle Questions?
  • Q4. Live Coding: 3-Sum Problem
Round 3 - HR 

(2 Questions)

  • Q1. Something about yourself?
  • Ans. 

    I am a detail-oriented Senior Analyst with a passion for data analysis and problem-solving.

    • Experienced in conducting thorough research and interpreting complex data sets

    • Skilled in creating insightful reports and presentations for stakeholders

    • Proficient in using analytical tools such as Excel, SQL, and Tableau

  • Answered by AI
  • Q2. Salary Negotiation

Interview Preparation Tips

Topics to prepare for Tiger Analytics Senior Analyst interview:
  • Machine Learning
  • Deep Learning
Interview preparation tips for other job seekers - Focus on quantitative aptitude and practice some easy-to-medium Leetcode problems. Also, brush up on your ML/DL knowledge.

Skills evaluated in this interview

Arcesium Interview FAQs

How to prepare for Arcesium Senior Analyst 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 Arcesium. The most common topics and skills that interviewers at Arcesium expect are Analysis, Operations, Collateral Management, Excel and Fund Accounting.
What are the top questions asked in Arcesium Senior Analyst interview?

Some of the top questions asked at the Arcesium Senior Analyst interview -

  1. What are the mandatory checks in client position f...read more
  2. Mandatory fields to check the bond income in Bloomb...read more
  3. Impact of stock split on ...read more

Tell us how to improve this page.

People are getting interviews through

based on 1 Arcesium interview
Job Portal
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.
Arcesium Senior Analyst Salary
based on 292 salaries
₹9.5 L/yr - ₹29.5 L/yr
130% more than the average Senior Analyst Salary in India
View more details

Arcesium Senior Analyst Reviews and Ratings

based on 36 reviews

3.9/5

Rating in categories

3.2

Skill development

3.3

Work-Life balance

4.0

Salary & Benefits

4.4

Job Security

4.0

Company culture

3.6

Promotions/Appraisal

3.1

Work Satisfaction

Explore 36 Reviews and Ratings
Senior Analyst - FDDS

Hyderabad / Secunderabad

1-5 Yrs

Not Disclosed

Explore more jobs
Analyst
298 salaries
unlock blur

₹7.6 L/yr - ₹19 L/yr

Senior Analyst
292 salaries
unlock blur

₹9.5 L/yr - ₹29.5 L/yr

Senior Software Engineer
232 salaries
unlock blur

₹15 L/yr - ₹42 L/yr

Software Engineer
148 salaries
unlock blur

₹11.9 L/yr - ₹33.5 L/yr

Financial Analyst
148 salaries
unlock blur

₹8.5 L/yr - ₹19 L/yr

Explore more salaries
Compare Arcesium with

Edelweiss

3.9
Compare

JPMorgan Chase & Co.

4.1
Compare

Goldman Sachs

3.6
Compare

Morgan Stanley

3.7
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview