Upload Button Icon Add office photos

Arcesium

Compare button icon Compare button icon Compare

Filter interviews by

Arcesium Technical Lead Interview Questions and Answers

Updated 3 Aug 2022

Arcesium Technical Lead Interview Experiences

1 interview found

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.

Interview questions from similar companies

I applied via Naukri.com and was interviewed in Mar 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Started from c# basics,. net, Design patterns, Current project architecture, Angular questions, Security,

Interview Preparation Tips

Interview preparation tips for other job seekers - basics must be clear
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Apr 2024. There was 1 interview round.

Round 1 - Coding Test 

Decorators, generators,

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Simple array questions

Round 2 - One-on-one 

(2 Questions)

  • Q1. Difference between spring jpa and hibernate
  • Ans. 

    Spring JPA is a part of the Spring framework that provides an abstraction layer on top of JPA, while Hibernate is a standalone ORM framework.

    • Spring JPA is a part of the Spring framework and provides additional features like transaction management, dependency injection, and aspect-oriented programming.

    • Hibernate is a standalone ORM framework that provides mapping between Java objects and database tables, along with featu...

  • Answered by AI
  • Q2. What is cyclic barrier
  • Ans. 

    Cyclic barrier is a synchronization aid that allows a set of threads to wait for each other to reach a common barrier point.

    • Cyclic barrier is similar to CountDownLatch but can be reused after the barrier point is reached.

    • It is initialized with a count of the number of threads that must invoke await() before the barrier is tripped.

    • Threads wait at the barrier until all threads have invoked await(), then the barrier is re...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be strong in basics of coding.

Skills evaluated in this interview

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

I applied via Recruitment Consulltant and was interviewed before Aug 2023. There were 3 interview rounds.

Round 1 - Coding Test 

Find smallest positive integer in an array which is missing in the array

Round 2 - Technical 

(2 Questions)

  • Q1. What is cyclic barrier ?
  • Ans. 

    Cyclic barrier is a synchronization aid that allows a set of threads to wait for each other to reach a common barrier point.

    • Cyclic barrier is similar to CountDownLatch but can be reused after the waiting threads are released.

    • It is initialized with a count of the number of threads that must invoke await() before the barrier is tripped.

    • Threads wait at the barrier until all threads have invoked await(), then the barrier i...

  • Answered by AI
  • Q2. Spring JPA vs Hibernate
  • Ans. 

    Spring JPA is a part of the Spring Data project that makes it easier to work with JPA. Hibernate is a popular ORM framework.

    • Spring JPA is a higher level abstraction on top of JPA, providing more features and simplifying development.

    • Hibernate is a powerful ORM framework that provides mapping between Java objects and database tables.

    • Spring JPA can be used with Hibernate as the underlying ORM provider.

    • Hibernate offers mor...

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Current Roles and responsibilities
  • Ans. 

    As a Technical Lead, my current roles and responsibilities include overseeing the technical aspects of projects, providing guidance to team members, and ensuring successful project delivery.

    • Overseeing technical aspects of projects

    • Providing guidance to team members

    • Ensuring successful project delivery

  • Answered by AI
  • Q2. Willing to relocate
  • Ans. 

    Yes, I am willing to relocate for the right opportunity.

    • I am open to relocating for a challenging role that aligns with my career goals.

    • I have relocated for previous job opportunities and have found it to be a positive experience.

    • I understand the importance of being flexible and adaptable in today's job market.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be calm and positive

Skills evaluated in this interview

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

I applied via Approached by Company and was interviewed before Aug 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. Basics of related technology and coding questions related to basic operations of array string
Round 3 - Technical 

(1 Question)

  • Q1. Tech 2 round is more about concept
Round 4 - One-on-one 

(1 Question)

  • Q1. Manager round not technical
Round 5 - HR 

(1 Question)

  • Q1. Formal discussion ,salary negotiation
Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Mix of coding, theory and design questions

Interview Questionnaire 

