AmbitionBox

AmbitionBox

Search

Interview Questions

  • Reviews
  • Salaries
  • Interview Questions
  • About Company
  • Benefits
  • Jobs
  • Office Photos
  • Community
  • Home
  • Companies
  • Reviews
  • Salaries
  • Jobs
  • Interviews
  • Salary Calculator
  • Awards 2024
  • Campus Placements
  • Practice Test
  • Compare Companies
+ Contribute
notification
notification
Login
  • Home
  • Communities
  • Companies
    • Companies

      Discover best places to work

    • Compare Companies

      Compare & find best workplace

    • Add Office Photos

      Bring your workplace to life

    • Add Company Benefits

      Highlight your company's perks

  • Reviews
    • Company reviews

      Read reviews for 6L+ companies

    • Write a review

      Rate your former or current company

  • Salaries
    • Browse salaries

      Discover salaries for 6L+ companies

    • Salary calculator

      Calculate your take home salary

    • Are you paid fairly?

      Check your market value

    • Share your salary

      Help other jobseekers

    • Gratuity calculator

      Check your gratuity amount

    • HRA calculator

      Check how much of your HRA is tax-free

    • Salary hike calculator

      Check your salary hike

  • Interviews
    • Company interviews

      Read interviews for 40K+ companies

    • Share interview questions

      Contribute your interview questions

  • Jobs
  • Awards
    pink star
    VIEW WINNERS
    • ABECA 2025
      VIEW WINNERS

      AmbitionBox Employee Choice Awards - 4th Edition

    • ABECA 2024

      AmbitionBox Employee Choice Awards - 3rd Edition

    • AmbitionBox Best Places to Work 2022

      2nd Edition

    Participate in ABECA 2026 right icon dark
For Employers
Upload Button Icon Add office photos
logo
Engaged Employer

i

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

Axioned Verified Tick

Compare button icon Compare button icon Compare
3.6

based on 19 Reviews

Play video Play video Video summary
  • About
  • Reviews
    19
  • Salaries
    131
  • Interviews
    7
  • Jobs
    3
  • Benefits
    4
  • Photos
    19

Filter interviews by

Axioned Interview Questions and Answers

Updated 18 Oct 2024
Popular Designations

12 Interview questions

A Web Developer Trainee was asked
Q. What is doctype in HTML?
Ans. 

Doctype in HTML specifies the version of HTML being used in the document.

  • Doctype declaration is placed at the very beginning of an HTML document before the <html> tag.

  • It helps the browser to render the web page correctly by specifying the version of HTML being used.

  • Example: <!DOCTYPE html> specifies the document is using HTML5.

View all Web Developer Trainee interview questions
A Web Developer Trainee was asked
Q. What is the difference between a block element and an inline element?
Ans. 

Block elements take up the full width available, while inline elements only take up as much width as necessary.

  • Block elements start on a new line and stack vertically, while inline elements flow within the text.

  • Block elements can have margins and padding applied to all sides, while inline elements only have left and right margins and padding.

  • Examples of block elements include <div>, <p>, <h1>-<...

View all Web Developer Trainee interview questions
A Web Developer Trainee was asked
Q. How do you find the second largest element in an array?
Ans. 

To find second maximum element in an array, sort the array in descending order and return the second element.

  • Sort the array in descending order

  • Return the second element

View all Web Developer Trainee interview questions
A Web Developer Trainee was asked
Q. What is hoisting in JavaScript?
Ans. 

Hoisting is a JS mechanism where variable and function declarations are moved to the top of their scope.

  • Variable declarations are hoisted but not their values

  • Function declarations are fully hoisted

  • Let and const declarations are not hoisted

View all Web Developer Trainee interview questions
A Software Testing Engineer was asked
Q. What are the different types of testing, and can you provide examples?
Ans. 

