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

I applied via Campus Placement and was interviewed before Mar 2021. There were 4 interview rounds.

Round 1 - Coding Test 

90 minute test on hacker rank consisting of 3 coding questions all of medium difficulty. Most candidates are required to solve more than 1 question.

Round 2 - Technical 

(3 Questions)

  • Q1. Questions on concepts of OOPS and Operating Systems.
  • Q2. Find least common ancestor of a binary tree.
  • Ans. 

    Find the lowest common ancestor of a binary tree.

    • Traverse the tree recursively from the root node.

    • If the current node is null or matches either of the given nodes, return the current node.

    • Recursively search for the nodes in the left and right subtrees.

    • If both nodes are found in different subtrees, return the current node.

    • If both nodes are found in the same subtree, continue the search in that subtree.

  • Answered by AI
  • Q3. Find first missing positive integer from an array for non-negative integers.
  • Ans. 

    Find first missing positive integer from an array of non-negative integers.

    • Create a hash set to store all positive integers in the array

    • Loop through the array and add all positive integers to the hash set

    • Loop through positive integers starting from 1 and return the first missing integer not in the hash set

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. Design a parking lot
  • Ans. 

    Design a parking lot

    • Consider the size and capacity of the parking lot

    • Decide on the layout and organization of parking spaces

    • Implement a system to manage parking availability and reservations

    • Include features like ticketing, payment, and security

    • Consider scalability and future expansion

  • Answered by AI
Round 4 - Technical 

(2 Questions)

  • Q1. Given a grid which represents an ocean( For all index i,j if mat[i][j] = 1 is island and mat[i][j] = 0 means water). Find the island with largest area.
  • Q2. Given list of strings group them into distinct anagrams.
  • Ans. 

    Group list of strings into distinct anagrams.

    • Create a hash table with sorted string as key and list of anagrams as value.

    • Iterate through the list of strings and add each string to its corresponding anagram list in the hash table.

    • Return the values of the hash table as a list of lists.

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Arcesium Senior Software Engineer interview:
  • Low Level Design
  • Object Oriented Programming
  • Data Structures
  • Algorithms
  • DBMS
Interview preparation tips for other job seekers - Focus on Data Structures & Algorithms and Low Level Designing. Some brushup of DBMS will also help.

Skills evaluated in this interview

Top Arcesium Senior Software Engineer Interview Questions and Answers

Q1. How can you achieve multitasking in Java?
View answer (1)

Senior Software Engineer Interview Questions asked at other Companies

Q1. Tell me about yourself. What technology are you using? What is a Collection? What are the different types of collection there? What is the difference between ArrayList and LinkedList What are the basic building blocks of Stream operators, s... read more
View answer (2)

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)

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

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)

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)

 Product Manager

 (2)

 Junior Analyst

 (2)

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)

Get interview-ready with Top Arcesium Interview Questions

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 Number Problem Statement 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. Formula: F(n) = F(n-... read more
View answer (1)

Jobs at Arcesium

View all
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)
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 (199)
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)

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, Operations, Asset Management, 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
 • 484 Interviews
Goldman Sachs Interview Questions
3.5
 • 376 Interviews
TCS iON Interview Questions
3.9
 • 367 Interviews
Deutsche Bank Interview Questions
3.9
 • 361 Interviews
ITC Infotech Interview Questions
3.6
 • 334 Interviews
Morgan Stanley Interview Questions
3.7
 • 291 Interviews
Barclays Interview Questions
3.8
 • 269 Interviews
BNP Paribas Interview Questions
3.8
 • 178 Interviews
Edelweiss Interview Questions
3.9
 • 58 Interviews
View all

Arcesium Reviews and Ratings

based on 299 reviews

3.6/5

Rating in categories

3.3

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 299 Reviews and Ratings
Product Lead - UBOR

Hyderabad / Secunderabad

5-10 Yrs

₹ 27-41 LPA

Product Lead - PerformA

Hyderabad / Secunderabad

2-8 Yrs

Not Disclosed

Vice President - Tax, PMG

Hyderabad / Secunderabad

6-8 Yrs

Not Disclosed

Explore more jobs
Senior Analyst
318 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Analyst
314 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Engineer
227 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer
186 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Financial Analyst
153 salaries
unlock blur

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