Upload Button Icon Add office photos
Engaged Employer

i

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

Pentabay Softwares Verified Tick

Compare button icon Compare button icon Compare
4.4

based on 14 Reviews

Filter interviews by

Pentabay Softwares Software Tester Interview Questions and Answers

Updated 31 Jan 2025

Pentabay Softwares Software Tester Interview Experiences

1 interview found

Software Tester Interview Questions & Answers

user image Lokesh Kumar

posted on 31 Jan 2025

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Behavioral 

(3 Questions)

  • Q1. Worst questions will be asked by CEO..
  • Q2. Whats the features you been tested on previous organisation
  • Q3. What the functionality of the feature

Interview Preparation Tips

Interview preparation tips for other job seekers - Avoid attending interviews there, as they simply waste our time. They scheduled an interview at 9 AM with the CEO but rescheduled it to 9:15 AM, and when joining the call, the CEO had not yet joined. The CEO exhibited rude behavior; when we answered a question, he asked the same question again without allowing us time to speak. The entire experience was a waste of time and a stressful interview. I've never given bad reviews to anyone, but this experience warrants it, so please be cautious and refrain from attending interviews here.

Interview questions from similar companies

Round 1 - HR 

(2 Questions)

  • Q1. Tell me about yourself.
  • Q2. How is your experinece

Interview Preparation Tips

Interview preparation tips for other job seekers - it very good nice to hear such good things
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Aug 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Aptitude round consisted of 60 questions in 60 minutes

Round 2 - Technical 

(2 Questions)

  • Q1. Interview duration was 1 hour 10 minutes
  • Q2. General testing process
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
Not Selected
Round 1 - Group Discussion 

General topics like Artificial Intelligence positive or negative impacts

Round 2 - Technical 

(1 Question)

  • Q1. Everything from resume
Round 3 - HR 

(1 Question)

  • Q1. General questions
Interview experience
4
Good
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in May 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Asked SQL queries along with other JAVA questions

Round 2 - Technical 

(2 Questions)

  • Q1. Test scenarios for testing Whatapp application
  • Ans. 

    Test scenarios for testing WhatsApp application

    • Verify sending a text message

    • Test sending multimedia files (images, videos)

    • Check group chat functionality

    • Test voice and video call features

    • Verify message encryption and security measures

  • Answered by AI
  • Q2. Program explaining OOPS concepts
  • Ans. 

    OOPS concepts are the foundation of object-oriented programming, including inheritance, encapsulation, polymorphism, and abstraction.

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

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

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

    • Abstraction: Hiding the complex implementatio...

  • Answered by AI

Skills evaluated in this interview

Test Engineer Interview Questions & Answers

ivy user image konjarla chandu

posted on 27 Apr 2024

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
-
Result
-
Round 1 - Aptitude Test 

It's very simple and it's a fresher level interview

Round 2 - Coding Test 

Java code and some SQL query

Round 3 - HR 

(1 Question)

  • Q1. It's a general discussion
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via LinkedIn and was interviewed in Dec 2022. There was 1 interview round.

Round 1 - Technical 

