Upload Button Icon Add office photos

Filter interviews by

Crunchersoft Technologies QA Engineer Interview Questions and Answers

Updated 31 Jan 2024

Crunchersoft Technologies QA Engineer Interview Experiences

1 interview found

QA Engineer Interview Questions & Answers

user image sales glorosh

posted on 31 Jan 2024

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Manual princiles
Round 2 - One-on-one 

(1 Question)

  • Q1. Tell me about yourself
Round 3 - HR 

(1 Question)

  • Q1. Why are you changing job

Interview Preparation Tips

Interview preparation tips for other job seekers - Have an idea about company

Interview questions from similar companies

Interview Questionnaire 

1 Question

  • Q1. About STLC and SDLC

Interview Preparation Tips

Interview preparation tips for other job seekers - Please prepare all QA related questions from guru99.

I applied via Naukri.com and was interviewed before Oct 2020. There was 1 interview round.

Interview Questionnaire 

4 Questions

  • Q1. Wait in Selenium. type of waits.
  • Ans. 

    Types of waits in Selenium include implicit, explicit, and fluent waits.

    • Implicit waits wait for a certain amount of time before throwing an exception if an element is not found.

    • Explicit waits wait for a certain condition to be met before proceeding with the next step.

    • Fluent waits wait for a certain condition to be met within a specified time frame.

    • Examples of conditions include element visibility, element clickability,...

  • Answered by AI
  • Q2. Dynamic element how to search
  • Ans. 

    Dynamic elements can be searched using unique attributes like ID, class, name, or XPath.

    • Use ID attribute if it's unique and static

    • Use class attribute if it's unique and dynamic

    • Use name attribute if it's unique and static

    • Use XPath if other attributes are not unique or not available

  • Answered by AI
  • Q3. Jenkins do u know or not
  • Ans. 

    Jenkins is an open-source automation server that helps to automate parts of the software development process.

    • Jenkins is used for continuous integration and continuous delivery

    • It can be used to build, test, and deploy software

    • Jenkins has a large number of plugins available to extend its functionality

    • Examples of plugins include Git, Maven, and JUnit

    • Jenkins can be configured to run on different operating systems and envir

  • Answered by AI
  • Q4. How to fetch data from xls
  • Ans. 

    To fetch data from xls, use a library like Apache POI or OpenPyXL.

    • Use a library like Apache POI or OpenPyXL to read data from xls files

    • Identify the sheet and cell range to read data from

    • Iterate through the rows and columns to extract the data

    • Handle any formatting or data type conversions as needed

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare selenium with java testng and appache poi.

Skills evaluated in this interview

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

I applied via Campus Placement and was interviewed before Mar 2023. There were 4 interview rounds.

Round 1 - Coding Test 

Coding Test consist of 3 coding question, 2 sql questions and 10 output question.

Round 2 - One-on-one 

(1 Question)

  • Q1. Project written on CV, Java questions, Scenario based question and 2 coding question 1. palindrome and string question.
Round 3 - Technical 

(2 Questions)

  • Q1. Panel of 5 , with company CT0, Backend Manager, Android Team Manager and 2 more people. Java question based on String, Java, Scenario based question on testing like, coffee machine, lift, Water bottle, Pa...
  • Q2. Geeksforgeeks puzzle question 2, Aptitude question based on Probalility.
Round 4 - HR 

(2 Questions)

  • Q1. With HR and QA Team Manager
  • Q2. Aptitude and puzzle question. why you want to join company, what are your strengths and weakness, hobbies. Salary Discussion

QA Engineer Interview Questions & Answers

Deloitte user image Fazila Mujawar

posted on 15 Jun 2024

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

(4 Questions)

  • Q1. Explain Framework
  • Ans. 

    Framework is a structured set of guidelines, libraries, and tools used to develop software applications.

    • Framework provides a foundation for developers to build upon

    • It includes pre-written code, libraries, and APIs

    • Frameworks help in organizing code and promoting best practices

    • Examples: Selenium for automated testing, Angular for web development

  • Answered by AI
  • Q2. Git flow and conflict resolution
  • Q3. WAP to find the odd numbers from given array using collection
  • Ans. 

    Program to find odd numbers from array using collection

    • Create a list to store odd numbers

    • Iterate through the array and check if each element is odd

    • Add odd numbers to the list

    • Return the list of odd numbers

  • Answered by AI
  • Q4. How to locate a link and perform click on all the links
  • Ans. 

    Locate and click on links using Selenium WebDriver

    • Use Selenium WebDriver to locate elements on the webpage

    • Identify the links using locators like ID, class name, xpath, etc.

    • Iterate through the list of links and perform a click action on each link

  • Answered by AI

