Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Shj International Team. If you also belong to the team, you can get access from here

Shj International Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Shj International QA Engineer Interview Questions and Answers

Updated 30 Aug 2024

Shj International QA Engineer Interview Experiences

1 interview found

QA Engineer Interview Questions & Answers

user image Anonymous

posted on 30 Aug 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(3 Questions)

  • Q1. Type of Testing
  • Ans. 

    Different types of testing help ensure software quality and functionality.

    • Types of testing include functional, non-functional, manual, automated, regression, performance, security, and usability testing.

    • Functional testing checks if the software functions as expected.

    • Non-functional testing focuses on aspects like performance, security, and usability.

    • Manual testing involves human testers executing test cases.

    • Automated te...

  • Answered by AI
  • Q2. API Testing using postman
  • Ans. 

    API testing using Postman involves sending requests to APIs and validating responses.

    • Create a new request in Postman and enter the API endpoint

    • Add headers, parameters, and body if necessary

    • Send the request and check the response for correctness

    • Use assertions to validate response data

    • Monitor response times and status codes for performance testing

  • Answered by AI
  • Q3. Framework for automation testing using cypress
  • Ans. 

    Cypress is a modern JavaScript-based automation testing framework for web applications.

    • Cypress uses Mocha and Chai for test writing and assertions

    • It has built-in support for browser automation using Electron

    • Cypress provides real-time reloading and debugging capabilities

    • It has a simple and intuitive API for writing tests

  • Answered by AI

Skills evaluated in this interview

Interview questions from similar companies

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Internshala and was interviewed in Feb 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Write scenarios on banking application
  • Ans. 

    Scenarios on banking application for QA testing

    • 1. User login with valid credentials

    • 2. User login with invalid credentials

    • 3. Transfer funds between accounts

    • 4. Check account balance

    • 5. Update personal information

  • Answered by AI
  • Q2. Write sql queries
  • Ans. 

    SQL queries for QA Engineer interview

    • Use SELECT statement to retrieve data from database

    • Use WHERE clause to filter data based on specific conditions

    • Use JOIN clause to combine data from multiple tables

    • Use GROUP BY clause to group data based on specific columns

    • Use ORDER BY clause to sort data in ascending or descending order

  • Answered by AI
Round 2 - HR 

(1 Question)

  • Q1. Basic questions

Skills evaluated in this interview

I applied via Walk-in and was interviewed in Aug 2022. There were 4 interview rounds.

Round 1 - Coding Test 

They asked me about SQL, C ,C ++ ,JAVA

Round 2 - Aptitude Test 

General aptitude was given but it made me ro examine my knowledge and analytical skills

Round 3 - Group Discussion 

Genral topics like What is SQL and What is the main role of QA , Automation testing are the topics we had to discuss

Round 4 - HR 

(3 Questions)

  • Q1. Self introduction, Techincal questions like What is the role of QA in their organisation, what is function of QA Automation testing , What are the Softwares used , What nis the future scope of automation t...
  • Q2. What about Selenium IDE Difference between Manual and Automation
  • Ans. 

    Selenium IDE is a record and playback tool for automating web applications. Manual testing is done by humans, while automation is done by machines.

    • Selenium IDE is a browser extension that records user actions and generates automated test scripts.

    • Manual testing involves human testers executing test cases and verifying results.

    • Automation testing involves using tools to execute test cases and compare actual results with e...

  • Answered by AI
  • Q3. Elaborate the Benefits of automation testing
  • Ans. 

    Automation testing offers faster feedback, increased test coverage, and improved accuracy.

    • Faster feedback on code changes

    • Increased test coverage with the ability to run more tests in less time

    • Improved accuracy and consistency of test results

    • Reduced testing costs and time

    • Ability to test in different environments and configurations

    • Identification of defects earlier in the development cycle

    • Improved team productivity and co...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Solartis Technology Services QA Engineer interview:
  • Java
  • Python
  • Selenium IDE
  • Automation Testing
  • Core Java
Interview preparation tips for other job seekers - Strong self introduction with bold and good communication skills, Good analytical skills with immense level of reasoning ability and good knowledge in program basic codings of python Java SQL , candidates are mostly perfered

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is the D/B verification and validation in QA?
  • Ans. 

    D/B verification and validation in QA refers to the process of ensuring that data in a database is accurate, complete, and consistent.

    • Verification involves checking if the data in the database matches the expected values or rules.

    • Validation involves ensuring that the data in the database meets the specified requirements and is reliable.

    • Examples include verifying that user information is correctly stored in a database a...

  • Answered by AI
  • Q2. Verification : ensures the product is being built correctly (meet design specifications). Validation : ensures the right product is built (meets user needs and requirements).

