Upload Button Icon Add office photos

Arcesium

Compare button icon Compare button icon Compare

Filter interviews by

Arcesium Software Developer Interview Questions and Answers

Updated 21 Mar 2024

Arcesium Software Developer Interview Experiences

1 interview found

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

I applied via Referral and was interviewed in Sep 2023. There was 1 interview round.

Round 1 - Coding Test 

3 coding question , leetcode easy medium and mcqs

Interview Preparation Tips

Interview preparation tips for other job seekers - practice dsa

Interview questions from similar companies

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
-
Process Duration
-
Result
Selected Selected
Round 1 - Technical 

(2 Questions)

  • Q1. Looker developer
  • Q2. Sql server
Round 2 - Technical 

(2 Questions)

  • Q1. Looker developer
  • Q2. Sql server
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

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

Round 1 - Coding Test 

Coding round is related to DSA

Round 2 - Technical 

(2 Questions)

  • Q1. Java related questions
  • Q2. Explain about your project
Round 3 - HR 

(2 Questions)

  • Q1. Salary negotiation
  • Q2. Why you want to join us?
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Group Discussion 

Technology advantage or not

Round 2 - Aptitude Test 

All aptitude topics,logical reasoning

Round 3 - Technical 

(2 Questions)

  • Q1. Oops,2 coding questions
  • Q2. Palindrome,even number
Round 4 - HR 

(2 Questions)

  • Q1. What do you know
  • Q2. Do you have any questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Similar to tcs,infosys pattern
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

There were easy to medium dsa questions

Round 2 - Technical 

(2 Questions)

  • Q1. Oops concept, explain each of them
  • Ans. 

    Object-oriented programming concepts that help in organizing and structuring code.

    • Encapsulation: Bundling data and methods that operate on the data into a single unit (class).

    • Inheritance: Allowing a class to inherit properties and behavior from another class.

    • Polymorphism: Ability to present the same interface for different data types.

    • Abstraction: Hiding the complex implementation details and showing only the necessary

  • Answered by AI
  • Q2. Multithreading questions
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Job Portal and was interviewed in Jul 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. SOLID principles
  • Q2. Microservice Architecture and Kafka

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared with core concepts.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(3 Questions)

  • Q1. Questions on spring boot and question around spring annotations and its benifits
  • Q2. Questions on Java 8 - 21 versions such as virtual threads and stream API
  • Q3. Question on Databases fundamentals.

Interview Preparation Tips

Interview preparation tips for other job seekers - The process was simple and crisp
Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-

I applied via Referral

Round 1 - Technical 

(1 Question)

  • Q1. Basic core Java question.
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

Arcesium Interview FAQs

How many rounds are there in Arcesium Software Developer interview?
Arcesium interview process usually has 1 rounds. The most common rounds in the Arcesium interview process are Coding Test.

Tell us how to improve this page.

Arcesium Software Developer Interview Process

based on 1 interview

Interview experience

4
  
Good
View more
Arcesium Software Developer Salary
based on 32 salaries
₹13.1 L/yr - ₹40.7 L/yr
234% more than the average Software Developer Salary in India
View more details

Arcesium Software Developer Reviews and Ratings

based on 2 reviews

4.7/5

Rating in categories

4.7

Skill development

4.7

Work-life balance

4.7

Salary

4.7

Job security

4.7

Company culture

4.5

Promotions

4.5

Work satisfaction

Explore 2 Reviews and Ratings
Analyst
310 salaries
unlock blur

₹7.6 L/yr - ₹20 L/yr

Senior Analyst
310 salaries
unlock blur

₹9.5 L/yr - ₹28.5 L/yr

Senior Software Engineer
226 salaries
unlock blur

₹15 L/yr - ₹42 L/yr

Software Engineer
185 salaries
unlock blur

₹12 L/yr - ₹33 L/yr

Financial Analyst
150 salaries
unlock blur

₹8.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