Upload Button Icon Add office photos

ACI Worldwide

Compare button icon Compare button icon Compare

Filter interviews by

ACI Worldwide Software Engineer Interview Questions and Answers

Updated 2 Feb 2022

ACI Worldwide Software Engineer Interview Experiences

1 interview found

Software Engineer Interview Questions & Answers

user image Praveen Puri

posted on 24 Jan 2022

I applied via Naukri.com and was interviewed in Aug 2021. There were 5 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. Basic Java concepts, Opps concepts.
  • Q2. Spring framework, Orm, Design pattern,
  • Q3. Modern forntend technology like Angular Js , React Js, Web services like Rest and Soap
  • Q4. Asking some logical question related to Java and spring

Interview Preparation Tips

Interview preparation tips for other job seekers - interview process will take 2 rounds, technical round and managerial. whole process will take around 7 days to 15 days... HR will inform you quickly, once you get selected.

Software Engineer Jobs at ACI Worldwide

View all

Interview questions from similar companies

Software Engineer Interview Questions & Answers

Globant user image Priyanka Vitthal chakkar

posted on 5 Oct 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. What is the inheritance?
  • Ans. 

    Inheritance is a mechanism in object-oriented programming where a class inherits properties and behaviors from another class.

    • Allows a class to inherit attributes and methods from another class

    • Promotes code reusability and reduces redundancy

    • Creates a parent-child relationship between classes

    • Derived class can override or extend the functionality of the base class

  • Answered by AI
  • Q2. What are the types of joins in mysql
  • Ans. 

    Types of joins in MySQL include inner join, left join, right join, and full join.

    • Inner join: Returns rows when there is a match in both tables.

    • Left join: Returns all rows from the left table and the matched rows from the right table.

    • Right join: Returns all rows from the right table and the matched rows from the left table.

    • Full join: Returns rows when there is a match in one of the tables.

  • Answered by AI
Round 2 - One-on-one 

(2 Questions)

  • Q1. How to handle multiple api's
  • Ans. 

    Use a centralized API gateway to manage and route requests to multiple APIs efficiently.

    • Implement a centralized API gateway to handle incoming requests and route them to the appropriate API based on the endpoint.

    • Utilize API management tools like Apigee, Kong, or AWS API Gateway to manage and monitor multiple APIs.

    • Consider implementing a caching layer to improve performance and reduce the number of requests to external

  • Answered by AI
  • Q2. What does strstr function do?
  • Ans. 

    strstr function searches for a substring within a string and returns a pointer to the first occurrence of the substring.

    • Used in C programming language

    • Syntax: char *strstr(const char *haystack, const char *needle)

    • Example: char *str = strstr("hello world", "world")

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
No response
Round 1 - Coding Test 

There will be 3 coding questions given to us for solving,we need solve two questions compulsory.

Round 2 - HR 

(2 Questions)

  • Q1. Introduce yourself
  • Ans. 

    I am a software engineer with 5 years of experience in developing web applications using Java, Spring, and Angular.

    • 5 years of experience in software development

    • Proficient in Java, Spring, and Angular

    • Strong problem-solving skills

  • Answered by AI
  • Q2. Questions related to frontend
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Reverse Linked List
Pallindrome of String

Round 2 - Group Discussion 

Flyover building in team with strength

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

I applied via Campus Placement and was interviewed in Sep 2023. There were 3 interview rounds.

Round 1 - Coding Test 

It was a 90minutes coding test where there was 2 coding question and 10 mcq each coding question carried 33% marks and even the 10mcq was 33% marks

Round 2 - Technical 

(1 Question)

  • Q1. Like it was full based on resume like on my resume i had put two web projects so most of the question was from web development and the aws cloud it took a lot of time and at last they asked the coding ques...
Round 3 - HR 

(1 Question)

  • Q1. Hr was easy just asked to introduce about myself and tell any one preffered project
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Recruitment Consulltant

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 

