Upload Button Icon Add office photos

Filter interviews by

ACS Group Interview Questions and Answers

Updated 29 Oct 2024
Popular Designations

29 Interview questions

A Consultant was asked 11mo ago
Q. How do you upgrade DB2 version in HADR?
Ans. 

To upgrade db2 version in HADR, you need to follow a specific process to ensure minimal downtime and data loss.

  • Ensure all prerequisites are met before starting the upgrade process

  • Perform a full backup of the primary and standby databases

  • Stop the HADR on the standby server

  • Upgrade the primary server to the new version of db2

  • Upgrade the standby server to the new version of db2

  • Restart HADR on the standby server

  • Verify ...

View all Consultant interview questions
An Engineer Trainee was asked 11mo ago
Q. What is an SN diagram?
Ans. 

SN diagram is a graphical representation of stress versus number of cycles to failure for a material.

  • SN diagram helps in understanding the fatigue behavior of a material under cyclic loading.

  • It shows the relationship between stress amplitude and the number of cycles to failure.

  • Materials with higher endurance limits have steeper slopes on the SN diagram.

  • SN diagrams are commonly used in engineering to design compone...

View all Engineer Trainee interview questions
An Engineer Trainee was asked 11mo ago
Q. What is the difference between brittle and ductile materials?
Ans. 

Brittle materials break without significant deformation, while ductile materials can undergo significant deformation before breaking.

  • Brittle materials break with little or no plastic deformation

  • Ductile materials can undergo significant plastic deformation before breaking

  • Examples of brittle materials: glass, ceramics

  • Examples of ductile materials: metals like copper, aluminum

View all Engineer Trainee interview questions
A SSE was asked
Q. Why are we looking for a developer with technical knowledge?
Ans. 

Technical knowledge developers are essential for creating and maintaining complex software systems.

  • Technical knowledge developers possess the skills and expertise necessary to design, develop, and implement software solutions.

  • They are responsible for ensuring that software systems are efficient, reliable, and secure.

  • They stay up-to-date with the latest technologies and programming languages to ensure that their sk...

View all SSE interview questions
A Software Engineer was asked
Q. How do you find unmatched records using SQL?
Ans. 

Identify records in one table that do not match records in another using SQL queries.

  • Use LEFT JOIN to find unmatched records: SELECT a.* FROM TableA a LEFT JOIN TableB b ON a.id = b.id WHERE b.id IS NULL.

  • Use NOT EXISTS to filter unmatched records: SELECT * FROM TableA a WHERE NOT EXISTS (SELECT 1 FROM TableB b WHERE a.id = b.id).

  • Use EXCEPT to find records in one table not in another: SELECT id FROM TableA EXCEPT S...

View all Software Engineer interview questions
A Software Engineer was asked
Q. What are Delegates and what are the different types of delegates?
Ans. 

Delegates are reference types that hold a reference to a method. They are used to achieve loose coupling and extensibility.

  • Delegates allow methods to be passed as parameters to other methods.

  • They can be used to implement callbacks and event handlers.

  • Delegates can be multicast, meaning they can hold references to multiple methods.

  • There are two types of delegates: singlecast and multicast.

View all Software Engineer interview questions
A Software Engineer was asked
Q. What are the differences between IEnumerable and IQueryable?
Ans. 

IEnumerable is in-memory collection while IQueryable is a queryable data source.

  • IEnumerable is used for querying data from in-memory collections like List, Array, etc.

  • IQueryable is used for querying data from a database or remote data source.

  • IQueryable supports deferred execution while IEnumerable does not.

  • IQueryable allows for filtering, sorting, and paging to be done on the server side.

  • IQueryable is more efficie...

View all Software Engineer interview questions
Are these interview questions helpful?
A Software Engineer was asked
Q. Describe the generations of garbage collection.
Ans. 

Generations of Garbage collection are used to manage memory in Java applications.

  • Garbage collection is the process of automatically freeing up memory that is no longer in use by the application.

  • Generational garbage collection divides objects into different generations based on their age and usage patterns.

  • Young generation is where new objects are created and old objects that survive multiple garbage collections ar...

View all Software Engineer interview questions
A Software Engineer was asked
Q. How can you prevent SQL Injection?
Ans. 

