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

Lead Infra Dev 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

Junior Analyst Interview Questions asked at other Companies

Q1. Yogesh And Primes Problem Statement Yogesh, a bright student interested in Machine Learning research, must pass a test set by Professor Peter. To do so, Yogesh must correctly answer Q questions where each question provides three positive in... read more
Add answer
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via campus placement at Thapar Institute of Engineering and Technology (TIET) and was interviewed in Jul 2023. There were 2 interview rounds.

Round 1 - Coding Test 

There were 13 MCQ questions on DSA, 17 MCQ aptitude questions, and 2 coding questions.

Round 2 - Technical 

(6 Questions)

  • 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.
  • Ans. 

    Check if after interleaving strings s1 and s2, we get s3 as one of the answers.

    • Create a recursive function to check all possible interleavings of s1 and s2

    • Check if the current interleaving matches s3

    • Return true if a valid interleaving is found, false otherwise

  • Answered by AI
  • Q2. Difference between cluster and non-cluster indexing. Do you know about database indexing?
  • Ans. 

    Cluster indexing physically reorders the data on disk to match the index, while non-cluster indexing does not.

    • Cluster indexing physically reorders the data on disk to match the index structure, leading to faster retrieval of data.

    • Non-cluster indexing creates a separate data structure that points to the actual data, which may result in slower retrieval times.

    • Cluster indexing is typically used in primary keys, while non-...

  • Answered by AI
  • Q3. Difference between stack and heap memory.
  • Ans. 

    Stack memory is used for static memory allocation and follows a Last In First Out (LIFO) structure, while heap memory is used for dynamic memory allocation and has a more flexible structure.

    • Stack memory is limited in size and is typically faster to access compared to heap memory.

    • Variables stored in stack memory have a fixed size determined at compile time, while variables in heap memory can have a size determined at ru...

  • Answered by AI
  • Q4. What is a stable sort?
  • Ans. 

    A stable sort is a sorting algorithm that preserves the relative order of equal elements in the sorted output.

    • Stable sorts are useful when the original order of equal elements needs to be maintained.

    • Examples of stable sorting algorithms include Merge Sort, Bubble Sort, and Insertion Sort.

    • In a stable sort, if two elements have the same key value, their relative order in the original array is preserved in the sorted arra

  • Answered by AI
  • Q5. What's the time complexity of insertion in a hashmap?
  • Ans. 

    Time complexity of insertion in a hashmap is O(1).

    • Insertion in a hashmap has a constant time complexity of O(1) on average.

    • This is because hashmaps use a hashing function to determine the index where the key-value pair should be stored.

    • Even in the worst-case scenario, where there are collisions, the time complexity is still O(1) due to techniques like chaining or open addressing.

    • Example: Inserting a key-value pair into...

  • Answered by AI
  • Q6. What is hashing?
  • Ans. 

    Hashing is a process of converting input data into a fixed-size string of bytes using a hash function.

    • Hashing is used to securely store passwords by converting them into a hash value.

    • Hashing is used in data structures like hash tables to quickly retrieve data based on a key.

    • Common hash functions include MD5, SHA-1, and SHA-256.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be calm and take you time gathering your thoughts before answering.

Skills evaluated in this interview

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 (180)
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I applied via Naukri.com and was interviewed in Mar 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Design Online Hotel Booking System
  • Ans. 

    Design an online hotel booking system

    • User-friendly interface for searching and booking hotels

    • Secure payment gateway integration

    • Ability to filter search results based on price, location, amenities, etc.

    • Real-time availability updates

    • Confirmation emails and booking details

    • User reviews and ratings for hotels

    • Integration with mapping services for location details

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - clear concepts of concurrency

Skills evaluated in this interview

Principle Engineer Interview Questions asked at other Companies

Q1. Design Online Hotel Booking System
View answer (1)

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)

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

I applied via campus placement at Institute of Management Nirma University, Ahmedabad and was interviewed before Sep 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

Derivatives Heavy with Macro Economic and Pricing Strategies

