Upload Button Icon Add office photos

Filter interviews by

Hexonica Solutions QA Analyst Interview Questions and Answers

Updated 6 Jan 2023

Hexonica Solutions QA Analyst Interview Experiences

1 interview found

QA Analyst Interview Questions & Answers

user image Anonymous

posted on 6 Jan 2023

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
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 

(4 Questions)

  • Q1. Why u choose this profession?
  • Q2. Tell me about real time related to ur role
  • Q3. What is your roles and responsibilities in the project?
  • Q4. Which framework u used?
  • Ans. 

    I have experience working with multiple frameworks including Selenium, TestNG, and JUnit.

    • I have used Selenium for web application testing

    • TestNG for test case management and reporting

    • JUnit for unit testing

    • I am also familiar with BDD frameworks like Cucumber and Gherkin

  • Answered by AI
Round 3 - Technical 

(3 Questions)

  • Q1. One logical programme
  • Q2. Basic of coding on note pad
  • Q3. Questions related to responsibilities
Round 4 - HR 

(2 Questions)

  • Q1. Introduce yourself and your compny
  • Q2. Salary exception and discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - Make sure that what are u done is going good or not and improve yourself and make standard

Interview questions from similar companies

QA Analyst Interview Questions & Answers

LTIMindtree user image soumya parllerlamudi

posted on 22 Oct 2024

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Sep 2024. There was 1 interview round.

Round 1 - Technical 

(3 Questions)

  • Q1. Difference between bind and bound
  • Ans. 

    Bind is the present tense form of the verb, while bound is the past tense and past participle form.

    • Bind is used when referring to the act of tying or fastening something together.

    • Bound is used when referring to the state of being tied or fastened.

    • Example: She binds the books together. The books are bound tightly.

  • Answered by AI
  • Q2. How many transactions you have worked on
  • Ans. 

    I have worked on over 500 transactions in my career as a QA Analyst.

    • I have experience working on various types of transactions including financial, e-commerce, and healthcare.

    • I have tested transactions involving payment processing, order fulfillment, and data transfer.

    • I have collaborated with developers and business analysts to ensure the accuracy and functionality of transactions.

    • I have used tools like JIRA and Seleni...

  • Answered by AI
  • Q3. What are different types of endorsement transaction
  • Ans. 

    Different types of endorsement transactions include blank endorsement, special endorsement, restrictive endorsement, and qualified endorsement.

    • Blank endorsement: Simply signing the back of a check or other negotiable instrument without specifying a payee.

    • Special endorsement: Directing the payment to a specific person or entity by writing 'Pay to the order of [name]' above the signature.

    • Restrictive endorsement: Limiting...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and prepare very well on the things which you have mentioned in the resume.

Skills evaluated in this interview

QA Analyst Interview Questions & Answers

Accenture user image Firthouse Thasin Taj

posted on 10 Jun 2024

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in May 2024. There was 1 interview round.

Round 1 - Technical 

(5 Questions)

  • Q1. Why automation required main purpose of automation testing?
  • Ans. 

    Automation is required in testing to increase efficiency, reduce human error, save time, and improve test coverage.

    • Automation helps in executing repetitive test cases quickly and accurately.

    • It allows for running tests on multiple configurations and environments simultaneously.

    • Automation can be used for regression testing to ensure that new code changes do not break existing functionality.

    • It helps in increasing test cov...

  • Answered by AI
  • Q2. Difference between regression testing and retesting?
  • Ans. 

    Regression testing is testing the entire application after changes, while retesting is testing a specific bug fix.

    • Regression testing is done to ensure that new code changes do not affect existing functionality.

    • Retesting is done to verify that a specific bug or issue has been fixed.

    • Regression testing involves testing the entire application, while retesting focuses on a specific area.

    • Examples: After adding a new feature,...

  • Answered by AI
  • Q3. What is locator? Different type of locators
  • Ans. 

    Locator is a way to identify web elements on a webpage. Types include ID, class name, name, tag name, link text, partial link text, xpath, and css selector.

    • ID - unique identifier for an element

    • Class name - class attribute value of an element

    • Name - name attribute value of an element

    • Tag name - HTML tag of an element

    • Link text - text of a link element

    • Partial link text - partial text of a link element

    • XPath - XML path expres...

  • Answered by AI
  • Q4. Difference between absolute-XPATH and relative-XPATH?
  • Ans. 

    Absolute XPath specifies the location of an element from the root of the document, while relative XPath specifies the location of an element relative to another element.

    • Absolute XPath starts with a single forward slash (/) and specifies the complete path from the root element to the desired element.

    • Relative XPath does not start with a forward slash and specifies the path from the current node to the desired element.

    • Abs...

  • Answered by AI
  • Q5. In locator which is fastest one?
  • Ans. 

    CSS selector is the fastest locator.

    • CSS selector is faster than XPath

    • ID and class selectors are faster than tag and attribute selectors

    • Avoid using complex CSS selectors for better performance

  • Answered by AI

