Upload Button Icon Add office photos

Arcesium

Compare button icon Compare button icon Compare

Filter interviews by

Clear (1)

Arcesium Junior Analyst Interview Questions and Answers

Updated 17 Jul 2024

Arcesium Junior Analyst Interview Experiences

2 interviews found

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
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 Resume 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. If I buy a piece of equipment, walk me through the impact on the ... read more
asked in Capgemini
Q2. Rat in a Maze Problem Statement You need to determine all possibl ... read more
asked in Capgemini
Q3. Yogesh And Primes Problem Statement Yogesh, a bright student inte ... read more
Q4. What is the most complex algorithm you've ever written?
Q5. Explain how the balance sheet works for banking sector

Interview questions from similar companies

Interview Questionnaire 

23 Questions

  • Q1. Why Morgan Stanley?
  • Ans. 

    Morgan Stanley is a top-tier investment bank with a strong reputation for innovation and excellence.

    • Morgan Stanley has a long history of success in the financial industry

    • The company is known for its innovative approach to investment banking

    • Morgan Stanley has a strong reputation for excellence in research and analysis

    • The firm offers a wide range of services to clients, including wealth management and investment banking

    • M...

  • Answered by AI
  • Q2. What between Tower and Morgan Stanley?
  • Ans. 

    Tower and Morgan Stanley are both financial services companies.

    • Tower is a global investment management firm with over $1 trillion in assets under management.

    • Morgan Stanley is a multinational investment bank and financial services company.

    • Both companies offer a range of financial services including wealth management, investment banking, and asset management.

    • Tower is known for its focus on sustainable investing, while Mo...

  • Answered by AI
  • Q3. Strengths/weakness
  • Q4. What is the job profile offered ? Why not phd?
  • Ans. 

    The job profile offered is for an analyst position. A PhD is not required for this role.

    • The job involves analyzing data and providing insights to clients

    • A PhD is not necessary as the role focuses more on practical application of analytical skills

    • The job may require a bachelor's or master's degree in a related field

    • Examples of job responsibilities may include data collection, statistical analysis, and report writing

  • Answered by AI
  • Q5. Minimize the cost of the pen, what innovations can you do with it?
  • Ans. 

    Innovations to minimize cost of pen

    • Use recycled materials for pen body and ink

    • Simplify design to reduce production costs

    • Implement refillable ink cartridges to reduce waste and cost

    • Partner with companies for bulk purchasing of materials

    • Automate production process to reduce labor costs

  • Answered by AI
  • Q6. Prove that for N>= a, N> N^.5 + N^(1/3)+N^(1/4)
  • Ans. 

    Prove N>=N^.5+N^(1/3)+N^(1/4) for N>=a

    • Use AM-GM inequality

    • Substitute N with a and prove the inequality holds

    • Use calculus to find the minimum value of the expression

  • Answered by AI
  • Q7. Statisticss, Algorithms
  • Q8. X, y are random variables with probability distribution ke^(-kx) and ue^(-ux). What is the dist. for min(x,y)
  • Ans. 

    Finding the probability distribution for the minimum of two random variables with given distributions.

    • Use the formula P(min(x,y)>z) = P(x>z)P(y>z)

    • Integrate over the range of z to get the distribution of min(x,y)

    • Final distribution is 2ke^(-kx)ue^(-ux)exp(-uz)

  • Answered by AI
  • Q9. An organism dies out with prob. p and spawns into 2 with prob (1-p). what is the prob. that starting from 1,the organism will die out?
  • Ans. 

    Given prob. p of dying out and prob. (1-p) of spawning into 2, find prob. of dying out starting from 1 organism.

    • Use probability tree to visualize outcomes

    • Probability of dying out starting from 1 is p + (1-p) * (probability of dying out starting from 2)^2

    • Solve recursively to get final answer

  • Answered by AI
  • Q10. In a unit circle, p is chosen uniformly on the circle and q inside the circle, what is the prob. that the rectangle is inside the circle?
  • Ans. 

    Probability of a rectangle being inside a unit circle with p chosen uniformly on the circle and q inside the circle.

    • The probability can be found by calculating the ratio of the area of the rectangle to the area of the circle.

    • The area of the circle is pi and the area of the rectangle can be found using the distance between p and q.

    • The probability is 1/4.

    • Example: If the distance between p and q is 0.5, then the area of t...

  • Answered by AI
  • Q11. Find a local minima of an array in o(log n)? In a functional program
  • Ans. 

    Find local minima of an array in o(log n) in functional programming.

    • Use binary search to find the local minima.

    • Check if the mid element is a local minima, if not, move towards the lower side.

    • If the mid element is greater than its left element, move towards the left side, else move towards the right side.

    • Repeat until a local minima is found.

    • Example: [5, 3, 2, 4, 6, 8, 9] -> local minima is 2.

  • Answered by AI
  • Q12. Write a code to sort a list without pipes?
  • Ans. 

    Code to sort a list without pipes

    • Use a sorting algorithm like bubble sort, insertion sort, or selection sort

    • Implement the algorithm in the programming language of your choice

    • Test the code with different input sizes and types

  • Answered by AI
  • Q13. Find an even length palindrome in a string in o(n)?
  • Ans. 

    To find an even length palindrome in a string in O(n), we can use the two-pointer approach.

    • Initialize two pointers at the center of the string.

    • Expand the pointers outwards while checking if the characters at both pointers are equal.

    • If they are not equal, return the previous substring as the even length palindrome.

    • If the pointers reach the end of the string, return the entire string as the even length palindrome.

  • Answered by AI
  • Q14. A is a matrix vi's are n linear vectors s.t. Avi= Vj a<=j<=n, what are the possible values of |A|?
  • Ans. 

    Possible values of determinant of matrix A given Avi=Vj for n linear vectors

    • The possible values of |A| are non-zero as the given vectors are linearly independent

    • The value of |A| can be calculated using the formula |A| = (-1)^n * det(A)

    • If the given vectors are orthogonal, then |A| is the product of the magnitudes of the vectors

  • Answered by AI
  • Q15. A and B play a game with unfair count with P[Heads]= p. they count # of heads and tails .if # of heads > #tails +1 at any point, A wins.Find the prob. that A wins
  • Ans. 

    A and B play a game with unfair coin. A wins if # of heads > #tails +1 at any point. Find prob. of A winning.

    • The game is played with an unfair coin with P[Heads]=p

    • A wins if # of heads > #tails +1 at any point

    • Find the probability of A winning

  • Answered by AI
  • Q16. Given a sorted array find two element (i,j) s.t. i+j =x in O(n) time?
  • Ans. 

    Find two elements in a sorted array that add up to a given sum in linear time.

    • Use two pointers, one at the beginning and one at the end of the array.

    • If the sum of the two pointers is greater than the target, move the right pointer to the left.

    • If the sum of the two pointers is less than the target, move the left pointer to the right.

    • Repeat until the sum is found or the pointers meet.

    • Example: Given [1, 2, 3, 4, 5] and ta

  • Answered by AI
  • Q17. Question on bubble sort : Given random permutation, suppose i run bubble sort on it.
  • Q18. What is the prob. that element at 20th position lands up at 31st position after the first iteration?
  • Ans. 

    The probability of element at 20th position landing up at 31st position after the first iteration.

    • The probability depends on the size of the dataset and the algorithm used for iteration.

    • If the algorithm involves swapping adjacent elements, the probability is higher.

    • If the dataset is sorted in a way that the element at 20th position is adjacent to the element at 31st position, the probability is 1.

    • The probability can be...

  • Answered by AI
  • Q19. A rod at length l, I randomly put 100 ants in the rod .each ant moves left and right in random direction with l m/s .what is the expected no. of collisions after 30 secs?
  • Ans. 

    Expected number of collisions between randomly moving ants on a rod after 30 seconds.

    • Calculate the probability of two ants colliding at any given time.

    • Use the formula for expected value to find the expected number of collisions.

    • Assume that the ants are point masses and collisions are perfectly elastic.

    • Consider the possibility of multiple ants colliding at the same time.

    • Simulation can also be used to estimate the expect

  • Answered by AI
  • Q20. In how many ways can i permute n numbers 1 2 3...n so that all the no.s between u and i+1 are less than i (for all i in the permutation)?
  • Ans. 

    Counting permutations where numbers between u and i+1 are less than i for all i in the permutation.

    • The first number in the permutation must be 1.

    • For each i in the permutation, all numbers between u and i+1 must be less than i.

    • Use dynamic programming to count the number of valid permutations.

    • The answer is (n-1)th Catalan number.

    • Example: for n=4, the answer is 5.

  • Answered by AI
  • Q21. Find f(n) : pdt F(x) cdf. the value of k> 0 a constant -inf S +inf f(x)*F(kx) dx x follows normal standard distribution?
  • Ans. 

    Finding f(n) for a normal standard distribution with a given constant k.

    • Calculate the product of probability density function and cumulative distribution function.

    • Integrate the product of f(x) and F(kx) from -inf to +inf.

    • The value of k is a constant greater than 0.

  • Answered by AI
  • Q22. Number of inversions in an array in O(nlogn) time?
  • Ans. 

    Number of inversions in an array in O(nlogn) time.

    • Use merge sort algorithm to count inversions

    • Divide the array into two halves and recursively count inversions

    • Merge the two halves and count split inversions

    • Time complexity is O(nlogn)

  • Answered by AI
  • Q23. Given a chessboard 8X8 I put numbers from 1 to 8 in it in such a way that no. x is the mean/average of its neighbor. What is the range of the numbers?