Different types of testing include unit, integration, system, acceptance, and regression testing.

  • Unit testing: testing individual units or components of the software

  • Integration testing: testing how different units or components work together

  • System testing: testing the entire system as a whole

  • Acceptance testing: testing to ensure the software meets the requirements and is ready for release

  • Regression testing: testin...

View all Software Testing Engineer interview questions
A Software Testing Engineer was asked
Q. Explain the bug life cycle.
Ans. 

Bug life cycle is the process of identifying, reporting, resolving, and verifying software defects.

  • Bug is identified by testers during testing

  • Bug is reported to development team

  • Development team resolves the bug

  • Bug fix is verified by testers

  • Bug is closed if verified or reopened if not fixed

  • Bug data is analyzed to prevent future occurrences

View all Software Testing Engineer interview questions
A Software Testing Engineer was asked
Q. Write the test cases.
Ans. 

Test cases are a set of conditions used to validate the functionality of software.

  • Identify the objective of the software

  • Create test cases for each objective

  • Test cases should cover all possible scenarios

  • Test cases should be repeatable and consistent

  • Test cases should be documented and reviewed

View all Software Testing Engineer interview questions
Are these interview questions helpful?
A Software Testing Engineer was asked
Q. Explain the SDLC model.
Ans. 

SDLC stands for Software Development Life Cycle, a process followed by software development teams to design, develop and test high-quality software.

  • SDLC is a process that consists of several phases including planning, analysis, design, development, testing, deployment, and maintenance.

  • Each phase has its own set of deliverables and objectives that must be met before moving on to the next phase.

  • The goal of SDLC is t...

View all Software Testing Engineer interview questions
A Web Developer Trainee was asked
Q. What is html, css.
Ans. 

HTML is a markup language used for creating the structure of web pages, while CSS is a styling language used for designing the appearance of web pages.

  • HTML stands for HyperText Markup Language and is used to create the structure of web pages.

  • CSS stands for Cascading Style Sheets and is used to style the appearance of web pages.

  • HTML uses tags to define elements like headings, paragraphs, images, links, etc.

  • CSS is u...

View all Web Developer Trainee interview questions
A Software Tester was asked
Q. What is different types of software testing
Ans. 

Different types of software testing include unit testing, integration testing, system testing, and acceptance testing.

  • Unit testing: Testing individual components or modules of the software.

  • Integration testing: Testing how different modules work together.

  • System testing: Testing the entire system as a whole.

  • Acceptance testing: Testing to ensure the software meets the requirements of the end users.

View all Software Tester interview questions
1 2

Axioned Interview Experiences

7 interviews found

Web Developer Trainee Interview Questions & Answers

user image Anonymous

posted on 7 Sep 2023

Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

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

(3 Questions)

  • Q1. What is html, css.
  • Ans. 

    HTML is a markup language used for creating the structure of web pages, while CSS is a styling language used for designing the appearance of web pages.

    • HTML stands for HyperText Markup Language and is used to create the structure of web pages.

    • CSS stands for Cascading Style Sheets and is used to style the appearance of web pages.

    • HTML uses tags to define elements like headings, paragraphs, images, links, etc.

    • CSS is used t...

  • Answered by AI
    Add your answer
  • Q2. What is the difference between block element and inline element.
  • Ans. 

    Block elements take up the full width available, while inline elements only take up as much width as necessary.

    • Block elements start on a new line and stack vertically, while inline elements flow within the text.

    • Block elements can have margins and padding applied to all sides, while inline elements only have left and right margins and padding.

    • Examples of block elements include <div>, <p>, <h1>-<h6&g...

  • Answered by AI
    Add your answer
  • Q3. What is doctype in html.
  • Ans. 

    Doctype in HTML specifies the version of HTML being used in the document.

    • Doctype declaration is placed at the very beginning of an HTML document before the <html> tag.

    • It helps the browser to render the web page correctly by specifying the version of HTML being used.

    • Example: <!DOCTYPE html> specifies the document is using HTML5.

  • Answered by AI
    Add your answer

Interview Preparation Tips