(2 Questions)

  • Q1. Threading: Write and use a mutex?
  • Ans. 

    A mutex is a synchronization primitive that ensures only one thread can access a resource at a time.

    • Create a mutex object using the appropriate library or language-specific function.

    • Lock the mutex before accessing the shared resource to prevent other threads from accessing it.

    • Unlock the mutex after finishing the operation on the shared resource to allow other threads to access it.

    • Example: pthread_mutex_t mutex; pthread...

  • Answered by AI
  • Q2. Find the memory leak in a given set of code.
  • Ans. 

    Identify memory leak in code

    • Check for any dynamically allocated memory that is not being freed

    • Look for any infinite loops or recursive functions that consume memory

    • Use memory profiling tools like Valgrind to detect leaks

    • Check for any global variables that are not properly managed

  • Answered by AI

Skills evaluated in this interview

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
No response
Round 1 - HR 

(1 Question)

  • Q1. Tell me about yourself?
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(1 Question)

  • Q1. Company overview, salary + perks and bonuses, team, project and culture

Interview Preparation Tips

Interview preparation tips for other job seekers - I had an intro call from HR. It was so nice to speak with her. She told me about the company, culture and team. We have covered everything. Then I have introduced myself, told her my preferences etc. Overall, I left really satisfied! Recommended!
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
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. Related to oops concept database
Round 3 - Technical 

(1 Question)

  • Q1. Related to your project
Round 4 - HR 

(1 Question)

  • Q1. Salary discussion and benefits
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before Feb 2023. There were 3 interview rounds.

Round 1 - Coding Test 

One basic string operations program
Second more complex matrix manipulation program

Round 2 - Technical 

(1 Question)

  • Q1. Gruesome technical round with questions from every part of .Net and C# from 1 interviewer Second i terview focuses on SQL and Angular Topics: Triggers Stored proc Assemblies Threading What do you like in ...
Round 3 - HR 

(1 Question)

  • Q1. Very general queations, they want to get to knit you and see if youll be a fit for the company.

ACI Worldwide Interview FAQs

How to prepare for ACI Worldwide Software Engineer 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 ACI Worldwide. The most common topics and skills that interviewers at ACI Worldwide expect are Linux, Computer science, Unix, Software Solutions and Aci.
What are the top questions asked in ACI Worldwide Software Engineer interview?

Some of the top questions asked at the ACI Worldwide Software Engineer interview -

  1. Modern forntend technology like Angular Js , React Js, Web services like Rest a...read more
  2. Asking some logical question related to Java and spr...read more
  3. Basic Java concepts, Opps concep...read more

Tell us how to improve this page.

ACI Worldwide Software Engineer Salary
based on 146 salaries
₹7.6 L/yr - ₹24.1 L/yr
83% more than the average Software Engineer Salary in India
View more details

ACI Worldwide Software Engineer Reviews and Ratings

based on 17 reviews

3.6/5

Rating in categories

3.6

Skill development

4.2

Work-life balance

3.5

Salary

3.2

Job security

4.0

Company culture

2.5

Promotions

3.5

Work satisfaction

Explore 17 Reviews and Ratings
Mgr Software Engineering

Bangalore / Bengaluru

6-10 Yrs

Not Disclosed

Explore more jobs
Software Engineer
146 salaries
unlock blur

₹7.6 L/yr - ₹24.1 L/yr

Senior Software Engineer
90 salaries
unlock blur

₹13.5 L/yr - ₹33 L/yr

Associate Software Engineer
47 salaries
unlock blur

₹4.8 L/yr - ₹13.5 L/yr

Senior Quality Assurance Engineer
28 salaries
unlock blur

₹10.5 L/yr - ₹24.5 L/yr

Technical Consultant
25 salaries
unlock blur

₹5.5 L/yr - ₹16.6 L/yr

Explore more salaries
Compare ACI Worldwide with

Fiserv

3.0
Compare

FIS

3.9
Compare

TCS

3.7
Compare

Infosys

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