Upload Button Icon Add office photos

Arcesium

Compare button icon Compare button icon Compare

Filter interviews by

Arcesium Interview Questions and Answers for Experienced

Updated 12 Jun 2025
Popular Designations

18 Interview questions

A Senior Analyst was asked
Q. What are the mandatory fields to check for 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.

  • Othe...

View all Senior Analyst interview questions
A Senior Analyst was asked
Q. What is a 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 othe...

View all Senior Analyst interview questions
A Software Test Analyst was asked
Q. What is X path?how it is identify?
Ans. 

XPath is a language used to navigate XML documents and identify elements.

  • XPath is a query language for selecting nodes from an XML document.

  • It uses path expressions to navigate through elements and attributes.

  • XPath can be used to locate elements based on their attributes, text content, or position in the document.

  • It is commonly used in software testing to locate specific elements for verification or manipulation.

  • E...

View all Software Test Analyst interview questions
An Analyst was asked
Q. Different options strategies
Ans. 

Options strategies involve buying or selling options contracts to achieve a specific investment goal.

  • Some common options strategies include covered calls, protective puts, straddles, and strangles.

  • Each options strategy has its own risk and reward profile, and is used based on market conditions and investor objectives.

  • Options strategies can be used for speculation, hedging, income generation, or risk management.

  • Und...

View all Analyst interview questions
A Senior Software Engineer was asked
Q. Hashing and collision in hashing
Ans. 

Hashing is a process of converting data into a fixed-size output. Collision occurs when two different inputs produce the same output.

  • Hashing is used for indexing and retrieving data quickly

  • Hash functions should be deterministic and produce the same output for the same input

  • Collisions can be resolved using techniques like chaining or open addressing

  • Examples of hashing algorithms include MD5, SHA-1, and SHA-256

View all Senior Software Engineer interview questions
A SDE-2 was asked
Q. Can you create a table in SQL and demonstrate different functions that can be performed on it?
Ans. 

Creating a table in SQL and demonstrating functions on it

  • Create a table using CREATE TABLE statement

  • Insert data into the table using INSERT INTO statement

  • Retrieve data from the table using SELECT statement

  • Update data in the table using UPDATE statement

  • Delete data from the table using DELETE statement

View all SDE-2 interview questions
A SDE-2 was asked
Q. 

Count Subarrays with Sum Divisible by K

Given an array ARR and an integer K, your task is to count all subarrays whose sum is divisible by the given integer K.

Input:

The first line of input contains an ...
Ans. 

Count subarrays with sum divisible by K in an array.

  • Iterate through the array and keep track of prefix sum modulo K.

  • Use a hashmap to store the frequency of each prefix sum modulo K.

  • For each prefix sum, increment the count by the frequency of (prefix sum - K) modulo K in the hashmap.

  • Handle the case where prefix sum itself is divisible by K separately.

  • Return the total count of subarrays with sum divisible by K.

View all SDE-2 interview questions
Are these interview questions helpful?
A SDE-2 was asked
Q. 

Minimum Operations to Equalize Array

Given an integer array ARR of length N where ARR[i] = (2*i + 1), determine the minimum number of operations required to make all the elements of ARR equal. In a single ...

Ans. 

The minimum number of operations required to make all elements of the given array equal is calculated by finding the median of the array elements.

  • Calculate the median of the array elements to determine the target value for all elements to be equal.

  • Find the absolute difference between each element and the target value, sum these differences to get the minimum number of operations.

  • For odd length arrays, the median i...

View all SDE-2 interview questions

Arcesium Interview Experiences for Experienced

30 interviews found

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

I appeared for an interview in May 2024.

Round 1 - Coding Test 

Hacker rank test, coding for one big question, ample time given of around 90 mins

Round 2 - Technical 

(2 Questions)

  • Q1. Basics of current project
  • Q2. Design historical pricing app for equity
  • Ans. 

    Design a historical pricing app for equity

    • Utilize a database to store historical pricing data for equities

    • Implement a user-friendly interface for users to search and view historical pricing

    • Include features such as chart visualization, comparison tools, and customizable date ranges

    • Consider incorporating real-time data updates and alerts for price changes

  • Answered by AI