Skills evaluated in this interview

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

(2 Questions)

  • Q1. Introduction about your profession
  • Ans. 

    QA Analysts are responsible for testing software applications to ensure they meet quality standards.

    • Performing manual and automated testing

    • Identifying and documenting defects

    • Collaborating with developers and stakeholders

    • Creating test plans and test cases

    • Regression testing to ensure software updates do not break existing functionality

  • Answered by AI
  • Q2. How to take screenshot in selenium
  • Ans. 

    To take a screenshot in Selenium, you can use the getScreenshotAs method provided by the WebDriver interface.

    • Use the getScreenshotAs method provided by the WebDriver interface to capture a screenshot

    • Save the screenshot as a file using the FileUtils class in Selenium

    • Handle exceptions like IOException when saving the screenshot

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-
Round 1 - Technical 

(5 Questions)

  • Q1. What is smoke testing
  • Ans. 

    Smoke testing is a preliminary testing to check if the basic functionalities of a software application are working fine.

    • Smoke testing is a subset of regression testing.

    • It is performed to ensure that critical functionalities are working before proceeding with further testing.

    • Smoke tests are usually quick and do not involve detailed testing.

    • Example: Checking if the login functionality of a website is working after a new

  • Answered by AI
  • Q2. How to convert integer to string
  • Ans. 

    Use the toString() method to convert an integer to a string in JavaScript.

    • Use the toString() method on the integer variable

    • Pass the base as an argument to toString() if needed (e.g. 10 for decimal)

    • Store the converted string in a variable for further use

  • Answered by AI
  • Q3. What are git command you have used
  • Ans. 

    I have used git commands for version control and collaboration in software development.

    • git clone: to clone a repository from a remote server

    • git add: to stage changes for commit

    • git commit: to save changes to the local repository

    • git push: to push changes to a remote repository

    • git pull: to fetch and merge changes from a remote repository

    • git branch: to create, list, delete, or switch branches

    • git merge: to merge changes fro...

  • Answered by AI
  • Q4. How to select key in selenium
  • Ans. 

    Keys in Selenium can be selected using the Keys class provided by Selenium WebDriver.

    • Use the Keys class to send special keys like Enter, Tab, Arrow keys, etc.

    • Keys can be used for keyboard actions like pressing Enter after entering text in a field.

    • Keys can also be used for keyboard shortcuts like Ctrl+A for selecting all text in a field.

  • Answered by AI
  • Q5. What is difference between XSSFand HSSF for read data from Xcel.
  • Ans. 

    XSSF is for reading data from Excel files in XML format, while HSSF is for reading data from Excel files in binary format.

    • XSSF is part of Apache POI library and is used for reading data from Excel files in XML format

    • HSSF is also part of Apache POI library and is used for reading data from Excel files in binary format

    • XSSF is preferred for reading newer Excel file formats like .xlsx, while HSSF is used for older formats

  • Answered by AI

Skills evaluated in this interview

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

I applied via Recruitment Consulltant and was interviewed in Mar 2024. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. All technical related to that position which you want to apply.
Round 2 - Technical 

(1 Question)

  • Q1. Deep questions on coding as well as technical like scenario based questions.

Interview Preparation Tips

Topics to prepare for TCS QA Analyst interview:
  • SQl basic
  • programming lang
Interview preparation tips for other job seekers - If you are fresher then don't panic for interview process be comfortable every time because they don't expect from you too much technical skills but definitely you should know at least one skills and you should perfect on that one its is sufficient then they will ask you all questions in deeply on the same skills and just showcase your participation in different events where you had lead that set its enough for fresher.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via campus placement at Dayananda Sagar College of Engineering, Bangalore and was interviewed before Apr 2023. There were 2 interview rounds.