Interview Preparation Tips

Round: Test
Experience: Topics:
1. Statistics
2. Probability distributions
3. Theorms of linear algebra 
4. Algorithms: DP, Puzzle
Duration: 120 minutes
Total Questions: 8

General Tips: Improve on Linear Algebra&#44; Probability, Algorithms.
College Name: IIT KANPUR

Skills evaluated in this interview

I applied via Referral

Interview Questionnaire 

2 Questions

  • Q1. Mostly on Financial accounting
  • Q2. Questions on Cash flow statements ( Project during 1st term )

Interview Preparation Tips

Round: Technical Interview
Experience: number of interviews were 2 where the 2nd was more of a confirmation that I am willing to work with them.
I answered most of the questions they asked except who is teaching you corporate finance. I asked a lot of questions about what they do and what is their view about Indian accounting laws
I think they are looking for knowledge in finance and less of globe during the interview.

Tips: Prof. R. Narayanswamies fundas of financial accounting.
Be thorough with financial.

Skills: Accounting, Finance
College Name: IIM Bangalore

Interview Preparation Tips

Round: Test
Experience: First round - 1 hour online test split into 2 sections. First section - aptitude 10 questions and c/c++/java 10 question for a total of 30 minutes. Second section included 2 coding questions for a total time of 30 minutes. Approx - 400 students.

