Upload Button Icon Add office photos

Filter interviews by

CodeArray Technologies Interview Questions and Answers

Updated 19 Aug 2024

CodeArray Technologies Interview Experiences

Popular Designations

4 interviews found

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

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (196)

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

QA Engineer Interview Questions asked at other Companies

Q1. 80 pairs of socks in a dark room, 40 black, 40 white, how many minimum number of socks need to be taken out to get 15 pairs of socks
View answer (9)
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

Junior Software Developer Interview Questions asked at other Companies

Q1. Given n coins for two players playing a game. Each player picks coins from the given n coins in such a way that he can pick 1 to 5 coins in one turn and the game continues for both the players. The player who picks the last coin looses the ... read more
View answer (3)
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.
  • Ans. 

    OOPS concept is based on four main principles - Encapsulation, Inheritance, Polymorphism, and Abstraction.

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

    • Inheritance: Ability of 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 o

  • Answered by AI
  • 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

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (196)

CodeArray Technologies interview questions for popular designations

 Software Engineer

 (2)

 QA Engineer

 (1)

 Junior Software Developer

 (1)

Interview questions from similar companies

Interview Questionnaire 

1 Question

  • Q1. React life cycle

I applied via Campus Placement and was interviewed before Feb 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Hr

Interview Preparation Tips

Interview preparation tips for other job seekers - You should be true to what you are putting before the interviewer . Try to put your ideas Add something you did well in your career like in projects /research which you know very well and versed in concepts about it for open interview so that interviewer can get bandwidth where he can ask questions from. This is simply a key .

I applied via Campus Placement and was interviewed in Oct 2020. There were 4 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. C++ basic
  • Q2. Hh
  • Q3. Yy

Interview Preparation Tips

Interview preparation tips for other job seekers - Hh

I applied via Company Website and was interviewed before Apr 2021. There were 3 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 

Coding on java ,spring , hibernate

Round 3 - Technical 

(1 Question)

  • Q1. Java basics multithreading, inheritance, oops

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basics in java, spring

I was interviewed before Sep 2020.

Round 1 - Coding Test 

(1 Question)

Round duration - 140 minutes
Round difficulty - Medium

Test timing was at 2:00 pm , it was conducted in a college and the environment was good for the test. Camera was a primary part of test, so no suspicious activity.

  • Q1. 

    Sum of Two Numbers Represented as Arrays

    Given two numbers in the form of two arrays where each element of the array represents a digit, calculate the sum of these two numbers and return this sum as an ar...

  • Ans. 

    Given two numbers represented as arrays, calculate their sum and return the result as an array.

    • Iterate through the arrays from right to left, adding digits and carrying over if necessary

    • Handle cases where one array is longer than the other by considering the remaining digits

    • Ensure the final sum array does not have any leading zeros

  • Answered by AI
Round 2 - Face to Face 

Round duration - 20 minutes
Round difficulty - Easy

The round was conducted at around 12 p.m. I was called at the college location and then it was conducted. The interviewer was quite polite and frank.

Round 3 - HR 

Round duration - 8 minutes
Round difficulty - Easy

This round was conducted right after finishing and clearing the technical round at the same place and on the same day.

Interview Preparation Tips

Eligibility criteriaAbove 60 %Wipro Limited interview preparation:Topics to prepare for the interview - OOPS, Data Structures, Database Concepts, Coding problemsTime required to prepare for the interview - 2-3 monthsInterview preparation tips for other job seekers

Tip 1 : Practice atleast 2-3 Coding problems daily so your logic building becomes stronger.
Tip 2 : Exercise problems based on OOPS concepts and others too.
Tip 3 : If you can have your own project built, then it's the major point and will act as a plus point.

Application resume tips for other job seekers

Tip 1 : Your resume should be in standard form, short and simple will be more effective.
Tip 2 : Whatever you have learned, you need to mention it in your resume as that will be your primary source of selection and having project on your resume is important.

Final outcome of the interviewSelected

Skills evaluated in this interview

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

Contribute & help others!
anonymous
You can choose to be anonymous

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. QA Scripts runn...read more

Recently Viewed

INTERVIEWS

TCS

No Interviews

INTERVIEWS

Safran Engineering Services India

No Interviews

INTERVIEWS

TCS

No Interviews

INTERVIEWS

TCS

No Interviews

CAMPUS PLACEMENT

Easwari Engineering College, Chennai

INTERVIEWS

Z X Learning

No Interviews

INTERVIEWS

Lincoln Pharmaceuticals

No Interviews

INTERVIEWS

Virtusa Consulting Services

No Interviews

INTERVIEWS

DXC Technology

No Interviews

INTERVIEWS

Capgemini

No Interviews

Tell us how to improve this page.

CodeArray Technologies Interview Process

based on 4 interviews

Interview experience

4.3
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.5k Interviews
Accenture Interview Questions
3.8
 • 8.2k Interviews
Infosys Interview Questions
3.6
 • 7.7k Interviews
Wipro Interview Questions
3.7
 • 5.7k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.9k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 3k Interviews
Mphasis Interview Questions
3.4
 • 812 Interviews
View all

Fast track your campus placements

View all

CodeArray Technologies Reviews and Ratings

based on 11 reviews

2.3/5

Rating in categories

3.5

Skill development

2.6

Work-life balance

1.8

Salary

2.0

Job security

2.0

Company culture

1.9

Promotions

2.5

Work satisfaction

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

₹0 L/yr - ₹0 L/yr

Software Engineer
23 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Developer
6 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Associate Software Developer
4 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Engineer
4 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare CodeArray Technologies with

TCS

3.7
Compare

Infosys

3.6
Compare

Wipro

3.7
Compare

HCLTech

3.5
Compare
Did you find this page helpful?
Yes No
write
Share an Interview
Rate your experience using AmbitionBox
Terrible
Terrible
Poor
Poor
Average
Average
Good
Good
Excellent
Excellent