Amazon
Open Access Technology India Interview Questions and Answers
Q1. Write a script to convert json value into excel sheet
Script to convert JSON value into Excel sheet
Use a library like pandas in Python to read the JSON data and convert it into a DataFrame
Use the to_excel() function in pandas to write the DataFrame to an Excel file
Specify the file path and name for the Excel file in the script
Q2. What is software text life cycle
Software text life cycle refers to the stages through which a piece of software text goes from creation to retirement.
Includes stages like requirements gathering, design, coding, testing, deployment, and maintenance
Involves activities like writing, reviewing, editing, and updating text
Ensures that the text meets quality standards and user requirements
Examples: user manuals, help guides, release notes
Q3. Simple string manipulation (e.g. anagram string)
Check if two strings are anagrams of each other
Create a function that takes in two strings as input
Remove all spaces and special characters from both strings
Sort the characters in both strings and compare them to check if they are equal
Q4. how would you test an appilication
To test an application, I would follow a systematic approach to ensure all functionalities work as expected.
Create test cases based on requirements and user stories
Perform functional testing to check if all features work correctly
Conduct regression testing to ensure new changes do not affect existing functionalities
Test for performance, security, and usability
Use automation tools like Selenium for repetitive tests
Q5. What is regression testing
Regression testing is the process of retesting a software application to ensure that new code changes have not adversely affected existing features.
It involves running previously executed test cases to verify that the existing functionalities are still working as expected after code changes.
Regression testing helps in identifying any defects or issues introduced by new code changes.
Automated testing tools are often used to streamline the regression testing process.
Examples in...read more
Q6. What is sanity testing
Sanity testing is a subset of regression testing that focuses on testing the most critical functionalities of a software application.
Sanity testing is a quick and focused testing to ensure that the most critical functionalities of the software are working as expected.
It is usually performed after a new build or minor changes to the code.
The main goal of sanity testing is to verify that the application is stable enough for further testing.
Sanity testing is not exhaustive and d...read more
Q7. Write test cases for pharm easy app
Test cases for Pharm Easy app
Verify login functionality with valid and invalid credentials
Test search functionality for medicines and healthcare products
Verify the checkout process for placing an order
Test the functionality of adding and removing items from the cart
Verify the app's compatibility with different devices and operating systems
Q8. how would you test an api
To test an API, I would focus on functionality, performance, security, and integration.
Create test cases to cover all API endpoints and methods
Test input validation and error handling
Check response times and performance under different loads
Verify security measures such as authentication and authorization
Integrate API testing with automation tools like Postman or Selenium
More about working at Amazon
Interview Process at Open Access Technology India
Top QA Engineer Interview Questions from Similar Companies
Reviews
Interviews
Salaries
Users/Month