General Tips: Aptitude was hard and pace is important. Practicing commercial mathematics will help. Past projects are important and resume should have only information that you are thorough with.Understand the company and what it does before the personal interviews.
Skill Tips: Prepare well DSA, OS ,Aptitude,C,C++ , by the help of Indiabix.com.
Skills:
College Name: NIT Surathkal

I was interviewed in Dec 2016.

Interview Questionnaire 

8 Questions

  • Q1. Question related to projects mentioned in CV.
  • Q2. Question related to Database Management.
  • Q3. Given a web portal that is running slow, how would you debug the solution for that? Answer stepwise.
  • Ans. 

    Debugging steps for a slow web portal

    • Check server load and resource usage

    • Analyze network traffic and latency

    • Review code for inefficiencies and optimize

    • Use profiling tools to identify bottlenecks

    • Consider caching and content delivery networks

    • Test and monitor performance after changes

  • Answered by AI
  • Q4. Generally we store data in normalised form, but it makes it slow to run any queries. How would you make the queries run faster?
  • Ans. 

    Denormalization, indexing, caching, and partitioning can improve query performance.

    • Denormalize the data to reduce the number of joins required for queries.

    • Create indexes on frequently queried columns to speed up search.

    • Cache frequently accessed data in memory to avoid disk reads.

    • Partition large tables into smaller ones to reduce the amount of data that needs to be scanned.

    • Use query optimization techniques like query re...

  • Answered by AI
  • Q5. Write a sorting algorithm in detail.
  • Ans. 

    Sorting algorithm organizes data in a specific order.

    • Choose a sorting algorithm based on the data size and type.

    • Common sorting algorithms include bubble sort, insertion sort, and quicksort.

    • Implement the chosen algorithm in code.

    • Test the algorithm with sample data to ensure it sorts correctly.

  • Answered by AI
  • Q6. Who or what inspires you the most?
  • Ans. 

    My parents inspire me the most.

    • Their hard work and dedication to providing for our family motivates me to work hard.

    • Their unwavering support and encouragement has helped me overcome challenges.

    • Their values and principles have shaped me into the person I am today.

    • Seeing their sacrifices and selflessness inspires me to be a better person.

  • Answered by AI
  • Q7. What are the qualities of a leader?
  • Ans. 

    A leader should possess qualities like vision, communication, empathy, integrity, and adaptability.

    • Vision: Ability to see the big picture and set goals accordingly

    • Communication: Ability to convey ideas clearly and listen actively

    • Empathy: Ability to understand and relate to others' emotions and perspectives

    • Integrity: Consistency in values, actions, and decisions

    • Adaptability: Ability to adjust to changing circumstances a

  • Answered by AI
  • Q8. Why Morgan Stanley?
  • Ans. 

    Morgan Stanley is a top-tier investment bank with a strong reputation for excellence and innovation.

    • Morgan Stanley has a long history of success in the financial industry

    • The company is known for its innovative approach to investment banking

    • Morgan Stanley has a global presence and offers a wide range of services to clients

    • The firm has a strong commitment to diversity and inclusion

    • Morgan Stanley is a great place to work

  • Answered by AI