Interview Preparation Tips

Interview preparation tips for other job seekers - Network smartly; connections open door.
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is the main responsibility of a QA Engineer?
  • Ans. 

    The main responsibility of a QA Engineer is to ensure the quality of software products by testing and identifying defects.

    • Creating test plans and test cases

    • Executing test cases and reporting defects

    • Collaborating with developers to resolve issues

    • Automating test cases using tools like Selenium

    • Performing regression testing to ensure software stability

  • Answered by AI
  • Q2. Ensure software quality through testing.
  • Ans. 

    Ensuring software quality through testing involves thorough testing of all functionalities to identify and fix any bugs or issues.

    • Create test cases to cover all functionalities of the software

    • Perform manual and automated testing to identify bugs

    • Regression testing to ensure new changes do not impact existing functionalities

    • Use tools like Selenium, JUnit, or TestNG for automated testing

    • Collaborate with developers to fix

  • Answered by AI
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. What is JMeter?
  • Ans. 

    JMeter is an open-source tool used for performance testing and load testing of web applications.

    • JMeter allows testers to simulate heavy loads on servers, networks, or objects to test their strength and analyze overall performance.

    • It can be used to measure performance under different load types, such as stress testing, spike testing, and endurance testing.

    • JMeter supports various protocols like HTTP, HTTPS, FTP, JDBC, LD...

  • Answered by AI
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. What is Cucumber and Karate?
  • Ans. 

    Cucumber and Karate are testing frameworks used for behavior-driven development (BDD) and API testing, respectively.

    • Cucumber is a BDD tool that allows writing test cases in plain English using Gherkin syntax

    • Karate is an API testing tool that combines API testing, test doubles, performance testing, and UI automation in one framework

    • Both tools support automation testing and help in collaboration between technical and non

  • Answered by AI
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I appeared for an interview in Dec 2022.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Technical 

(3 Questions)

  • Q1. Delegate, serialization, deserialization,
  • Q2. Sdlc, aglie, waterfall metthod
  • Q3. Simple query, string reversal coding

Interview Preparation Tips

Interview preparation tips for other job seekers - Learn basic concepts. Mvc, design pattern, learn oops concepts,
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

What is performance testing?

Round 2 - Technical 

(1 Question)

  • Q1. About load runner
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Four Pillars of OOPS in Java?
  • Ans. 

    Encapsulation, Inheritance, Polymorphism, Abstraction are the four pillars of OOPS in Java.

    • Encapsulation: Bundling data and methods that operate on the data into a single unit.

    • Inheritance: Allows a class to inherit properties and behavior from another class.

    • Polymorphism: Ability to present the same interface for different data types.

    • Abstraction: Hiding the implementation details and showing only the necessary features.

  • Answered by AI
  • Q2. What is a constructor in Java?
  • Ans. 

    A constructor in Java is a special type of method that is used to initialize objects.

    • Constructors have the same name as the class they are in.

    • They do not have a return type, not even void.

    • Constructors are called when an object of a class is created.

    • Example: public class Car { public Car() { // constructor code } }

  • Answered by AI

Skills evaluated in this interview

Shj International Interview FAQs

How many rounds are there in Shj International QA Engineer interview?
Shj International interview process usually has 1 rounds. The most common rounds in the Shj International interview process are Technical.
What are the top questions asked in Shj International QA Engineer interview?

Some of the top questions asked at the Shj International QA Engineer interview -

  1. Framework for automation testing using cypr...read more
  2. API Testing using post...read more
  3. Type of Test...read more

Tell us how to improve this page.

Shj International QA Engineer Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Shj International QA Engineer Reviews and Ratings

based on 1 review

1.0/5

Rating in categories

1.0

Skill development

1.0

Work-life balance

1.0

Salary

1.0

Job security

1.0

Company culture

1.0

Promotions

1.0

Work satisfaction

Explore 1 Review and Rating
Process Analyst
16 salaries
unlock blur

₹3 L/yr - ₹6 L/yr

Senior Process Analyst
10 salaries
unlock blur

₹3.5 L/yr - ₹5.1 L/yr

Software Developer
6 salaries
unlock blur

₹4 L/yr - ₹12.8 L/yr

Full Stack Developer
6 salaries
unlock blur

₹4 L/yr - ₹15.5 L/yr

Senior Full Stack Developer
4 salaries
unlock blur

₹11.8 L/yr - ₹14.6 L/yr

Explore more salaries
Compare Shj International with

HCL Infosystems

3.9
Compare

Accel Frontline

4.0
Compare

Northcorp Software

4.3
Compare

Diverse Lynx

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