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

Filter interviews by

Advanced Computer Software Group Engineer Trainee Interview Questions and Answers

Updated 3 Mar 2022

Advanced Computer Software Group Engineer Trainee Interview Experiences

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.

Top trending discussions

View All
Interview Tips & Stories
1w (edited)
a team lead
Why are women still asked such personal questions in interview?
I recently went for an interview… and honestly, m still trying to process what just happened. Instead of being asked about my skills, experience, or how I could add value to the company… the questions took a totally unexpected turn. The interviewer started asking things like When are you getting married? Are you engaged? And m sure, if I had said I was married, the next question would’ve been How long have you been married? What does my personal life have to do with the job m applying for? This is where I felt the gender discrimination hit hard. These types of questions are so casually thrown at women during interviews but are they ever asked to men? No one asks male candidates if they’re planning a wedding or how old their kids are. So why is it okay to ask women? Can we please stop normalising this kind of behaviour in interviews? Our careers shouldn’t be judged by our relationship status. Period.
Got a question about Advanced Computer Software Group?
Ask anonymously on communities.

Interview questions from similar companies

I applied via Company Website and was interviewed in Apr 2021. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. Introduce yourself
  • Ans. 

    I am a motivated recent graduate with a passion for learning and a strong foundation in my field, eager to contribute and grow.

    • Education: Graduated with a degree in [Your Major] from [Your University].

    • Skills: Proficient in [Skill 1], [Skill 2], and [Skill 3]. For example, I completed a project on [Project Topic] using [Skill].

    • Experience: Completed an internship at [Company Name], where I [describe your role or a specif...

  • Answered by AI
  • Q2. HR related questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident

Engineer Trainee Interview Questions Asked at Other Companies

Q1. If 10 people at a meeting shake hands with each other once, how m ... read more
asked in Siemens
Q2. A drawer contains 10 pairs each of red and blue socks. What is th ... read more
asked in AVASOFT
Q3. What is the logic for determining if a number is an Armstrong num ... read more
asked in Sobha
Q4. Shear force diagram and bending moment diagram for combination of ... read more
asked in Siemens
Q5. If you are given two CSV files, each containing two columns, how ... read more
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed before May 2022. There were 3 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 - Case Study 

Two case study :- how to accumulate garbage in your area and how to develop food delivery app

Round 3 - Technical 

(1 Question)

  • Q1. Write a program logic factorial in c programming
  • Ans. 

    Program logic for factorial in C programming

    • Use a loop to multiply the number with all the numbers less than it

    • Initialize the result variable with 1

    • Handle the case when the input is 0 or 1 separately

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - First of all they see ur communication skill always be confident and be smart

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
  • Q1. Reference by adani power limited
  • Q2. Quantification by power plant project related
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

  • Q1. Power plant project job
  • Q2. Power BTG & FGD related

Engineer Interview Questions & Answers

QNAP Systems user image Prathamesh Herlekar

posted on 17 Mar 2025

Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

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

  • Q1. Tell me about yourself.
  • Q2. Can you describe your previous work experience?
  • Ans. 

    I have over five years of experience in software engineering, focusing on developing scalable applications and optimizing system performance.

    • Worked at XYZ Corp, where I led a team to develop a cloud-based inventory management system, improving efficiency by 30%.

    • Implemented a microservices architecture for a financial application, which reduced downtime and improved scalability.

    • Collaborated with cross-functional teams t...

  • Answered by AI
  • Q3. Create a React application that accepts a number n and generates n input boxes.
  • Ans. 

    Create a React app that generates n input boxes based on user input, demonstrating dynamic component rendering.

    • State Management: Use React's useState hook to manage the number of input boxes dynamically.

    • Event Handling: Implement an input field to capture the value of n and a button to trigger the generation of input boxes.

    • Mapping: Use the map function to create an array of input elements based on the value of n.

    • Control...

  • Answered by AI
  • Q4. What are the uses of useEffect, state, props, and lifecycle methods in React?
  • Ans. 

    useEffect, state, props, and lifecycle methods are essential for managing component behavior and data flow in React.

    • useEffect: Manages side effects like data fetching or subscriptions. Example: useEffect(() => { fetchData(); }, []);

    • State: Holds local data for a component. Example: const [count, setCount] = useState(0);

    • Props: Pass data from parent to child components. Example: <ChildComponent name='John' />.

    • Lif...

  • Answered by AI
  • Q5. What is the process to create a random password generator in JavaScript?
  • Ans. 

    A random password generator in JavaScript creates secure passwords using random characters from specified sets.

    • Define character sets: Include uppercase, lowercase, numbers, and special characters.

    • Set password length: Decide how many characters the password should have.

    • Randomly select characters: Use Math.random() to pick characters from the defined sets.

    • Combine selected characters: Concatenate the randomly selected cha...

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

There are coding questions , and we need to write the logic for them.

Are these interview questions helpful?
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(1 Question)

  • Q1. Your life, about you, college family and friend your likes and dislikes and your previous employers

Interview Preparation Tips

Interview preparation tips for other job seekers - Strong technical knowledge is required.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. What is metaspace?
  • Ans. 

    Metaspace is a memory space in Java that stores metadata about classes and methods.

    • Metaspace replaces the permanent generation (PermGen) in Java 8 and later versions.

    • It is used to store class metadata, such as class names, method names, field names, annotations, etc.

    • Metaspace is dynamically allocated and resized by the JVM as needed.

    • It helps prevent OutOfMemoryError caused by PermGen space exhaustion.

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
More than 8 weeks
Result
Selected Selected

I applied via YouTube and was interviewed before Jan 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

They took the test which have questions related to reasoning, aptitude, coding and, English

Round 2 - Technical 

(1 Question)

  • Q1. They asked technical questions as well as hr questions

Advanced Computer Software Group Interview FAQs

How many rounds are there in Advanced Computer Software Group Engineer Trainee interview?
Advanced Computer Software Group interview process usually has 4 rounds. The most common rounds in the Advanced Computer Software Group interview process are Aptitude Test, Coding Test and Technical.
How to prepare for Advanced Computer Software Group Engineer Trainee 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 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.
What are the most common questions asked in Advanced Computer Software Group Engineer Trainee HR round?

The most common HR questions asked in Advanced Computer Software Group Engineer Trainee interview are -

  1. Where do you see yourself in 5 yea...read more
  2. What are your strengths and weakness...read more
  3. Tell me about yourse...read more

Tell us how to improve this page.

Join Advanced Computer Software Group Powering the world of work

Interview Questions from Similar Companies

CGS Interview Questions
3.5
 • 25 Interviews
Ricoh Interview Questions
3.9
 • 9 Interviews
QNAP Systems Interview Questions
3.1
 • 4 Interviews
View all

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
118 salaries
unlock blur

₹6 L/yr - ₹13.6 L/yr

Senior Software Engineer
82 salaries
unlock blur

₹14.4 L/yr - ₹24.9 L/yr

Test Engineer
72 salaries
unlock blur

₹5.5 L/yr - ₹13 L/yr

Senior Test Engineer
35 salaries
unlock blur

₹15.5 L/yr - ₹28.9 L/yr

Softwaretest Engineer
26 salaries
unlock blur

₹4.4 L/yr - ₹10.8 L/yr

Explore more salaries
Compare Advanced Computer Software Group with

Primus Global Technologies

3.9
Compare

Ricoh

3.9
Compare

Plada Infotech Services

3.6
Compare

Riddhi Corporate Services

3.7
Compare
write
Share an Interview