Harjai Computers
20+ Suneri Steels Interview Questions and Answers
Q1. 1. What is Black Box & White Box testin 4.what is Sanity testing 5.what is Smoke testing 6. What are the test scenario for ATM machin for cash withdrawal 7. What are the test cases for buying online product
Black Box testing focuses on testing the functionality of the software without knowing its internal code, while White Box testing involves testing the internal code structure of the software.
Black Box testing is based on external specifications and is performed without knowledge of the internal code.
White Box testing is based on internal code structure and logic, and requires knowledge of the code.
Sanity testing is a subset of regression testing, focusing on testing specific ...read more
Q2. What are some challenges you face in testing application?
Testing applications can face challenges related to compatibility, security, performance, and user experience.
Compatibility issues with different devices, operating systems, and browsers
Ensuring security measures are in place to protect user data
Performance testing to ensure the application can handle high traffic and usage
Testing for user experience and usability to ensure the application is intuitive and easy to use
Regression testing to ensure new updates or changes do not ...read more
Q3. Test cases for online payment method for any Ecommerce website
Test cases for online payment method for an Ecommerce website
Verify that all major credit/debit cards are accepted
Test the payment gateway integration with different banks
Check for secure SSL encryption during payment process
Verify the handling of failed transactions and error messages
Test the refund process for successful transactions
Q4. What is difference between API and Webservice?
API is a set of protocols for building software while Webservice is a type of API that communicates over the internet.
API is a set of protocols for building software applications
Webservice is a type of API that communicates over the internet
API can be used to build both web and mobile applications
Webservice is specifically designed for communication between different applications
API can be RESTful or SOAP-based
Webservice is typically SOAP-based
Q5. Regression testing and Re-testing difference. Smoke testing and Sanity testing.
Regression testing verifies if changes have affected existing functionality. Re-testing checks if defects have been fixed. Smoke testing checks basic functionality. Sanity testing checks major functionality.
Regression testing is done to ensure that changes made to the software do not affect existing functionality.
Re-testing is done to check if defects found in previous testing have been fixed.
Smoke testing is done to check if basic functionality of the software is working.
San...read more
Q6. 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 functionality.
Regression testing is performed after code changes to verify that the existing features still work correctly.
It helps in identifying any defects introduced by new code changes.
Automated testing tools are often used for regression testing to save time and effort.
Regression testing can be done manually or using automated script...read more
Q7. What is integration testing
Integration testing is a type of testing where individual units or components are combined and tested as a group.
It focuses on testing the interactions between different components/modules of a system.
It ensures that the integrated components work together as expected.
Examples include testing the communication between a database and a web application, or between different software modules in a complex system.
Q8. What is sanity teating
Sanity testing is a quick and focused testing to ensure that the most critical functionalities of a software application are working correctly after changes.
Sanity testing is a subset of regression testing.
It is usually performed after a minor change in the code or functionality.
The main goal is to verify that the key features of the application are still functioning properly.
It is not exhaustive and does not cover all aspects of the application.
Example: After fixing a critic...read more
Q9. What is smoke testing
Smoke testing is a preliminary testing to check if the software build is stable enough for further testing.
Smoke testing is a subset of regression testing.
It is performed to verify if the critical functionalities of the software are working fine.
Smoke tests are quick and shallow tests that aim to catch major issues early on.
It is usually conducted before more detailed testing like functional testing or regression testing.
If the smoke test fails, further testing is halted unti...read more
Q10. What is microservice architecture?
Microservice architecture is a software design pattern where an application is composed of small, independent services that communicate with each other.
Microservices are independently deployable and scalable.
Each microservice performs a specific task and communicates with other microservices through APIs.
Microservices can be developed using different programming languages and technologies.
Microservices architecture promotes flexibility, agility, and faster time-to-market.
Exam...read more
Q11. WRITE A PROCEDURE WHICH U WRITTEN LAST?
I wrote a procedure to calculate the average salary of employees in a department.
Used cursor to fetch employee data
Calculated total salary using loop
Divided total salary by number of employees
Handled exceptions for zero employees in department
Q12. Tell something your technical skills.
I have strong technical skills in manual and automated testing, test case creation, defect tracking, and test reporting.
Proficient in using testing tools like Selenium, JIRA, and TestRail
Experience in creating and executing test cases for web and mobile applications
Skilled in identifying and reporting defects and issues
Ability to work in an Agile environment and collaborate with cross-functional teams
Q13. What is Third paty order
A third party order is a sales order created on behalf of a customer by a third party, such as a distributor or reseller.
Third party orders involve three parties: the end customer, the company selling the product, and the third party placing the order.
The third party may handle the order processing, invoicing, and shipping on behalf of the company.
The company may not have direct contact with the end customer in a third party order scenario.
Q14. What is stock transfer order
Stock transfer order is a document used to transfer goods from one plant to another within the same company code.
Used for transferring goods between different storage locations or plants
Helps in tracking the movement of stock within the company
Can be used for both one-step and two-step stock transfers
Q15. What is third party order
A third party order is a sales order where the goods are directly shipped from a vendor to the customer without passing through the company's inventory.
In a third party order, the company acts as a middleman between the vendor and the customer.
The company does not physically handle the goods in a third party order.
The vendor invoices the company, and the company invoices the customer.
Example: Company A receives an order from Customer X for a product that Company A does not st...read more
Q16. What is loan life cycle
Loan life cycle refers to the stages involved in the processing and management of a loan.
The loan life cycle includes origination, underwriting, funding, servicing, and collection.
Origination involves the application and approval process.
Underwriting involves assessing the borrower's creditworthiness and determining the terms of the loan.
Funding involves disbursing the loan amount to the borrower.
Servicing involves managing the loan, including collecting payments and addressi...read more
Q17. What is software life cycle
Software life cycle is the process of developing software from conception to retirement.
It includes phases like planning, design, development, testing, deployment, and maintenance.
Each phase has its own set of activities and deliverables.
The life cycle model can be iterative, sequential, or a combination of both.
Examples of life cycle models include Waterfall, Agile, and DevOps.
Q18. Explain organization structure
Organization structure refers to the way in which an organization is designed and arranged, including hierarchy, reporting relationships, and departments.
Organization structure can be hierarchical, matrix, flat, or functional.
It defines reporting relationships, roles, responsibilities, and communication channels.
Examples include a traditional hierarchical structure with a CEO at the top, followed by executives, managers, and employees.
Another example is a matrix structure whe...read more
Q19. Explaing pricing configuration
Pricing configuration in SAP SD involves setting up pricing procedures, condition types, access sequences, and condition records.
Pricing procedures determine the sequence in which condition types are applied during pricing
Condition types define the different elements of pricing such as discounts, surcharges, taxes, etc.
Access sequences determine the order in which system searches for condition records
Condition records store the actual pricing information for different combina...read more
Q20. Bva analysis explain in detail
Boundary Value Analysis (BVA) is a software testing technique used to identify errors at the boundaries of input ranges.
BVA involves testing the boundaries of valid and invalid input ranges
It helps in identifying errors that occur at the boundaries of input values
BVA is used to ensure that the software behaves correctly at the edge of input ranges
Example: If a system accepts values from 1 to 10, BVA would test inputs like 0, 1, 10, and 11
Top HR Questions asked in Suneri Steels
Interview Process at Suneri Steels
Top Interview Questions from Similar Companies
Reviews
Interviews
Salaries
Users/Month