Upload Button Icon Add office photos

Filter interviews by

Accessible Minds Accessibility Testing Engineer Interview Questions and Answers

Updated 14 Apr 2022

Accessible Minds Accessibility Testing Engineer Interview Experiences

1 interview found

I applied via Naukri.com and was interviewed in Oct 2021. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Introduce yourself, asked all about software testing
  • Q2. Asked all about accessibility testing and usability testing
Round 2 - HR 

(6 Questions)

  • Q1. What are your salary expectations?
  • Ans. 

    I expect a competitive salary based on my experience and the responsibilities of the role.

    • I have researched the average salary range for Accessibility Testing Engineers in the industry.

    • I am open to negotiation and would like to discuss the compensation package in detail.

    • I value fair compensation for my skills and expertise.

    • I am confident that my qualifications and experience justify a competitive salary.

  • Answered by AI
  • Q2. What is your family background?
  • Ans. 

    My family background is diverse and multicultural, with members from different countries and professions.

    • My parents are from different countries, which has exposed me to different cultures and perspectives.

    • My family members have diverse professions, including doctors, engineers, and artists.

    • We celebrate various cultural traditions and languages within our family.

    • Growing up in a multicultural environment has taught me t...

  • Answered by AI
  • Q3. Why should we hire you?
  • Ans. 

    I have a strong background in accessibility testing and a passion for ensuring equal access to technology for all users.

    • I have extensive experience in conducting accessibility audits and testing websites and applications for compliance with accessibility standards.

    • I am knowledgeable about WCAG (Web Content Accessibility Guidelines) and other relevant accessibility guidelines and can effectively apply them in my testing...

  • Answered by AI
  • Q4. What are your strengths and weaknesses?
  • Ans. 

    My strengths include attention to detail, problem-solving skills, and strong communication. My weaknesses include being overly critical of my own work and sometimes struggling with time management.

    • Attention to detail: I have a keen eye for identifying accessibility issues and ensuring that all aspects of a website or application are accessible to users with disabilities.

    • Problem-solving skills: I am able to quickly anal...

  • Answered by AI
  • Q5. Tell me about yourself.
  • Ans. 

    I am an experienced Accessibility Testing Engineer with a strong background in ensuring digital products are accessible to all users.

    • I have a deep understanding of accessibility guidelines and standards such as WCAG 2.0 and Section 508.

    • I have successfully conducted accessibility audits and testing for various web and mobile applications.

    • I am proficient in using assistive technologies like screen readers, magnifiers, an...

  • Answered by AI
  • Q6. Why you choose our company?
  • Ans. 

    I chose your company because of its strong commitment to accessibility and the positive reputation it has in the industry.

    • Your company has a track record of prioritizing accessibility in its products and services.

    • I was impressed by the testimonials and case studies showcasing your dedication to inclusive design.

    • Your company's mission aligns with my personal values and passion for ensuring equal access for all.

    • I believe...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - worked hard and prepared well for interviews

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
Hard
Process Duration
4-6 weeks
Result
Not Selected

I was interviewed in Aug 2024.

Round 1 - Aptitude Test 

Attended the TCS NQT, depending on how many advanced questions and the test cases you pass in coding section, you'll get assigned Ninja (3L) Digital (7L) or prime (9L)

Round 2 - Behavioral 

(8 Questions)

  • Q1. Code to get prime nos
  • Q2. What do you know about cloud computing
  • Q3. Self introduction
  • Q4. Difference between cloud computing and computer networking
  • Q5. If you know any os like linux
  • Q6. Oops based questions, very basic if you're not from it or cse related fields but they might ask advanced questions if you're related to cs/it fields
  • Q7. If you're okay Relocation
  • Q8. Questions about your projects

Interview Preparation Tips

Interview preparation tips for other job seekers - Look up the current technologies used in tcs and Prepare well to answer those questions and have good basic knowledge in cse/it

It depends on what type of questions the interviewer asks you though! Good luck, prepare well
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Dec 2024. There were 5 interview rounds.

Round 1 - Aptitude Test 

The assessment focused on general aptitude, which was relatively easy and manageable to pass. However, the pseudo-code section may pose a greater challenge during the first round.

Round 2 - Group Discussion 

It is very easy; you just need to speak at least once to easily pass through this round. mostly they dont try to reject you unless you are very nervous and very low about confidence they want you to speak atleast once , even the point is valid or not.

Round 3 - Coding Test 

You will undergo a written test comprising three coding sections (either in Python or C) containing five or six questions each, along with ten multiple-choice questions on software testing, which are relatively easy. However, the most challenging section is networking, for which you will need to write theory responses; therefore, it is important to prepare thoroughly for that part.

Round 4 - One-on-one 

(2 Questions)

  • Q1. They first asked for self-introduction and then asked you to explain the programs that were assigned to you in a step-by-step manner.
  • Q2. Then the major part is networking, if you gone through by successfully explains your coding then you will be completely checked with networking which is really tough, like they asked me that to tell port n...
Round 5 - HR 

(1 Question)

  • Q1. Actually there is HR done in my process , whoever cleared technical all were selected. But the issue is the there is no stipend for internship , and the role is embedded testing which was told only in the ...

Interview Preparation Tips

Interview preparation tips for other job seekers - It is easy to clear first 2 round(aptitude ,gd) and round 3 and round 4 is written and technical panel ,written is in your hand but panel is based on your luck . Thank you
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
No response

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

Round 1 - Aptitude Test 

Basic aptitude questions

