Upload Button Icon Add office photos
Premium Employer

i

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

Advanced Computer Software Group

Compare button icon Compare button icon Compare

Filter interviews by

Advanced Computer Software Group Engineer Trainee Interview Questions and Answers for Experienced

Updated 3 Mar 2022

Advanced Computer Software Group Engineer Trainee Interview Experiences for Experienced

1 interview found

Round 1 - Aptitude Test 

It was 20 minutes aptitute test which includes 50 questions. Topics covered like Interest, Train speed, etc. Difficulty level was so easy, you just has to be fast enough.

Round 2 - Coding Test 

It was conducted on Hackerrank platform which includes 2 coding questions and 1 sql query. Question level is of moderate type. Coding questions were based on string and data structures, sometimes Dynamic Programming.

Round 3 - Technical 

(1 Question)

  • Q1. It was 1 hour technical round, there were 2 panelist. Interview was also scheduled on Hackerrank platform. Topics covered : Java - String pool, features, objects, constructor calling, etc. You have to be v...
Round 4 - HR 

(3 Questions)

  • Q1. Where do you see yourself in 5 years?
  • Q2. What are your strengths and weaknesses?
  • Q3. Tell me about yourself.

Interview Preparation Tips

Interview preparation tips for other job seekers - Just prepare well for Coding test and Technical interview, rest you will handle better.

Interview questions from similar companies

I applied via Approached by Company and was interviewed before Dec 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 tips
Round 2 - Technical 

(1 Question)

  • Q1. What is n-tier architecture
  • Ans. 

    n-tier architecture is a software design pattern that divides an application into logical layers.

    • It separates presentation, application processing, and data management functions.

    • Each layer can be developed and maintained independently.

    • Examples include 3-tier and 4-tier architectures.

    • It improves scalability, maintainability, and flexibility of the application.

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. What is your expectation from company

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident while answering the questions and answers

I applied via Recruitment Consultant and was interviewed before Jan 2021. There were 4 interview rounds.

Interview Questionnaire 

6 Questions

  • Q1. Design Patterns
  • Q2. Solid Principles
  • Q3. MVC Routing
  • Q4. Asp.Net WebAPI Http protocols
  • Q5. SQL Server Read/Insert/Update/Delete/ queries and Sub queries
  • Q6. HackerRank Test

Interview Preparation Tips

Interview preparation tips for other job seekers - Practice string manipulation, arrays and list manipulation for hackerrank test

I applied via Campus Placement and was interviewed before Apr 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. About the basics of c, c++ and java, also asked to explain the project that I developed.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be bold and transparent. Explain your reasons and issues if any they are under standable.

I appeared for an interview in Nov 2016.

Interview Questionnaire 

1 Question

  • Q1. Basic C,Java

Interview Preparation Tips

Round: Test
Total Questions: 40

College Name: Malla Reddy Institute Of Engineering & Technology ( MRIET )

I appeared for an interview in Oct 2016.

Interview Questionnaire 

3 Questions

  • Q1. Tell me about yourself
  • Ans. 

    I am a recent graduate with a degree in Mechanical Engineering, passionate about problem-solving and eager to learn and grow in the field.

    • Recent graduate with a degree in Mechanical Engineering

    • Passionate about problem-solving and critical thinking

    • Eager to learn and grow in the field

  • Answered by AI
  • Q2. Why should we hire you
  • Ans. 

    I am a dedicated and quick learner with a strong technical background and a passion for engineering.

    • I have a solid foundation in engineering principles and technical skills.

    • I am a quick learner and adapt easily to new technologies and processes.

    • I am dedicated to my work and always strive for excellence in everything I do.

    • I have a passion for engineering and am excited about the opportunity to contribute to your team.

  • Answered by AI
  • Q3. Questions based on what you have written on your resume

Interview Preparation Tips

Round: Test
Experience: The aptitude test was quite simple. Basic knowledge about all the given sections would help you to crack the test.
Duration: 1 hour 15 minutes
Total Questions: 60

Round: Technical + HR Interview
Experience: The interview process was very easy. Both, the technical and HR staff was very polite. Their main aim was to check communication skills and the basics of the technologies used.

Skills: Communication , Technical Skills
College Name: MIT College Of Engineering

I applied via Job Fair and was interviewed before May 2021. There were 2 interview rounds.

Round 1 - Aptitude Test 
Round 2 - One-on-one 

(1 Question)

  • Q1. Why you are suppose to join Cognizant

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared for a basic formal questions and don't get panic

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

Round 1 - Technical 

