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 was interviewed in Oct 2021.

Round 1 - Video Call 

(6 Questions)

Round duration - 60 minutes
Round difficulty - Easy

It was my first round - they asked basics of OOPS,DBMS and operating systems. Be prepared with System Design also.

  • Q1. What are the ACID properties in database management systems?
  • Ans. 

    ACID properties are a set of properties that guarantee reliability and consistency in database transactions.

    • ACID stands for Atomicity, Consistency, Isolation, and Durability.

    • Atomicity ensures that a transaction is treated as a single unit of work, either all of its operations are executed or none.

    • Consistency ensures that a transaction brings the database from one valid state to another.

    • Isolation ensures that concurrent...

  • Answered by AI
  • Q2. What is a transaction in the context of a Database Management System (DBMS)?
  • Ans. 

    A transaction is a logical unit of work that consists of multiple database operations that must be executed as a single, indivisible unit.

    • A transaction ensures data consistency and integrity.

    • It follows the ACID properties: Atomicity, Consistency, Isolation, and Durability.

    • Transactions are used to maintain data integrity in databases.

    • Examples of transactions include transferring funds between bank accounts or updating i

  • Answered by AI
  • Q3. What is the difference between SQL and NoSQL databases?
  • Ans. 

    SQL databases are relational databases that use structured query language, while NoSQL databases are non-relational databases that use various data models.

    • SQL databases are based on a fixed schema, while NoSQL databases are schema-less.

    • SQL databases are better suited for complex queries and structured data, while NoSQL databases are better for unstructured and semi-structured data.

    • SQL databases ensure ACID (Atomicity, ...

  • Answered by AI
  • Q4. What is a semaphore?
  • Ans. 

    A semaphore is a synchronization object that controls access to a shared resource through the use of a counter.

    • Semaphores are used to manage concurrent access to shared resources in multi-threaded or multi-process environments.

    • They can be used to limit the number of threads or processes that can access a resource simultaneously.

    • Semaphores can have two types: counting semaphores and binary semaphores.

    • Counting semaphores...

  • Answered by AI
  • Q5. How can you achieve multitasking in Java?
  • Ans. 

    Multitasking in Java can be achieved using threads.

    • Create multiple threads to execute tasks concurrently.

    • Use the Thread class or the Runnable interface to define the tasks.

    • Use synchronization mechanisms like locks or semaphores to coordinate access to shared resources.

    • Java provides built-in support for multitasking with the Thread class and the Executor framework.

    • Example: creating two threads to perform different tasks

  • Answered by AI
  • Q6. Can you design a schema for restaurant applications, similar to Zomato?
  • Ans. 

    Design a schema for a restaurant app like Zomato.

    • Create tables for restaurants, users, reviews, and orders

    • Include columns for restaurant details like name, address, cuisine type

    • Include columns for user details like name, email, and password

    • Link reviews to restaurants and users

    • Link orders to restaurants and users

    • Consider additional tables for menu items, categories, and ratings

  • Answered by AI

Interview Preparation Tips

Eligibility criteriaAbove 7 CGPAArcesium interview preparation:Topics to prepare for the interview - Data Structures, Operating Systems, System Design, DBMS, OOPSTime required to prepare for the interview - 4 monthsInterview preparation tips for other job seekers

Tip 1 : Must do Previously asked Interview as well as Online Test Questions.
Tip 2 : Go through all the previous interview experiences from Codestudio and Leetcode.
Tip 3 : Do at-least 2 good projects and you must know every bit of them.
Tip 4 : Prepare OS and DBMS properly.

Application resume tips for other job seekers

Tip 1 : Have at-least 2 good projects explained in short with all important points covered.
Tip 2 : Every skill must be mentioned.
Tip 3 : Focus on skills, projects and experiences more.

Final outcome of the interviewRejected

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. Nth Prime Number Problem Statement Find the Nth prime number given a number N. Explanation: A prime number is greater than 1 and is not the product of two smaller natural numbers. A prime number has exactly two distinct positive divisors: 1... read more
View answer (1)

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)

Analyst Interview Questions & Answers

user image Anonymous

posted on 12 May 2022

I applied via Company Website and was interviewed in Nov 2021. There were 4 interview rounds.

