Upload Button Icon Add office photos

Filter interviews by

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

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

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

Round 1 - Coding Test 

Hacker rank test based on python and selenium along with a python programming question

Round 2 - Technical 

(2 Questions)

  • Q1. Explain oops concept and where do you use it in your automation project
  • Ans. 

    OOPs concept refers to Object-Oriented Programming principles like inheritance, encapsulation, polymorphism, and abstraction.

    • Inheritance: Reusing code and creating a hierarchy of classes

    • Encapsulation: Hiding the internal implementation details of a class

    • Polymorphism: Ability to use a single interface for different data types or objects

    • Abstraction: Showing only necessary details and hiding unnecessary details

  • Answered by AI
  • Q2. What is synchronisation and how do we handle it
  • Ans. 

    Synchronization is the coordination of multiple processes to ensure they work together effectively.

    • Synchronization is important in multi-threaded applications to prevent race conditions and ensure data consistency.

    • We can handle synchronization using techniques like locks, semaphores, and monitors.

    • For example, in Java, we can use synchronized keyword or ReentrantLock class to achieve synchronization.

    • Another example is u...

  • Answered by AI
Round 3 - Technical 

(2 Questions)

  • Q1. Coding question find the frequency of characters
  • Ans. 

    Find the frequency of characters in an array of strings.

    • Iterate through each string in the array

    • For each character in the string, increment its count in a hashmap

    • Return the hashmap with character frequencies

  • Answered by AI
  • Q2. Robot framework and pytest differences
  • Ans. 

    Robot framework is keyword-driven, while pytest is a full-featured testing framework.

    • Robot framework is based on keywords and test cases are written in tabular format, while pytest is a full-featured testing framework with fixtures, asserts, and plugins.

    • Robot framework has built-in libraries for various tasks like file operations, database interactions, etc., while pytest relies on external libraries for such functiona...

  • Answered by AI

Skills evaluated in this interview

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

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

Round 1 - Technical 

(2 Questions)

  • Q1. Write a program to reverse even words in string?
  • Ans. 

    Program to reverse even words in a string

    • Split the string into words

    • Iterate through the words and reverse the even-indexed words

    • Join the words back into a string

  • Answered by AI
  • Q2. Find elements
  • Ans. 

    Finding elements in a web page using various locators

    • Use CSS selectors to locate elements by class, id, attribute, etc.

    • Use XPath to locate elements based on their path in the HTML structure

    • Use name, tag name, link text, partial link text locators as needed

  • Answered by AI
Round 2 - Coding Test 

Arraylist,maps,strings,oops concept

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

I applied via LinkedIn and was interviewed in Jun 2023. There were 3 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. Various questions on automation, api and selenium
  • Q2. Select statement , sorting an array , status codes
Round 3 - One-on-one 

(2 Questions)

  • Q1. With client where they asked about api and java questions
  • Q2. Status codes , rest and soap difference, scenerio based test cases
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - One-on-one 

(2 Questions)

  • Q1. What is your daily approach to testing?
  • Ans. 

    My daily approach to testing involves thorough planning, executing test cases, documenting results, and collaborating with team members.

    • I start by reviewing requirements and creating test cases

    • I execute test cases manually or using automation tools

    • I document test results and report any issues found

    • I collaborate with developers and other team members to ensure quality standards are met

  • Answered by AI
  • Q2. How do you develop a test strategy?
  • Ans. 

    Developing a test strategy involves defining objectives, identifying test types, prioritizing tests, and creating a plan.

    • Define objectives and goals of testing

    • Identify types of tests to be conducted (e.g. functional, performance, security)

    • Prioritize tests based on risk and criticality

    • Create a detailed test plan outlining resources, timelines, and responsibilities

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Please share your examples of issues you have encountered during your testing experiences.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before Jun 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. OOPs Concepts related questions.
  • Q2. Manual Testing related questions.
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 

Average coding test

Round 3 - Technical 

(1 Question)

  • Q1. Managerial discussion with Tech. questions
Round 4 - HR 

(2 Questions)

  • Q1. Why should we hire you?
  • Q2. Tell me about yourself.

Interview Preparation Tips

Interview preparation tips for other job seekers - Good company for beginners to start with.
Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I applied via Approached by Company and was interviewed in Sep 2024. There was 1 interview round.

Round 1 - Technical 

