Upload Button Icon Add office photos

Filter interviews by

Aceolution India Interview Questions and Answers

Updated 16 Dec 2024

Aceolution India Interview Experiences

Popular Designations

2 interviews found

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

I applied via Naukri.com and was interviewed before Dec 2023. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Sql link based questions
  • Q2. Day to day scenario based questions
Round 2 - HR 

(1 Question)

  • Q1. Personal assessment

Interview Preparation Tips

Interview preparation tips for other job seekers - Strong with basics of the topic

Senior Software Engineer Interview Questions asked at other Companies

Q1. Tell me about yourself. What technology are you using? What is a Collection? What are the different types of collection there? What is the difference between ArrayList and LinkedList What are the basic building blocks of Stream operators, s... read more
View answer (2)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
Not Selected
Round 1 - Aptitude Test 

Not to difficult and easy to crack

Round 2 - Technical 

(1 Question)

  • Q1. Asking about basic excel questions
Round 3 - HR 

(1 Question)

  • Q1. Self introduction and commonly asked quelestions

Process Analyst Interview Questions asked at other Companies

Q1. what are the different types of accounting?
View answer (4)

Jobs at Aceolution India

View all

Interview questions from similar companies

Interview Questionnaire 

1 Question

  • Q1. Python questions on data structure, pandas, beautifulsoup.

I applied via Recruitment Consultant and was interviewed in Mar 2021. There were 3 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. It's was basic testing questios, specific to selenium and Java.
  • Q2. Explain framework
  • Ans. 

    A framework is a set of guidelines, standards, and tools used to develop software applications.

    • A framework provides a structure for developers to build upon

    • It includes pre-written code and libraries to simplify development

    • Frameworks can be specific to a programming language or platform

    • Examples include React for web development and TensorFlow for machine learning

  • Answered by AI
  • Q3. Basic java programs

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared, basically on manual testing, Selenium and Java

Skills evaluated in this interview

I applied via Campus Placement and was interviewed before Nov 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Basic programming questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident with answers

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

Interview Questionnaire 

4 Questions

  • Q1. Normal Accounts related question like describe Depreciation, ammortization, and what do you mean by Reporting (RTR Activity).
  • Q2. Some interviewer may ask what do you mean by EBITDA as in my case be prepared for this type of bouncers as well .
  • Q3. Then they will ask you your previous work related question. In my case they ask if there is GL to SL mismatch what will you do to solve it.
  • Q4. Then why do we do depreciation of companies what is the need for it
  • Ans. 

    Depreciation is necessary to allocate the cost of an asset over its useful life.

    • Depreciation helps in matching the cost of an asset with the revenue it generates.

    • It allows for the recognition of the wear and tear, obsolescence, and loss of value of assets over time.

    • Depreciation expense reduces taxable income, resulting in tax savings for companies.

    • It helps in determining the true profitability and financial position of...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Always be confident remember it's not that the interviewer knows everything but be convincing don't say blah blah if you don't know anything .
Read the basics and if you are experienced be sure to explain every detail of how you used to do work.
Best of luck.

I applied via Campus Placement

Interview Questionnaire 

4 Questions

  • Q1. What is multithreading? ( I used it in my project )
  • Ans. 

    Multithreading is the ability of a CPU to execute multiple threads concurrently, improving performance and responsiveness.

    • Multithreading allows for parallel execution of tasks, utilizing multiple CPU cores.

    • It enables concurrent processing, where multiple threads can execute simultaneously.

    • Thread synchronization mechanisms like locks and semaphores are used to prevent data inconsistencies.

    • Multithreading can be used to i...

  • Answered by AI
  • Q2. How is socket programming different from other programmings?( Again a question from my project)
  • Q3. Difference between constructors and destructors.
  • Ans. 

    Constructors are used to initialize objects while destructors are used to destroy objects.

    • Constructors are called when an object is created while destructors are called when an object is destroyed.

    • Constructors have the same name as the class while destructors have the same name as the class preceded by a tilde (~).

    • Constructors can be overloaded while destructors cannot be overloaded.

    • Constructors do not have a return ty...

  • Answered by AI
  • Q4. Oops basics

Interview Preparation Tips

Interview preparation tips for other job seekers - My technical interview round lasted for just 20 minutes. It's becomes easier to crack if you actually have knowledge about things you have put on your resume. My advice to prepare for the interview is to open your resume and start making flowchart of what questions can go next once you introduce yourself. In the introduction, include your strong areas so that the interview revolves around that. I used this approach in my first interview and it went really well. I got real good reviews from the interviewer. Lastly, stay confident in explaining and Good Luck.

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Nov 2020. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Batch apex (Important), Governor limits, events, lightning and components bundle, Relationship in salesforce, how are account and contact related, If accounts gets deleted will the contact also get deleted...