Interview Preparation Tips

Round: Technical Interview
Experience: The interviewer asked questions based upon CV. He first made me adjust to the environment and then started the serious questions realted to technical stuff.
Tips: Never lie about any subject you don't really know. Keep a particular topic strong, in my case it was Database Management. Have good problem solving skills, if not efficient but at least a good solution.

Round: Technical Interview
Experience: The round consisted of technical questions based on my analysis of the first round. Consisted of higher levele questions related to my topics of my expertise.
Tips: Be ready for any spontaneous questions. Explain whatever comes to your mind instead of quietly thinking. Be communicative and confident. They don't care about the syntax but rather the logical thinking.

Round: HR Interview
Experience: Just be communicative. Since you've qualified till the HR interview, you are almost confirmed for their position. They checked if I could handle pressure or not. They tried to know if they could give me more responsibilities in the near future or not.
Tips: Be confident and don't hesitate to answer. Express what you feel genuinely. Show that you are a responsible guy.

College Name: IIT Varanasi

Skills evaluated in this interview

Interview Questionnaire 

7 Questions

  • Q1. Why DB (2 min)
  • Ans. 

    DB is a crucial component for storing and managing data in various applications.

    • DB stands for Database and is used to store and manage data in various applications.

    • It allows for efficient data retrieval and manipulation.

    • There are various types of databases such as relational, NoSQL, and graph databases.

    • Examples of popular DBMS include MySQL, Oracle, MongoDB, and Neo4j.

  • Answered by AI
  • Q2. Can some work you did at Microsoft be used in DB (I wasn’t at all expecting this but thought and found that an algo I designed could be applied to a problem in the stock market domain)?
  • Ans. 

    Yes, an algorithm I designed at Microsoft can be applied to a problem in the stock market domain.

    • I designed an algorithm at Microsoft that can be used in the stock market domain

    • The algorithm can be applied to solve a specific problem in the stock market

    • The work I did at Microsoft has potential applications in the financial industry

  • Answered by AI
  • Q3. Estimate your quant score. If you add your quant score to the avg finance score would that be highest overall score?
  • Ans. 

    Answering a question about estimating quant score and overall score in finance.

    • I estimate my quant score to be X based on my preparation and practice.

    • Adding my quant score to the avg finance score may or may not result in the highest overall score, as it depends on the scores of other candidates.

    • However, I am confident in my abilities and believe that I can perform well in both areas.

    • I am open to discussing my preparat...

  • Answered by AI
  • Q4. Asked me to redo the pie chart question. I got it correct I think though I didn’t attempt it. They asked why I didn’t attempt finance (Reply : I wanted to do on thing well and time was a constraint)
  • Q5. Puzzle - express JEE rank as xy + yx (put y=1, x = rank - 1)
  • Q6. Didn’t Microsoft give you a PPO (I said no, which was technically true)? Why not Microsoft(note that they asked this though Microsoft was scheduled on Day 2) (2 min)?
  • Q7. Why not Tower Research (5 min)?
  • Ans. 

    Tower Research does not align with my career goals and interests.

    • I am looking for a company that aligns with my values and interests

    • I have researched Tower Research and do not feel it is the right fit for me

    • I am seeking a company with a strong focus on innovation and collaboration

    • Tower Research may be a great fit for others, but it is not the right fit for me

  • Answered by AI

