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
3.5

based on 36 Reviews

Filter interviews by

Acheron Software Consultancy ASE Trainee Interview Questions and Answers

Updated 7 Nov 2024

Interview questions from similar companies

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

I applied via Walk-in and was interviewed in Aug 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

Basically It is a list of 25 questions having mix of Resoning,Aptitude &English. Each Queztion carries 2 marks and also there was a plus point that it doesn't have any negative marks

Round 2 - Technical 

(1 Question)

  • Q1. Basically it is about the Technical Subjects that U mention eariler in your coresponding CV's. Whatever Subject you meantioned their gonna answer about it for tge questions regarding to that subject
Round 3 - HR 

(14 Questions)

  • Q1. Brief Description about Youself
  • Q2. What is your goal in Life
  • Q3. What do you know about tgis job Profile
  • Q4. Why should we hire you instead of all achoknowledgable freshers sitting behind for this job role ?
  • Q5. What are ur hobbies and strengths and weeknesses
  • Q6. Why you want to do this job role
  • Q7. Why you want to join us instead of other good companies.
  • Q8. How you balance yourself in a fatal situation
  • Q9. If you alredy working under a company but want to switch it then the questions will remain same but just add some 2 to 3 extra questions like i am meantioning it down👇
  • Q10. What was ur job profile
  • Q11. How do u know about our company
  • Q12. Did u Resign by ur own or The comapny Resign you ??
  • Q13. What was ur salary their
  • Q14. Incase u alredy have an experience in a better company then interviewer ask this -* why joing us instead u have an magnificent well role on your comapny*

Interview Preparation Tips

Interview preparation tips for other job seekers - 1. Ofcourse if you are not confident you will get rejected. Because Interviewer asks the 4x questions who has lack of Confidence to broke them to fear .You sbould get rid of that.

2. And Always balance ur words like what u going to say ,read the mind of the interviewer. (ofcourse it take practices)

3.As like our older says "Stand infront of the mirror and start saying about you, define yourself to you, what r u, why r u, how u gonna work this, everything" This'll burn the fear inside you.

4. Don't get Upset if u can not make to a comapny and instead of doing excuses about the company or HR's question, U should work hard on yourself gathering previous mistakes and make to the better comapny

5.And always follow the laws and well prepare your responsibilities.
Thats all Advice i can gave.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Sep 2024. There were 3 interview rounds.

Round 1 - Telephonic Call 

(2 Questions)

  • Q1. What is the difference between== and === in javascript?
  • Ans. 

    In JavaScript, == is used for loose equality comparison, while === is used for strict equality comparison.

    • == checks for equality after type coercion, while === checks for equality without type coercion

    • === is more strict and recommended for use to avoid unexpected behavior

    • Example: 1 == '1' will return true, but 1 === '1' will return false

  • Answered by AI
  • Q2. == refers to only value comparison and === refers to both data type and value comparison
  • Ans. 

    True. == compares only values, while === compares both values and data types.

    • == is used for value comparison, while === is used for both value and data type comparison

    • Example: 5 == '5' will return true, but 5 === '5' will return false

    • Example: 5 === 5 will return true, as both value and data type are the same

  • Answered by AI
Round 2 - Coding Test 

5 technical questions were asked out of which 3 tests are to be cleared

Round 3 - One-on-one 

(2 Questions)

  • Q1. What is NVM?
  • Ans. 

    NVM stands for Node Version Manager, a tool used to manage multiple versions of Node.js on a single machine.

    • NVM allows developers to easily switch between different versions of Node.js for different projects.

    • It helps in avoiding conflicts between different projects that require different versions of Node.js.

    • NVM is commonly used in development environments where different projects have different Node.js version requirem

  • Answered by AI
  • Q2. Node version Manager where we can handle higher node js version in a lower node js version
  • Ans. 

    Node Version Manager (NVM) allows managing multiple Node.js versions on the same machine.

    • NVM allows you to easily switch between different Node.js versions on your machine.

    • It helps in handling higher Node.js versions in a lower Node.js version environment.

    • You can install, uninstall, and switch between Node.js versions using NVM.

    • Example: 'nvm install 12.18.3' to install a specific Node.js version.

  • Answered by AI

Skills evaluated in this interview

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

I applied via Walk-in and was interviewed in Nov 2024. There was 1 interview round.

Round 1 - Coding Test 

Questions on arrays and string on hacerrank easy to moderate level questions core java asked in technical interview 2 TR round and 1 MR round

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I was interviewed in Aug 2024.

Round 1 - Aptitude Test 

Good questions easy to think and clear

Round 2 - Technical 

