Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by CodeAegis Team. If you also belong to the team, you can get access from here

CodeAegis Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

CodeAegis Interview Questions, Process, and Tips

Updated 23 Oct 2024

Top CodeAegis Interview Questions and Answers

CodeAegis Interview Experiences

Popular Designations

3 interviews found

I applied via Approached by Company and was interviewed in Mar 2022. There were 3 interview rounds.

Round 1 - Aptitude Test 

Aptitude test is normal but you should come...

Round 2 - Coding Test 

Must have good command over at least one programming language....

Round 3 - HR 

(2 Questions)

  • Q1. 4 pills are medicine, in which 2 pills for fever and 2 pills for cold, how will a blind man take 1 pill for fever and 1 pill for cold..?
  • Q2. If a cake has to make 8 pice in 3 cuts, how will the cake be cut?

Interview Preparation Tips

Topics to prepare for CodeAegis Software Developer Trainee interview:
  • Java
  • DBMS
  • C
  • Data Structures
  • MySQL
  • OS
Interview preparation tips for other job seekers - Must have good skills on any one technology..

Software Developer Trainee Interview Questions asked at other Companies

Q1. 1. Tell me about your self 2. Difference Between c & c++. 3. what is class? 4. what is object? 5. what is polymorphism? types of polymorphism explain real example of polymorphism. 6. what is inheritence? Difference between multiple &amp... read more
View answer (2)
Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I applied via LinkedIn and was interviewed in Sep 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Coding round with javascript question.
  • Q2. Just one coding question was asked.
Round 2 - Coding Test 

Same javascript coding test again

Interview Preparation Tips

Interview preparation tips for other job seekers - I have answered both coding rounds. I was rejected in 2nd round even if i completed it properly. They will just ghost you and i had to follow up with multiple messages and email. The HR Neelam Thakur is very ignorant and irresponsible. She ghosted me and left the whatsapp messages on read.
After a struggle of calling multiple times, she said i was rejected without even giving a reason.
To be honest now, im glad i was not selected.

Angular Frontend Developer Interview Questions asked at other Companies

Q1. How to implement interfaces without methods?
View answer (1)

Quality Analyst Interview Questions & Answers

user image Pratibha Singh

posted on 25 Jul 2024

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What's the difference between ios and android application
  • Ans. 

    iOS and Android applications differ in terms of operating systems, development languages, app store policies, and user demographics.

    • iOS apps are developed using Swift or Objective-C, while Android apps are developed using Java or Kotlin.

    • iOS apps are available on the Apple App Store, while Android apps are available on Google Play Store.

    • iOS devices are limited to Apple products like iPhones and iPads, while Android devi...

  • Answered by AI
  • Q2. Explain bug life cycle
  • Ans. 

    Bug life cycle is the process of identifying, reporting, fixing, retesting, and closing a software bug.

    • Bug identification: Bug is identified by testers during testing.

    • Bug reporting: Testers report the bug to developers with detailed information.

    • Bug fixing: Developers fix the bug based on the reported information.

    • Bug retesting: Testers retest the fixed bug to ensure it is resolved.

    • Bug closing: Once the bug is confirmed

  • Answered by AI
Round 2 - One-on-one 

(1 Question)

  • Q1. Talk on taxi booking application
  • Ans. 

    Taxi booking application allows users to book taxis for their transportation needs.

    • Users can input their pickup and drop-off locations

    • Users can select the type of vehicle they want (e.g. sedan, SUV, luxury)

    • Users can track the location of their assigned taxi in real-time

    • Users can make payments through the app using various payment methods

  • Answered by AI

Skills evaluated in this interview

Quality Analyst Interview Questions asked at other Companies

Q1. How you will maintain the balance between operations and quality so that they do not have any conflicts of interest
View answer (3)

Jobs at CodeAegis

View all

Interview questions from similar companies

I applied via Company Website and was interviewed before Dec 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Questions on Java,SQL,some trending technologies(IOT,Big data),pattern questions, programming questions with different approaches.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basics of DSA, have knowledge about the databases, some common dml ,ddl statements, programming knowledge of a particular language like C,Java, python,etc...have good command on oops concepts... little bit of frameworks knowledge will also help

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

Interview Questionnaire 

1 Question

  • Q1. Java questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basic questions

I applied via Campus Placement and was interviewed before Feb 2021. There were 3 interview rounds.

Round 1 - Aptitude Test 

Aptitude round consists Logical reasoning, General Aptitude, Grammar related questions etc. All are moderate level questions.

Round 2 - Technical 

