Upload Button Icon Add office photos

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.

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is Class in Java ?
  • Q2. What is OOB in Java?
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
6-8 weeks
Result
Selected Selected
Round 1 - Technical 

(2 Questions)

  • Q1. What is multithreading
  • Ans. 

    Multithreading is the ability of a CPU to execute multiple threads concurrently, allowing for better performance and resource utilization.

    • Multithreading allows multiple threads to run concurrently within the same process.

    • Each thread has its own stack and program counter, but shares the same memory space.

    • Multithreading can improve performance by utilizing multiple CPU cores efficiently.

    • Examples of multithreading include...

  • Answered by AI
  • Q2. What is hash map
  • Ans. 

    A hash map is a data structure that stores key-value pairs and allows for efficient retrieval of values based on keys.

    • Hash maps use a hash function to map keys to indexes in an array, allowing for constant time retrieval of values.

    • Collisions can occur when multiple keys hash to the same index, which can be resolved using techniques like chaining or open addressing.

    • Example: HashMap map = new HashMap<>()

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Oops concepts and related questions
Round 2 - HR 

(1 Question)

  • Q1. Asked Technical questions along with some hr questions
Interview experience
4
Good
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Not Selected

I applied via Company Website and was interviewed in Jul 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Python duration was 1 hour

Round 2 - HR 

(1 Question)

  • Q1. What is the process to run a python program
  • Ans. 

    To run a Python program, you need to write the code in a .py file, open a terminal or command prompt, navigate to the file's directory, and then run the program using the 'python' command.

    • Write the Python code in a .py file using a text editor or an IDE

    • Open a terminal or command prompt on your computer

    • Navigate to the directory where the .py file is located using the 'cd' command

    • Run the Python program by typing 'python ...

  • Answered by AI

Skills evaluated in this interview

Interview experience
2
Poor
Difficulty level
Easy
Process Duration
More than 8 weeks
Result
Not Selected

I applied via campus placement at Aditya College of Engineering, Surampalem and was interviewed in May 2024. There were 3 interview rounds.

Round 1 - Coding Test 

Medium level coding questions

Round 2 - Group Discussion 

Asked to speak about influence of social media

Round 3 - Technical 

(2 Questions)

  • Q1. Html void elements
  • Q2. Write some Html selectors
  • Ans. 

    HTML selectors are used to target specific elements on a webpage for styling or manipulation.

    • Use element selectors to target specific HTML elements (e.g.

      ,

      ,

      ).

    • Use class selectors to target elements with a specific class (e.g. .classname).

    • Use ID selectors to target elements with a specific ID (e.g. #idname).

    • Use attribute selectors to target elements with specific attributes (e.g. [attribute=value]).

Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
6-8 weeks
Result
Selected Selected

I applied via Job Portal and was interviewed in Apr 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

Normal aptitude trains speed and distance

Round 2 - Coding Test 

Arrays strings coding programs along with sql queries

Round 3 - One-on-one 

(2 Questions)

  • Q1. What is your favourite subject and why?
  • Q2. Why do you want to join in our company?
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Group Discussion 

Human vs robot technology

Round 2 - HR 

(2 Questions)

  • Q1. Based on resume
  • Q2. Tell me about your skills
  • Ans. 

    I have strong problem-solving skills, excellent technical knowledge, and a passion for learning and improving.

    • Proficient in programming languages such as Java, C++, and Python

    • Experience with CAD software and engineering design principles

    • Strong analytical skills and attention to detail

    • Excellent communication and teamwork abilities

    • Quick learner and adaptable to new technologies and tools

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - a good and easy interview
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
No response

I applied via Campus Placement and was interviewed in May 2024. There was 1 interview round.

Round 1 - HR 

(2 Questions)

  • Q1. Self intro and projects
  • Q2. Few questions based on resume

I applied via campus placement at Bhoj Reddy Engineering College For Women, Hyderabad and was interviewed in Sep 2022. There were 3 interview rounds.

Round 1 - Coding Test 

1st round was a hackathon coding.2 coding questions were asked

Round 2 - Technical 

(3 Questions)

  • Q1. What is synchronisation
  • Ans. 

    Synchronization is the coordination of multiple processes or threads to ensure their orderly execution.

    • Synchronization is used to prevent race conditions and ensure data consistency.

    • It involves using locks, semaphores, or other mechanisms to control access to shared resources.

    • Examples of synchronization include mutual exclusion, critical sections, and inter-process communication.

    • Synchronization can also be achieved thr...

  • Answered by AI
  • Q2. What is deadlock 2 Coding questions and asked to execute them
  • Q3. What is thread ? Oops concepts
  • Ans. 

    A thread is a lightweight process that can run concurrently with other threads within a program.

    • Threads allow for parallelism and can improve performance in certain situations.

    • Threads share the same memory space as the parent process.

    • Threads can communicate with each other through shared memory or message passing.

    • Thread safety is important to prevent race conditions and other concurrency issues.

    • Examples of multi-thread...

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Self introduction About project
  • Q2. Scenario based questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Even if u don't know the answer try to answer,Be confident and all the best for ur interview .

Skills evaluated in this interview

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.

Tell us how to improve this page.

Advanced Computer Software Group Engineer Trainee Salary
based on 6 salaries
₹2.4 L/yr - ₹6 L/yr
93% more than the average Engineer Trainee Salary in India
View more details

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 & Benefits

4.0

Job Security

5.0

Company culture

5.0

Promotions/Appraisal

5.0

Work Satisfaction

Explore 1 Review and Rating
Software Engineer
125 salaries
unlock blur

₹4.3 L/yr - ₹16 L/yr

Senior Software Engineer
86 salaries
unlock blur

₹8.6 L/yr - ₹25 L/yr

Test Engineer
80 salaries
unlock blur

₹4 L/yr - ₹13 L/yr

Senior Test Engineer
36 salaries
unlock blur

₹8.7 L/yr - ₹20.3 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

TCS

3.7
Compare

Infosys

3.7
Compare

Wipro

3.7
Compare

HCLTech

3.5
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview