Upload Button Icon Add office photos

Arcesium

Compare button icon Compare button icon Compare

Filter interviews by

Arcesium Interview Questions, Process, and Tips

Updated 9 Jan 2025

Top Arcesium Interview Questions and Answers

View all 131 questions

Arcesium Interview Experiences

Popular Designations

78 interviews found

Data Analyst Interview Questions & Answers

user image Anonymous

posted on 18 Oct 2024

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

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

Round 1 - Coding Test 

1 python question and 1 sql question for coding and rest were the mcqs based on sql and python.

Round 2 - Technical 

(2 Questions)

  • Q1. Python code was asked for checking the anagrams
  • Q2. Sql code asked to solve on screen share using various use cases like group by, having, count
Round 3 - Technical 

(2 Questions)

  • Q1. Python code was asked for swaping any number but without using python libraries
  • Q2. Sql code was asked using concepts of rank dense,rank, partition by

Data Analyst Interview Questions asked at other Companies

Q1. Suppose there is a room in the office and X people enter room throughout the day, Y people leave throughout the day [continuously people are entering the room, some are staying there, and rest are going out] .. so tell me the code to calcul... read more
View answer (11)

Rate your
company

🤫 100% anonymous

How was your last interview experience?

Share interview

pcg consultant Interview Questions & Answers

user image Sriyansh Srivastava

posted on 23 Oct 2024

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

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

Round 1 - Technical 