(9 Questions)

  • Q1. Introduction, Current project overview and your role and responsibilities
  • Q2. Agile Ceremonies, Role of QA in Agile
  • Ans. 

    Agile ceremonies are key meetings in Agile methodology where QA plays a crucial role in ensuring quality throughout the development process.

    • QA participates in Agile ceremonies such as Sprint Planning, Daily Stand-ups, Sprint Review, and Sprint Retrospective to provide input on quality aspects.

    • QA helps in defining acceptance criteria for user stories during Sprint Planning to ensure that the team understands the quality...

  • Answered by AI
  • Q3. Story Estimation Techniques in Agile
  • Ans. 

    Story estimation techniques in Agile involve using relative sizing, planning poker, and t-shirt sizing.

    • Relative sizing compares the size of one story to another to estimate effort.

    • Planning poker involves team members individually estimating stories and then discussing differences.

    • T-shirt sizing categorizes stories into small, medium, large, etc. based on complexity.

    • Fibonacci sequence can be used for story points (1, 2,

  • Answered by AI
  • Q4. Updating scrum board and its process
  • Ans. 

    Updating the scrum board involves adding, moving, and removing tasks to reflect the current status of the project.

    • Regularly update the scrum board with the progress of tasks

    • Move tasks from 'To Do' to 'In Progress' to 'Done' columns as they are worked on and completed

    • Remove tasks that are no longer relevant or have been completed

    • Ensure the team is aware of any changes made to the scrum board

  • Answered by AI
  • Q5. Different type of SQL Joins
  • Ans. 

    SQL Joins are used to combine rows from two or more tables based on a related column between them.

    • INNER JOIN: Returns rows when there is at least one match in both tables

    • LEFT JOIN: Returns all rows from the left table and the matched rows from the right table

    • RIGHT JOIN: Returns all rows from the right table and the matched rows from the left table

    • FULL JOIN: Returns rows when there is a match in one of the tables

  • Answered by AI
  • Q6. Test Plan, test Report in detal
  • Q7. Testing tools used
  • Ans. 

    I have experience using a variety of testing tools such as Selenium, Jira, and TestRail.

    • Selenium

    • Jira

    • TestRail

  • Answered by AI
  • Q8. Years of experience in team leading and challenges faced
  • Ans. 

    Over 5 years of experience leading QA teams, faced challenges in communication, resource allocation, and stakeholder management.

    • Managed a team of 10 QA engineers, ensuring timely delivery of high-quality testing.

    • Challenges included resolving conflicts within the team, prioritizing tasks based on project deadlines, and effectively communicating with stakeholders.

    • Implemented agile methodologies to improve team efficiency...

  • Answered by AI
  • Q9. Questions on Finance domain like derivatives, equity , Regulatory reports

Interview Preparation Tips

Topics to prepare for Iris Software QA Lead interview:
  • Agile
  • sql join
  • Test Planning
  • Test Reporting
  • Finance
Interview preparation tips for other job seekers - My technical interview with QA manager happened on Friday. On Monday, I received a call from HR saying ' final round with client would happen on Tuesday or Wednesday late night (as it was Canada based) and she told that the time slot would be confirmed by EOD. And also said that QA manager would also call me to give a brief on client round on that very same day. But after that I didn't received any call from her side or that manager.

Miraculously, a week later I received a call from that same HR saying my profile went on hold and didn't gave any explanations about that (as I was already finalized for the client round). Later she said now I need to appear for other US based client and will have to give 2 additional rounds and also the designation would be lower than a Lead and that too of Senior QA. When I asked why you want to take 2 more rounds for this client, as earlier you said only 2 rounds would happen? She said its a company policy to have 2 technical and 1 managerial round. I said then why my 1st technical happened with the manager in first place and was told to appear only for 2 rounds?
Obv she was lying and straight away asked if I was interested in the 2nd client and I still very professionally asked her to share the job description with me. She acted very rudely and since then I have not heard from her.

My advice for other job seekers is not to appear for this company's interview. They have no work ethics and take the candidates for granted. They have no respect for the time of people interviewing with them.
Recruiter Divya seriously needs to go under professional behavior training as she has no sense of talking to the candidates. She should realize that she is not the owner of company and should not tell straight away lies. She seriously lacks professionalism and corporate work ethics Being a HR she has to understand the meaning of human first!!

Skills evaluated in this interview

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

I applied via Campus Placement and was interviewed in Oct 2024. There were 3 interview rounds.

Round 1 - Group Discussion 

Is India ready for cashless services

Round 2 - Technical 

(7 Questions)

  • Q1. SOL fundamentals knowledge
  • Q2. DDL DML difference
  • Ans. 

    DDL stands for Data Definition Language and is used to define the structure of database objects. DML stands for Data Manipulation Language and is used to manipulate data within the database.

    • DDL is used to create, modify, and delete database objects like tables, indexes, etc.

    • DML is used to insert, update, delete, and retrieve data from the database.

    • Examples of DDL statements include CREATE TABLE, ALTER TABLE, DROP TABLE...

  • Answered by AI
  • Q3. Join syntax is known
  • Q4. Logic gate knowledge
  • Q5. Universal logic gate
  • Q6. Testing automation
  • Q7. Javascript knowledge
Round 3 - HR 

(4 Questions)

  • Q1. Self introduction
  • Q2. Family background
  • Q3. Native place information
  • Ans. 

    I was born and raised in a small town in the countryside, surrounded by nature and close-knit community.

    • My native place is a peaceful town with a population of around 10,000 people.

    • It is located in the southern part of the country, known for its lush greenery and scenic landscapes.

    • The town has a strong sense of community, with annual festivals and events that bring everyone together.

    • I have fond memories of playing in t...

  • Answered by AI
  • Q4. Relocation to Mumbai

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview process is easy be confident

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
No response
Round 1 - Aptitude Test 

The first round was coding+ aptitude
Gave exam on unstop platform the aptitude questions where divided into section 45 mins for aptitude (logical reasoning+ quants+ verbal) then 25 min for technical mcqs try to be as fast as you can

Round 2 - Coding Test 

It consisted of 3 coding questions 2 were easy 1 was hard

Round 3 - Virtual interview 

(2 Questions)

  • Q1. They asked me mostly SQL based on my resume ( asked other friends, and mostly the question where on the skills you mention on resume)
  • Q2. Some coding questions like palindrome and reverse a string
Round 4 - Technical 

(2 Questions)

  • Q1. Mostly resume based questions
  • Q2. Text cases for your projects and how do you test your projects
  • Ans. 

    I create test cases based on project requirements and use automation tools to test the projects.

    • Identify test scenarios based on project requirements

    • Create test cases for positive and negative scenarios

    • Use automation tools like Selenium or Appium to execute test cases

    • Analyze test results and report any issues found

  • Answered by AI
Round 5 - HR 

(1 Question)

  • Q1. Basic HT question

Skills evaluated in this interview

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

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
111 salaries
unlock blur

₹6.8 L/yr - ₹18 L/yr

Principal Engineer
92 salaries
unlock blur

₹13.9 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.7
Compare

Wipro

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