Add office photos
Engaged Employer

Harjai Computers

3.8
based on 363 Reviews
Filter interviews by

20+ Suneri Steels Interview Questions and Answers

Updated 13 Aug 2024

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

Ans.

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

Add your answer

Q2. What are some challenges you face in testing application?

Ans.

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

View 1 answer

Q3. Test cases for online payment method for any Ecommerce website

Ans.

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

Add your answer

Q4. What is difference between API and Webservice?

Ans.

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

Add your answer
Discover Suneri Steels interview dos and don'ts from real experiences

Q5. Regression testing and Re-testing difference. Smoke testing and Sanity testing.

Ans.

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

Add your answer

Q6. What is regression testing

Ans.

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

Add your answer
Are these interview questions helpful?

Q7. What is integration testing

Ans.

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.

Add your answer

Q8. What is sanity teating

Ans.

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

Add your answer
Share interview questions and help millions of jobseekers 🌟

Q9. What is smoke testing

Ans.

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

Add your answer

Q10. What is microservice architecture?

Ans.

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

Add your answer

Q11. WRITE A PROCEDURE WHICH U WRITTEN LAST?

Ans.

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

Add your answer

Q12. Tell something your technical skills.

Ans.

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

Add your answer

Q13. What is Third paty order

Ans.

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.

Add your answer

Q14. What is stock transfer order

Ans.

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

Add your answer

Q15. What is third party order

Ans.

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

Add your answer

Q16. What is loan life cycle

Ans.

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

Add your answer

Q17. What is software life cycle

Ans.

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.

Add your answer

Q18. Explain organization structure

Ans.

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

Add your answer

Q19. Explaing pricing configuration

Ans.

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

Add your answer

Q20. Bva analysis explain in detail

Ans.

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

Add your answer
Contribute & help others!
Write a review
Share interview
Contribute salary
Add office photos

Interview Process at Suneri Steels

based on 27 interviews
Interview experience
3.4
Average
View more
Interview Tips & Stories
Ace your next interview with expert advice and inspiring stories

Top Interview Questions from Similar Companies

4.0
 • 400 Interview Questions
4.0
 • 361 Interview Questions
4.0
 • 277 Interview Questions
3.6
 • 168 Interview Questions
3.8
 • 166 Interview Questions
View all
Top Harjai Computers Interview Questions And Answers
Share an Interview
Stay ahead in your career. Get AmbitionBox app
qr-code
Helping over 1 Crore job seekers every month in choosing their right fit company
70 Lakh+

Reviews

5 Lakh+

Interviews

4 Crore+

Salaries

1 Cr+

Users/Month

Contribute to help millions

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

Follow us
  • Youtube
  • Instagram
  • LinkedIn
  • Facebook
  • Twitter