Upload Button Icon Add office photos

Filter interviews by

Arcesium Interview Questions, Process, and Tips for Experienced

Updated 29 Nov 2024

Top Arcesium Interview Questions and Answers for Experienced

View all 27 questions

Arcesium Interview Experiences for Experienced

Popular Designations

24 interviews found

Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
2-4 weeks
Result
No response

I applied via Referral and was interviewed before Jul 2022. There were 3 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 - Technical 

(1 Question)

  • Q1. About leases and financial instruments
Round 3 - Technical 

(1 Question)

  • Q1. Financial statements disclosures and reporting of financial instruments

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well about the company and what’s in your resume

Senior Financial Analyst Interview Questions asked at other Companies

Q1. Diff between forecasting and budgeting, sale of assets and their effects in fs, provision for doubtful debt entry, unrealised/ realised gain and loss meaning, what are we check if there is any diff between budgeted and actuals like in 'ee c... read more
View answer (1)

Analyst Interview Questions & Answers

user image Anonymous

posted on 14 Mar 2024

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

I applied via Company Website and was interviewed before Mar 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

30question 30 mins -LR quant and derivates questions

Round 2 - Technical 

(3 Questions)

  • Q1. General accounting questions derivates questions
  • Q2. What are options
  • Ans. 

    Options are financial instruments that give the holder the right, but not the obligation, to buy or sell an asset at a specified price before or on a specified date.

    • Options can be call options, which give the holder the right to buy an asset at a specified price, or put options, which give the holder the right to sell an asset at a specified price.

    • The specified price at which the asset can be bought or sold is known as...

  • Answered by AI
  • Q3. 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.

    • Understa...

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Salary discussion
  • Q2. Why Arcesium for you next company

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)

I applied via Referral and was interviewed in Jul 2022. There were 2 interview rounds.

Round 1 - One-on-one 

(1 Question)

  • Q1. LC coding round hard level
Round 2 - Coding Test 

Coding test on online platform LC tagged

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well for the interview. Medium to hard level interview.

Technical Lead Interview Questions asked at other Companies

Q1. 1. Explain 5 mins the flow from requirement analysis to production deployment and tools used in the process. 2. What is auto-scaling in a microservices architecture? 3. Difference between micro-service and serverless. 4. If you were going t... read more
View answer (4)
Interview experience
4
Good
Difficulty level
Easy
Process Duration
More than 8 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Jun 2023. There was 1 interview round.

Round 1 - Coding Test 

2 Greedy Algo problems

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

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
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before Feb 2023. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Minimum weight to reach bottom right corner in matrix starting from top left. you can move only down and right
  • Ans. 

    The minimum weight to reach the bottom right corner in a matrix starting from the top left by moving only down and right.

    • Use dynamic programming to calculate the minimum weight at each cell by considering the weights of the cells above and to the left.

    • At each cell, the minimum weight to reach that cell is the minimum of the weight of the cell itself plus the minimum weight of the cells above and to the left.

    • Example: Fo...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Try covering edge cases and communicating the thought process with the interviewer

Skills evaluated in this interview

Top Arcesium Senior Software Engineer Interview Questions and Answers

Q1. OOPS QuestionHow to achieve multitasking in Java ?
View answer (2)

Senior Software Engineer Interview Questions asked at other Companies

Q1. Find Nth PrimeYou are given a number 'N'. Your task is to find Nth prime number. A prime number is a number greater than 1 that is not a product of two smaller natural numbers. Prime numbers have only two factors – 1 and the number itself. ... read more
View answer (6)

Get interview-ready with Top Arcesium Interview Questions

I applied via Instahyre and was interviewed in Oct 2021. There was 1 interview round.

Interview Questionnaire 

6 Questions

  • Q1. 1.Desgin Schema for restaurant apps like zomato.
  • Ans. 

    Design a schema for a restaurant app like Zomato.

    • Create tables for restaurants, menus, reviews, and users.

    • Include columns for restaurant name, location, cuisine, and ratings.

    • Add columns for menu items, prices, and descriptions.

    • Include user information such as name, email, and password.

    • Create relationships between tables using foreign keys.

    • Implement search and filter functionality for restaurants and menus.

    • Allow users t...

  • Answered by AI
  • Q2. Basics of DBMS-ACID properties
  • Q3. What is transaction?
  • Ans. 

    A transaction is a unit of work that is performed on a database.

    • A transaction is a sequence of database operations that are treated as a single unit of work.

    • It ensures that all the operations are completed successfully or none of them are performed.

    • Transactions are used to maintain data consistency and integrity in a database.

    • Examples of transactions include transferring money between bank accounts or updating inventor

  • Answered by AI
  • Q4. Difference between sql and nosql dbs
  • Ans. 

    SQL is a relational database while NoSQL is a non-relational database.

    • SQL databases use structured query language while NoSQL databases use unstructured query language.

    • SQL databases are vertically scalable while NoSQL databases are horizontally scalable.

    • SQL databases are good for complex queries while NoSQL databases are good for large amounts of unstructured data.

    • Examples of SQL databases include MySQL, Oracle, and Po...

  • Answered by AI
  • Q5. How to achieve multitasking in java
  • Ans. 

    Multitasking in Java can be achieved through multithreading.

    • Create a new thread using the Thread class or Runnable interface

    • Use the start() method to start the thread

    • Synchronize shared resources to avoid race conditions

    • Use wait() and notify() methods for inter-thread communication

    • Example: creating a thread to perform a long-running task while the main thread continues executing other tasks

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

    Semaphores are a synchronization tool used to control access to a shared resource.

    • Semaphores can be used to prevent race conditions in multi-threaded programs.

    • They can be used to limit the number of concurrent accesses to a resource.

    • Semaphores can be binary (0 or 1) or counting (0 to n).

    • Examples of semaphore functions include wait(), signal(), and init().

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - It was my first round - they asked basics of OOPS,DBMS and operating systems. Be prepared with System Design also