Round 1 - Aptitude Test 

Topics include Quantitative aptitude, Accountancy, Economics, and General knowledge

Round 2 - Technical 

(1 Question)

  • Q1. Difference b/w Bonus issue and stock split
  • Ans. 

    Bonus issue is free shares given to existing shareholders while stock split is dividing existing shares into multiple shares.

    • Bonus issue increases the number of shares outstanding while stock split does not

    • Bonus issue is usually done to reward shareholders while stock split is done to make shares more affordable

    • Bonus issue does not affect the market capitalization while stock split does

    • Example of bonus issue: Infosys g...

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. What is the duration of the bond & explain its use?
  • Ans. 

    The duration of a bond is the time until it reaches maturity. It is used to determine the bond's sensitivity to interest rate changes.

    • Duration is measured in years and can range from a few months to several decades

    • Longer duration bonds are more sensitive to interest rate changes than shorter duration bonds

    • Duration is an important factor to consider when investing in bonds

    • For example, a 10-year bond with a duration of 8...

  • Answered by AI
Round 4 - HR 

(1 Question)

  • Q1. The interaction mostly was focused on the knowledge about the company

Interview Preparation Tips

Interview preparation tips for other job seekers - One needs to carefully read the job description.

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

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)

I was interviewed in Aug 2021.

Round 1 - Coding Test 

(2 Questions)

Round duration - 45 minutes
Round difficulty - Medium

