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 Software Developer Trainee Interview Questions and Answers

Updated 22 Apr 2022

CodeAegis Software Developer Trainee Interview Experiences

1 interview 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..

Interview questions from similar companies

I appeared for an interview before May 2021.

Round 1 - Coding Test 

5 problems from a website. Duration 1 hr. I solved it by using java ( 3 out of 5 questions ) ( questions were based on ds/algo )

Round 2 - Technical 

(1 Question)

  • Q1. After getting selected for the next round. They asked me to learn HTML, CSS, and JS in 8 days. Because I had learned JAVA +backend technologies. They were expecting a front-end developer because they a...

Interview Preparation Tips

Interview preparation tips for other job seekers - Thanks to god, I didn't clear the interview. Salary and perks were too low to survive there.
Currently, working as a Java Backend developer, Package = 6Lpa

Note: Just learn technologies of your choice. It will help you to boost your career.

I applied via Naukri.com and was interviewed in Oct 2018. There were 3 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Asked me to draw spring mvc architecture and about collection framework.
  • Q2. Asked me to write the logic for pattern.
  • Q3. Asked me on core java.

Interview Preparation Tips

General Tips: be thorough with the core java and good to have knowledge on spring mvc
Skills: Communication
Duration: <1 week

I applied via Company Website and was interviewed before Dec 2019. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Regarding OOPS, wordpress and laravel.

Interview Preparation Tips

Interview preparation tips for other job seekers - It was good and I am still working here.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed before Oct 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 - Coding Test 

Duration is around 1 hour

Round 3 - Technical 

(1 Question)

  • Q1. 1. Basic programming concepts 2. OOP concepts and basic problem solving skills
Round 4 - Technical 

(1 Question)

  • Q1. Programming question
Round 5 - HR 

(1 Question)

  • Q1. 1. Basic questions
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Second largest number in an array
  • Ans. 

    Find the second largest number in an array of strings.

    • Convert the strings to numbers for comparison.

    • Sort the array in descending order.

    • Return the second element in the sorted array.

  • Answered by AI
  • Q2. Pairs with given sum
  • Ans. 

    Find pairs in an array that sum up to a given target value.

    • Use a hash set to store the difference between the target value and each element in the array.

    • Iterate through the array and check if the current element's complement exists in the hash set.

    • Return the pairs that sum up to the target value.

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before Aug 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. OOPS based questions
  • Q2. Basic language based questions
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Jul 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. What is single page application
  • Ans. 

    Single page application is a web application that loads a single HTML page and dynamically updates the content as the user interacts with the app.

    • SPA uses AJAX and HTML5 to create fluid and responsive user experience.

    • It eliminates the need for page reloading during use, making it faster and more efficient.

    • Examples include Gmail, Facebook, and Google Maps.

  • Answered by AI
  • Q2. What is state management
  • Ans. 

    State management is the process of managing the state of an application, including data flow, user interface updates, and user interactions.

    • State management involves storing and updating the state of an application to ensure data consistency.

    • It helps in managing user interface updates based on changes in the application state.

    • State management is crucial for handling user interactions and maintaining a seamless user exp...

  • Answered by AI

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Sep 2022. 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 tips
Round 2 - One-on-one 

(2 Questions)

  • Q1. Basic JS questions
  • Q2. String Concat through function
Round 3 - Coding Test 

Advanced JS, PHP related questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare from the free code camp js questions
Interview experience
2
Poor
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Sep 2023. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Technical 

(1 Question)

  • Q1. So you have prior experience with Javascript ?
  • Ans. 

    Yes, I have prior experience with Javascript.

    • I have worked on various projects using Javascript.

    • I am familiar with popular Javascript libraries and frameworks like React and Node.js.

    • I have experience in writing clean and efficient Javascript code.

    • I have used Javascript for both front-end and back-end development.

  • Answered by AI
Round 3 - Coding Test 

In the previous round, they give you a link to freecodecamp course - basic javascript.
In this round (Coding) every single question is asked from the exact same course, as is.

Round 4 - One-on-one 

(1 Question)

  • Q1. The HR discusses salary and commutation and other things

Interview Preparation Tips

Interview preparation tips for other job seekers - You can simply memorize the answers and clear the tests.

Note: after joining, you will still have to give (and clear) 2-3 tests every week before you are confirmed. If you fail to clear, you will be fired immediately.

Skills evaluated in this interview

CodeAegis Interview FAQs

How many rounds are there in CodeAegis Software Developer Trainee interview?
CodeAegis interview process usually has 3 rounds. The most common rounds in the CodeAegis interview process are HR, Aptitude Test and Coding Test.
What are the top questions asked in CodeAegis Software Developer Trainee interview?

Some of the top questions asked at the CodeAegis Software Developer Trainee 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

Tell us how to improve this page.

Interview Questions from Similar Companies

Webdew Interview Questions
4.4
 • 106 Interviews
HyScaler Interview Questions
4.5
 • 92 Interviews
Quantsapp Interview Questions
2.8
 • 35 Interviews
Appsierra Interview Questions
4.4
 • 31 Interviews
View all
Android Developer
10 salaries
unlock blur

₹3.7 L/yr - ₹5.2 L/yr

Business Analyst
5 salaries
unlock blur

₹2.5 L/yr - ₹5 L/yr

Full Stack Developer
5 salaries
unlock blur

₹3.6 L/yr - ₹8 L/yr

Software Developer
4 salaries
unlock blur

₹1.8 L/yr - ₹4.5 L/yr

Backend Developer
4 salaries
unlock blur

₹1.8 L/yr - ₹5 L/yr

Explore more salaries
Compare CodeAegis with

Accel Frontline

4.0
Compare

Northcorp Software

4.3
Compare

Elentec Power India (EPI) Pvt. Ltd.

3.7
Compare

HyScaler

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