Interview Preparation Tips

Round: Test
Experience: 28 questions, 18 quantative + 10 financial awareness, negative marking. I took one pass through the Quant section, leaving about 5 questions, went on to the financial section, realized I wasn't going to score that well there so went back to Quant eventually attempting all 18, having to guess 1 answer since I ran out of time. I attempted probably 2-3 in financial. The test matters a lot to get shortlisted - some CSE students didn’t get shortlisted apparently because of a low test score. I would suggest that focus should be primarily on the quant section rather than the finance section - a friend in CSE who said he did well in the finance section didn’t get shortlisted.

Quant
1. Find next in sequence : 10,1,.......7,7...11,5 - don't remember the rest of the sequence but it looked random
initially it but if you take the difference between alternate terms an obvious pattern emerges .
2. Probability of two people telling the truth = 0.4,0.6 - what is the chance that they are inconsistent in what they say ?
3. A 3 digit number is a square less than 500, the reverse of the number is also a square. on repeating last digit still a square. What is the difference between the initial square, its reverse.
4. In a 1000m race if x gives y a head start of 40 meter, x wins by 10m. how much will x win by if y gives x a head start of 40m
5. With 16 matches, how many distinct triangles can you make?
6. You row at 7kmph in a calm lake. fisherman drops something 14 km upstream and the river current is 3kmph, how long will it take to reach you (14/7 = 2hrs ).
7. The sum of the multiples of 7 between 200 and 400 is what (trick was instead of calculating, to observe that the answer is odd and of the 5 options, only one was odd)?
8. Sum of consecutive page numbers in a book starting from 1 to n is 1000 - one page was repeated. which page was it? (idea was to subtract each choice from 1000 and see if it was n _ (n + 1)/2)
9. Last digit of 508508
10. 6 men + 4 women. Make a committee of 3 from them - Guy X wont be with Guy Y. Guy Y will be only with Woman Z in committee. How many ways of making the committee?
11. Run in circle of radius r. 1st 30 seconds at r meters/min, then next 1 min at r/2 m per min next 2 min at r/4 and so on. ratio of times taken in round n, previous round
12. |(x ? 11)/2| < 3 what is the range of x?
13. number of integer solutions to 3x + 6y = 13 (take 3 common on LHS and the answer is clear).
14. 5 students give an objective exam (+1 for correct, 0 for wrong) with 5 questions each with 5 choices. Their answers were given in a 5x5 matrix. Given they all got different marks, who got the lowest.
15. A,B,C,D stand in a line in increasing order of height. Given that X was shorter than Y but didnt stand first, and (a few more conditions) , who stood last? (X and Y had been specified as one of A, B, C, D - I don’t remember exactly since I gave the test 10 days back).

Financial
1. Rupee-dollar exchange rate (options were ranges of 1 rupee answer ws 39-40)
2. value of some index (some non-Indian East Asian country’s stock market - I forgot the name)
3. Effect of interest rate cuts on a bond coupon
4. Simple question on call option - which of following is not true about it
5. 1st Indian IT company to be listed on Nasdaq