Round 2 - Technical 

(2 Questions)

  • Q1. Remove duplicates in a array
  • Q2. Capitalise first letter of every word
Round 3 - HR 

(2 Questions)

  • Q1. Introduce yourself
  • Q2. Describe yourself in 3 words
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is Class in Java ?
  • Q2. What is OOB in Java?
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
6-8 weeks
Result
Selected Selected
Round 1 - Technical 

(2 Questions)

  • Q1. What is multithreading
  • Ans. 

    Multithreading is the ability of a CPU to execute multiple threads concurrently, allowing for better performance and resource utilization.

    • Multithreading allows multiple threads to run concurrently within the same process.

    • Each thread has its own stack and program counter, but shares the same memory space.

    • Multithreading can improve performance by utilizing multiple CPU cores efficiently.

    • Examples of multithreading include...

  • Answered by AI
  • Q2. What is hash map
  • Ans. 

    A hash map is a data structure that stores key-value pairs and allows for efficient retrieval of values based on keys.

    • Hash maps use a hash function to map keys to indexes in an array, allowing for constant time retrieval of values.

    • Collisions can occur when multiple keys hash to the same index, which can be resolved using techniques like chaining or open addressing.

    • Example: HashMap map = new HashMap<>()

  • Answered by AI

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Easy
Process Duration
2-4 weeks
Result
No response

I applied via Company Website and was interviewed in Jul 2024. There were 3 interview rounds.

Round 1 - Assignment 

Basic quants and reasoning

Round 2 - Coding Test 

Simple array and string questions.

Round 3 - Technical 

(2 Questions)

  • Q1. What is Operating System?
  • Ans. 

    An operating system is a software that manages computer hardware and provides services for computer programs.

    • Manages computer hardware resources such as CPU, memory, and storage

    • Provides a user interface for interacting with the computer

    • Supports running applications and managing processes

    • Examples include Windows, macOS, Linux, iOS, Android

  • Answered by AI
  • Q2. List 5 Git commands?
  • Ans. 

    Git commands are used to interact with the version control system. Here are 5 commonly used commands.

    • git clone : Clone a repository from a remote server to your local machine.

    • git add : Add a file to the staging area before committing changes.

    • git commit -m 'commit message': Commit the changes in the staging area with a descriptive message.

    • git push: Push the committed changes to a remote repository.

    • git pull: Fetch and me...

  • Answered by AI

Skills evaluated in this interview

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

I was interviewed in Dec 2024.

Round 1 - HR 

(3 Questions)

  • Q1. What is Sales why you want to join Bank sales ?
  • Q2. Why You want to join Sales?
  • Q3. What is marketing and how marketers helps to a salesperson
Interview experience
4
Good
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Not Selected

I applied via Company Website and was interviewed in Jul 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Python duration was 1 hour

Round 2 - HR 

(1 Question)

  • Q1. What is the process to run a python program
  • Ans. 

    To run a Python program, you need to write the code in a .py file, open a terminal or command prompt, navigate to the file's directory, and then run the program using the 'python' command.

    • Write the Python code in a .py file using a text editor or an IDE

    • Open a terminal or command prompt on your computer

    • Navigate to the directory where the .py file is located using the 'cd' command

    • Run the Python program by typing 'python ...

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Tell me about yourself
  • Ans. 

    Experienced product manager with a background in marketing and a passion for innovation.

    • Background in marketing and product management

    • Passionate about innovation and problem-solving

    • Strong communication and leadership skills

    • Experience working cross-functionally with teams

  • Answered by AI
  • Q2. Past Experience

Accessible Minds Interview FAQs

How many rounds are there in Accessible Minds Accessibility Testing Engineer interview?
Accessible Minds interview process usually has 2 rounds. The most common rounds in the Accessible Minds interview process are Technical and HR.

Tell us how to improve this page.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Accenture Interview Questions
3.8
 • 8.2k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Cognizant Interview Questions
3.8
 • 5.6k Interviews
Amazon Interview Questions
4.1
 • 5k Interviews
Capgemini Interview Questions
3.7
 • 4.8k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
Genpact Interview Questions
3.8
 • 3.1k Interviews
View all
Accessible Minds Accessibility Testing Engineer Salary
based on 10 salaries
₹1.4 L/yr - ₹4 L/yr
38% less than the average Accessibility Testing Engineer Salary in India
View more details

Accessible Minds Accessibility Testing Engineer Reviews and Ratings

based on 2 reviews

3.2/5

Rating in categories

3.2

Skill development

3.2

Work-life balance

3.2

Salary

3.2

Job security

3.2

Company culture

2.6

Promotions

3.2

Work satisfaction

Explore 2 Reviews and Ratings
Accessibility Testing Engineer
10 salaries
unlock blur

₹1.4 L/yr - ₹4 L/yr

Softwaretest Engineer
8 salaries
unlock blur

₹1.8 L/yr - ₹4.8 L/yr

Accessibility Tester
5 salaries
unlock blur

₹3 L/yr - ₹5.8 L/yr

Test Engineer
4 salaries
unlock blur

₹2.6 L/yr - ₹4 L/yr

Accessibility Engineer
3 salaries
unlock blur

₹2.8 L/yr - ₹6.5 L/yr

Explore more salaries
Compare Accessible Minds with

TCS

3.7
Compare

Infosys

3.6
Compare

Wipro

3.7
Compare

HCLTech

3.5
Compare
Did you find this page helpful?
Yes No
write
Share an Interview