2 coding questions were given to solve in 45 minutes.

  • Q1. 

    Determine the Left View of a Binary Tree

    You are given a binary tree of integers. Your task is to determine the left view of the binary tree. The left view consists of nodes that are visible when the tree...

  • Ans. 

    A level order traversal based solution can be presented here. For each level, we need to print the first node i.e. the leftmost node of that level.
    Steps :
    1. Make a queue of node type and push the root node in the queue. 
    2. While the queue is not empty, do :
    2.1 Determine the current size of the queue. 
    2.2 Run a for loop to traverse all nodes of the current level and do :
    2.2.1 Remove the topmost node from the q...

  • Answered Anonymously
  • Q2. 

    Number of Islands Problem Statement

    You are given a non-empty grid that consists of only 0s and 1s. Your task is to determine the number of islands in this grid.

    An island is defined as a group of 1s (re...

  • Ans. 

    The question boils down to finding the number of connected components in an undirected graph. Now comparing the connected components of an undirected graph with this problem, the node of the graph will be the “1’s” (land) in the matrix. 
    BFS or DFS can be used to solve this problem. In each BFS call, a component or a sub-graph is visited. We will call BFS on the next un-visited component. The number of calls to BFS...

  • Answered Anonymously
Round 2 - Video Call 

(2 Questions)

Round duration - 60 minutes
Round difficulty - Medium

This was a 60 min technical interview round. The interviewer asked me to code 2 programming questions. 
Tip : Practice more to clear DSA problems. Medium level questions will be enough to clear the rounds.

  • Q1. 

    Topological Sort Problem Statement

    Given a Directed Acyclic Graph (DAG) consisting of V vertices and E edges, your task is to find any topological sorting of this DAG. You need to return an array of size ...

  • Ans. 

    Topological sorting of vertices of a Directed Acyclic Graph is an ordering of the vertices v1,v2,v3.....vn in such a way, that if there is an edge directed towards vertex vj from vertex vi , then vi comes before vj. Modified DFS can be used to solve topological sort problem. A stack can be used to implement it. Steps :
    1. Make a stack to store the nodes and a Boolean array to mark all visited nodes initialized to false....

  • Answered Anonymously
  • Q2. 

    N-th Node From The End Problem Statement

    You are provided with a Singly Linked List containing integers. Your task is to determine the N-th node from the end of the list.

    Example:

    Input:
    If the list is...
  • Ans. 

    A direct approach is to traverse the entire linked list and calculate its length. Traverse the list again and return the (length-N+1) node. But this approach involves two traversals of the linked list. 
    To further optimize the solution, the question can be solved in one traversal only. Two pointers can be used here. Steps :
    1. Initialize both the slow pointer and the fast pointer to the head node.
    2. First, move fast...

  • Answered Anonymously

Interview Preparation Tips

Eligibility criteriaAbove 7 CGPAArcesium interview preparation:Topics to prepare for the interview - Data Structures, Algorithms, OS, DBMS, Aptitude, OOPSTime required to prepare for the interview - 4 monthsInterview preparation tips for other job seekers

Tip 1 : Must do Previously asked Interview as well as Online Test Questions.
Tip 2 : Go through all the previous interview experiences from Codestudio and Leetcode.
Tip 3 : Do at-least 2 good projects and you must know every bit of them.

Application resume tips for other job seekers

Tip 1 : Have at-least 2 good projects explained in short with all important points covered.
Tip 2 : Every skill must be mentioned.
Tip 3 : Focus on skills, projects and experiences more.

Final outcome of the interviewRejected

Skills evaluated in this interview

Top Arcesium Software Developer Intern Interview Questions and Answers

Q1. Connect N Ropes With Minimum CostYou have been given 'N' ropes of different lengths, we need to connect these ropes into one rope. The cost to connect two ropes is equal to sum of their lengths. We need to connect the ropes with minimum cos... read more
View answer (3)

Software Developer Intern Interview Questions asked at other Companies

Q1. Sum Of Max And MinYou are given an array “ARR” of size N. Your task is to find out the sum of maximum and minimum elements in the array. Follow Up: Can you do the above task in a minimum number of comparisons? Input format: The first line ... read more
View answer (8)

Get interview-ready with Top Arcesium Interview Questions

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. How can you achieve multitasking in Java?
View answer (1)

Senior Software Engineer Interview Questions asked at other Companies

Q1. Nth Prime Number Problem Statement Find the Nth prime number given a number N. Explanation: A prime number is greater than 1 and is not the product of two smaller natural numbers. A prime number has exactly two distinct positive divisors: 1... read more
View answer (1)

Jobs at Arcesium

View all

Analyst Interview Questions & Answers

user image Anonymous

posted on 18 Feb 2022

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

Round 1 - Technical 

(2 Questions)

  • Q1. What is Equity Swap, black scholes, option pricing, type of risks, what is CAPM
  • Ans. 

    Equity Swap, Black Scholes, Option Pricing, CAPM are all financial concepts related to risk management and investment analysis.

    • Equity Swap is a financial contract between two parties to exchange cash flows based on the performance of an underlying asset.

    • Black Scholes is a mathematical model used to calculate the theoretical value of European-style options.

    • Option Pricing is the process of determining the fair value of a...

  • Answered by AI
  • Q2. Fund accounting questions
Round 2 - Technical 

(1 Question)

  • Q1. Dcf valuation, Multiples valuation

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep your basic straight. Technical can be cracked.

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)

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. How can you achieve multitasking in Java?
View answer (1)

Senior Software Engineer Interview Questions asked at other Companies

Q1. Nth Prime Number Problem Statement Find the Nth prime number given a number N. Explanation: A prime number is greater than 1 and is not the product of two smaller natural numbers. A prime number has exactly two distinct positive divisors: 1... read more
View answer (1)

I was interviewed in Jul 2021.

Round 1 - Coding Test 

(2 Questions)

Round duration - 45 minutes
Round difficulty - Medium

It was an online coding round where we were supposed to solve 2 coding questions in 45 minutes.

  • Q1. 

    Maximum Meetings Problem Statement

    Given the schedule of N meetings with their start time Start[i] and end time End[i], you need to determine which meetings can be organized in a single meeting room such ...

  • Ans. 

    Greedy approach can be applied to solve this problem. We sort the start and end time pairs for each meeting on the basis of the end time. Then we compare if the next meeting's start time is greater than the previous meeting's end time. If the start time is greater, we can count this meeting and we increase our meeting counter otherwise this meeting can't take place. In this manner, we traverse through all the meeting p...

  • Answered Anonymously
  • Q2. 

    Connecting Ropes with Minimum Cost

    You are given 'N' ropes, each of varying lengths. The task is to connect all ropes into one single rope. The cost of connecting two ropes is the sum of their lengths. Yo...

  • Ans. 

    Concept of min heap can be applied here. In each iteration, we need to pick the rope with minimum length because the value picked first will be included in the final answer multiple times. Hence, for minimum cost, we pick the longer length ropes later. 
    Approach :
    First of all, build minHeap (priority queue) from the given array of rope length. 
    In each iteration:
    1) Extract two ropes with minimum length from the...

  • Answered Anonymously