Round 3 - Technical 

(2 Questions)

  • Q1. Project discussion
  • Q2. Design a app which will bring data from lot of external vendors in different formats
  • Ans. 

    Design an app to bring data from external vendors in different formats

    • Create a data ingestion pipeline to collect data from various vendors

    • Implement data transformation processes to standardize formats

    • Utilize APIs or web scraping techniques to retrieve data from vendors

    • Use a database to store and manage the collected data

    • Implement data validation and cleansing techniques to ensure data quality

  • Answered by AI
Round 4 - Technical 

(2 Questions)

  • Q1. Project discussion
  • Q2. Role discussion and team fitment

Interview Preparation Tips

Interview preparation tips for other job seekers - Long interview process, be patient
I did not get through, it was a bit disappointing but overall experience was good.

Skills evaluated in this interview

Analyst Interview Questions & Answers

user image Anonymous

posted on 26 Aug 2024

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

Aptitude test with general capital market questions

Round 2 - Technical 

(1 Question)

  • Q1. How to calculate yield on bond
  • Ans. 

    Yield on a bond can be calculated by dividing the annual interest payment by the current market price of the bond.

    • Yield on a bond is calculated by dividing the annual interest payment by the current market price of the bond.

    • The formula for calculating yield on a bond is: Yield = (Annual Interest Payment / Current Market Price) * 100%

    • For example, if a bond pays $50 in annual interest and is currently priced at $1,000, t...

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. What are some of your strengths
  • Ans. 

    Some of my strengths include strong analytical skills, attention to detail, and the ability to work well under pressure.

    • Strong analytical skills - able to analyze data and identify trends

    • Attention to detail - meticulous in reviewing work for accuracy

    • Ability to work well under pressure - can remain calm and focused in high-stress situations

  • Answered by AI
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via Job Portal and was interviewed in Sep 2024. There was 1 interview round.

Round 1 - Coding Test 

It was on hackerrank platform with some MCQs and 2 coding questions each of Python and SQL

Interview Preparation Tips

Interview preparation tips for other job seekers - Practice questions on hackerrank and other platforms, it will help you to clear 1st coding round of interview

Analyst Interview Questions & Answers

user image Anonymous

posted on 29 Nov 2024

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

I applied via Approached by Company and was interviewed in May 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

General aptititude including finance questions , mathematics

Round 2 - One-on-one 

(1 Question)

  • Q1. General finance and accounting related questions
Round 3 - One-on-one 

(1 Question)

  • Q1. Same as round 2

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare strategically on keeping your basics clear
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
2-4 weeks
Result
Selected Selected

I appeared for an interview in Nov 2024, where I was asked the following questions.

  • Q1. Core technical skills in the current profile
  • Q2. Communication skills
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
  • Q1. Types of swaps
  • Q2. Structure of hedge funds
  • Q3. What is Bond duration?
  • Ans. 

    Bond duration measures a bond's sensitivity to interest rate changes, reflecting the time it takes to receive cash flows.

    • Duration is expressed in years and indicates the weighted average time to receive bond cash flows.

    • A bond with a duration of 5 years will have its price change by approximately 5% for a 1% change in interest rates.

    • There are different types of duration: Macaulay duration, modified duration, and effecti...

  • Answered by AI

Interview Questions & Answers

user image Mayank Upadhyaya

posted on 31 Dec 2023

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

I applied via LinkedIn and was interviewed in Dec 2023. There were 3 interview rounds.

Round 1 - Coding Test 

Httpclient implementation for getting response feed from an GitHub api , parse response and print

Round 2 - Technical 

(1 Question)

  • Q1. Topological sorting given n jobs find order of deployment of jobs least dependent first
Round 3 - Technical 

(1 Question)

  • Q1. Hld design on job scheduler, understanding how to create an job scheduler service in distributed system

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Test was easy, basic gk and finance knowledge was asked too

Round 2 - Technical 

(1 Question)

  • Q1. Basic accounting, eco and derivatives question

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare for accounting questions