Round 2 - Technical 

(2 Questions)

  • Q1. What is Black Scholes Pricing of Derivatives
  • Ans. 

    Black Scholes Pricing of Derivatives is a mathematical model used to calculate the theoretical price of European-style options.

    • Developed by Fischer Black, Myron Scholes, and Robert Merton in 1973.

    • Factors in the current stock price, strike price, time to expiration, volatility, risk-free interest rate, and dividends.

    • Assumes the option can only be exercised at expiration (European-style).

    • Used to determine the fair market...

  • Answered by AI
  • Q2. What will you do if I give you an elephant.
  • Ans. 

    I would ensure the elephant is well taken care of and find a suitable environment for it.

    • Research proper care and diet for elephants

    • Find a reputable sanctuary or zoo to transfer the elephant to

    • Ensure the elephant's well-being and safety at all times

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Very Finance Heavy. Learn Ratios and Derivatives .

Management Trainee Interview Questions asked at other Companies

Q1. What do you mean by balance sheet reconciliation could you explain briefly?
View answer (45)

Get interview-ready with Top Arcesium Interview 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

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)

Jobs at Arcesium

View all

Team Member Interview Questions & Answers

user image Anonymous

posted on 6 Apr 2024

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

I applied via Naukri.com and was interviewed in Mar 2024. There was 1 interview round.

Round 1 - Aptitude Test 

Aptitude and coding, lots of math and studying suggest you get familiar with everything

Interview Preparation Tips

Interview preparation tips for other job seekers - Good communication

Team Member Interview Questions asked at other Companies

Q1. What is endotoxin.and what is the usp chapter numbers of water monitoring, media ,product. and limits of cleanrooms why we will do four hours monitoring in cleanrooms
View answer (3)

Data Analyst Interview Questions & Answers

user image Anonymous

posted on 31 Jul 2024

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

(1 Question)

  • Q1. Wildcard in excel
  • Ans. 

    Wildcard in Excel is a symbol used to represent one or more characters in a search string.

    • Wildcards include * (asterisk) for multiple characters and ? (question mark) for a single character.

    • Example: 'te*t' can match 'test' or 'text'.

    • Wildcards are commonly used in functions like VLOOKUP and SUMIF.

  • Answered by AI

Skills evaluated in this interview

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)
Interview experience
4
Good
Difficulty level
Hard
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in May 2023. 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 - Aptitude Test 

30 Mins Test, Questions related to Aptitude, Options and Finance

Round 3 - Technical 

(1 Question)

  • Q1. Questions related to Derivatives, Call and Put Options, Finance and Puzzle
Round 4 - Technical 

(1 Question)

  • Q1. Questions related to previous work experience, Options and Derivatives were asked mostly, Difference bw Hedge Funds and Mutual Funds, Option Greeks, Capm model, Effect of Corporate Actions on Share Prices
Round 5 - HR 

(1 Question)

  • Q1. Salary Negotiation

Junior Analyst Interview Questions asked at other Companies

Q1. Yogesh And Primes Problem Statement Yogesh, a bright student interested in Machine Learning research, must pass a test set by Professor Peter. To do so, Yogesh must correctly answer Q questions where each question provides three positive in... read more
Add answer
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
-

I applied via Referral and was interviewed in Aug 2023. There were 2 interview rounds.

Round 1 - Coding Test 

Leetcode practice should be sufficient to tackle this round.

Round 2 - One-on-one 

(1 Question)

  • Q1. Trapping Rain Water problem.
  • Ans. 

    Trapping Rain Water problem involves calculating the amount of water that can be trapped between buildings given their heights.

    • Calculate the maximum height of buildings to the left and right of each building

    • Find the minimum of the two heights

    • Subtract the height of the current building to get the amount of water that can be trapped at that building

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be consistent with your practice and you should be able to crack this interview.

Skills evaluated in this interview

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 (180)

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.

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
221 salaries
unlock blur

₹15 L/yr - ₹42 L/yr

Software Engineer
186 salaries
unlock blur

₹9 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