Prevent SQL Injection by using parameterized queries and input validation.

  • Use parameterized queries instead of concatenating user input with SQL statements.

  • Sanitize user input by validating and escaping special characters.

  • Limit database user privileges to only necessary actions.

  • Implement web application firewalls to detect and block SQL injection attempts.

  • Regularly update and patch software to fix known vulnerabil...

View all Software Engineer interview questions
A Software Engineer was asked
Q. How is component interaction done?
Ans. 

Component interaction is the process of communication and data exchange between different software components.

  • Components can interact through APIs, events, or shared memory.

  • APIs allow components to expose their functionality to other components.

  • Events enable components to notify each other of changes or trigger actions.

  • Shared memory allows components to access and modify the same data.

  • Component interaction is cruc...

View all Software Engineer interview questions

ACS Group Interview Experiences

15 interviews found

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

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

Round 1 - HR 

(1 Question)

  • Q1. Experience Related
Round 2 - Technical 

(2 Questions)

  • Q1. Mainframe technology
  • Q2. Cics cobol mainframe related
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-

I applied via Naukri.com and was interviewed in Oct 2023. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Simple core java questions
  • Q2. Stupid people, stupid HR, lack of professionalism
Round 2 - Technical 

(2 Questions)

  • Q1. Simple project based interview questions
  • Q2. Wht did you do in ur project
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(1 Question)

  • Q1. The 1st question they have asked tell me about yourself

Engineer Trainee Interview Questions & Answers

user image GURU ESWAR B

posted on 5 Jul 2024

Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Jan 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

It is the round of aptitude consist of 20 questions

Round 2 - HR 

(2 Questions)

  • Q1. Difference between brittle and ductile material
  • Ans. 

    Brittle materials break without significant deformation, while ductile materials can undergo significant deformation before breaking.

    • Brittle materials break with little or no plastic deformation

    • Ductile materials can undergo significant plastic deformation before breaking

    • Examples of brittle materials: glass, ceramics

    • Examples of ductile materials: metals like copper, aluminum

  • Answered by AI
  • Q2. What is sn diagram
  • Ans. 

    SN diagram is a graphical representation of stress versus number of cycles to failure for a material.

    • SN diagram helps in understanding the fatigue behavior of a material under cyclic loading.

    • It shows the relationship between stress amplitude and the number of cycles to failure.

    • Materials with higher endurance limits have steeper slopes on the SN diagram.

    • SN diagrams are commonly used in engineering to design components t...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Give your best and not worry about results

Interview Questions & Answers

user image akshada singh

posted on 6 Jun 2024

Interview experience
1
Bad
Difficulty level
-
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Newspaper Ad and was interviewed in Dec 2023. There was 1 interview round.

Round 1 - HR 

(2 Questions)

  • Q1. Why do you want this job
  • Q2. Why should we hire you

Consultant Interview Questions & Answers

user image Anonymous

posted on 18 Jul 2024

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

I applied via Referral and was interviewed before Jul 2023. There were 2 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. How do you upgrade db2 version in HADR
  • Ans. 

    To upgrade db2 version in HADR, you need to follow a specific process to ensure minimal downtime and data loss.

    • Ensure all prerequisites are met before starting the upgrade process

    • Perform a full backup of the primary and standby databases

    • Stop the HADR on the standby server

    • Upgrade the primary server to the new version of db2

    • Upgrade the standby server to the new version of db2

    • Restart HADR on the standby server

    • Verify the s...

  • Answered by AI
  • Q2. Daily activities as a DBA
  • Ans. 

    Daily activities as a DBA involve managing databases, ensuring data security, optimizing performance, and troubleshooting issues.

    • Monitoring database performance and ensuring availability

    • Implementing and maintaining backup and recovery plans

    • Optimizing database queries and indexes

    • Troubleshooting and resolving database issues

    • Implementing security measures to protect data

    • Collaborating with developers and system administrat...

  • Answered by AI
  • Q3. What will you do in slow performance querry
Round 2 - HR 

(3 Questions)

  • Q1. Questions regarding package details
  • Q2. Questions regarding Location and all
  • Q3. Work culture and WFO related

I applied via Naukri.com and was interviewed in Mar 2022. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Explain the project, questions on data structures and collections, treemap
Round 2 - Technical 

(1 Question)

  • Q1. Asked all the terminologies he heard in industry

Interview Preparation Tips

Interview preparation tips for other job seekers - second round was, worst, in second round a director brought another guy for asking technical questions, instead of checking my technical abilities, that second guy was showing his technical skills in front of the director, worst experience.