(7 Questions)

  • Q1. Introduction and work ex based questions ?
  • Q2. Why this role what did u understand from the jd
  • Q3. Binary search how would u search a name in a directory how would u optimize this
  • Q4. Futures and forwards what are custom contracts
  • Ans. 

    Custom contracts in futures and forwards are agreements between two parties that are tailored to meet specific needs or requirements.

    • Custom contracts allow parties to negotiate terms such as quantity, price, delivery date, and other specifications.

    • These contracts are not standardized like exchange-traded futures and forwards, making them flexible and customizable.

    • Examples of custom contracts include over-the-counter (O

  • Answered by AI
  • Q5. Option greeks delta theta
  • Q6. Std deviation weighted avg
  • Q7. What is derivatives

Interview Preparation Tips

Interview preparation tips for other job seekers - good communication and bith technical and finance knowledge is necessary for this role

Skills evaluated in this interview

Arcesium Interview Questions and Answers for Freshers
illustration image
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

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

Round 1 - One-on-one 

(2 Questions)

  • Q1. Detailed resume based questions
  • Q2. Product level improvements etc

Product Manager Interview Questions asked at other Companies

Q1. You see the number of people cancelling the order increasing. Cancel window 24 hours. What would you do?
View answer (26)

Team Manager Interview Questions & Answers

user image Anonymous

posted on 5 Nov 2024

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

(2 Questions)

  • Q1. About different journal entries
  • Q2. About different financial Instruments
Round 2 - Technical 

(2 Questions)

  • Q1. Journal entries
  • Q2. Financial Instruments

Team Manager Interview Questions asked at other Companies

Q1. To maintain SIEM solution which are the daily activities that you will perform?
View answer (4)

Arcesium interview questions for popular designations

 Analyst

 (12)

 Senior Software Engineer

 (7)

 Software Engineer

 (6)

 Data Analyst

 (5)

 Software Developer Intern

 (5)

 Financial Analyst

 (3)

 Junior Analyst

 (2)

 Product Manager

 (2)

Analyst Interview Questions & Answers

user image Anonymous

posted on 19 Dec 2024

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

(1 Question)

  • Q1. What do you know About CDS?

Top Arcesium Analyst Interview Questions and Answers

Q1. What is the duration of the bond & explain its use?
View answer (1)

Analyst Interview Questions asked at other Companies

Q1. N-th Fibonacci NumberYou are given an integer ‘N’, your task is to find and return the N’th Fibonacci number using matrix exponentiation. Since the answer can be very large, return the answer modulo 10^9 +7. Fibonacci number is calculated u... read more
View answer (5)

Get interview-ready with Top Arcesium Interview Questions

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

I was interviewed 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

Principal Engineer and Solutions Architecture Interview Questions asked at other Companies

Q1. Design a app which will bring data from lot of external vendors in different formats
View answer (1)

Jobs at Arcesium

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

Was asked 30 mcq technical questions and one dsa question which as basic string based.

Round 2 - Technical 

(2 Questions)

  • Q1. Remove a loop in linked list
  • Ans. 

    To remove a loop in a linked list, we can use Floyd's Cycle Detection Algorithm.

    • Use Floyd's Cycle Detection Algorithm to find the loop in the linked list.

    • Once the loop is detected, find the starting point of the loop using Floyd's algorithm.

    • Break the loop by setting the next pointer of the node before the starting point of the loop to null.

  • Answered by AI
  • Q2. Implement stack using queues
  • Ans. 

    Implement a stack using two queues

    • Use two queues to simulate stack operations

    • Push operation: Enqueue the element to queue 1

    • Pop operation: Dequeue all elements from queue 1 to queue 2, dequeue the last element from queue 1, then swap the queues

    • Top operation: Return the front element of queue 1

    • Empty operation: Check if both queues are empty

  • Answered by AI

Skills evaluated in this interview

Junior Software Engineer Interview Questions asked at other Companies

Q1. If there are 10 ball 2 red, 5 blue ,3 orange and one ball is picked randomly what is probability that the ball picked is red?
View answer (2)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Company Website and was interviewed in Jun 2024. There were 3 interview rounds.

Round 1 - Coding Test 

3 questions, medium hard

Round 2 - Technical 

(2 Questions)

  • Q1. Greedy Algorithm, simple jumps question, easily approachable by greedy algorithm
  • Q2. Binary Search, simple array based
Round 3 - Technical 

(2 Questions)

  • Q1. DBMS, Projects, SQL Queries
  • Q2. 2 coding questions

Top Arcesium Software Engineer Interview Questions and Answers

Q1. There's a string s1,s2 and s3. s1 and s2 are divided into n and m parts respectively. check if, after interleaving strings s1 and s2, we get s3 as one of the answers.
View answer (1)

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (186)
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Company Website and was interviewed in Jul 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Find the missing number in a permutation array
  • Ans. 

    Find the missing number in a permutation array

    • Iterate through the array and calculate the sum of all numbers

    • Calculate the sum of all numbers from 1 to n (where n is the length of the array)

    • Subtract the sum of the array from the sum of all numbers to find the missing number

  • Answered by AI
  • Q2. Find if there is a loop in linked list
  • Ans. 

    To find a loop in a linked list, use Floyd's Cycle Detection Algorithm.

    • Use two pointers - slow and fast, where slow moves one step at a time and fast moves two steps at a time.

    • If there is a loop, the two pointers will eventually meet at some point within the loop.

    • To find the starting point of the loop, reset one pointer to the head and move both pointers one step at a time until they meet again.

  • Answered by AI
Round 2 - Coding Test 

Leetcode medium level questions, sql query, puzzle, test writing for api

Skills evaluated in this interview

Sdet Automation Test Engineer Interview Questions asked at other Companies

Q1. Wait in selenium and how to find all links present in a page xpath
View answer (2)

Data Analyst Interview Questions & Answers

user image Anonymous

posted on 31 Aug 2024

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

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

Round 1 - Technical 

(2 Questions)

  • Q1. Basic to Intermediate SQL Based questions
  • Q2. Basic to Intermediate Python Based questions

Data Analyst Interview Questions asked at other Companies

Q1. Suppose there is a room in the office and X people enter room throughout the day, Y people leave throughout the day [continuously people are entering the room, some are staying there, and rest are going out] .. so tell me the code to calcul... read more
View answer (11)
Contribute & help others!
anonymous
You can choose to be anonymous

Arcesium Interview FAQs

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

Some of the top questions asked at the Arcesium interview -

  1. What is the duration of the bond & explain its u...read more
  2. What is Enterprise value? What is equity value? Can EV value be greater than en...read more
  3. What is nifty? How many companies are listed in NSE, B...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.

Recently Viewed

INTERVIEWS

Boeing

85 interviews

INTERVIEWS

Apexon

135 interviews

INTERVIEWS

Xogene

8 interviews

INTERVIEWS

OpenBet

3 interviews

INTERVIEWS

ABB

233 interviews

INTERVIEWS

Wynk

No Interviews

INTERVIEWS

Amadeus

No Interviews

INTERVIEWS

Arms

No Interviews

Tell us how to improve this page.

Arcesium Interview Process

based on 54 interviews

Interview experience

3.9
  
Good
View more

Interview Questions from Similar Companies

HSBC Group Interview Questions
4.0
 • 490 Interviews
Goldman Sachs Interview Questions
3.5
 • 408 Interviews
Deutsche Bank Interview Questions
3.9
 • 366 Interviews
TCS iON Interview Questions
3.9
 • 365 Interviews
Morgan Stanley Interview Questions
3.7
 • 308 Interviews
Barclays Interview Questions
3.8
 • 277 Interviews
CitiusTech Interview Questions
3.4
 • 268 Interviews
BNP Paribas Interview Questions
3.8
 • 177 Interviews
Edelweiss Interview Questions
3.9
 • 59 Interviews
View all

Arcesium Reviews and Ratings

based on 296 reviews

3.6/5

Rating in categories

3.2

Skill development

3.0

Work-life balance

3.8

Salary

3.9

Job security

3.7

Company culture

3.3

Promotions

3.1

Work satisfaction

Explore 296 Reviews and Ratings
Analyst / Senior Analyst - Fund Accounting, CPD

Hyderabad / Secunderabad

1-5 Yrs

Not Disclosed

Benefits Coordinator

Hyderabad / Secunderabad

1-3 Yrs

Not Disclosed

Analyst / Senior Analyst - Middle Office, CPD

Hyderabad / Secunderabad

3-5 Yrs

₹ 14-26.5 LPA

Explore more jobs
Senior Analyst
316 salaries
unlock blur

₹9 L/yr - ₹28.5 L/yr

Analyst
313 salaries
unlock blur

₹7.6 L/yr - ₹20 L/yr

Senior Software Engineer
227 salaries
unlock blur

₹12.2 L/yr - ₹42 L/yr

Software Engineer
185 salaries
unlock blur

₹12 L/yr - ₹33 L/yr

Financial Analyst
153 salaries
unlock blur

₹7.5 L/yr - ₹19 L/yr

Explore more salaries
Compare Arcesium with

Edelweiss

3.9
Compare

JPMorgan Chase & Co.

4.0
Compare

Goldman Sachs

3.5
Compare

Morgan Stanley

3.7
Compare
Did you find this page helpful?
Yes No
write
Share an Interview
Rate your experience using AmbitionBox
Terrible
Terrible
Poor
Poor
Average
Average
Good
Good
Excellent
Excellent