Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Acheron Software Consultancy Team. If you also belong to the team, you can get access from here

Acheron Software Consultancy Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Acheron Software Consultancy Interview Questions, Process, and Tips

Updated 5 Jan 2025

Top Acheron Software Consultancy Interview Questions and Answers

Acheron Software Consultancy Interview Experiences

Popular Designations

9 interviews found

Project Manager Interview Questions & Answers

user image Vijay Srinivas VittalamPMP®RMP®ACP®CSM®SA®ITIL®LSS GB®BB®CDL®CDP®

posted on 26 Jun 2024

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

(2 Questions)

  • Q1. HR discussion about my earlier roles
  • Q2. And had asked to come to Hyderabad for 2nd/3rd round discussion
Round 2 - One-on-one 

(2 Questions)

  • Q1. Had discussion with MD he was so impressed after 2nd round he said given Offer letter that you would be joining, and he said to come tomorrow for another round discussion
  • Q2. MD had asked for final round discussion next day
Round 3 - One-on-one 

(2 Questions)

  • Q1. Final round discussion Interviewer had asked for various project management real time scenarios
  • Q2. Mitigation of variances, Variance Analysis

Interview Preparation Tips

Interview preparation tips for other job seekers - It was good

Project Manager Interview Questions asked at other Companies

Q1. What is success & what is failure to you? How do you handle failure? - not much interviewer asks such questions, but I believe these are very important questions, if you want to succeed.
View answer (1)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
Selected Selected
Round 1 - Coding Test 

Test skill making fie update excel sheeth with data making into data science

Round 2 - Aptitude Test 

Acessment making profile into excel file and phyton data coding into 2 file update data analysis marker into file uplond

Interview Preparation Tips

Interview preparation tips for other job seekers - acher

Executive Accountant Interview Questions asked at other Companies

Q1. What is P2P cycle , 3 way match , and what will you do if Approvals are missing in case of Non PO Invoices.
View answer (4)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
-

I was interviewed in Dec 2024.

Round 1 - Aptitude Test 

It has 30 minutes time duration and 30 questions

Round 2 - Coding Test 

30 minutes time and 3 questions

Associate Software Engineer Interview Questions asked at other Companies