Data Analyst Interview Questions & Answers

user image Anonymous

posted on 5 Nov 2024

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Hard 2 questions in 45 mins

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

I appeared for an interview before Jun 2024, where I was asked the following questions.

  • Q1. What are your reasons for wanting to join this organization?
  • Ans. 

    I am drawn to this organization for its commitment to innovation, growth opportunities, and a collaborative work culture.

    • The organization's reputation for excellence in financial operations aligns with my career goals.

    • I admire the company's focus on sustainability and ethical practices, which resonates with my values.

    • The opportunity to work with a diverse team excites me, as I believe collaboration fosters creativity a...

  • Answered by AI
  • Q2. Accounting question

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 Arcesium?
Ask anonymously on communities.

Arcesium Interview FAQs

How many rounds are there in Arcesium interview for experienced candidates?
Arcesium interview process for experienced candidates usually has 2-3 rounds. The most common rounds in the Arcesium interview process for experienced candidates are Technical, Coding Test and Aptitude Test.
How to prepare for Arcesium interview for experienced candidates?
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 Python, Operations, Asset Management, Java and Analytical.
What are the top questions asked in Arcesium interview for experienced candidates?

Some of the top questions asked at the Arcesium interview for experienced candidates -

  1. What are the mandatory checks in client position f...read more
  2. Design a app which will bring data from lot of external vendors in different fo...read more
  3. If the price of stock goes down, you buy what type of opti...read more
What are the most common questions asked in Arcesium HR round for experienced candidates?

The most common HR questions asked in Arcesium interview are for experienced candidates -

  1. Why are you looking for a chan...read more
  2. What are your salary expectatio...read more
  3. Why should we hire y...read more
How long is the Arcesium interview process?

The duration of Arcesium interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Overall Interview Experience Rating

3.6/5

based on 19 interview experiences

Difficulty level

Easy 15%
Moderate 54%
Hard 31%

Duration

Less than 2 weeks 21%
2-4 weeks 43%
4-6 weeks 21%
More than 8 weeks 14%
View more

Interview Questions from Similar Companies

TCS iON Interview Questions
3.9
 • 384 Interviews
ITC Infotech Interview Questions
3.7
 • 370 Interviews
CitiusTech Interview Questions
3.3
 • 286 Interviews
NeoSOFT Interview Questions
3.6
 • 279 Interviews
Altimetrik Interview Questions
3.7
 • 239 Interviews
Episource Interview Questions
3.9
 • 224 Interviews
Xoriant Interview Questions
4.1
 • 210 Interviews
INDIUM Interview Questions
4.0
 • 198 Interviews
Incedo Interview Questions
3.1
 • 193 Interviews
View all

Arcesium Reviews and Ratings

based on 334 reviews

3.5/5

Rating in categories

3.2

Skill development

2.9

Work-life balance

3.7

Salary

3.8

Job security

3.7

Company culture

3.3

Promotions

3.0

Work satisfaction

Explore 334 Reviews and Ratings
Contract Analyst, Compliance

Hyderabad / Secunderabad

0-2 Yrs

Not Disclosed

Consultant - PCG

Hyderabad / Secunderabad

2-4 Yrs

₹ 8-14 LPA

Job Opportunity | Financial Reporting

Hyderabad / Secunderabad,

Gurgaon / Gurugram

+1

5-9 Yrs

Not Disclosed

Explore more jobs
Senior Analyst
396 salaries
unlock blur

₹14.6 L/yr - ₹25 L/yr

Analyst
324 salaries
unlock blur

₹7.6 L/yr - ₹20.5 L/yr

Senior Software Engineer
253 salaries
unlock blur

₹15 L/yr - ₹43 L/yr

Financial Analyst
161 salaries
unlock blur

₹8.5 L/yr - ₹19 L/yr

Manager
161 salaries
unlock blur

₹17 L/yr - ₹47.6 L/yr

Explore more salaries
Compare Arcesium with

ITC Infotech

3.7
Compare

CMS IT Services

3.1
Compare

KocharTech

3.9
Compare

3i Infotech

3.4
Compare
write
Share an Interview