Upload Button Icon Add office photos

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

79 interviews found

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

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

Round 1 - Coding Test 

Coding round with just one medium question. Not much complexity but, too much coding.

Round 2 - Coding Test 

A two pointer question with medium level complexity like find distance to nearest 1 in an array of 1s and zeroes

Round 3 - System design 

(2 Questions)

  • Q1. System design scenarios using sqs
  • Ans. 

    Using SQS for system design scenarios

    • Implementing a message queue system for decoupling components

    • Scaling the system by adding more SQS queues for different functionalities

    • Using SQS to handle asynchronous processing of tasks

    • Integrating SQS with other AWS services like Lambda for serverless architecture

  • Answered by AI
  • Q2. System design scenarios for enough monitoring and alarming
  • Ans. 

    Implementing system design scenarios for monitoring and alarming

    • Utilize monitoring tools like Prometheus, Grafana, or Nagios to collect and visualize data

    • Set up alerts based on predefined thresholds for key metrics

    • Implement a centralized logging system like ELK stack to track system behavior

    • Utilize distributed tracing tools like Jaeger or Zipkin to monitor request flows

    • Implement health checks for services to ensure the

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Nothing specific. But, good is not good enough as they compare your performance with few others

Skills evaluated in this interview

Senior Developer Interview Questions asked at other Companies

Q1. What is your current CTC and what is your expected CTC?
View answer (1)

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)

Arcesium interview questions for popular designations

 Analyst

 (12)

 Senior Software Engineer

 (7)

 Software Engineer

 (7)

 Data Analyst

 (5)

 Software Developer Intern

 (5)

 Financial Analyst

 (3)

 Junior Analyst

 (2)

 Product Manager

 (2)

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)

Get interview-ready with Top Arcesium Interview Questions

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)

Jobs at Arcesium

View all

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)

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

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
TCS iON Interview Questions
3.9
 • 364 Interviews
Deutsche Bank Interview Questions
3.9
 • 362 Interviews
Morgan Stanley Interview Questions
3.7
 • 306 Interviews
Barclays Interview Questions
3.8
 • 272 Interviews
CitiusTech Interview Questions
3.4
 • 267 Interviews
BNP Paribas Interview Questions
3.8
 • 176 Interviews
Edelweiss Interview Questions
3.9
 • 59 Interviews
View all

Arcesium Reviews and Ratings

based on 291 reviews

3.6/5

Rating in categories

3.3

Skill development

3.1

Work-life balance

3.8

Salary

4.0

Job security

3.8

Company culture

3.4

Promotions

3.1

Work satisfaction

Explore 291 Reviews and Ratings
Senior Software Engineer (AI/ML)

Hyderabad / Secunderabad

3-5 Yrs

₹ 12.25-37 LPA

Senior Specialist, Marketing (Graphic Designer)

Hyderabad / Secunderabad

2-3 Yrs

Not Disclosed

Senior Analyst - Client Implementation and Data Strategy (Finance)

Hyderabad / Secunderabad

3-7 Yrs

Not Disclosed

Explore more jobs
Senior Analyst
303 salaries
unlock blur

₹9.5 L/yr - ₹27 L/yr

Analyst
296 salaries
unlock blur

₹8 L/yr - ₹20 L/yr

Senior Software Engineer
224 salaries
unlock blur

₹15 L/yr - ₹42 L/yr

Manager
149 salaries
unlock blur

₹16.2 L/yr - ₹50 L/yr

Software Engineer
148 salaries
unlock blur

₹11.9 L/yr - ₹33 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