Upload Button Icon Add office photos

Pramati Technologies

Compare button icon Compare button icon Compare

Filter interviews by

Clear (1)

Pramati Technologies Senior QA Engineer Interview Questions and Answers

Updated 12 Nov 2019

Pramati Technologies Senior QA Engineer Interview Experiences

1 interview found

I applied via Naukri.com and was interviewed in Oct 2019. There were 3 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. 1st round - Functional Testing Basic , DB testing , SQL Queries
  • Q2. 2nd round - Advanced Testing questions (Test Plan, Risk etc) , Advanced SQl (Joins , Various Clauses, Subqueries etc), Project related scenario based questions, Java questions and UFT testing tool question...
  • Q3. 3rd round - Managerial Round (Project Specific Scenario questions)

Interview Preparation Tips

Interview preparation tips for other job seekers - The question were mostly releated to whatever I have put in my resume so irts best to prepare the resume in such a way that if ay one ask any quetion from it you are able to answer.

Interview questions from similar companies

I applied via Monster and was interviewed before Oct 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Technical selenium and architecture

Interview Preparation Tips

Interview preparation tips for other job seekers - Be ready with technical knowlage

Interview Questionnaire 

2 Questions

  • Q1. Basisc of cove java
  • Ans. 

    Core Java is the fundamental part of Java programming language.

    • Core Java includes basic concepts like data types, control structures, and object-oriented programming.

    • It is used to develop standalone applications, web applications, and mobile applications.

    • Examples of Core Java libraries include java.lang, java.util, and java.io.

    • Core Java is a prerequisite for learning advanced Java concepts like Spring and Hibernate.

  • Answered by AI
  • Q2. Framework designing and selenium questions

Skills evaluated in this interview

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

I applied via LinkedIn and was interviewed in Sep 2023. There were 4 interview rounds.

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

I appeared for an interview in May 2024.

Skills evaluated in this interview

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

I applied via Referral and was interviewed in Dec 2024. There was 1 interview round.

Round 1 - Technical 

(9 Questions)

  • Q1. Match 14 characters before @ , given an url
  • Ans. 

    Extract the 14 characters before @ in a given URL

    • Use string manipulation to extract characters before @ symbol

    • Consider edge cases like no @ symbol or less than 14 characters before @

    • Handle special characters like %20 or %40

  • Answered by AI
  • Q2. Match Atleast one capital, once small case, 1 digit and 1 special character using regex?
  • Ans. 

    Regex pattern to match at least one capital letter, one small case letter, one digit, and one special character.

    • Use the regex pattern: (?=.*[A-Z])(?=.*[a-z])(?=.*[0-9])(?=.*[^A-Za-z0-9])

    • Example: Password@123

  • Answered by AI
  • Q3. Given a string ="This is my interview for QA engineer"; write code to give an output of each word with vowel count?
  • Ans. 

    Code to output each word with vowel count in a given string.

    • Split the string into words using space as delimiter

    • Iterate through each word and count the number of vowels

    • Store the word and its vowel count in an array of strings

  • Answered by AI
  • Q4. Given a 2X2 Matrix, find the maximum diagonal sum?
  • Ans. 

    To find the maximum diagonal sum in a 2X2 Matrix, sum the elements of the main diagonal and the opposite diagonal.

    • Sum the elements of the main diagonal (top left to bottom right) and the opposite diagonal (top right to bottom left).

    • Compare the sums of both diagonals and return the maximum sum.

    • Example: For a 2X2 Matrix [[1, 2], [3, 4]], the main diagonal sum is 1+4=5 and the opposite diagonal sum is 2+3=5. The maximum d

  • Answered by AI
  • Q5. How do you find the selected option text from dropdown in selenium?
  • Ans. 

    To find the selected option text from a dropdown in Selenium, you can use the getFirstSelectedOption() method.

    • Use the Select class to work with dropdown elements in Selenium

    • Use the getFirstSelectedOption() method to get the selected option

    • Retrieve the text of the selected option using getText() method

  • Answered by AI
  • Q6. Given a dropdown contains options with duplicates. Find those duplicates along with its occurrence/frequency?
  • Ans. 

    Find duplicates in a dropdown along with their occurrence/frequency.

    • Iterate through the dropdown options and store each option in a hashmap with its frequency.

    • Identify options with frequency greater than 1 as duplicates.

    • Return the duplicates along with their occurrence/frequency.

  • Answered by AI
  • Q7. How do you resolve merge conflicts in git?
  • Ans. 

    Resolve merge conflicts in git by using git commands and tools.

    • Pull the latest changes from the remote repository

    • Use 'git status' to identify conflicting files

    • Open the conflicting files and manually resolve the conflicts

    • Add the resolved files to the staging area using 'git add'

    • Commit the changes with a merge message using 'git commit'

  • Answered by AI
  • Q8. How to bring specific commit changes to your branch?
  • Ans. 

    Use git cherry-pick command to bring specific commit changes to your branch.

    • Identify the commit hash of the specific changes you want to bring to your branch.

    • Checkout to the branch where you want to apply the changes.

    • Use 'git cherry-pick <commit-hash>' command to apply the specific commit changes to your branch.

  • Answered by AI
  • Q9. How to switch to frame and come out of it in selenium?
  • Ans. 

    To switch to a frame in Selenium, use driver.switchTo().frame() method. To come out of a frame, use driver.switchTo().defaultContent() method.

    • Use driver.switchTo().frame() method to switch to a frame

    • Use driver.switchTo().defaultContent() method to come out of a frame

    • Example: driver.switchTo().frame("frameName");

    • Example: driver.switchTo().defaultContent();

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep doing any activity(remove/add/update resume, change skills etc..) in naukri/linkedin so that i catches recruiters attention
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

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

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
-
Result
Selected Selected