Interview Preparation Tips

Interview preparation tips for other job seekers - Just prepare well before interview, join before 10 mins they hate delay, prepare notes have a topic in each page, and description, syntax, use cases and example in the page, if space is there put imp notes or latest interview questions, Batch apex, governor limits, types of error, lightning, lwc, aura, @future annotation, rest api, soap api, test starting ways, events, how to handle events including third party. brush up all these

I applied via Recruitment Consulltant and was interviewed before Jun 2021. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Where do we use BigInteger in java ?
  • Ans. 

    BigInteger is used for mathematical operations involving very large integers in Java.

    • BigInteger is used when the range of values supported by primitive data types like int and long is not sufficient.

    • It is commonly used in cryptography and security applications.

    • It provides methods for arithmetic, bitwise, and logical operations on large integers.

    • Example: calculating factorial of a large number, generating large prime nu

  • Answered by AI
  • Q2. Merge Sort Algo code in java
  • Ans. 

    Merge Sort Algo code in java

    • Divide the array into two halves

    • Recursively sort the two halves

    • Merge the sorted halves

    • Time complexity: O(n log n)

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Genpact Software Engineer interview:
  • Core Java
  • DSA
Interview preparation tips for other job seekers - Not a very good interview experience. I was asked 2-3 questions only. Not satisfied with interview process.

Skills evaluated in this interview

I applied via Approached by Company and was interviewed before Sep 2021. There were 2 interview rounds.

Round 1 - Coding Test 

They give some MCQ question from c#, .net,SQL, angular. Fizz Buzz type coding.

Round 2 - Technical 

(1 Question)

  • Q1. Basic oops concepts, splitter, 3 highest salary in SQL, procedure and functions difference. Basic questions of c#.

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview is not hard. They ask about your project and your role.

Aceolution India Interview FAQs

How many rounds are there in Aceolution India interview?
Aceolution India interview process usually has 2-3 rounds. The most common rounds in the Aceolution India interview process are Technical, HR and Aptitude Test.
How to prepare for Aceolution India 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 Aceolution India. The most common topics and skills that interviewers at Aceolution India expect are Communication Skills, Java, Docker, HTML and Javascript.
What are the top questions asked in Aceolution India interview?

Some of the top questions asked at the Aceolution India interview -

  1. Self introduction and commonly asked quelesti...read more
  2. Day to day scenario based questi...read more
  3. Asking about basic excel questi...read more

Tell us how to improve this page.

Aceolution India Interview Process

based on 2 interviews

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

Accenture Interview Questions
3.8
 • 8.3k Interviews
Wipro Interview Questions
3.7
 • 5.7k Interviews
Cognizant Interview Questions
3.7
 • 5.7k Interviews
Capgemini Interview Questions
3.7
 • 4.8k Interviews
Genpact Interview Questions
3.8
 • 3.2k Interviews
IBM Interview Questions
4.0
 • 2.4k Interviews
DXC Technology Interview Questions
3.7
 • 804 Interviews
Nagarro Interview Questions
4.0
 • 765 Interviews
NTT Data Interview Questions
3.8
 • 629 Interviews
View all

Aceolution India Reviews and Ratings

based on 18 reviews

4.2/5

Rating in categories

4.1

Skill development

4.3

Work-life balance

3.4

Salary

2.9

Job security

4.0

Company culture

3.0

Promotions

4.2

Work satisfaction

Explore 18 Reviews and Ratings
Content Reviewer - German Language

Hyderabad / Secunderabad,

Pune

+1

3-5 Yrs

Not Disclosed

Content Reviewer - Dutch Language

Hyderabad / Secunderabad,

Pune

+1

3-5 Yrs

Not Disclosed

Explore more jobs
Analyst
10 salaries
unlock blur

₹2.5 L/yr - ₹4 L/yr

Creative Auditor
8 salaries
unlock blur

₹1.8 L/yr - ₹2.8 L/yr

Senior Processing Executive
6 salaries
unlock blur

₹2 L/yr - ₹2.6 L/yr

Junior Analyst
5 salaries
unlock blur

₹2.7 L/yr - ₹2.8 L/yr

Processing Executive
5 salaries
unlock blur

₹1.8 L/yr - ₹3.1 L/yr

Explore more salaries
Compare Aceolution India 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