(6 Questions)

  • Q1. Oops Concepts of Java
  • Ans. 

    Oops Concepts of Java are fundamental principles of object-oriented programming.

    • 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 of a method to do different things based on the object it is acting upon.

    • Abstraction: Hiding the implementation details and showing only the necessary fe

  • Answered by AI
  • Q2. How to validate that the URL loaded is correct or not?
  • Ans. 

    To validate the correct URL loaded, check the current URL in the browser.

    • Get the current URL from the browser using driver.getCurrentUrl() method in Selenium.

    • Compare the current URL with the expected URL to validate correctness.

    • Use assertions or conditional statements to confirm if the URL is correct.

    • Consider handling any redirects or dynamic URLs that may affect validation.

    • Utilize regular expressions for more flexible

  • Answered by AI
  • Q3. Alert handling in selenium
  • Ans. 

    Alert handling in Selenium involves handling pop-up alerts, confirmation alerts, and prompt alerts.

    • Use driver.switchTo().alert() method to handle alerts

    • To accept an alert, use alert.accept() method

    • To dismiss an alert, use alert.dismiss() method

    • To get text from an alert, use alert.getText() method

    • To send text to a prompt alert, use alert.sendKeys() method

  • Answered by AI
  • Q4. How to perform Mouse actions
  • Ans. 

    Mouse actions can be performed using Selenium WebDriver by using Actions class

    • Create an instance of Actions class

    • Use methods like moveToElement, click, doubleClick, contextClick, dragAndDrop, etc.

    • Perform the desired action by calling the respective method on the Actions object

  • Answered by AI
  • Q5. How to read data from an XL file using selenium
  • Ans. 

    You can read data from an Excel file using Apache POI library in Selenium.

    • Use Apache POI library to interact with Excel files

    • Create a FileInputStream object to read the Excel file

    • Create a Workbook object to represent the Excel file

    • Get the desired sheet from the Workbook

    • Iterate through rows and cells to read data

  • Answered by AI
  • Q6. Waits in selenium
  • Ans. 

    Waits in Selenium are used to make the automation script wait for a certain condition to be met before proceeding.

    • Implicit Wait: Waits for a certain amount of time before throwing a NoSuchElementException.

    • Explicit Wait: Waits for a certain condition to be met before proceeding.

    • Fluent Wait: Waits for a condition with a defined maximum amount of time.

    • Thread.sleep(): Pauses the execution for a specified amount of time.

  • Answered by AI

Skills evaluated in this interview

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 - Aptitude Test 

General topics, technical in nature

Round 3 - Technical 

(1 Question)

  • Q1. Automation Tools, Selenium
Round 4 - HR 

(1 Question)

  • Q1. Why are you changing job now, some case examples

Interview Preparation Tips

Interview preparation tips for other job seekers - It is simple interview. Technical can be detailed.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Aug 2022. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Coding Test 

Pattern program, array segregation prograk

Round 3 - One-on-one 

(3 Questions)

  • Q1. Selenium wait, oops concept
  • Q2. Collection in java
  • Ans. 

    Collection in Java is a framework that provides an architecture to store and manipulate a group of objects.

    • Collections are used to store, retrieve, manipulate, and communicate aggregate data.

    • Common collection types include List, Set, Map, and Queue.

    • Example: List names = new ArrayList<>(); names.add("Alice"); names.add("Bob");

    • Example: Set numbers = new HashSet<>(); numbers.add(1); numbers.add(2);

Answered by AI
  • Q3. TestNg question
  • Round 4 - HR 

    (1 Question)

    • Q1. Salary discussion

    Skills evaluated in this interview

    I applied via Recruitment Consultant and was interviewed in Dec 2020. There was 1 interview round.

    Interview Questionnaire 

    1 Question

    • Q1. Test Cases, Test Plan, API related question

    Interview Preparation Tips

    Interview preparation tips for other job seekers - This interview process have 2 technical rounds. Both the rounds lasted about 1 hour. Most of the questions were asked from your skills mentioned on resume. Please go through the job description to ensure that you are a best fit for the position.

    Pentabay Softwares Interview FAQs

    How many rounds are there in Pentabay Softwares Software Tester interview?
    Pentabay Softwares interview process usually has 1 rounds. The most common rounds in the Pentabay Softwares interview process are Behavioral.

    Tell us how to improve this page.

    Pentabay Softwares Software Tester Interview Process

    based on 1 interview

    Interview experience

    1
      
    Bad
    View more
    Software Engineer
    5 salaries
    unlock blur

    ₹1.8 L/yr - ₹4 L/yr

    HR Executive
    4 salaries
    unlock blur

    ₹2.3 L/yr - ₹3 L/yr

    Flutter Developer
    4 salaries
    unlock blur

    ₹2.5 L/yr - ₹5.4 L/yr

    Mern Stack Developer
    4 salaries
    unlock blur

    ₹2.4 L/yr - ₹3.8 L/yr

    Software Developer
    3 salaries
    unlock blur

    ₹4.5 L/yr - ₹11.5 L/yr

    Explore more salaries
    Compare Pentabay Softwares with

    TCS

    3.7
    Compare

    Infosys

    3.6
    Compare

    Wipro

    3.7
    Compare

    HCLTech

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