I appeared for an interview in Oct 2024.

Contribute & help others!
anonymous
You can choose to be anonymous

Pramati Technologies Interview FAQs

What are the top questions asked in Pramati Technologies Senior QA Engineer interview?

Some of the top questions asked at the Pramati Technologies Senior QA Engineer interview -

  1. 2nd round - Advanced Testing questions (Test Plan, Risk etc) , Advanced SQl (Jo...read more
  2. 1st round - Functional Testing Basic , DB testing , SQL Quer...read more
  3. 3rd round - Managerial Round (Project Specific Scenario questio...read more

Recently Viewed

INTERVIEWS

Pramati Technologies

No Interviews

SALARIES

Spencer's Retail

INTERVIEWS

Pramati Technologies

No Interviews

INTERVIEWS

Pramati Technologies

No Interviews

SALARIES

Spencer's Retail

SALARIES

Capgemini

SALARIES

Deloitte

INTERVIEWS

Teva Pharmaceuticals

No Interviews

INTERVIEWS

Pramati Technologies

No Interviews

INTERVIEWS

Pramati Technologies

No Interviews

Tell us how to improve this page.

Pramati Technologies Senior QA Engineer Salary
based on 54 salaries
₹8.1 L/yr - ₹17.5 L/yr
At par with the average Senior QA Engineer Salary in India
View more details

Pramati Technologies Senior QA Engineer Reviews and Ratings

based on 5 reviews

5.0/5

Rating in categories

4.0

Skill development

4.4

Work-life balance

4.7

Salary

4.5

Job security

4.7

Company culture

4.6

Promotions

4.4

Work satisfaction

Explore 5 Reviews and Ratings
Senior Development Engineer
174 salaries
unlock blur

₹7.8 L/yr - ₹23 L/yr

Development Engineer
102 salaries
unlock blur

₹6.8 L/yr - ₹19 L/yr

Principal Engineer
86 salaries
unlock blur

₹13.2 L/yr - ₹27.5 L/yr

Quality Analyst
57 salaries
unlock blur

₹4 L/yr - ₹8.5 L/yr

Senior QA Engineer
54 salaries
unlock blur

₹8.1 L/yr - ₹17.5 L/yr

Explore more salaries
Compare Pramati Technologies with

Persistent Systems

3.5
Compare

TCS

3.7
Compare

Infosys

3.6
Compare

Wipro

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