Upload Button Icon Add office photos

Filter interviews by

Clear (1)

Arcadia Software Engineer Interview Questions and Answers

Updated 13 Sep 2023

Arcadia Software Engineer Interview Experiences

1 interview found

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

I applied via Campus Placement and was interviewed in Aug 2023. There were 4 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 - Coding Test 

Tuff Ques mianly foucused on strings and xor operations

Round 3 - Technical 

(2 Questions)

  • Q1. Resume wakthrough
  • Q2. Skills questions mentioned in resume
Round 4 - HR 

(1 Question)

  • Q1. Why Arcadia , cultural fit

Interview Preparation Tips

Interview preparation tips for other job seekers - Learn all skills kept in resume

Interview questions from similar companies

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 - Technical 

(2 Questions)

  • Q1. What is array?? Detail in programming
  • Ans. 

    An array is a collection of similar data types stored in contiguous memory locations.

    • Arrays can be one-dimensional or multi-dimensional

    • Elements in an array can be accessed using their index

    • Arrays can be initialized during declaration or later in the code

    • Arrays can be passed as arguments to functions

    • Example: int arr[5] = {1, 2, 3, 4, 5};

    • Example: char str[10] = "Hello";

  • Answered by AI
  • Q2. About programming and Java script

Interview Preparation Tips

Interview preparation tips for other job seekers - Always prepare for interview and need you have to know about jd

Skills evaluated in this interview

Interview Questionnaire 

2 Questions

  • Q1. Software Engineer
  • Q2. Software or hardware
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Feb 2023. There was 1 interview round.

Round 1 - Coding Test 

Test was on .net and azure

Interview Questionnaire 

1 Question

  • Q1. Oop concepts
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Oct 2022. There were 2 interview rounds.

Round 1 - Aptitude Test 

1 hr test with mcq and coding snippet

Round 2 - One-on-one 

(6 Questions)

  • Q1. What are pointers in c?
  • Ans. 

    Pointers are variables that store memory addresses of other variables in C programming language.

    • Pointers are used to manipulate data structures like arrays, linked lists, and trees.

    • They can be used to pass values by reference to functions.

    • Pointers can also be used to allocate memory dynamically using functions like malloc() and calloc().

  • Answered by AI
  • Q2. Write a linked list program.
  • Ans. 

    A linked list program is a data structure that stores a sequence of elements with pointers to the next element.

    • Create a Node class with a value and a next pointer

    • Create a LinkedList class with a head pointer and methods to add, remove, and traverse nodes

    • Example: LinkedList ll = new LinkedList(); ll.add(5); ll.add(10); ll.remove(5);

  • Answered by AI
  • Q3. Applications of data structures
  • Ans. 

    Data structures are used to organize and manipulate data efficiently in various applications.

    • Data structures are used in databases to store and retrieve data quickly.

    • In computer graphics, data structures are used to represent geometric objects.

    • Data structures are used in algorithms such as sorting and searching.

    • In networking, data structures are used to represent network packets and routing tables.

    • Data structures are u...

  • Answered by AI
  • Q4. Algorithm for merge sort
  • Ans. 

    Merge sort is a divide and conquer algorithm that recursively divides the input array into two halves, sorts them and then merges them.

    • Divide the array into two halves

    • Recursively sort the two halves

    • Merge the sorted halves

    • Repeat until the entire array is sorted

  • Answered by AI
  • Q5. Cloud computing application in real world in project
  • Ans. 

    Cloud computing is widely used in various industries for data storage, processing, and analysis.

    • Cloud computing allows for easy scalability and cost-effectiveness in managing large amounts of data.

    • Real-time collaboration and access to data from anywhere are some of the benefits of cloud computing.

    • Examples of cloud computing applications in real-world projects include Amazon Web Services (AWS), Microsoft Azure, and Goog...

  • Answered by AI
  • Q6. Java and nodejs questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Be precise and confident. Keep learning and solving code on platforms.