Topics to prepare for Axioned Web Developer Trainee interview:
  • HTML
  • CSS
  • Javascript
  • Html5
Interview preparation tips for other job seekers - Prepare basic topics if you are applying for web developer trainee role.

Skills evaluated in this interview

Anonymous

Software Tester Interview Questions & Answers

user image Anonymous

posted on 26 Sep 2023

Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com and was interviewed in Aug 2023. There were 2 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 - One-on-one 

(2 Questions)

  • Q1. What is different types of software testing
  • Ans. 

    Different types of software testing include unit testing, integration testing, system testing, and acceptance testing.

    • Unit testing: Testing individual components or modules of the software.

    • Integration testing: Testing how different modules work together.

    • System testing: Testing the entire system as a whole.

    • Acceptance testing: Testing to ensure the software meets the requirements of the end users.

  • Answered by AI
    Add your answer
  • Q2. Sdlc model in software testing
  • Ans. 

    SDLC models in software testing refer to the different approaches used to develop and test software.

    • SDLC models include Waterfall, Agile, V-Model, Spiral, etc.

    • Each model has its own set of phases and activities for development and testing.

    • Testing activities are integrated into each phase of the SDLC model.

    • The choice of SDLC model depends on project requirements and constraints.

    • For example, Agile is used for projects wi...

  • Answered by AI
    Add your answer

Interview Preparation Tips

Interview preparation tips for other job seekers - Good experience

Skills evaluated in this interview

Anonymous

Web Developer Interview Questions & Answers

user image Anonymous

posted on 18 Oct 2024

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

I applied via Naukri.com and was interviewed before Oct 2023. There was 1 interview round.

Round 1 - Aptitude Test 

Basic math related easy dsa problem

Anonymous

Software Engineer Trainee Interview Questions & Answers

user image Anonymous

posted on 9 Nov 2022

I applied via Indeed and was interviewed before Nov 2021. There were 5 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 

MCQ questions based on logical reasoning

Round 3 - Assignment 

Static website to be developed using HTML and CSS with responsiveness

Round 4 - Coding Test 

JavaScript code to write which we do as exercises like prime numbers, Fibonacci series, Armstrong number, sorting without built-in function

Round 5 - Technical 

(3 Questions)

  • Q1. Detailed HTML, CSS, JS questions
  • Add your answer
  • Q2. Block & inline elements in HTML, semantic tags, hyperlink n it's attributes, img tag n it's attributes, boilerplate code explain,
  • Add your answer
  • Q3. Ways to write CSS, difference b/w visibility hidden & display none property, psuedo class & elements, types of selectors, box model, flexbox & grid
  • Ans. 

    CSS basics including selectors, properties, and layout techniques.

    • Visibility hidden hides an element but still takes up space, while display none removes it completely.

    • Pseudo classes and elements allow for styling based on element state or position in the document.

    • Selectors include element, class, ID, attribute, and descendant selectors.

    • Box model refers to the layout of elements with content, padding, border, and margi...

  • Answered by AI
    Add your answer

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare before interview, they actually ask in depth about HTML, CSS & JavaScript. If you don't know the answer, say it directly because you cannot fool them, very knowledgeable developers who take actual interviews

Skills evaluated in this interview

Anonymous

Accounts & Finance Manager Interview Questions & Answers

user image Anonymous

posted on 3 Jul 2024

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

I applied via Referral and was interviewed before Jul 2023. There was 1 interview round.

Round 1 - Group Discussion 

How you are going to manage the tax saving of an person?

Anonymous

Software Testing Engineer Interview Questions & Answers

user image Anonymous

posted on 19 May 2021

Interview Questionnaire 

