Upload Button Icon Add office photos

AgilePoint

Compare button icon Compare button icon Compare

Filter interviews by

AgilePoint QA Engineer Interview Questions and Answers

Updated 3 Dec 2024

AgilePoint QA Engineer Interview Experiences

1 interview found

QA Engineer Interview Questions & Answers

user image Anonymous

posted on 3 Dec 2024

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

I applied via Recruitment Consulltant and was interviewed before Dec 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

ISTQB Question papers

Round 2 - Technical 

(3 Questions)

  • Q1. Explain STLC,SDLC
  • Q2. Explain Bug Life cycle
  • Ans. 

    The Bug Life Cycle outlines the stages a bug goes through from identification to resolution.

    • 1. **Identification**: A bug is discovered during testing or by users. Example: A user reports a crash when opening the app.

    • 2. **Reporting**: The bug is documented in a bug tracking system with details like severity and steps to reproduce. Example: A QA engineer logs the bug in JIRA.

    • 3. **Triage**: The bug is reviewed and priorit...

  • Answered by AI
  • Q3. SQL Queries with Joins and Subqueries

Skills evaluated in this interview

Top trending discussions

View All
Interview Tips & Stories
2w
toobluntforu
·
works at
Cvent
Can speak English, can’t deliver in interviews
I feel like I can't speak fluently during interviews. I do know english well and use it daily to communicate, but the moment I'm in an interview, I just get stuck. since it's not my first language, I struggle to express what I actually feel. I know the answer in my head, but I just can’t deliver it properly at that moment. Please guide me
Got a question about AgilePoint?
Ask anonymously on communities.

Interview questions from similar companies

Interview Questionnaire 

2 Questions

  • Q1. Online test
  • Q2. Selenium questions

QA Engineer Interview Questions Asked at Other Companies

Q1. Suppose your manager gave you a task to complete in one week, but ... read more
Q2. There are 80 pairs of socks in a dark room, 40 black and 40 white ... read more
Q3. 100 apples are eaten in 5 consecutive days, with each day having ... read more
Q4. how to access amazon page directly directly with out using driver ... read more
Q5. If a pen's weight equals 2 kg plus half of its own weight, what i ... read more

I applied via Campus Placement and was interviewed before Oct 2020. There was 1 interview round.

Interview Questionnaire 

3 Questions

  • Q1. Questions were regarding my engineering subjects
  • Q2.  Interviewer asked me a simple but complex programming question to solve
  • Q3. He asked me about my strength , other curriculum activities I participated in

Interview Preparation Tips

Interview preparation tips for other job seekers - Try to be calm and stick to question ,don't try to drag interviewer to any other topic
Try to be honest with interviewer

I applied via Campus Placement and was interviewed before Nov 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. About sdlc and stlc

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare good 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.
  • 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

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
5
Excellent
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I appeared for an interview in Oct 2024, where I was asked the following questions.

  • Q1. Framework structre and automation
  • Q2. Ci/cd pipelines
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. What are server and client side codes
  • Ans. 

    Server side code runs on the server and client side code runs on the client's browser.

    • Server side code is executed on the server before the data is sent to the client's browser.

    • Client side code is executed on the client's browser after receiving the data from the server.

    • Examples of server side code include PHP, Java, and Python.

    • Examples of client side code include JavaScript, HTML, and CSS.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep your problem solving technique strong even if you don't know the exact solution

Skills evaluated in this interview

Are these interview questions helpful?
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed before Oct 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

Aptitude test level was easy

Round 2 - Technical 

(2 Questions)

  • Q1. Java basics questions
  • Q2. Selenium excel related coding
  • Ans. 

    Using Selenium with Excel involves reading and writing data for automated testing.

    • Use Apache POI library to read/write Excel files in Java.

    • Example: Reading data from Excel can be done using FileInputStream and Workbook classes.

    • Example: Writing data to Excel involves creating a FileOutputStream and using the Sheet and Row classes.

    • Selenium can interact with web elements based on data retrieved from Excel.

  • 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 Oct 2024.

Round 1 - Aptitude Test 

Complex aptitude Test

Round 2 - Technical 

(2 Questions)

  • Q1. Test estimation techniques
  • Ans. 

    Test estimation techniques involve various methods to predict the time and resources needed for testing activities.

    • Use historical data from previous projects to estimate testing effort

    • Break down the project into smaller tasks and estimate each task individually

    • Use expert judgment from experienced QA engineers to provide input on estimation

    • Consider complexity, risks, and dependencies when estimating testing effort

  • Answered by AI
  • Q2. Equals to vs ==
  • Ans. 

    Equals to (equals method) checks value equality, while == checks reference equality in Java.

    • equals() method compares the actual content of objects. Example: 'abc'.equals('abc') returns true.

    • == operator checks if both references point to the same object in memory. Example: String a = new String('abc'); String b = new String('abc'); a == b returns false.

    • For primitive types, == compares values directly. Example: int x = 5...

  • Answered by AI

Skills evaluated in this interview

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

I applied via Recruitment Consulltant and was interviewed in Sep 2024. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Manual and automation relatated question
Round 2 - Technical 

(1 Question)

  • Q1. More about Manual and automation Api testing
Round 3 - One-on-one 

(1 Question)

  • Q1. PDM round mostly general interaction

AgilePoint Interview FAQs

How many rounds are there in AgilePoint QA Engineer interview?
AgilePoint interview process usually has 2 rounds. The most common rounds in the AgilePoint interview process are Aptitude Test and Technical.
What are the top questions asked in AgilePoint QA Engineer interview?

Some of the top questions asked at the AgilePoint QA Engineer interview -

  1. Explain Bug Life cy...read more
  2. SQL Queries with Joins and Subquer...read more
  3. Explain STLC,S...read more

Tell us how to improve this page.

Overall Interview Experience Rating

4/5

based on 1 interview experience

Difficulty level

Moderate 100%

Duration

Less than 2 weeks 100%
View more
AgilePoint QA Engineer Salary
based on 14 salaries
₹3.2 L/yr - ₹7.9 L/yr
15% less than the average QA Engineer Salary in India
View more details

AgilePoint QA Engineer Reviews and Ratings

based on 1 review

4.0/5

Rating in categories

4.0

Skill development

3.0

Work-life balance

3.0

Salary

4.0

Job security

4.0

Company culture

4.0

Promotions

4.0

Work satisfaction

Explore 1 Review and Rating
Software Engineer
57 salaries
unlock blur

₹3.8 L/yr - ₹8.8 L/yr

Senior Software Engineer
25 salaries
unlock blur

₹5.9 L/yr - ₹19.5 L/yr

QA Engineer
14 salaries
unlock blur

₹3 L/yr - ₹9 L/yr

Project Manager
12 salaries
unlock blur

₹8.5 L/yr - ₹22 L/yr

Software Engineer Trainee
8 salaries
unlock blur

₹2 L/yr - ₹4 L/yr

Explore more salaries
Compare AgilePoint with

Accenture

3.7
Compare

Wipro

3.7
Compare

Cognizant

3.7
Compare

Capgemini

3.7
Compare
write
Share an Interview