Upload Button Icon Add office photos

Filter interviews by

Arcesium Senior Developer Interview Questions and Answers

Updated 20 Jun 2024

Arcesium Senior Developer Interview Experiences

1 interview found

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

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

Round 1 - Coding Test 

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

Round 2 - Coding Test 

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

Round 3 - System design 

(2 Questions)

  • Q1. System design scenarios using sqs
  • Ans. 

    Using SQS for system design scenarios

    • Implementing a message queue system for decoupling components

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

    • Using SQS to handle asynchronous processing of tasks

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

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

    Implementing system design scenarios for monitoring and alarming

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

    • Set up alerts based on predefined thresholds for key metrics

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

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

    • Implement health checks for services to ensure the

  • Answered by AI

Interview Preparation Tips

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

Skills evaluated in this interview

Interview questions from similar companies

Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
No response
Round 1 - Technical 

(2 Questions)

  • Q1. React theory questions, and 1 problem
  • Q2. React and web theory questions on lifecycle methods
Round 2 - HR 

(2 Questions)

  • Q1. General family background
  • Q2. CTC discussion for current and expected
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Approached by Company and was interviewed in Dec 2023. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Opps, solid principle, agile methodology, database query, mvc framework, design pattern

Interview Preparation Tips

Interview preparation tips for other job seekers - It seems time pass for them, there are people who don't have work or they might be on bench to entertain them this interview happened. I and two of friends faced same problem because we provide all answers properly.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Hirect and was interviewed in Nov 2022. There were 5 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Technical 

(1 Question)

  • Q1. Java 8 question about Strings.
Round 3 - Technical 

(1 Question)

  • Q1. Diff between JDK,JVM,JRE. Equals and HashCode
  • Ans. 

    JDK is a development kit, JRE is a runtime environment, and JVM is a virtual machine. Equals compares object values, HashCode returns a unique integer for an object.

    • JDK includes JRE and development tools, while JRE includes JVM and necessary libraries

    • JVM is responsible for executing Java bytecode

    • Equals method compares the values of two objects, while == compares their references

    • HashCode method returns a unique integer ...

  • Answered by AI
Round 4 - Technical 

(1 Question)

  • Q1. Given 2 Nodes 1->9 ->0 1->0 Add both of them so resulting node would be 2->0->0 190 +10 = 200 Java 8 questions
  • Ans. 

    Add two linked lists representing numbers and return the resulting linked list.

    • Traverse both linked lists and add the corresponding digits, keeping track of carry.

    • Create a new node for each digit and update the carry for the next iteration.

    • If one list is longer than the other, add the remaining digits to the result.

    • Handle the case where the carry is not zero after all digits have been added.

    • Time complexity: O(max(m,n))...

  • Answered by AI
Round 5 - HR 

(1 Question)

  • Q1. Salary Expectations about the job
  • Ans. 

    I expect a competitive salary based on my experience, skills, and the responsibilities of the role.

    • I have extensive experience in senior developer roles and have consistently delivered high-quality work.

    • I have a strong understanding of various programming languages and frameworks.

    • I have successfully led and mentored teams in previous positions.

    • I am confident in my ability to contribute to the success of the company.

    • I a...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Work on Java 8 as well as DSA(LinkedList, Stack) and learn about output questions

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Jul 2022. There were 4 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. Basic core java questions, spring boot and spring mvc questions and other project related questions
Round 3 - Behavioral 

(1 Question)

  • Q1. Project related questions and infrastructure of application
Round 4 - HR 

(1 Question)

  • Q1. Salary negotiation, company policy explanation

Interview Preparation Tips

Interview preparation tips for other job seekers - brush up your basics and know your project and what task you did
Round 1 - Technical 

(1 Question)

  • Q1. Some basic questions on sfmc
Round 2 - Behavioral 

(1 Question)

  • Q1. Some questions about previous experience and some technical questions.

Interview Preparation Tips

Interview preparation tips for other job seekers - Brillio is excellent company to work with, good place to work, friendly environment.
Interview experience
2
Poor
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Oct 2024. There were 3 interview rounds.