4 Questions

  • Q1. 1. Write the Test cases
  • Ans. 

    Test cases are a set of conditions used to validate the functionality of software.

    • Identify the objective of the software

    • Create test cases for each objective

    • Test cases should cover all possible scenarios

    • Test cases should be repeatable and consistent

    • Test cases should be documented and reviewed

  • Answered by AI
    Add your answer
  • Q2. 2. Explain SDLC modle
  • Ans. 

    SDLC stands for Software Development Life Cycle, a process followed by software development teams to design, develop and test high-quality software.

    • SDLC is a process that consists of several phases including planning, analysis, design, development, testing, deployment, and maintenance.

    • Each phase has its own set of deliverables and objectives that must be met before moving on to the next phase.

    • The goal of SDLC is to pro...

  • Answered by AI
    Add your answer
  • Q3.  3. Explain bug life cycle
  • Ans. 

    Bug life cycle is the process of identifying, reporting, resolving, and verifying software defects.

    • Bug is identified by testers during testing

    • Bug is reported to development team

    • Development team resolves the bug

    • Bug fix is verified by testers

    • Bug is closed if verified or reopened if not fixed

    • Bug data is analyzed to prevent future occurrences

  • Answered by AI
    Add your answer
  • Q4. 4. What are different types of testing with example
  • Ans. 

    Different types of testing include unit, integration, system, acceptance, and regression testing.

    • Unit testing: testing individual units or components of the software

    • Integration testing: testing how different units or components work together

    • System testing: testing the entire system as a whole

    • Acceptance testing: testing to ensure the software meets the requirements and is ready for release

    • Regression testing: testing to ...

  • Answered by AI
    Add your answer

Skills evaluated in this interview

Anonymous

Web Developer Trainee Interview Questions & Answers

user image Anonymous

posted on 24 Nov 2022

I applied via Indeed and was interviewed before Nov 2021. There were 3 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 - Coding Test 

They will provide you with a PD which will contain the website using HTML, CSS and some JS if needed that needs to be coded within 2-3 days.

Round 3 - Technical 

(3 Questions)

  • Q1. After clearing the coding round, you will be called for the interview where they will ask you regarding HTML, CSS , JS and even some basic DSA questions
  • Add your answer
  • Q2. What is hoisting in JS
  • Ans. 

    Hoisting is a JS mechanism where variable and function declarations are moved to the top of their scope.

    • Variable declarations are hoisted but not their values

    • Function declarations are fully hoisted

    • Let and const declarations are not hoisted

  • Answered by AI
    Add your answer
  • Q3. How to find second maximum element in an Array
  • Ans. 

    To find second maximum element in an array, sort the array in descending order and return the second element.

    • Sort the array in descending order

    • Return the second element

  • Answered by AI
    Add your answer

Interview Preparation Tips

Interview preparation tips for other job seekers - Basic DSA is enough
They will grill you on Web Dev concepts, especially from JS so prepare well

Skills evaluated in this interview

Anonymous

Top trending discussions

View All
Interview Tips & Stories
5d (edited)
a team lead
Why are women still asked such personal questions in interview?
I recently went for an interview… and honestly, m still trying to process what just happened. Instead of being asked about my skills, experience, or how I could add value to the company… the questions took a totally unexpected turn. The interviewer started asking things like When are you getting married? Are you engaged? And m sure, if I had said I was married, the next question would’ve been How long have you been married? What does my personal life have to do with the job m applying for? This is where I felt the gender discrimination hit hard. These types of questions are so casually thrown at women during interviews but are they ever asked to men? No one asks male candidates if they’re planning a wedding or how old their kids are. So why is it okay to ask women? Can we please stop normalising this kind of behaviour in interviews? Our careers shouldn’t be judged by our relationship status. Period.
Got a question about Axioned?
Ask anonymously on communities.

Interview questions from similar companies

company Logo

Business Analyst Interview Questions & Answers

HCL Infosystems user image Anonymous

posted on 12 Nov 2021

I applied via Referral and was interviewed before Nov 2020. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Related to work profile
  • Add your answer
  • Q2. Related to interests
  • Add your answer

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident, go well groomed
Anonymous
company Logo

Software Engineer Interview Questions & Answers

HCL Infosystems user image Anonymous

posted on 7 Jun 2017