Skills evaluated in this interview

Top Arcesium Senior Software Engineer Interview Questions and Answers

Q1. OOPS QuestionHow to achieve multitasking in Java ?
View answer (2)

Senior Software Engineer Interview Questions asked at other Companies

Q1. Find Nth PrimeYou are given a number 'N'. Your task is to find Nth prime number. A prime number is a number greater than 1 that is not a product of two smaller natural numbers. Prime numbers have only two factors – 1 and the number itself. ... read more
View answer (6)

Jobs at Arcesium

View all

I applied via Approached by Company and was interviewed in Jan 2022. There were 2 interview rounds.

Round 1 - Coding Test 

A 1-hour long coding test was conducted

Round 2 - Technical 

(1 Question)

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

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Practice for concepts and implementation of data structures by library

Skills evaluated in this interview

Top Arcesium Senior Software Engineer Interview Questions and Answers

Q1. OOPS QuestionHow to achieve multitasking in Java ?
View answer (2)

Senior Software Engineer Interview Questions asked at other Companies

Q1. Find Nth PrimeYou are given a number 'N'. Your task is to find Nth prime number. A prime number is a number greater than 1 that is not a product of two smaller natural numbers. Prime numbers have only two factors – 1 and the number itself. ... read more
View answer (6)

I applied via Naukri.com and was interviewed in Jan 2022. There were 2 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 - Technical 

(1 Question)

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

    • Exampl...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Great , arcesium is very good company to provide all facilities to employees...

Skills evaluated in this interview

Software Test Analyst Interview Questions asked at other Companies

Q1. How would you test a login page?
View answer (1)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Apr 2022. There were 2 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - One-on-one 

(3 Questions)

  • Q1. Core knowledge of work
  • Q2. Analysis of situation
  • Q3. Project examples, management solutions

Interview Preparation Tips

Interview preparation tips for other job seekers - No superficial knowledge, thorough understanding of function, high analytical ability, great communication and presence.

Product Engineer Interview Questions asked at other Companies

Q1. Left View Of Binary TreeGiven a binary tree. Print the Left View of the Tree. Example : If the input tree is as depicted in the picture: The Left View of the tree will be: 2 35 2 Input format : Elements in the level order form. The input... read more
View answer (3)
Interview experience
2
Poor
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Dec 2021. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Double-check your resume for any spelling mistakes. The recruiter may consider spelling mistakes as careless behavior or poor communication skills.
View all tips
Round 2 - HR 

(2 Questions)

  • Q1. Hardware issue software issue
  • Q2. Hardware software related
Round 3 - Technical 

(5 Questions)

  • Q1. Active directory , hardware troubleshooting, network troubleshooting, domain
  • Q2. Dhcp,dns,cisco , CCNA, laptop troubleshooting
  • Q3. Wifi, router, printer installation,printer troubleshooting
  • Q4. Osi model, firewall,neatpdd troubleshooting,led installation
  • Q5. Motherboard troubleshooting, keyboard troubleshooting

Interview Preparation Tips

Interview preparation tips for other job seekers - Always try to learning new things because education is most powerful weapon that can you change your word

Information Technology Support Engineer Interview Questions asked at other Companies

Q1. What are the steps to troubleshoot BSOD? How to install the os and what are check list before installing os in pc? What are network types and describe them? What is cloud? What is the use of s3 bucket?
View answer (2)

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, Asset Management, Operations, Analytical and Java.
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. If the price of stock goes down, you buy what type of opti...read more
  3. Design a app which will bring data from lot of external vendors in different fo...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 for Experienced

based on 10 interviews in last 1 year

Interview experience

3.8
  
Good
View more

People are getting interviews through

based on 18 Arcesium interviews
Job Portal
Company Website
Referral
Campus Placement
33%
17%
17%
11%
22% candidates got the interview through other sources.
High Confidence
?
High Confidence means the data is based on a large number of responses received from the candidates.

Interview Questions from Similar Companies

HSBC Group Interview Questions
4.0
 • 485 Interviews
Goldman Sachs Interview Questions
3.6
 • 404 Interviews
Deutsche Bank Interview Questions
3.9
 • 357 Interviews
Morgan Stanley Interview Questions
3.7
 • 300 Interviews
Barclays Interview Questions
3.9
 • 266 Interviews
Citibank Interview Questions
3.9
 • 188 Interviews
BNP Paribas Interview Questions
3.8
 • 175 Interviews
CMS IT Services Interview Questions
3.1
 • 121 Interviews
Edelweiss Interview Questions
3.9
 • 57 Interviews
View all

Arcesium Reviews and Ratings

based on 280 reviews

3.6/5

Rating in categories

3.3

Skill development

3.1

Work-Life balance

3.9

Salary & Benefits

4.0

Job Security

3.8

Company culture

3.4

Promotions/Appraisal

3.1

Work Satisfaction

Explore 280 Reviews and Ratings
Vice President, Technology

Hyderabad / Secunderabad

8-9 Yrs

Not Disclosed

Senior Software Engineer - Information Security

Hyderabad / Secunderabad

3-7 Yrs

Not Disclosed

IT Operations Manager

Hyderabad / Secunderabad

4-6 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