6. Given a pie chart where it showed that for capital, a company relied 80% on equity and a small fraction on debts, what investment strategy is the company using? Conservative/Aggressive?
Duration: 40 min minutes

Round: HR Interview
Experience: I was the last person DB interviewed that day. Towards the end, the interviewer said “I am sure you are going to join Tower Research and not DB”. They also seemed to have decided before I came in to the interview that I would get an offer with some other company and would not choose DB - kept attacking the answers I gave to ‘Why not Microsoft/Tower’. In hindsight maybe I shouldn't have listed all the 4 tech companies I had interned with.

College Name: IIT KANPUR

Skills evaluated in this interview

Analyst Interview Questions & Answers

Morgan Stanley user image Deepak Kumar Thakur

posted on 5 Dec 2015

I applied via Walk-in

Interview Questionnaire 

1 Question

  • Q1. Finance related questions

Interview Preparation Tips

Round: Technical Interview
Experience: I think they were looking for Basic understanding of financial accounting, confidence.
My experience of working on valuation of Oil & Gas projects, financial modelling helped a lot
Tips: My confidence in answering questions related to finance and Read thoroughly two chapters 11 & 12 of “Financial Accounting” book by RNS

Skill Tips: They will give you required training
Skills: Finance
College Name: IIM Bangalore

I was interviewed before Feb 2016.

Interview Questionnaire 

1 Question

  • Q1. Tell me one of the best projects you think you have worked on?
  • Ans. 

    One of the best projects I worked on was developing a mobile app for a non-profit organization.

    • The app was designed to help the organization's volunteers easily track their hours and tasks.

    • I worked closely with the non-profit to understand their needs and create a user-friendly interface.

    • The app was well-received by the volunteers and helped the organization better manage their resources.

    • I also implemented a feature th...

  • Answered by AI

Interview Preparation Tips

Round: Test
Experience: Test was conducted by AMCAT at Madras School of Economics. Test was an adaptive test. Accuracy matters along with the speed. Do focus on all the sections. Questions were easy to moderate.
Tips: Prepare well before the test. HSBC was the second company to conduct test. DO NOT IGNORE RETAIL BANKING.

Preparation Material: Arun Sharma
Duration: 55 minutes
Total Questions: 50

Round: Technical + HR Interview
Experience: HSBC had skype interview at MSE. I was waiting from 11am in the morning. And it was already 6pm in the evening. One girl before me took around 45 minutes. As i entered, they were in hurry. They wanted to finish soon. As i started interview, they directly told me that they are getting late so they would finish things quickly. I was not asked even to introduce myself.

They asked me one project i have worked on and which i think was the best. I told them a project on Credit Risk Modelling. Luckily interviewer was also from the Credit Risk Team at HSBC. He started grilling over all the concepts. Why i used the particular model? What is ROC? What was the delinquency period and why ? I had done that project too seriously. I made him clear all the concepts. They focus more on your concepts and understanding. They also asked my few basic questions on Statistics which were related to my project.

I told them everything in just 10 minutes. And right after that the interviewer told me that it would be the last question they will ask me. I started thinking i won't get selected as no one finished in just 10 minutes. Then interview went on for 5 more minutes. I was given a case study on decreasing sales of a particular departmental store's division.

At last there were some HR questions. At last interviewer was really impressed by me. Guys a

College Name: Madras School of Economics

Interview Questionnaire 

4 Questions

  • Q1. Asked about my projects – the technical aspects, scope, etc
  • Q2. Databases and Mysql – queries, types of keys, joins, etc
  • Q3. Fundamentals of Operating Systems – threads/processes, scheduling algorithms, memory/storage, etc
  • Q4. Data Structures and Files, so – sorting/searching algorithms, their complexities, files, other data structures, etc

Interview Preparation Tips

Round: Test
Experience: The first round, quite naturally, was the aptitude round. We had to answer questions that were designed to test our quantitative and technical abilities. But this was only the first part. The second part involved finding computational solutions to simulated situations. These questions needed to be solved in a programming language we were asked to choose earlier, during the aforementioned first part. I chose to do it in Java as that is one language I am really thorough with. I understand that C/C++ are more important and versatile, but what matters here is your inherent understanding of the concepts involved