(2 Questions)

  • Q1. SDLC life cycle
  • Q2. Release management
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Two sections numerical and English consist of 200 questions in each in just 30 mins time each and difficulty is dead easy

Round 2 - Coding Test 

Interviewer asked me to print this
XYZYX
YZYX
ZYX
YX
X
I have shown it to him but in return he asked me to print that if I give 5 as user input .He didn't give full clarity before starting the code .....worst experience

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

I applied via Naukri.com and was interviewed in Sep 2023. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. So you have prior experience with Javascript ?
  • Ans. 

    Yes, I have prior experience with Javascript.

    • I have worked on various projects using Javascript.

    • I am familiar with popular Javascript libraries and frameworks like React and Node.js.

    • I have experience in writing clean and efficient Javascript code.

    • I have used Javascript for both front-end and back-end development.

  • Answered by AI
Round 2 - Coding Test 

In the previous round, they give you a link to freecodecamp course - basic javascript.
In this round (Coding) every single question is asked from the exact same course, as is.

Round 3 - One-on-one 

(1 Question)

  • Q1. The HR discusses salary and commutation and other things

Interview Preparation Tips

Interview preparation tips for other job seekers - You can simply memorize the answers and clear the tests.

Note: after joining, you will still have to give (and clear) 2-3 tests every week before you are confirmed. If you fail to clear, you will be fired immediately.

Skills evaluated in this interview

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

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

Round 1 - Coding Test 

Basic Javascript and MERN Stack questions

Round 2 - Technical 

(2 Questions)

  • Q1. React Basic, Asked About Project
  • Q2. Write a code to call an api and display the data.
  • Ans. 

    Code to call an API and display data

    • Use a library like Axios or Fetch to make the API call

    • Parse the response data and display it on the frontend

    • Handle any errors that may occur during the API call

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. Not asked any thing other than introduction, the interview is of only 10 minutes

Interview Preparation Tips

Interview preparation tips for other job seekers - They do not give proper reason to reject.
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Some core Java questions
Round 2 - HR 

(1 Question)

  • Q1. Simple intro about yourself
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Campus Placement and was interviewed in Nov 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

C, C++, Java, Object-Oriented Programming (OOP), and aptitude questions.(online)

Round 2 - Coding Test 

Two coding questions involve strings and arrays, specifically the buy and sell stock problem, followed by a focus on binary, and then another string-related question.

Round 3 - HR 

(5 Questions)

  • Q1. All the questions are came from resume and mysql , sql , nosql ,habit , java basics, projects, html tags , project flow chart. , what is spring orm etc 45 minutes one on one round
  • Q2. Difference between mysql and nosql and sql
  • Ans. 

    MySQL is a relational database management system, NoSQL is a non-relational database management system, and SQL is a query language used to interact with databases.

    • MySQL is a traditional relational database that uses structured query language (SQL) for querying and managing data.

    • NoSQL databases are non-relational and can handle unstructured data. They are more flexible and scalable than MySQL.

    • SQL is a language used to ...

  • Answered by AI
  • Q3. What is the uses of this project
  • Ans. 

    This project is used for managing and tracking software development tasks and projects.

    • Helps in organizing tasks and deadlines

    • Allows team collaboration and communication

    • Tracks progress and milestones

    • Generates reports for project analysis

  • Answered by AI
  • Q4. Write 10 html tag
  • Ans. 

    List of 10 HTML tags commonly used in web development

    • <html>

    • <head>

    • <title>

    • <body>

    • <div>

    • <p>

    • <a>

    • <img>

    • <ul>

    • <li>

  • Answered by AI
  • Q5. Why you use microservices
  • Ans. 

    Microservices offer scalability, flexibility, and easier maintenance in software development.

    • Scalability: Microservices allow for individual components to be scaled independently, leading to better resource utilization.

    • Flexibility: Each microservice can be developed, deployed, and updated independently, allowing for faster innovation and adaptation to changing requirements.

    • Easier maintenance: With smaller, more focused...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Good communication and confidence

Acheron Software Consultancy Interview FAQs

How many rounds are there in Acheron Software Consultancy ASE Trainee interview?
Acheron Software Consultancy interview process usually has 1 rounds. The most common rounds in the Acheron Software Consultancy interview process are Coding Test.

Tell us how to improve this page.

Acheron Software Consultancy ASE Trainee Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.3k Interviews
Infosys Interview Questions
3.7
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Tech Mahindra Interview Questions
3.6
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.7k Interviews
LTIMindtree Interview Questions
3.8
 • 2.9k Interviews
Mphasis Interview Questions
3.4
 • 793 Interviews
HCL Infosystems Interview Questions
3.9
 • 141 Interviews
View all
Software Engineer
33 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.7
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