(4 Questions)

  • Q1. Explain about past projects.
  • Q2. Technology on which you worked.
  • Ans. 

    I have worked on various technologies including Java, Python, AWS, and Docker.

    • Developed RESTful APIs using Java and Spring framework

    • Implemented machine learning models using Python and scikit-learn library

    • Deployed applications on AWS using EC2, S3, and RDS

    • Containerized applications using Docker for easy deployment and scaling

  • Answered by AI
  • Q3. C language basic but important concepts related to Data type, pointer, etc.
  • Q4. Python knowledge check.

Interview Preparation Tips

Interview preparation tips for other job seekers - Not too much hard. Most of the questions was related to past project.

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Dec 2020. There were 3 interview rounds.

Interview Questionnaire 

7 Questions

  • Q1. Describe yourself
  • Q2. What is difference between c and c++
  • Ans. 

    C++ is an extension of C with object-oriented programming features.

    • C++ supports classes and objects while C does not.

    • C++ has better support for polymorphism and inheritance.

    • C++ has a standard template library (STL) while C does not.

    • C++ allows function overloading while C does not.

    • C++ has exception handling while C does not.

  • Answered by AI
  • Q3. What is oops?
  • Ans. 

    OOPs stands for Object-Oriented Programming. It is a programming paradigm based on the concept of objects.

    • OOPs focuses on creating objects that contain both data and functions to manipulate that data.

    • It emphasizes on encapsulation, inheritance, and polymorphism.

    • Examples of OOPs languages are Java, C++, Python, etc.

  • Answered by AI
  • Q4. What is polymorphism
  • Ans. 

    Polymorphism is the ability of an object to take on many forms.

    • It allows objects of different classes to be treated as if they were objects of the same class.

    • It is achieved through method overriding and method overloading.

    • Example: A shape class can have different subclasses like circle, square, triangle, etc. and all of them can be treated as shapes.

    • Example: A method can have different implementations in different clas...

  • Answered by AI
  • Q5. What is data abstraction
  • Ans. 

    Data abstraction is the process of hiding implementation details and showing only the necessary information to the user.

    • It is a way of organizing complex systems

    • It allows users to interact with complex systems without needing to understand the underlying details

    • It helps to reduce complexity and increase efficiency

    • Examples include object-oriented programming and APIs

  • Answered by AI
  • Q6. String reverse c program
  • Ans. 

    A C program to reverse a given string.

    • Declare a character array to store the input string.

    • Use a loop to iterate through the string and swap the characters.

    • Print the reversed string.

  • Answered by AI
  • Q7. Swap number in macro
  • Ans. 

    Swapping two numbers using macro in C language

    • Use a temporary variable to store the value of one number

    • Assign the value of the second number to the first number

    • Assign the value of the temporary variable to the second number

    • Define a macro for swapping the numbers

    • Example: #define SWAP(a,b) {int temp; temp=a; a=b; b=temp;}

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - It was good and need to be prepared for c and c++

Skills evaluated in this interview

I applied via LinkedIn and was interviewed in Jun 2021. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. Basics of Angular
  • Q2. Basics of js

Interview Preparation Tips

Interview preparation tips for other job seekers - Freshen up basics on skills.

Advanced Computer Software Group Interview FAQs

How many rounds are there in Advanced Computer Software Group Engineer Trainee interview for experienced candidates?
Advanced Computer Software Group interview process for experienced candidates usually has 4 rounds. The most common rounds in the Advanced Computer Software Group interview process for experienced candidates are Aptitude Test, Coding Test and Technical.
How to prepare for Advanced Computer Software Group Engineer Trainee interview for experienced candidates?
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 Advanced Computer Software Group. The most common topics and skills that interviewers at Advanced Computer Software Group expect are Computer science, Coding, Healthcare, Software Solutions and Testing.

Tell us how to improve this page.

Advanced Computer Software Group Engineer Trainee Reviews and Ratings

based on 1 review

4.0/5

Rating in categories

5.0

Skill development

4.0

Work-life balance

5.0

Salary

4.0

Job security

5.0

Company culture

5.0

Promotions

5.0

Work satisfaction

Explore 1 Review and Rating
Software Engineer
103 salaries
unlock blur

₹4.6 L/yr - ₹14.5 L/yr

Senior Software Engineer
81 salaries
unlock blur

₹8.6 L/yr - ₹29 L/yr

Test Engineer
76 salaries
unlock blur

₹4 L/yr - ₹13 L/yr

Senior Test Engineer
35 salaries
unlock blur

₹8 L/yr - ₹20.1 L/yr

Associate Software Engineer
28 salaries
unlock blur

₹3.8 L/yr - ₹7.6 L/yr

Explore more salaries
Compare Advanced Computer Software Group with

Accenture

3.8
Compare

Wipro

3.7
Compare

Cognizant

3.7
Compare

Capgemini

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