Upload Button Icon Add office photos
Engaged Employer

i

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

Axeno Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Axeno Interview Questions and Answers

Updated 23 Nov 2024
Popular Designations

Axeno Interview Experiences

5 interviews found

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

It was easy normal questions.

Round 2 - Group Discussion 

It was of 10 min discussion.

Round 3 - Technical 

(2 Questions)

  • Q1. What is react js and why we used it?
  • Ans. 

    React JS is a JavaScript library for building user interfaces.

    • React JS allows for building reusable UI components.

    • It uses a virtual DOM for efficient rendering.

    • React JS is popular for single-page applications and dynamic web interfaces.

    • It follows a component-based architecture.

  • Answered by AI
  • Q2. Client vs server side script language?
  • Ans. 

    Client side script languages run on the user's browser, while server side script languages run on the server.

    • Client side script languages include JavaScript, HTML, and CSS.

    • Server side script languages include PHP, Python, and Ruby.

    • Client side scripts are executed on the user's browser, while server side scripts are executed on the server before the page is sent to the user.

    • Client side scripts can be viewed and modified...

  • Answered by AI

Skills evaluated in this interview

Analyst Interview Questions & Answers

user image Anonymous

posted on 15 Oct 2024

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
6-8 weeks
Result
No response
Round 1 - HR 

(1 Question)

  • Q1. What short of projects have you worked?
  • Ans. 

    I have worked on various projects including data analysis, market research, and financial modeling.

    • Data analysis projects involved cleaning and analyzing large datasets to extract insights.

    • Market research projects included conducting surveys and analyzing competitor data.

    • Financial modeling projects focused on forecasting financial performance and evaluating investment opportunities.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Do not expect any feedback ever
Be prepared for not getting the feedback if you’re not selected, not in the salary bracket or the position is going on hold or even they don’t want to hire you
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
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 

(8 Questions)

  • Q1. What is stlc?? Explain
  • Ans. 

    STLC stands for Software Testing Life Cycle. It is a process followed to ensure quality in software development.

    • STLC involves planning, designing, executing, and reporting of tests.

    • It includes various stages like requirement analysis, test planning, test case development, test execution, and test closure.

    • The main objective of STLC is to identify defects early in the development cycle and ensure that the software meets ...

  • Answered by AI
  • Q2. Defect life cycle explain
  • Ans. 

    Defect life cycle is the process of identifying, reporting, prioritizing, fixing, and verifying defects in software.

    • Defect is identified by testing or user feedback

    • Defect is reported to the development team

    • Defect is prioritized based on severity and impact

    • Defect is fixed by the development team

    • Defect fix is verified by testing

    • Defect is closed if verified or reopened if not fixed

  • Answered by AI
  • Q3. Defect leackage ratio
  • Q4. What is regression testing
  • Q5. What is sanity testing
  • Ans. 

    Sanity testing is a type of software testing that checks whether the basic functionalities of the application are working properly or not.

    • It is performed after the completion of functional testing

    • It is a subset of regression testing

    • It helps to identify the defects early in the testing cycle

    • It is a quick and shallow testing process

    • Example: Checking if the login page is working properly

  • Answered by AI
  • Q6. What is smoke testing
  • Ans. 

    Smoke testing is a preliminary testing technique to check if the software build is stable enough for further testing.

    • It is a quick and shallow testing technique

    • It is performed to ensure that the critical functionalities of the software are working fine

    • It is usually done after a new build is deployed

    • It helps to identify major issues early in the testing cycle

    • It is not a substitute for comprehensive testing

  • Answered by AI
  • Q7. Priority and severity with example
  • Ans. 

    Priority and severity are used to classify issues based on their impact and urgency.

    • Priority refers to the urgency of fixing an issue, while severity refers to the impact of the issue on the system or users.

    • Priority is usually assigned based on the business needs and impact on the project timeline.

    • Severity is usually assigned based on the impact on the system or users, such as critical, major, minor, or cosmetic.

    • For ex...

  • Answered by AI
  • Q8. Questions on projects done

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident........don't be oversmart ,..........be honest