Skills evaluated in this interview

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

I applied via Referral and was interviewed before Jun 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. What is sanity testing
  • 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 code change or bug fix to ensure that the core functionalities are not affected.

    • The main goal of sanity testing is to verify that the application is stable enough for further tes...

  • Answered by AI
  • Q2. What is selenium
  • Ans. 

    Selenium is a popular open-source automation testing tool used for web applications.

    • Selenium supports multiple programming languages like Java, Python, C#, etc.

    • It allows testers to write test scripts in a variety of programming languages.

    • Selenium WebDriver is the most commonly used component for automating web browsers.

    • Selenium Grid is used for parallel testing across different browsers and environments.

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Deloitte QA Engineer interview:
  • Selenium
  • Java
Interview preparation tips for other job seekers - Prepare well

Skills evaluated in this interview

Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
No response
Round 1 - Technical 

(1 Question)

  • Q1. What will you do if clinet rejects
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

I applied via Approached by Company and was interviewed in Dec 2023. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. How do you handle frames
  • Ans. 

    Frames in QA refer to the use of framesets and iframes in web applications.

    • Frames are used to divide a web page into multiple sections, each with its own HTML document.

    • To handle frames, QA engineers need to understand how to switch between frames using methods like switchTo().

    • They should also be familiar with locating elements within frames using appropriate locators.

    • Example: driver.switchTo().frame('frameName')

    • Example

  • Answered by AI

Skills evaluated in this interview

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

I applied via Walk-in and was interviewed in Jan 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Different types of assert
  • Ans. 

    Different types of assert include assert equals, assert true, assert false, assert not null, and assert not same.

    • Assert equals: Compares two values for equality

    • Assert true: Checks if a condition is true

    • Assert false: Checks if a condition is false

    • Assert not null: Verifies that a value is not null

    • Assert not same: Verifies that two objects do not refer to the same object

  • Answered by AI
  • Q2. Different types of coats
  • Ans. 

    There are various types of coats, including trench coats, pea coats, duffle coats, and overcoats.

    • Trench coat

    • Pea coat

    • Duffle coat

    • Overcoat

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare all the basics of selenium
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I appeared for an interview in Jan 2025.

Round 1 - Technical 

(1 Question)

  • Q1. It was good and simple questions were asked related to java, testng and selenium
Round 2 - One-on-one 

(1 Question)

  • Q1. It was difficult and totally based on the coding.

Crunchersoft Technologies Interview FAQs

How many rounds are there in Crunchersoft Technologies QA Engineer interview?
Crunchersoft Technologies interview process usually has 3 rounds. The most common rounds in the Crunchersoft Technologies interview process are Technical, One-on-one Round and HR.

Tell us how to improve this page.

Crunchersoft Technologies QA Engineer Interview Process

based on 1 interview

Interview experience

3
  
Average
View more
Crunchersoft Technologies QA Engineer Salary
based on 7 salaries
₹3 L/yr - ₹5.7 L/yr
32% less than the average QA Engineer Salary in India
View more details

Crunchersoft Technologies QA Engineer Reviews and Ratings

based on 1 review

5.0/5

Rating in categories

5.0

Skill development

5.0

Work-life balance

3.0

Salary

4.0

Job security

4.0

Company culture

3.0

Promotions

5.0

Work satisfaction

Explore 1 Review and Rating
Softwaretest Engineer
34 salaries
unlock blur

₹1.2 L/yr - ₹6.7 L/yr

Automation Test Engineer
27 salaries
unlock blur

₹3.2 L/yr - ₹7 L/yr

Software Developer
16 salaries
unlock blur

₹2.1 L/yr - ₹7.2 L/yr

Software Engineer
9 salaries
unlock blur

₹2.7 L/yr - ₹5.2 L/yr

Test Engineer
8 salaries
unlock blur

₹1 L/yr - ₹5 L/yr

Explore more salaries
Compare Crunchersoft Technologies with

Cognizant

3.7
Compare

Teleperformance

3.9
Compare

iEnergizer

4.6
Compare

Reliance Retail

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