1 Question

  • Q1. How to read property file from spring XML configuration? What is the count of word in a sentence ? Bean scopes of spring? Agile method ? Prime numbers ? Internal working of hashmap.
  • Ans. 

    Answering technical questions on Spring XML configuration, bean scopes, Agile method, prime numbers, and hashmap.

    • To read property file from Spring XML configuration, use tag

    • Bean scopes in Spring are singleton, prototype, request, session, and global-session

    • Agile method is an iterative approach to software development

    • Prime numbers are numbers that are only divisible by 1 and itself

    • Internal...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be honest and answer questions with examples.

Skills evaluated in this interview

I applied via Referral and was interviewed in May 2021. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Questions asked in Technical Round are mostly from Core Java like Exception handling, Multithreading, Strings, Collection framework ,stream api and few from Coding questions from linked list. and few about...

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview takes around 45 min. each there are
1. Technical Round -Based on Core Java
2. Manager Round -Based on Spring Microservices and also completely Technical.
3. HR Round -Ask about your expectation notice period .explain policies .
4. Salary Negotiation- if you have any counter offers or not. can you join early or not.
5. Offer Release.


Process took almost a week to get offer.

I applied via Referral and was interviewed in May 2021. There were 3 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. What is api and frameworks on python
  • Ans. 

    API is a set of protocols and tools for building software applications. Frameworks are pre-built libraries of code for easier development in Python.

    • API stands for Application Programming Interface

    • APIs allow different software applications to communicate with each other

    • Python has many popular APIs such as Flask, Django, and FastAPI

    • Frameworks are pre-built libraries of code that provide a structure for developing applica...

  • Answered by AI
  • Q2. What is jwt and oauth
  • Ans. 

    JWT is a token-based authentication mechanism while OAuth is an authorization framework.

    • JWT stands for JSON Web Token and is used for securely transmitting information between parties as a JSON object.

    • OAuth is an authorization protocol that allows third-party applications to access user data without sharing passwords.

    • JWT is often used in combination with OAuth for authentication purposes.

    • OAuth has different versions su...

  • Answered by AI
  • Q3. What is docker and kubernets tell me about architecture
  • Ans. 

    Docker is a containerization platform that allows developers to package and deploy applications in a portable manner. Kubernetes is an orchestration tool that automates the deployment, scaling, and management of containerized applications.

    • Docker allows developers to create lightweight, portable containers that can run on any machine with Docker installed.

    • Kubernetes provides a way to manage and orchestrate these contain...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - be confident and be clear about what you are saying

Skills evaluated in this interview

Arcesium Interview FAQs

How many rounds are there in Arcesium Technical Lead interview?
Arcesium interview process usually has 2 rounds. The most common rounds in the Arcesium interview process are One-on-one Round and Coding Test.
How to prepare for Arcesium Technical Lead 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, Java, Web Technologies, AWS and Analytical skills.

Tell us how to improve this page.

Arcesium Technical Lead Interview Process

based on 2 interviews

Interview experience

2.5
  
Poor
View more
Arcesium Technical Lead Salary
based on 54 salaries
₹21 L/yr - ₹65 L/yr
163% more than the average Technical Lead Salary in India
View more details

Arcesium Technical Lead Reviews and Ratings

based on 9 reviews

2.2/5

Rating in categories

2.0

Skill development

2.1

Work-life balance

3.0

Salary

2.7

Job security

2.5

Company culture

2.5

Promotions

2.1

Work satisfaction

Explore 9 Reviews and Ratings
Senior Analyst
343 salaries
unlock blur

₹9 L/yr - ₹27 L/yr

Analyst
321 salaries
unlock blur

₹7.6 L/yr - ₹20.5 L/yr

Senior Software Engineer
232 salaries
unlock blur

₹15 L/yr - ₹41.8 L/yr

Software Engineer
186 salaries
unlock blur

₹9 L/yr - ₹33 L/yr

Financial Analyst
155 salaries
unlock blur

₹8.5 L/yr - ₹18.7 L/yr

Explore more salaries
Compare Arcesium with

ITC Infotech

3.6
Compare

CMS IT Services

3.1
Compare

3i Infotech

3.4
Compare

Xoriant

4.1
Compare
Did you find this page helpful?
Yes No
write
Share an Interview