Round 1 - Coding Test 

Online zoom coding test will be there - 4 questions - 2 about output of code & 2 about technical questions.

Round 2 - Technical 

(2 Questions)

  • Q1. Polymorphism and explain about virtual polymorphism
  • Ans. 

    Polymorphism is the ability of a single function or method to operate on different types of data.

    • Polymorphism allows objects of different classes to be treated as objects of a common superclass.

    • Virtual polymorphism is achieved through virtual functions in C++.

    • Virtual functions allow a function in a base class to be overridden in a derived class.

    • Example: Animal class with virtual function 'makeSound' overridden in Dog a

  • Answered by AI
  • Q2. Write code for virtual polymorphism and explain
  • Ans. 

    Virtual polymorphism allows objects of different classes to be treated as objects of a common superclass.

    • Create a base class with virtual functions

    • Create derived classes that override the virtual functions

    • Use pointers or references of the base class to call the overridden functions

  • Answered by AI
Round 3 - HR 

(3 Questions)

  • Q1. About yourself should explain
  • Q2. Reason for job change
  • Q3. Salary negotiations and location

Interview Preparation Tips

Interview preparation tips for other job seekers - I have interviewed for c++ developer role in incedo company - please make sure you are completely aware of every functions and keywords relate to c++ concepts.

Skills evaluated in this interview

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

I applied via Naukri.com and was interviewed in Nov 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. It was mainly java, interviewers are very good and supportive to elaborate more about problem.
  • Q2. Scenario based on your earlier work experience
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Technical 

(3 Questions)

  • Q1. REST API for User CRUD
  • Ans. 

    Design a RESTful API for CRUD operations on user resources.

    • Use HTTP methods like GET, POST, PUT, DELETE for CRUD operations

    • Create endpoints like /users for listing all users, /users/{id} for specific user

    • Use status codes like 200 for success, 404 for not found, 400 for bad request

    • Implement authentication and authorization mechanisms for security

    • Include request and response body formats like JSON or XML

  • Answered by AI
  • Q2. Two Sum Leetcode problem
  • Q3. Basic questions based on the candidate technical skills
Round 2 - Technical 

(2 Questions)

  • Q1. Basics to Intermediate level of questions based on the skills mentioned in the resume
  • Q2. Projects related discussions
Round 3 - Document Verification 

(1 Question)

  • Q1. I was informed to upload the supporting documents. ( They rejected me after this eventhough all my documents are genuine )

Interview Preparation Tips

Interview preparation tips for other job seekers - The interviewer's are friendly. Be prepared as per your resume.

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Aptitude Test 

Time value distance clock

Round 2 - Technical 

(1 Question)

  • Q1. Points arrays oparetor
Round 3 - HR 

(2 Questions)

  • Q1. Tell me Your self
  • Q2. Why should higher you

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep learning every time
Don't vest time

Arcesium Interview FAQs

How many rounds are there in Arcesium Senior Developer interview?
Arcesium interview process usually has 3 rounds. The most common rounds in the Arcesium interview process are Coding Test.
What are the top questions asked in Arcesium Senior Developer interview?

Some of the top questions asked at the Arcesium Senior Developer interview -

  1. System design scenarios for enough monitoring and alarm...read more
  2. System design scenarios using ...read more

Tell us how to improve this page.

Senior Analyst
293 salaries
unlock blur

₹9.5 L/yr - ₹27 L/yr

Analyst
291 salaries
unlock blur

₹8 L/yr - ₹20 L/yr

Senior Software Engineer
234 salaries
unlock blur

₹15 L/yr - ₹42 L/yr

Financial Analyst
148 salaries
unlock blur

₹8.5 L/yr - ₹19 L/yr

Software Engineer
146 salaries
unlock blur

₹12 L/yr - ₹33.6 L/yr

Explore more salaries
Compare Arcesium with

Edelweiss

3.9
Compare

JPMorgan Chase & Co.

4.0
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