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, Process, and Tips

Updated 23 Nov 2024

Top Axeno Interview Questions and Answers

View all 9 questions

Axeno Interview Experiences

Popular Designations

5 interviews found

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 Resume 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)
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

Associate Software Engineer Interview Questions asked at other Companies

Q1. Triplets with Given Sum Problem Given an array or list ARR consisting of N integers, your task is to identify all distinct triplets within the array that sum up to a specified number K. Explanation: A triplet is a set {ARR[i], ARR[j], ARR[k... read more
View answer (2)
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

Sdet Automation Test Engineer Interview Questions asked at other Companies

Q1. Wait in selenium and how to find all links present in a page xpath
View answer (2)
Axeno Interview Questions and Answers for Freshers
illustration image

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

Analyst Interview Questions asked at other Companies

Q1. N-th Fibonacci Number Problem Statement Given an integer ‘N’, your task is to find and return the N’th Fibonacci number using matrix exponentiation. Since the answer can be very large, return the answer modulo 10^9 + 7. Formula: F(n) = F(n-... read more
View answer (1)
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 Resume 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
  • Ans. 

    Regression testing is the process of testing changes made to a software application to ensure that existing functionality still works.

    • It is performed after making changes to the software

    • It ensures that existing functionality is not affected by the changes

    • It helps to catch any defects or bugs introduced by the changes

    • It can be automated to save time and effort

    • Examples include testing after bug fixes, new feature additio

  • Answered by AI
  • 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

Top Axeno Software Engineer Interview Questions and Answers

Q1. What is stlc?? Explain
View answer (1)

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (196)

Axeno interview questions for popular designations

 Analyst

 (1)

 Software Engineer

 (1)

 Sdet Automation Test Engineer

 (1)

 Software Engineer L1

 (1)

 Associate Software Engineer

 (1)

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 Resume 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

Software Engineer L1 Interview Questions asked at other Companies

Q1. What is internal working of springboot
View answer (1)

Interview questions from similar companies

I applied via Company Website and was interviewed before Dec 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Questions on Java,SQL,some trending technologies(IOT,Big data),pattern questions, programming questions with different approaches.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basics of DSA, have knowledge about the databases, some common dml ,ddl statements, programming knowledge of a particular language like C,Java, python,etc...have good command on oops concepts... little bit of frameworks knowledge will also help

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

Interview Questionnaire 

1 Question

  • Q1. Java questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basic questions

I applied via Campus Placement and was interviewed before Feb 2021. There were 3 interview rounds.

Round 1 - Aptitude Test 

Aptitude round consists Logical reasoning, General Aptitude, Grammar related questions etc. All are moderate level questions.

Round 2 - Technical 

(3 Questions)

  • Q1. Explain OOPs w.r.t Java
  • Ans. 

    OOPs is a programming paradigm that uses objects to represent real-world entities. Java is an OOPs language.

    • OOPs stands for Object-Oriented Programming System

    • Java is a class-based OOPs language

    • Encapsulation, Inheritance, Polymorphism, and Abstraction are the four pillars of OOPs

    • Objects have state and behavior

    • Java supports interfaces, which allow for multiple inheritance

    • Example: A car can be represented as an object wit...

  • Answered by AI
  • Q2. Explain about the projects that you have worked on
  • Q3. Explain how Java solves machine dependency of code execution
  • Ans. 

    Java solves machine dependency by using bytecode and virtual machine.

    • Java code is compiled into bytecode which is platform-independent

    • The bytecode is executed by the Java Virtual Machine (JVM) which is platform-specific

    • JVM translates bytecode into machine code for the specific platform

    • This allows Java code to run on any platform with a JVM installed

    • Example: A Java program compiled on Windows can run on Linux or Mac as

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Why should we hire you?
  • Q2. Tell me about yourself.

Interview Preparation Tips

Topics to prepare for Infosys System Engineer interview:
  • Java
Interview preparation tips for other job seekers - Keep it simple, Prepare basics of 1st preferred Programming Language.

Skills evaluated in this interview

I applied via Campus Placement and was interviewed before Feb 2021. There were 3 interview rounds.

Round 1 - Aptitude Test 

The medium level questions are present

Round 2 - Group Discussion 

There was no gd

Round 3 - HR 

(5 Questions)

  • Q1. What is your family background?
  • Q2. Why should we hire you?
  • Q3. What are your strengths and weaknesses?
  • Q4. Tell me about yourself.
  • Q5. Hr round and the technical discussion was combined into one round

Interview Preparation Tips

Interview preparation tips for other job seekers - Try to enhance your skills and be prepared for hard work

I applied via Referral and was interviewed before Jan 2021. There were 4 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. What tools do you recommend for content authoring?
  • Ans. 

    There are several tools available for content authoring, depending on the type of content and the level of expertise.

    • For beginners, tools like Grammarly and Hemingway can help with grammar and readability.

    • For more advanced users, Adobe Creative Suite and Microsoft Office are popular options.

    • Content management systems like WordPress and Drupal are also useful for creating and managing content.

    • Collaboration tools like Go...

  • Answered by AI
  • Q2. Adobe Captivate is a standalone authoring tool and one of the best tools with rich features.

Interview Preparation Tips

Interview preparation tips for other job seekers - TR panelist are industry experts so you need to prepare well for the TR round.
Contribute & help others!
anonymous
You can choose to be anonymous

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 HR, Resume Shortlist and Aptitude Test.
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. Explain features of OOP (abstraction, encapusulation, inheritance, polymorphism...read more
  2. What is react js and why we used ...read more
  3. What is stlc?? Expl...read more

Recently Viewed

PHOTOS

InsuranceDekho

3 office photos

LIST OF COMPANIES

Credit Bajaar

Overview

INTERVIEWS

Applicate

No Interviews

INTERVIEWS

ION Group

5.6k top interview questions

INTERVIEWS

Grapecity

No Interviews

INTERVIEWS

Grapecity

No Interviews

INTERVIEWS

Outlook

No Interviews

INTERVIEWS

Arcadia

No Interviews

INTERVIEWS

Axeno

No Interviews

INTERVIEWS

ION Group

No Interviews

Tell us how to improve this page.

Axeno Interview Process

based on 4 interviews

Interview experience

3.5
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Infosys Interview Questions
3.6
 • 7.5k 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
 • 2.9k Interviews
Mphasis Interview Questions
3.4
 • 788 Interviews
Webdew Interview Questions
4.5
 • 106 Interviews
View all

Axeno Reviews and Ratings

based on 32 reviews

3.8/5

Rating in categories

4.0

Skill development

4.0

Work-life balance

3.7

Salary

3.1

Job security

4.0

Company culture

3.2

Promotions

3.6

Work satisfaction

Explore 32 Reviews and Ratings
Software Engineer
24 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer L1
9 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Engineer
8 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer2
7 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Project Manager
7 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Axeno 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
Rate your experience using AmbitionBox
Terrible
Terrible
Poor
Poor
Average
Average
Good
Good
Excellent
Excellent