Round 1 - Coding Test 

Java program to print repeated characters in string using map

Round 2 - Technical 

(2 Questions)

  • Q1. How to write xpaths for dynamic parameters
  • Ans. 

    Use relative xpaths with functions like contains, starts-with, and ends-with to handle dynamic parameters.

    • Use contains() function to match a partial value in the attribute

    • Use starts-with() function to match the beginning of a value in the attribute

    • Use ends-with() function to match the end of a value in the attribute

    • Avoid using absolute xpaths as they are prone to breaking with dynamic parameters

  • Answered by AI
  • Q2. Difference between junit and testng
  • Ans. 

    JUnit is a unit testing framework for Java, while TestNG is a testing framework that supports different types of testing.

    • JUnit is mainly used for unit testing, while TestNG supports unit, functional, integration, and end-to-end testing.

    • TestNG provides more features like parameterization, grouping, and dependency testing compared to JUnit.

    • TestNG allows parallel execution of test cases, which can improve testing efficien...

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed before Mar 2023. There was 1 interview round.

Round 1 - HR 

(2 Questions)

  • Q1. Self introduction, previous jobs experience details about customer executive
  • Q2. Experience details

Interview Preparation Tips

Interview preparation tips for other job seekers - Please have one additional course which might be trending added to your CV for good opportunity.

I applied via Walk-in and was interviewed before Dec 2021. There were 2 interview rounds.

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 - One-on-one 

(2 Questions)

  • Q1. Introduction round was done
  • Q2. Previous experience was done

Interview Preparation Tips

Interview preparation tips for other job seekers - I was screen bye ayush sir and he was good and v polite
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. How to performa cross browsing testing
  • Ans. 

    Cross browsing testing is performed to ensure the compatibility of a website or application across different browsers and platforms.

    • Identify the target browsers and platforms to be tested

    • Create a test plan and test cases for each browser and platform

    • Execute the test cases on different browsers and platforms

    • Verify the functionality, layout, and performance of the website or application

    • Report and track any issues or inco...

  • Answered by AI
  • Q2. How to test an APi when you dont have real entity to answer that api
  • Ans. 

    To test an API without a real entity, use mock data or create dummy data for testing purposes.

    • Create mock data that simulates the expected behavior of the real entity

    • Use tools like Postman or cURL to send requests to the API using the mock data

    • Verify that the API responds correctly to the requests and returns the expected results

    • Test different scenarios and edge cases to ensure the API handles them properly

    • Monitor the ...

  • Answered by AI

Skills evaluated in this interview

Hexonica Solutions Interview FAQs

How many rounds are there in Hexonica Solutions QA Analyst interview?
Hexonica Solutions interview process usually has 4 rounds. The most common rounds in the Hexonica Solutions interview process are Technical, Resume Shortlist and HR.
What are the top questions asked in Hexonica Solutions QA Analyst interview?

Some of the top questions asked at the Hexonica Solutions QA Analyst interview -

  1. Which framework u us...read more
  2. Basic of coding on note ...read more
  3. One logical progra...read more

Tell us how to improve this page.

Hexonica Solutions QA Analyst Salary
based on 15 salaries
₹3.8 L/yr - ₹5.2 L/yr
31% less than the average QA Analyst Salary in India
View more details

Hexonica Solutions QA Analyst Reviews and Ratings

based on 2 reviews

5.0/5

Rating in categories

5.0

Skill development

5.0

Work-Life balance

5.0

Salary & Benefits

4.5

Job Security

5.0

Company culture

5.0

Promotions/Appraisal

4.5

Work Satisfaction

Explore 2 Reviews and Ratings
Software Engineer
42 salaries
unlock blur

₹3.5 L/yr - ₹5.5 L/yr

Softwaretest Engineer
21 salaries
unlock blur

₹3 L/yr - ₹5.2 L/yr

Software Quality Analyst
16 salaries
unlock blur

₹4.8 L/yr - ₹5.3 L/yr

QA Analyst
15 salaries
unlock blur

₹3.8 L/yr - ₹5.2 L/yr

Java Developer
6 salaries
unlock blur

₹3 L/yr - ₹4.3 L/yr

Explore more salaries
Compare Hexonica Solutions with

TCS

3.7
Compare

Infosys

3.7
Compare

Wipro

3.7
Compare

HCLTech

3.6
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview