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
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Aug 2023. There was 1 interview round.

Round 1 - One-on-one 

(9 Questions)

  • Q1. 1. How we secure ur data through data security?
  • Ans. 

    Data security is ensured through various measures such as encryption, access controls, regular backups, and security audits.

    • Encryption: Data is encrypted using algorithms like AES or RSA to protect it from unauthorized access.

    • Access controls: User authentication, role-based access control, and strong password policies are implemented to control data access.

    • Regular backups: Data is regularly backed up to prevent loss or...

  • Answered by AI
  • Q2. 2.Where are how do we use Al in our day to day life ?
  • Ans. 

    AI is used in various aspects of our daily lives, from virtual assistants to recommendation systems.

    • Virtual assistants like Siri, Alexa, and Google Assistant use AI to understand and respond to voice commands.

    • Social media platforms use AI algorithms to personalize our news feeds and suggest friends to connect with.

    • AI-powered recommendation systems suggest products, movies, and music based on our preferences and browsin...

  • Answered by AI
  • Q3. 3.Explain about Artificial intelligence
  • Ans. 

    Artificial intelligence is a field of computer science that focuses on creating intelligent machines.

    • AI involves the development of algorithms and models that enable machines to perform tasks that typically require human intelligence.

    • It encompasses various subfields such as machine learning, natural language processing, computer vision, and robotics.

    • AI applications can be found in areas like virtual assistants, autonom...

  • Answered by AI
  • Q4. 4.what is al and it functionality in machine learning
  • Ans. 

    AL stands for Active Learning and it is a technique used in machine learning to select the most informative data points for labeling.

    • AL is used to reduce the amount of labeled data needed for training a model.

    • It involves iteratively selecting the most uncertain or informative data points for annotation.

    • AL can be used in various machine learning tasks such as classification, regression, and clustering.

    • By actively select...

  • Answered by AI
  • Q5. 5.Short keys of copy, cut, paste, undo
  • Ans. 

    Copy, cut, paste, undo are short keys used for manipulating text or objects in software applications.

    • Copy: Ctrl+C (Windows) or Command+C (Mac)

    • Cut: Ctrl+X (Windows) or Command+X (Mac)

    • Paste: Ctrl+V (Windows) or Command+V (Mac)

    • Undo: Ctrl+Z (Windows) or Command+Z (Mac)

  • Answered by AI
  • Q6. 6.how will short name in mx excel
  • Ans. 

    In Excel, you can create a short name for a cell or range of cells using the Name Manager feature.

    • Open Excel and go to the Formulas tab.

    • Click on the Name Manager button.

    • Click on the New button to create a new name.

    • Enter a short name in the Name field.

    • Specify the cell or range of cells you want to associate with the short name in the Refers to field.

    • Click OK to save the short name.

    • You can now use the short name in formu...

  • Answered by AI
  • Q7. 7.What do you know about artificial intelligence and Machine learning?
  • Ans. 

    Artificial intelligence (AI) is the simulation of human intelligence in machines that can learn and perform tasks without explicit programming.

    • AI is a branch of computer science that focuses on creating intelligent machines

    • Machine learning is a subset of AI that enables machines to learn from data and improve their performance

    • AI and machine learning are used in various applications such as speech recognition, image cla...

  • Answered by AI
  • Q8. 8. Can you play any music instrument?
  • Ans. 

    Yes, I can play the piano and the guitar.

    • I can play the piano and the guitar.

    • I have been playing the piano for 10 years.

    • I have been playing the guitar for 5 years.

  • Answered by AI
  • Q9. 9.Data Base Administration knowledge line attributes and entities and ther m...

Interview Preparation Tips

Interview preparation tips for other job seekers - Build skills while you wait.

• Customize your application materials....

• Use social media to find jobs....

• Research potential employers....

• Prepare your interview responses....

• Network in your preferred industry.

• Send a thank you.

• Be patient.

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Coding test regarding the tools and technologies

Round 2 - Technical 

(2 Questions)

  • Q1. Asked about the connections
  • Q2. Questions on coding

Interview Preparation Tips

Interview preparation tips for other job seekers - It's some what Moderate question
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed before Dec 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

Basic Aptitude Questions

Round 2 - Coding Test 

Advancce Java coding u

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

I applied via Naukri.com and was interviewed in May 2023. There were 3 interview rounds.

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

Javascript & Angular question -
1. Write piece of code to display the array item using iteration method?
2. Write piece of code for API integration using services ?
3. What is the method of data transferring in Angular Components ?
4. What is Routing ?

Round 3 - Technical 

(1 Question)

  • Q1. Angular Question 1. What is the difference between Angular 8 and Angular 12 version ? 2. What is Call Back Function ? 3. What is Life Cycle Hooks ? 4. How to handle large data transferring from Backend ?

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