(3 Questions)

  • Q1. Explain OOPs w.r.t Java
  • Ans. 

    OOPs is a programming paradigm that uses objects to represent real-world entities. Java is an OOPs language.

    • OOPs stands for Object-Oriented Programming System

    • Java is a class-based OOPs language

    • Encapsulation, Inheritance, Polymorphism, and Abstraction are the four pillars of OOPs

    • Objects have state and behavior

    • Java supports interfaces, which allow for multiple inheritance

    • Example: A car can be represented as an object wit...

  • Answered by AI
  • Q2. Explain about the projects that you have worked on
  • Q3. Explain how Java solves machine dependency of code execution
  • Ans. 

    Java solves machine dependency by using bytecode and virtual machine.

    • Java code is compiled into bytecode which is platform-independent

    • The bytecode is executed by the Java Virtual Machine (JVM) which is platform-specific

    • JVM translates bytecode into machine code for the specific platform

    • This allows Java code to run on any platform with a JVM installed

    • Example: A Java program compiled on Windows can run on Linux or Mac as

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Why should we hire you?
  • Q2. Tell me about yourself.

Interview Preparation Tips

Topics to prepare for Infosys System Engineer interview:
  • Java
Interview preparation tips for other job seekers - Keep it simple, Prepare basics of 1st preferred Programming Language.

Skills evaluated in this interview

I applied via Campus Placement and was interviewed before May 2021. There were 2 interview rounds.

Round 1 - Aptitude Test 

Numerical ability and logical reasoning followed by some coding mcqs

Round 2 - Technical 

(1 Question)

  • Q1. Print 1 to 100 without for loop
  • Ans. 

    Printing 1 to 100 without for loop

    • Use recursion to print numbers from 1 to 99

    • Print 100 outside the recursion

    • Use a base case to stop recursion at 100

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare from interview bit and practice mcqs

I applied via Campus Placement and was interviewed before Jun 2021. There were 2 interview rounds.

Round 1 - Aptitude Test 

Simple aptitude test

Round 2 - One-on-one 

(1 Question)

  • Q1. General questions as per your cv

Interview Preparation Tips

Topics to prepare for Infosys System Engineer interview:
  • Aptitude
Interview preparation tips for other job seekers - Great company for freshers.. lot to learn and experience

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

Round 1 - Coding Test 

Attended the codevita competition in final year of college.

Round 2 - Technical 

(3 Questions)

  • Q1. About College Project
  • Q2. Some very basics of java
  • Q3. Experience of college project as a team

Interview Preparation Tips

Interview preparation tips for other job seekers - Codevita is a really good platform to help you join TCS as a final year graduate in college

I applied via Campus Placement and was interviewed before Aug 2021. There were 2 interview rounds.

Round 1 - Aptitude Test 

It was a basic aptitude test.

Round 2 - One-on-one 

(1 Question)

  • Q1. Interview was fine. Mostly asked about my final year project.

Interview Preparation Tips

Interview preparation tips for other job seekers - Attend the interview with cool head. All the best.
Contribute & help others!
anonymous
You can choose to be anonymous

CodeAegis Interview FAQs

How many rounds are there in CodeAegis interview?
CodeAegis interview process usually has 2-3 rounds. The most common rounds in the CodeAegis interview process are Coding Test, Technical and Aptitude Test.
How to prepare for CodeAegis 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 CodeAegis. The most common topics and skills that interviewers at CodeAegis expect are Business Solutions, Sales, Javascript, Billing and Budgeting.
What are the top questions asked in CodeAegis interview?

Some of the top questions asked at the CodeAegis interview -

  1. 4 pills are medicine, in which 2 pills for fever and 2 pills for cold, how will...read more
  2. If a cake has to make 8 pice in 3 cuts, how will the cake be c...read more
  3. What's the difference between ios and android applicat...read more

Recently Viewed

INTERVIEWS

Nagarro

No Interviews

INTERVIEWS

Strides Pharma

No Interviews

INTERVIEWS

Strides Pharma

No Interviews

INTERVIEWS

Strides Pharma

No Interviews

INTERVIEWS

Capgemini

No Interviews

INTERVIEWS

Dell

No Interviews

INTERVIEWS

Lenovo

No Interviews

SALARIES

Samsung Semiconductor

INTERVIEWS

Strides Pharma

No Interviews

SALARIES

INCA INFOTECH TECHNOLOGIES

No Salaries

Tell us how to improve this page.

CodeAegis Interview Process

based on 3 interviews

Interview experience

1
  
Bad
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Infosys Interview Questions
3.6
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 2.9k Interviews
Mphasis Interview Questions
3.4
 • 791 Interviews
Webdew Interview Questions
4.5
 • 106 Interviews
View all

CodeAegis Reviews and Ratings

based on 20 reviews

3.9/5

Rating in categories

3.9

Skill development

3.8

Work-life balance

3.8

Salary

3.8

Job security

3.9

Company culture

3.8

Promotions

4.3

Work satisfaction

Explore 20 Reviews and Ratings
Talent Acquisition Professional

Noida

1-6 Yrs

Not Disclosed

Graphic Designer

Noida

2-4 Yrs

Not Disclosed

React . js Developer

Noida

2-7 Yrs

Not Disclosed

Explore more jobs
Android Developer
10 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Business Analyst
5 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Full Stack Developer
5 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Developer
4 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

UI/UX Designer
4 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare CodeAegis 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