Round: Group Activity
Experience: We had to build model buildings, using LEGO blocks. Other than the fact that I love building things from other smaller things, the supplied material took me back to my childhood days. We were divided into four groups. Two in each room, and each group consisted of 8-10 candidates. We were given a time limit within which we had to design and construct a building. As a surprise, after half time, they asked the two groups in each room to merge their projects. This probably was to see if the candidates were pro-active team players, and could handle unexpected situations like professionals.

Round: Technical Interview
Experience: There was another technical interview after the group activity. I was interviewed by two of their officers, who again asked questions similar to those from the first technical round.  It went quite well, since I was quite confident about the way I was solving the problems they gave me. Thinking out loud is key, as that lets them in your problem-solving abilities. That way, they let you know if you are headed in the right direction. My interviewers were quite pleasant, as they liked discussing possible scenarios to the problems they gave me.

Round: HR Interview
Experience: there was an HR round, where the woman interviewed me about my projects. She needed to know if I had the guts to finish whatever it is that I started. So she asked more on the lines on my role in the projects I had undertaken in the previous years. She also asked me about my working experience from before. That too went well. It was pretty much a standard HR interview – projects, hobbies, traits, etc.

Round: fitness roound
Experience: There was another round in the end, which was to test the candidate’s professional fitness – if they indeed are the right people for the job. I found it to be a blend of technical and HR interviews, more on the lines of HR though. All in all, it was a brilliant experience

General Tips: To my juniors&#44; study hard, be sincere, be yourself, be smart (preferably in that order, but you are free to improvise!)
College Name: IIT MADRAS
Contribute & help others!
anonymous
You can choose to be anonymous

Arcesium Interview FAQs

How many rounds are there in Arcesium Junior Analyst interview?
Arcesium interview process usually has 3-4 rounds. The most common rounds in the Arcesium interview process are Technical, Aptitude Test and Resume Shortlist.
How to prepare for Arcesium Junior Analyst 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 Accounting, Collateral Management, Excel, Financial operations and Legal.
What are the top questions asked in Arcesium Junior Analyst interview?

Some of the top questions asked at the Arcesium Junior Analyst interview -

  1. Questions related to Derivatives, Call and Put Options, Finance and Puz...read more
  2. Basic accounting, eco and derivatives quest...read more

Recently Viewed

LIST OF COMPANIES

Coal India

Locations

INTERVIEWS

Amadeus

No Interviews

INTERVIEWS

Coal India

No Interviews

INTERVIEWS

Arcesium

100 top interview questions

INTERVIEWS

Amadeus

No Interviews

INTERVIEWS

Coal India

No Interviews

INTERVIEWS

Arcesium

No Interviews

DESIGNATION

INTERVIEWS

Arcesium

No Interviews

LIST OF COMPANIES

Agility E Services

Overview

Tell us how to improve this page.

Arcesium Junior Analyst Interview Process

based on 2 interviews

Interview experience

3.5
  
Good
View more

Interview Questions from Similar Companies

HSBC Group Interview Questions
3.9
 • 484 Interviews
Goldman Sachs Interview Questions
3.5
 • 376 Interviews
TCS iON Interview Questions
3.9
 • 367 Interviews
Deutsche Bank Interview Questions
3.9
 • 362 Interviews
ITC Infotech Interview Questions
3.6
 • 334 Interviews
Morgan Stanley Interview Questions
3.7
 • 291 Interviews
CitiusTech Interview Questions
3.4
 • 270 Interviews
Barclays Interview Questions
3.8
 • 269 Interviews
NeoSOFT Interview Questions
3.7
 • 261 Interviews
View all
Arcesium Junior Analyst Salary
based on 7 salaries
₹8.2 L/yr - ₹10.5 L/yr
145% more than the average Junior Analyst Salary in India
View more details

Arcesium Junior Analyst Reviews and Ratings

based on 1 review

4.0/5

Rating in categories

3.0

Skill development

3.0

Work-life balance

4.0

Salary

4.0

Job security

4.0

Company culture

3.0

Promotions

3.0

Work satisfaction

Explore 1 Review and Rating
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
223 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