Upload Button Icon Add office photos

Filter interviews by

CodeArray Technologies Interview Questions and Answers

Updated 29 May 2025
Popular Designations

CodeArray Technologies Interview Experiences

5 interviews found

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I appeared for an interview in Nov 2024, where I was asked the following questions.

  • Q1. Reverse a number
  • Ans. 

    Reversing a number involves changing its digits' order, e.g., 123 becomes 321.

    • Convert the number to a string to manipulate its digits.

    • Use string slicing to reverse the string representation.

    • Convert the reversed string back to an integer.

    • Example: For input 456, output will be 654.

  • Answered by AI
  • Q2. Find a element in a array
  • Ans. 

    To find an element in an array, we can use linear search or binary search based on the array's sorted status.

    • Linear Search: Iterate through each element until the target is found. Example: Searching 'apple' in ['banana', 'apple', 'orange'].

    • Binary Search: Requires a sorted array. Check the middle element, then narrow down the search. Example: Searching 'cat' in ['ant', 'bat', 'cat', 'dog'].

    • Time Complexity: Linear search...

  • Answered by AI

QA Engineer Interview Questions & Answers

user image Anonymous

posted on 15 Jun 2024

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. QA Scripts running
  • Ans. 

    QA Scripts running refers to the process of executing automated test scripts to validate software functionality.

    • QA scripts are automated test scripts written to validate software functionality.

    • They are executed to ensure that the software meets the specified requirements.

    • QA scripts can be written using tools like Selenium, JUnit, or TestNG.

    • The results of QA script execution help identify bugs and issues in the software...

  • Answered by AI

Skills evaluated in this interview

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

General Aptitude test

Round 2 - Coding Test 

Basic coding and DSA concept

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

I applied via Company Website and was interviewed before Aug 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

Basic coding aptitude questions with 2 puzzles needed to be solved using code (written test so as long as you're able to vaguely achieve the said task it's fine)

Round 2 - One-on-one 

(2 Questions)

  • Q1. Explain the basic principles in OOPS Concept.
  • Q2. SOLID principles, their full form and the meaning of each of them and their significance in the code
  • Ans. 

    SOLID principles are a set of five design principles in object-oriented programming to make software more maintainable, flexible, and scalable.

    • S - Single Responsibility Principle: A class should have only one reason to change.

    • O - Open/Closed Principle: Software entities should be open for extension but closed for modification.

    • L - Liskov Substitution Principle: Objects of a superclass should be replaceable with objects ...

  • Answered by AI
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Jul 2022. 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 tips
Round 2 - Aptitude Test 

An apptitude test is used to determine an individual's ability

Round 3 - Coding Test 

Basic programming test for beginners any language would do preferred .net or python

Round 4 - Technical 

(2 Questions)

  • Q1. Basic interview based on the coding test and others
  • Q2. What is recursion. What is OOps
  • Ans. 

    Recursion is a programming technique where a function calls itself to solve a problem.

    • Recursion is used to break down a complex problem into smaller, more manageable subproblems.

    • Each recursive call works on a smaller subset of the original problem until a base case is reached.

    • Examples of recursion include factorial calculation, Fibonacci sequence, and tree traversal.

  • Answered by AI

Top trending discussions

View All
Interview Tips & Stories
1w
toobluntforu
·
works at
Cvent
Can speak English, can’t deliver in interviews
I feel like I can't speak fluently during interviews. I do know english well and use it daily to communicate, but the moment I'm in an interview, I just get stuck. since it's not my first language, I struggle to express what I actually feel. I know the answer in my head, but I just can’t deliver it properly at that moment. Please guide me
Got a question about CodeArray Technologies ?
Ask anonymously on communities.

Interview questions from similar companies

I applied via LinkedIn and was interviewed before Jul 2020. There were 4 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. Which technologies your interested to work
  • Q2. Question related to Java coding
  • Q3. Question from C language
  • Q4. Question from AI & ML

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare on all the latest technologies, brush your regular skills

I applied via Company Website and was interviewed before Oct 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Tell me about your experience

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident adn clear when you answer
Are these interview questions helpful?

I applied via Amcat and was interviewed before Jul 2021. There were 2 interview rounds.

Round 1 - Aptitude Test 

Refer R S Agarwal book for apptitude

Round 2 - One-on-one 

(1 Question)

  • Q1. Write a c program on fractional numbers
  • Ans. 

    A C program to perform arithmetic operations on fractional numbers.

    • Use float or double data type to store fractional numbers.

    • Use scanf() to take input from the user.

    • Perform arithmetic operations like addition, subtraction, multiplication, and division.

    • Use printf() to display the result.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared refer R S Agarwal book for apptitude test

Skills evaluated in this interview

I applied via Company Website and was interviewed before Feb 2020. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. They asked about dbms questions in the form of table formate
  • Q2. They asked code for some python program

Interview Preparation Tips

Interview preparation tips for other job seekers - Firstly they conducted computer based technical exam and then after qualifying that then we will go for face face interview and then lastly HR round will be held.

I applied via LinkedIn and was interviewed before Jan 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. 1. tell me about yourself

Interview Preparation Tips

Interview preparation tips for other job seekers - It was nice, but since Im not great at coding I didn't do well

CodeArray Technologies Interview FAQs

How many rounds are there in CodeArray Technologies interview?
CodeArray Technologies interview process usually has 2-3 rounds. The most common rounds in the CodeArray Technologies interview process are Aptitude Test, Coding Test and Technical.
What are the top questions asked in CodeArray Technologies interview?

Some of the top questions asked at the CodeArray Technologies interview -

  1. Explain the basic principles in OOPS Conce...read more
  2. What is recursion. What is O...read more
  3. find a element in a ar...read more

Tell us how to improve this page.

Overall Interview Experience Rating

4.2/5

based on 5 interview experiences

Difficulty level

Moderate 100%

Duration

Less than 2 weeks 67%
2-4 weeks 33%
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.6
 • 11.1k Interviews
Accenture Interview Questions
3.8
 • 8.6k Interviews
Infosys Interview Questions
3.6
 • 7.9k Interviews
Wipro Interview Questions
3.7
 • 6k Interviews
Cognizant Interview Questions
3.7
 • 5.9k Interviews
Amazon Interview Questions
4.0
 • 5.3k Interviews
Capgemini Interview Questions
3.7
 • 5.1k Interviews
Tech Mahindra Interview Questions
3.5
 • 4.1k Interviews
HCLTech Interview Questions
3.5
 • 4.1k Interviews
Genpact Interview Questions
3.8
 • 3.4k Interviews
View all

CodeArray Technologies Reviews and Ratings

based on 12 reviews

2.4/5

Rating in categories

3.5

Skill development

2.7

Work-life balance

1.9

Salary

2.2

Job security

2.2

Company culture

2.1

Promotions

2.4

Work satisfaction

Explore 12 Reviews and Ratings
Associate Software Engineer
30 salaries
unlock blur

₹3 L/yr - ₹6.2 L/yr

Software Engineer
23 salaries
unlock blur

₹4.4 L/yr - ₹14.5 L/yr

Software Developer
7 salaries
unlock blur

₹2.4 L/yr - ₹6.8 L/yr

Senior Software Engineer
4 salaries
unlock blur

₹15 L/yr - ₹24 L/yr

Senior Executive - CRM
4 salaries
unlock blur

₹4.2 L/yr - ₹6.1 L/yr

Explore more salaries
Compare CodeArray Technologies with

TCS

3.6
Compare

Accenture

3.8
Compare

Wipro

3.7
Compare

Cognizant

3.7
Compare
write
Share an Interview