Skills evaluated in this interview

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 - Coding Test 

C and c++ and data structure

Round 3 - Technical 

(1 Question)

  • Q1. Question front Data structure, c++ and c
Round 4 - HR 

(1 Question)

  • Q1. Ask all those questions that you want

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus on body language.
Learn new things.

I applied via Referral and was interviewed before Mar 2021. There were 4 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 - Coding Test 

NA

Round 3 - Group Discussion 

NA

Round 4 - HR 

(1 Question)

  • Q1. What are your salary expectations?

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident, be positive, good with knowledge of your project

I applied via Company Website and was interviewed in Feb 2022. There were 3 interview rounds.

Round 1 - Aptitude Test 

Apptitude test is first round

Round 2 - Group Discussion 

GD is my second round

Round 3 - HR 

(5 Questions)

  • Q1. Tell me about yourself.
  • Q2. Why should we hire you
  • Q3. What is your family background
  • Q4. Why are you looking for a change
  • Q5. What are your strength and weekness

Interview Preparation Tips

Interview preparation tips for other job seekers - Learning and improving your skills perfectly then you will get good job. Thank you

I applied via Company Website and was interviewed in Sep 2021. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. What is software engineer
  • Ans. 

    A software engineer is a professional who designs, develops, and maintains software applications.

    • Software engineers use programming languages and tools to create software solutions.

    • They analyze user needs and design software systems to meet those requirements.

    • Software engineers write code, test and debug software, and collaborate with other team members.

    • They may specialize in areas such as web development, mobile app d...

  • Answered by AI
  • Q2. What is mca uses of mca
  • Ans. 

    MCA stands for Master of Computer Applications. It is a postgraduate degree in computer science and its applications.

    • MCA is a professional degree that focuses on the development of computer software and applications.

    • It covers subjects like programming languages, database management, software engineering, and computer networks.

    • MCA graduates can work as software engineers, system analysts, software consultants, web devel...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - If you ask interview in my resume they almost asked that interview what iam mentioned inthe resume
Contribute & help others!
anonymous
You can choose to be anonymous

Arcadia Interview FAQs

How many rounds are there in Arcadia Software Engineer interview?
Arcadia interview process usually has 4 rounds. The most common rounds in the Arcadia interview process are Resume Shortlist, Coding Test and Technical.
How to prepare for Arcadia Software Engineer 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 Arcadia . The most common topics and skills that interviewers at Arcadia expect are Agile, Analog, Analytics, Coding and Core Java.

Recently Viewed

PHOTOS

InsuranceDekho

3 office photos

LIST OF COMPANIES

Credit Bajaar

Overview

SALARIES

Godrej Industries Group

INTERVIEWS

Coforge

No Interviews

INTERVIEWS

Arcadia

No Interviews

INTERVIEWS

EXL Service

No Interviews

DESIGNATION

INTERVIEWS

BDO

No Interviews

INTERVIEWS

BDO

No Interviews

INTERVIEWS

BDO

No Interviews

Tell us how to improve this page.

Arcadia Software Engineer Interview Process

based on 1 interview

Interview experience

4
  
Good
View more
Arcadia Software Engineer Salary
based on 10 salaries
₹5 L/yr - ₹19 L/yr
36% more than the average Software Engineer Salary in India
View more details

Arcadia Software Engineer Reviews and Ratings

based on 1 review

2.0/5

Rating in categories

4.0

Skill development

5.0

Work-life balance

4.0

Salary

1.0

Job security

1.0

Company culture

3.0

Promotions

4.0

Work satisfaction

Explore 1 Review and Rating
Data Analyst
58 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Data Analyst
23 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer
10 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer2
6 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Team Lead
6 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Arcadia with

Reliance Industries

4.0
Compare

Aditya Birla Group

4.1
Compare

Tata Group

4.2
Compare

Mahindra & Mahindra

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