I applied via Naukri.com and was interviewed in Nov 2021. There were 3 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Scenario based ETL load questions
  • Q2. Joins, indexes, query optimization
  • Q3. Sql unmatching records
  • Ans. 

    Identify records in one table that do not match records in another using SQL queries.

    • Use LEFT JOIN to find unmatched records: SELECT a.* FROM TableA a LEFT JOIN TableB b ON a.id = b.id WHERE b.id IS NULL.

    • Use NOT EXISTS to filter unmatched records: SELECT * FROM TableA a WHERE NOT EXISTS (SELECT 1 FROM TableB b WHERE a.id = b.id).

    • Use EXCEPT to find records in one table not in another: SELECT id FROM TableA EXCEPT SELECT...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be honest and real. The interviewer will try to check your knowledge by giving scenario based questions. Be strong with basic concepts, you will crack it

SSE Interview Questions & Answers

user image Anonymous

posted on 27 Jan 2022

Interview Questionnaire 

2 Questions

  • Q1. EveryOne asked about technical skills from the Interview but as per my knowledge, we have to check the person how many projects till yet which type functionally he/she covered.
  • Q2. Why we are looking for technical knowledge developer ?
  • Ans. 

    Technical knowledge developers are essential for creating and maintaining complex software systems.

    • Technical knowledge developers possess the skills and expertise necessary to design, develop, and implement software solutions.

    • They are responsible for ensuring that software systems are efficient, reliable, and secure.

    • They stay up-to-date with the latest technologies and programming languages to ensure that their skills ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Proper delay, Time management, team handling are implemented
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(1 Question)

  • Q1. Why do you want change? Please confirm your current CTC?

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't waste your time, they is worst company. There is lot of politics and company is shit.

Top trending discussions

View All
Interview Tips & Stories
4d (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 ACS Group?
Ask anonymously on communities.

ACS Group Interview FAQs

How many rounds are there in ACS Group interview?
ACS Group interview process usually has 1-2 rounds. The most common rounds in the ACS Group interview process are Technical, HR and Aptitude Test.
How to prepare for ACS Group 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 ACS Group. The most common topics and skills that interviewers at ACS Group expect are J2Ee, JPA, JQuery, Java and Javascript.
What are the top questions asked in ACS Group interview?

Some of the top questions asked at the ACS Group interview -

  1. What is the first thing you do when getting direction on ma...read more
  2. What all components are mandatory while writing a user st...read more
  3. What are the best practices to capture the accurate requirement...read more

Tell us how to improve this page.

Overall Interview Experience Rating

3/5

based on 12 interview experiences

Difficulty level

Moderate 75%
Hard 25%

Duration

Less than 2 weeks 100%
View more

Interview Questions from Similar Companies

Knorr-Bremse Interview Questions
3.8
 • 59 Interviews
Bajaj Motors Interview Questions
3.9
 • 56 Interviews
Johnson Matthey Interview Questions
3.8
 • 38 Interviews
McCain Foods Interview Questions
4.0
 • 35 Interviews
Sulzer Interview Questions
3.9
 • 32 Interviews
Alpla Interview Questions
3.9
 • 30 Interviews
Buhler Interview Questions
3.9
 • 29 Interviews
Mettler-Toledo Interview Questions
3.7
 • 26 Interviews
View all

ACS Group Reviews and Ratings

based on 119 reviews

3.4/5

Rating in categories

3.1

Skill development

3.6

Work-life balance

3.0

Salary

3.2

Job security

3.3

Company culture

2.7

Promotions

3.1

Work satisfaction

Explore 119 Reviews and Ratings
Senior Software Engineer
39 salaries
unlock blur

₹8.7 L/yr - ₹30 L/yr

Software Engineer
33 salaries
unlock blur

₹4.1 L/yr - ₹14.9 L/yr

Senior Associate
21 salaries
unlock blur

₹3.4 L/yr - ₹8.1 L/yr

Principal Software Engineer
14 salaries
unlock blur

₹11.5 L/yr - ₹30.5 L/yr

Associate
13 salaries
unlock blur

₹3.4 L/yr - ₹5.3 L/yr

Explore more salaries
Compare ACS Group with

Bajaj Motors

3.9
Compare

Knorr-Bremse

3.8
Compare

Delta Electronics

4.0
Compare

Gestamp

3.6
Compare
write
Share an Interview