Q1. Triplets with Given SumYou are given an array/list ARR consisting of N integers. Your task is to find all the distinct triplets present in the array which adds up to a given number K. An array is said to have a triplet {ARR[i], ARR[j], ARR[... read more
View answer (4)
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
Not Selected
Round 1 - Coding Test 

Basic core Java string algorithms

Associate Consultant Interview Questions asked at other Companies

Q1. There are 2 cricket teams, A and B, with 11 players each. If every player of team A shakes hands with every player of team B(once), what will be the total number of handshakes?
View answer (15)

Acheron Software Consultancy interview questions for popular designations

 Associate Software Engineer

 (3)

 ASE Trainee

 (1)

 Associate Consultant

 (1)

 Executive Accountant

 (1)

 Project Manager

 (1)

 Senior Software Engineer

 (1)

ASE Trainee Interview Questions & Answers

user image Anjana Anju

posted on 7 Nov 2024

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

Two coding questions

ASE Trainee Interview Questions asked at other Companies

Q1. What are the different types of complexities?
View answer (1)
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed in Mar 2023. There were 2 interview rounds.

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 - One-on-one 

(2 Questions)

  • Q1. What is the use of viewChild({static: false/true})
  • Ans. 

    ViewChild is used to get a reference to a child component or element in the parent component's template.

    • ViewChild is used in Angular to access a child component or element from the parent component's template.

    • The static flag determines whether the reference is resolved at compile time or runtime.

    • If static is set to true, the reference is resolved at compile time and can be used in ngOnInit.

    • If static is set to false, th...

  • Answered by AI
  • Q2. Sending multiple request to backend at a time, how can you achieve
  • Ans. 

    To send multiple requests to the backend at a time, you can use asynchronous programming or multithreading.

    • Use asynchronous programming techniques like callbacks, promises, or async/await to send multiple requests concurrently.

    • Implement multithreading to achieve parallel processing of requests.

    • Consider using libraries or frameworks that provide built-in support for concurrent requests, such as Node.js with Express or J...

  • Answered by AI

Skills evaluated in this interview

Senior Software Engineer Interview Questions asked at other Companies

Q1. Nth Prime Number Problem Statement Find the Nth prime number given a number N. Explanation: A prime number is greater than 1 and is not the product of two smaller natural numbers. A prime number has exactly two distinct positive divisors: 1... read more
View answer (1)

Jobs at Acheron Software Consultancy

View all
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via campus placement at Annamacharya Institute of Technology & Science, Kadapa and was interviewed before Feb 2023. There were 3 interview rounds.

Round 1 - Coding Test 

Great coding test to make others understand that you are capable.

Round 2 - Technical 

(2 Questions)

  • Q1. First Duplicate number in an array.
  • Ans. 

    Find the first duplicate number in an array of strings.

    • Iterate through the array and store each element in a HashSet.

    • If an element is already in the HashSet, return it as the first duplicate.

    • If no duplicates are found, return null.

  • Answered by AI
  • Q2. Return boolean when the given string contains properly closed braces
  • Ans. 

    Check if a given string contains properly closed braces and return boolean

    • Iterate through the string and keep track of opening and closing braces

    • Use a stack data structure to keep track of the opening braces

    • If a closing brace is encountered, pop from the stack and check if it matches the corresponding opening brace

    • Return true if the stack is empty at the end, false otherwise

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Good friendly questions, no negations of salary and nothing

Interview Preparation Tips

Interview preparation tips for other job seekers - Good company if you want to grow together with company but you should not expect work life balance.

Skills evaluated in this interview

Associate Software Engineer Interview Questions asked at other Companies

Q1. Triplets with Given SumYou are given an array/list ARR consisting of N integers. Your task is to find all the distinct triplets present in the array which adds up to a given number K. An array is said to have a triplet {ARR[i], ARR[j], ARR[... read more
View answer (4)

Hyderabad Interview Questions & Answers

user image Sahab Jaiswal

posted on 17 Oct 2021

I applied via Naukri.com and was interviewed in Sep 2021. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Basic of java , Armstrong no ,you must have knowledge of java

Interview Preparation Tips

Interview preparation tips for other job seekers - Must get knowledge of java and good communication skills

I applied via Walk-in and was interviewed before Oct 2021. There were 4 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 - Aptitude Test 

All type of questions and logics

Round 3 - One-on-one 

(2 Questions)

  • Q1. Data structure and algorithms
  • Q2. Coading stars, strings
Round 4 - HR 

(1 Question)

  • Q1. Behavior questions and weakness, role model

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident, tell positive things, be quite before staring the interview

Associate Software Engineer Interview Questions asked at other Companies

Q1. Triplets with Given SumYou are given an array/list ARR consisting of N integers. Your task is to find all the distinct triplets present in the array which adds up to a given number K. An array is said to have a triplet {ARR[i], ARR[j], ARR[... read more
View answer (4)

Interview questions from similar companies

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(5 Questions)

  • Q1. Palindrome code should design
  • Ans. 

    Palindrome code should be designed to check if a given string is the same forwards and backwards.

    • Create a function that takes a string as input

    • Remove any spaces and punctuation from the string

    • Reverse the string and compare it to the original string to check if it is a palindrome

  • Answered by AI
  • Q2. Regarding sql topics like joins and acid
  • Q3. Project explain and domain
  • Q4. Project explain and domain and internal working
  • Q5. Oops concepts and coding

Interview Preparation Tips

Interview preparation tips for other job seekers - Plzzzz don't join this worst company...they treat u like daily wages person

Acheron Software Consultancy Interview FAQs

How many rounds are there in Acheron Software Consultancy interview?
Acheron Software Consultancy interview process usually has 2-3 rounds. The most common rounds in the Acheron Software Consultancy interview process are One-on-one Round, Coding Test and Aptitude Test.
How to prepare for Acheron Software Consultancy 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 Acheron Software Consultancy. The most common topics and skills that interviewers at Acheron Software Consultancy expect are HTML, Agile, Javascript, Angular and Java.
What are the top questions asked in Acheron Software Consultancy interview?

Some of the top questions asked at the Acheron Software Consultancy interview -

  1. sending multiple request to backend at a time, how can you achi...read more
  2. Return boolean when the given string contains properly closed bra...read more
  3. what is the use of viewChild({static: false/tru...read more

Tell us how to improve this page.

Acheron Software Consultancy Interview Process

based on 10 interviews

Interview experience

3.3
  
Average
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 3k Interviews
Mphasis Interview Questions
3.4
 • 806 Interviews
HCL Infosystems Interview Questions
3.9
 • 141 Interviews
View all

Acheron Software Consultancy Reviews and Ratings

based on 36 reviews

3.5/5

Rating in categories

3.7

Skill development

3.0

Work-life balance

3.7

Salary

3.1

Job security

3.3

Company culture

3.3

Promotions

3.3

Work satisfaction

Explore 36 Reviews and Ratings
Angular Developer

Hyderabad / Secunderabad,

Coimbatore

2-3 Yrs

Not Disclosed

Explore more jobs
Software Engineer
31 salaries
unlock blur

₹4.4 L/yr - ₹11.5 L/yr

Associate Software Engineer
28 salaries
unlock blur

₹3.8 L/yr - ₹8 L/yr

Senior Software Engineer
9 salaries
unlock blur

₹6.2 L/yr - ₹10.4 L/yr

Associate Software Developer
8 salaries
unlock blur

₹4.5 L/yr - ₹6.3 L/yr

Software Developer
6 salaries
unlock blur

₹4.5 L/yr - ₹8.9 L/yr

Explore more salaries
Compare Acheron Software Consultancy with

Infosys

3.6
Compare

TCS

3.7
Compare

Wipro

3.7
Compare

HCLTech

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