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

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)

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 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 (180)

I applied via campus placement at Maharaja Surajmal Institute of Technology, Delhi and was interviewed in 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 
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 (1)

Axeno interview questions for popular designations

 Analyst

 (1)

 Associate Software Engineer

 (1)

 Sdet Automation Test Engineer

 (1)

 Software Engineer

 (1)

 Software Engineer L1

 (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:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
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

Software Engineer L1 Interview Questions asked at other Companies

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

Interview questions from similar companies

Web Engineer (Trainee) Interview Questions & Answers

rtCamp Solutions user image Anonymous

posted on 3 Sep 2023

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

I applied via Company Website and was interviewed in Aug 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 - Technical 

(2 Questions)

  • Q1. Basic of git, GitHub like can we use git without GitHub, encryption, decryption, hashing.
  • Q2. Basic questions on js, java, jQuery. Basic on website handling, like how can we implement delay in the code of a website.

Interview Preparation Tips

Interview preparation tips for other job seekers - While giving the answers to the questions, be confident.
Although I tried my best but I still didn't got selected, even though you give the answers, they do have a little bit of high expectations from the candidates.
But still I would say the company is quite good for freshers, because their pay is very good.
That's all about my experience.
Best luck to you guys.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Group Discussion 

Nice and light question

Round 2 - Coding Test 

Two hacktho coding execrise

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

I applied via Indeed and was interviewed in Sep 2023. 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 - HR 

(1 Question)

  • Q1. What you know about the sales
  • Ans. 

    Sales is the process of selling products or services to customers in exchange for money.

    • Sales involves identifying potential customers and convincing them to purchase a product or service.

    • It includes building relationships with customers, understanding their needs, and providing solutions.

    • Sales also involves negotiating prices, closing deals, and following up with customers for repeat business.

    • Sales can be done through...

  • Answered by AI
Round 3 - One-on-one 

(1 Question)

  • Q1. Do you know which language is use for frontend technology
  • Ans. 

    The language used for frontend technology is typically HTML, CSS, and JavaScript.

    • HTML is used for structuring web pages

    • CSS is used for styling the web pages

    • JavaScript is used for adding interactivity to the web pages

  • Answered by AI
Round 4 - HR 

(1 Question)

  • Q1. Regarding salary discussion

Skills evaluated in this interview

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

I applied via Referral and was interviewed in Jul 2023. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Coding Test 

String , Array ,Collection framework related questions.

Round 3 - Assignment 

Ecommerce site with Login,Review,AddToCart,Order features,Filter features.

Round 4 - Technical 

(1 Question)

  • Q1. Html,Css,Js. Interviewer don't have knowledge on Java,React js.And if you don't able to answer basic html,css related questions they will disqualify you.

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't apply.Totaly time waste.And even if you apply don't share project with them neither the Github link nor the the files via any medium.You are going to regret if you share the project.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Walk-in and was interviewed in Jan 2023. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Double-check your resume for any spelling mistakes. The recruiter may consider spelling mistakes as careless behavior or poor communication skills.
View all tips
Round 2 - Telephonic Call 

(3 Questions)

  • Q1. Introduction and technical questions.
  • Q2. What is the use of JAVA API?
  • Ans. 

    The JAVA API is a collection of pre-written classes and interfaces that provide ready-to-use functionality for Java developers.

    • The JAVA API allows developers to save time and effort by using pre-built code for common tasks.

    • It provides a wide range of classes and interfaces for various purposes such as file handling, networking, database connectivity, GUI development, etc.

    • Developers can leverage the API to access system...

  • Answered by AI
  • Q3. Questions are picked from Leetcode.
Round 3 - Coding Test 

The duration of the test is one hour and four coding questions are asked.

Interview Preparation Tips

Interview preparation tips for other job seekers - I am not able to qualify for the coding round so I have no idea of further process.

Skills evaluated in this interview

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

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.5k 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
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
22 salaries
unlock blur

₹4.5 L/yr - ₹13.2 L/yr

Software Engineer L1
9 salaries
unlock blur

₹4.4 L/yr - ₹6 L/yr

Senior Software Engineer
8 salaries
unlock blur

₹13 L/yr - ₹21 L/yr

Software Engineer2
7 salaries
unlock blur

₹6.5 L/yr - ₹15 L/yr

Project Manager
7 salaries
unlock blur

₹5.8 L/yr - ₹17 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