I appeared for an interview before Jun 2016.

Interview Questionnaire 

1 Question

  • Q1. Java related questions on Oops concept and Multithreading
  • Add your answer

Interview Preparation Tips

Round: Test
Experience: Simple aptitude and reasoning questions little java based programming
Tips: Basic programming knowledge and good aptitude
Duration: 1 hour
Total Questions: 60

Round: Technical Interview
Experience: Normal questions on Java, basic programming questions like reverse no. , String related and logical coding
Tips: What u mentioned on your resume go through that only, they will not ask apart from your resume

Skills: How Well You Are Able To Communicate What You Wanted To Tell, Programming
College Name: SRCEM
Anonymous
company Logo

Software Developer Interview Questions & Answers

HCL Infosystems user image Anonymous

posted on 20 Aug 2017

I appeared for an interview before Aug 2016.

Interview Preparation Tips

Round: Resume Shortlist
Experience: I am vinothkumar from Dindugal, I was studied computer engineering in Madurai institute of engineering and technology at sivagangai, I am quality controller in RR DONNELLY at Chennai, my experience 2 years, my family staying in native, my father palanichami he is a former, my mother tamilselvi she is home maker and my one yelder brother Vijayakumar he is driver, I am interested area software engineer, my hobbies are listening music, reading book and news paper, playing and watching cricket
Tips: No comments

Round: Test
Experience: I am vinothkumar from Dindugal, I was studied computer engineering in Madurai institute of engineering and technology at sivagangai, I am quality controller in RR DONNELLY at Chennai, my experience 2 years, my family staying in native, my father palanichami he is a former, my mother tamilselvi she is home maker and my one yelder brother Vijayakumar he is driver, I am interested area software engineer, my hobbies are listening music, reading book and news paper, playing and watching cricket
Tips: No comments
Total Questions: 15

Round: Test
Experience: See my mentality
Tips: No comments
Duration: 45 minutes

Round: Group Discussion
Experience: Communication
Tips: No comments

Skills: Communication And Confidence
Anonymous
More about working at Axioned
  • HQ - Thane, Maharashtra
  • IT Services & Consulting
  • 51-200 Employees (India)
  • Emerging Technologies

Axioned Interview FAQs

How many rounds are there in Axioned interview?
Axioned interview process usually has 2-3 rounds. The most common rounds in the Axioned interview process are Resume Shortlist, Aptitude Test and Coding Test.
How to prepare for Axioned 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 Axioned. The most common topics and skills that interviewers at Axioned expect are Javascript, AWS, MongoDB, PDF and Node.Js.
What are the top questions asked in Axioned interview?

Some of the top questions asked at the Axioned interview -

  1. what is the difference between block element and inline eleme...read more
  2. ways to write CSS, difference b/w visibility hidden & display none property, ps...read more
  3. 4. What are different types of testing with exam...read more

Tell us how to improve this page.

Axioned Interviews By Designations

  • Axioned Web Developer Trainee Interview Questions
  • Axioned Accounts & Finance Manager Interview Questions
  • Axioned Software Testing Engineer Interview Questions
  • Axioned Software Engineer Trainee Interview Questions
  • Axioned Web Developer Interview Questions
  • Axioned Software Tester Interview Questions

Interview Questions for Popular Designations

  • Associate Interview Questions
  • Team Lead Interview Questions
  • Intern Interview Questions
  • Senior Associate Interview Questions
  • System Engineer Interview Questions
  • Data Analyst Interview Questions
  • Manager Interview Questions
  • Deputy Manager Interview Questions
  • Show more
  • Sales Officer Interview Questions
  • Assistant Manager Interview Questions

Overall Interview Experience Rating

4/5

based on 4 interview experiences

Difficulty level

Easy 50%
Moderate 50%

Duration

Less than 2 weeks 100%
View more

Interview Questions from Similar Companies

Northcorp Software
Northcorp Software Interview Questions
4.5
 • 236 Interviews