Skills evaluated in this interview

I applied via Campus Placement and was interviewed in Oct 2021. There were 4 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 - Aptitude Test 
Round 3 - Technical 

(3 Questions)

  • Q1. Introduce yourself (basically tell them about your skillset, and why you should be considered for this role)
  • Q2. Explain features of OOP (abstraction, encapusulation, inheritance, polymorphism, dynamic binding)
  • Ans. 

    OOP features include abstraction, encapsulation, inheritance, polymorphism, and dynamic binding.

    • Abstraction: hiding implementation details and showing only necessary information

    • Encapsulation: bundling data and methods that operate on that data within a single unit

    • Inheritance: creating new classes from existing ones, inheriting properties and methods

    • Polymorphism: ability of objects to take on multiple forms or behaviors

    • ...

  • Answered by AI
  • Q3. Write a program to print primes (I wrote brute force method first, then suggested the n/2 method, then finally the squareroot of n method)
  • Ans. 

    A program to print prime numbers using an efficient algorithm.

    • A prime number is greater than 1 and has no divisors other than 1 and itself.

    • Brute force method checks all numbers up to n to determine if n is prime.

    • Using n/2 method, we only check divisibility up to n/2, reducing iterations.

    • The square root method checks divisibility only up to √n, which is more efficient.

    • Example: For n=29, check divisibility by 2, 3, 5 (al...

  • Answered by AI
Round 4 - HR 

(3 Questions)

  • Q1. What is your family background?
  • Q2. What are your strengths and weaknesses?
  • Q3. Tell me about yourself.

Interview Preparation Tips

Topics to prepare for Axeno Associate Software Engineer interview:
  • OOP
  • OS
  • Computer Networks
  • DBMS
  • SQL
  • C/C++
  • Java
Interview preparation tips for other job seekers - Be confident, play to your strengths. Most of the interview questions were asked from my resume. So be confident and display your skills in technologies and tools effectively. I was a fresher, so they weren't looking for hardcore development skills. I didn't encounter any leetcode-style DSA questions either. Just basic questions like print primes (square root method) and CS core (OOP, OS, Networking, DBMS).

Skills evaluated in this interview

I applied via Unstop.com and was interviewed in May 2022. There were 4 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 - Aptitude Test 

Aptitude round consisting of reasoning ,arithmetic and English just like any other bank exams prepartions .

Round 3 - Coding Test 

2 questions of coding in an hour based purely only on Java. Requires basic knowledge of coding skills.

Round 4 - HR 

(3 Questions)

  • Q1. Simply HR round just like any other HR round . Why should we hire you and blah blah
  • Q2. Why should we hire you
  • Q3. Would you be able to relocate if needed

Interview Preparation Tips

Interview preparation tips for other job seekers - Verdict: Selected
Keeping your coding up as well as aptitude and reasoning

Top trending discussions

View All
Interview Tips & Stories
1w
toobluntforu
·
works at
Cvent
Can speak English, can’t deliver in interviews
I feel like I can't speak fluently during interviews. I do know english well and use it daily to communicate, but the moment I'm in an interview, I just get stuck. since it's not my first language, I struggle to express what I actually feel. I know the answer in my head, but I just can’t deliver it properly at that moment. Please guide me
Got a question about Axeno?
Ask anonymously on communities.

Interview questions from similar companies

I applied via Referral and was interviewed before Jan 2020. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. Which technology are you using, is this latest?
  • Ans. 

    We are using a variety of technologies, including some of the latest ones.

    • We are using React for our front-end development.

    • We are also using Node.js for our back-end development.

    • We are using Docker for containerization.

    • We are using Kubernetes for orchestration.

    • We are using AWS for cloud hosting.

    • We are constantly evaluating new technologies to see if they can improve our development process.

  • Answered by AI
  • Q2. If not then which technology can we use instead of this?
  • Ans. 

    It depends on the specific requirements and constraints of the project.

    • Consider the project's goals and objectives

    • Evaluate the available technologies and their capabilities

    • Assess the project's budget and timeline

    • Consult with stakeholders and experts in the field

    • Examples: React vs Angular, MySQL vs MongoDB, Java vs Python

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Hi,
Listen carefully and speak fluently.

I applied via Company Website and was interviewed before Dec 2019. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Regarding OOPS, wordpress and laravel.

Interview Preparation Tips

Interview preparation tips for other job seekers - It was good and I am still working here.
Are these interview questions helpful?
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Jul 2023. There were 4 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 - Coding Test 

I have given the coding test in python language. Out of 5 questions, we have to attain a minimum of 3 questions.

Round 3 - Technical 

(1 Question)

  • Q1. The questions in technical round is related to the task which were given to us and also they ask basics questions related to technical.
Round 4 - HR 

(1 Question)

  • Q1. The interview was about the personality check, overeally it was good .

Interview Preparation Tips

Interview preparation tips for other job seekers - This is the best place for the freshers to start their career.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I appeared for an interview in Apr 2025, where I was asked the following questions.

  • Q1. Basic concepts of Promises
  • Q2. What is Hashing
  • Q3. Authentication and Validation
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(1 Question)

  • Q1. About my total experience

Axeno Interview FAQs

How many rounds are there in Axeno interview?
Axeno interview process usually has 2-3 rounds. The most common rounds in the Axeno interview process are Resume Shortlist, Aptitude Test and HR.
How to prepare for Axeno 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 Axeno. The most common topics and skills that interviewers at Axeno expect are CMS, CMMI, Analytics, Consulting and Internship.
What are the top questions asked in Axeno interview?

Some of the top questions asked at the Axeno interview -

  1. write a program to print primes (I wrote brute force method first, then suggest...read more
  2. Explain features of OOP (abstraction, encapusulation, inheritance, polymorphism...read more
  3. What is react js and why we used ...read more
What are the most common questions asked in Axeno HR round?

The most common HR questions asked in Axeno interview are -

  1. What are your strengths and weakness...read more
  2. What is your family backgrou...read more
  3. Tell me about yourse...read more

Tell us how to improve this page.

Overall Interview Experience Rating

3.5/5

based on 4 interview experiences

Difficulty level

Moderate 100%

Duration

6-8 weeks 100%
View more

Interview Questions from Similar Companies

Webdew Interview Questions
4.5
 • 108 Interviews
HyScaler Interview Questions
4.5
 • 103 Interviews
Snovasys Interview Questions
4.0
 • 38 Interviews
Quantsapp Interview Questions
2.8
 • 35 Interviews
NexTurn Interview Questions
4.1
 • 34 Interviews
View all

Axeno Reviews and Ratings

based on 46 reviews

3.6/5

Rating in categories

3.6

Skill development

3.8

Work-life balance

3.3

Salary

3.2

Job security

4.0

Company culture

3.0

Promotions

3.4

Work satisfaction

Explore 46 Reviews and Ratings
Software Engineer
26 salaries
unlock blur

₹3.9 L/yr - ₹10 L/yr

Senior Software Engineer
15 salaries
unlock blur

₹11 L/yr - ₹21 L/yr

Software Engineer L1
10 salaries
unlock blur

₹4.4 L/yr - ₹6 L/yr

Software Engineer2
7 salaries
unlock blur

₹6.5 L/yr - ₹10.1 L/yr

Software Engineer II
7 salaries
unlock blur

₹7 L/yr - ₹14.2 L/yr

Explore more salaries
Compare Axeno with

Zidio Development

4.5
Compare

Northcorp Software

4.4
Compare

Accel Frontline

4.1
Compare

Elentec Power India (EPI) Pvt. Ltd.

3.8
Compare
write
Share an Interview