Tier5
Indostar Capital Finance Interview Questions and Answers
Q1. how good am I as a software tester? Rate myself.
It's not appropriate for me to rate your skills as a software tester.
It's important to receive feedback from your team and stakeholders.
Continuously improve your skills through training and learning from others.
Ensure you have a good understanding of the product and its requirements.
Be thorough in your testing and document any issues found.
Collaborate with developers to ensure issues are resolved.
Q2. What is cookies ?
Cookies are small pieces of data stored on a user's computer by a website, used to remember user preferences and track user activity.
Cookies are used to store information such as user preferences, shopping cart items, and login credentials.
They can be either session cookies (temporary) or persistent cookies (stored for longer periods).
Cookies can be first-party (set by the website being visited) or third-party (set by a different domain).
Q3. What is async await?
Async await is a feature in JavaScript that allows for asynchronous programming using promises.
Async await is used to write asynchronous code that looks synchronous, making it easier to read and maintain.
It allows functions to pause execution until a promise is resolved, using the 'await' keyword.
Async functions always return a promise, which can be handled using 'then' and 'catch'.
Example: async function fetchData() { await fetch('https://api.com/data'); }
Q4. Write test case about a particular scenario
Test case for login functionality
Enter valid username and password
Enter invalid username and valid password
Enter valid username and invalid password
Leave username and password fields blank
Enter special characters in username and password fields
Q5. What are the testing levels?
Testing levels refer to the different stages of testing in the software development process.
Unit testing: Testing individual components or modules of the software.
Integration testing: Testing how different components 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.
Q6. What are testing types?
Testing types refer to different approaches and techniques used to test software applications.
Functional Testing - testing the functionality of the software
Non-Functional Testing - testing aspects like performance, usability, security
Manual Testing - testing done manually by testers
Automated Testing - testing done using automated tools
Regression Testing - testing to ensure new code changes do not affect existing functionality
Smoke Testing - testing to check if the basic funct...read more
Top Interview Questions from Similar Companies
Reviews
Interviews
Salaries
Users/Month