HCL Infosystems
HCL Infosystems Interview Questions
3.9
 • 144 Interviews
Webdew
Webdew Interview Questions
4.5
 • 108 Interviews
HyScaler
HyScaler Interview Questions
4.5
 • 104 Interviews
Zidio Development
Zidio Development Interview Questions
4.5
 • 99 Interviews
Apmosys Technologies
Apmosys Technologies Interview Questions
3.4
 • 51 Interviews
Snovasys
Snovasys Interview Questions
4.0
 • 38 Interviews
Quantsapp
Quantsapp Interview Questions
3.0
 • 36 Interviews
BigStep Technologies
BigStep Technologies Interview Questions
4.4
 • 34 Interviews
NexTurn
NexTurn Interview Questions
4.1
 • 34 Interviews
View all

Axioned Reviews and Ratings

based on 19 reviews

3.6/5

Rating in categories

3.8

Skill development

3.8

Work-life balance

3.0

Salary

2.5

Job security

3.5

Company culture

3.0

Promotions

3.0

Work satisfaction

Explore 19 Reviews and Ratings
Jobs at Axioned
Axioned
Full Stack Developer - React.js/Java  (3-6 yrs)

3-6 Yrs

Not Disclosed

Axioned
Trainee Software Tester

Thane

0-1 Yrs

Not Disclosed

Axioned
Software Tester

Thane

1-4 Yrs

Not Disclosed

Explore more jobs
Axioned Salaries in India
Software Engineer
22 salaries
unlock blur

₹2.4 L/yr - ₹9 L/yr

Software Tester
13 salaries
unlock blur

₹1.8 L/yr - ₹7.2 L/yr

Project Manager
11 salaries
unlock blur

₹6.6 L/yr - ₹10.1 L/yr

Web Developer
6 salaries
unlock blur

₹3.2 L/yr - ₹7.8 L/yr

Software Developer
5 salaries
unlock blur

₹3 L/yr - ₹4.2 L/yr

Explore more salaries
Compare Axioned with
HCL Infosystems

HCL Infosystems

3.9
Compare
Zidio Development

Zidio Development

4.5
Compare
Northcorp Software

Northcorp Software

4.5
Compare
Accel Frontline

Accel Frontline

3.9
Compare
Popular Calculators
Are you paid fairly?
Monthly In-hand Salary Calculator
Gratuity Calculator
HRA Calculator
Salary Hike Calculator
  • Home >
  • Interviews >
  • Axioned Interview Questions
write
Share an Interview
Stay ahead in your career. Get AmbitionBox app
Awards Banner

Trusted by over 1.5 Crore job seekers to find their right fit company

80 Lakh+

Reviews

4 Crore+

Salaries

10 Lakh+

Interviews

1.5 Crore+

Users

Contribute
Search

Interview Questions

  • Reviews
  • Salaries
  • Interview Questions
  • About Company
  • Benefits
  • Jobs
  • Office Photos
  • Community
Users/Jobseekers
  • Companies
  • Reviews
  • Salaries
  • Jobs
  • Interviews
  • Salary Calculator
  • Practice Test
  • Compare Companies
Employers
  • Create a new company
  • Update company information
  • Respond to reviews
  • Invite employees to review
  • AmbitionBox Offering for Employers
  • AmbitionBox Employers Brochure
AmbitionBox Awards
  • ABECA 2025 winners awaited tag
  • Participate in ABECA 2026
  • Invite employees to rate
AmbitionBox
  • About Us
  • Our Team
  • Email Us
  • Blog
  • FAQ
  • Credits
  • Give Feedback
Terms & Policies
  • Privacy
  • Grievances
  • Terms of Use
  • Summons/Notices
  • Community Guidelines
Get AmbitionBox app

Made with ❤️ in India. Trademarks belong to their respective owners. All rights reserved © 2025 Info Edge (India) Ltd.

Follow Us
  • Youtube
  • Instagram
  • LinkedIn
  • Facebook
  • Twitter