Round 2 - Video Call 

(3 Questions)

Round duration - 60 minutes
Round difficulty - Medium

The interview was conducted online. The interviewer asked me 2 programming questions and questions on OOPS concepts.

  • Q1. 

    Bottom View of Binary Tree

    Given a binary tree, determine and return its bottom view when viewed from left to right. Assume that each child of a node is positioned at a 45-degree angle from its parent.

    N...

  • Ans. 

    The basic idea is to use modified pre-order traversal. In this modified pre-order traversal, we keep track of horizontal distance of the node being visited from the root. We also keep track of height of that node. During this traversal, we use an ordered map that stores node's horizontal distance as key and value as tuple (current node's value, current node's level) if the node being visited is the bottommost node seen...

  • Answered Anonymously
  • Q2. 

    Serialize and Deserialize Binary Tree Problem Statement

    Given a binary tree of integers, your task is to implement serialization and deserialization methods. You can choose any algorithm for serialization...

  • Ans. 

    DFS can be used for serializing and de-serializing. Process root node and then make recursive calls for left and right child.
    For serializing the tree into a list : 
    1. If node is null, store -1 in list to denote a null link. Return. 
    2. Store the data at current node in list.
    3. Call function recursively for left and right subtrees.
    4. Return the list.
    If we serialize using preorder traversal, apply the same preor...

  • Answered Anonymously
  • Q3. Can you explain the concept of virtual destructors in C++?
  • Ans. 

    Using a virtual destructor, we can release the memory allocated by a derived class object or instance. In addition, we can delete instances of the derived class using a base class object pointer. The base class destructor uses the virtual keyword so that both the base class and the derived class destructor will be called at run time. However, the derived class will be called first and then the base class to free up the

  • Answered Anonymously

Interview Preparation Tips

Eligibility criteriaAbove 7 CGPAArcesium interview preparation:Topics to prepare for the interview - Data Structures, Algorithms, System Design, Aptitude, OOPSTime required to prepare for the interview - 3 monthsInterview preparation tips for other job seekers

Tip 1 : Must do Previously asked Interview as well as Online Test Questions.
Tip 2 : Go through all the previous interview experiences from Codestudio and Leetcode.
Tip 3 : Do at-least 2 good projects and you must know every bit of them
Tip 4 : One should have strong DSA skills and knowledge of Basic OOPS. Its not necessary to learn OS and DBMS if it's not taught in your college yet.

Application resume tips for other job seekers

Tip 1 : Have at-least 2 good projects explained in short with all important points covered.
Tip 2 : Every skill must be mentioned.
Tip 3 : Focus on skills, projects and experiences more.

Final outcome of the interviewSelected

Skills evaluated in this interview

Top Arcesium Software Developer Intern Interview Questions and Answers

Q1. Connect N Ropes With Minimum CostYou have been given 'N' ropes of different lengths, we need to connect these ropes into one rope. The cost to connect two ropes is equal to sum of their lengths. We need to connect the ropes with minimum cos... read more
View answer (3)

Software Developer Intern Interview Questions asked at other Companies

Q1. Sum Of Max And MinYou are given an array “ARR” of size N. Your task is to find out the sum of maximum and minimum elements in the array. Follow Up: Can you do the above task in a minimum number of comparisons? Input format: The first line ... read more
View answer (8)

I applied via Company Website and was interviewed in Nov 2021. There were 3 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Hackerrank 3 ques binary tree
  • Q2. Multithreading, array question
  • Q3. LinkedList intersection

Interview Preparation Tips

Interview preparation tips for other job seekers - read about multithreading and why your are using a particular tech stack pros and cons

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. Nth Prime Number Problem Statement Find the Nth prime number given a number N. Explanation: A prime number is greater than 1 and is not the product of two smaller natural numbers. A prime number has exactly two distinct positive divisors: 1... read more
View answer (1)

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