Upload Button Icon Add office photos

Filter interviews by

Perigord Data Solutions Software Tester Interview Questions and Answers

Updated 21 Jan 2025

Perigord Data Solutions Software Tester Interview Experiences

1 interview found

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. What is Mani concept of regression testing and what are challenges we face in regression testing..?
  • Ans. 

    Regression testing is retesting of modified software to ensure existing functionalities are not affected. Challenges include time constraints, test data management, and automation.

    • Regression testing ensures that new code changes do not adversely affect existing functionalities.

    • Challenges in regression testing include managing test data, time constraints, and ensuring comprehensive test coverage.

    • Automation tools can hel...

  • Answered by AI
  • Q2. What is xpath and how can we use xpath in automation testing..?
  • Ans. 

    XPath is a language used for locating elements on a web page using XML path expressions.

    • XPath stands for XML Path Language

    • It is used to navigate through elements and attributes in an XML document

    • In automation testing, XPath can be used to locate elements on a web page for testing purposes

    • XPath expressions can be used in tools like Selenium to identify elements based on their attributes

    • Example: //input[@id='username'] s

  • Answered by AI

Interview questions from similar companies

I applied via Naukri.com and was interviewed in Apr 2021. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. About my previous work experience
  • Q2. About achievements

Interview Preparation Tips

Interview preparation tips for other job seekers - It was good. I was asked everything in detail and the managers make you comfortable enough so that answer each and evry question

I applied via Naukri.com and was interviewed before Oct 2020. There were 4 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Online technical MCQ exam you have to clear..
  • Q2. After online technical MCQ telephonic round approx 30min.

Interview Preparation Tips

Interview preparation tips for other job seekers - Basic knowledge will be asked at technical round.
Be confident while giving answer.


Based on prior experience they will ask questions.

I applied via Recruitment Consultant and was interviewed in Mar 2021. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. Java based questions
  • Q2. Tool based questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep it simple and straightforward

Interview Questionnaire 

2 Questions

  • Q1. Tell me your roles and responsibility currently handling in your organization.
  • Q2. Why do you looking for change?

Interview Preparation Tips

Interview preparation tips for other job seekers - 1.Prepare and attend the interview
2.Be always in calm and relaxed mode even you not prepared anything for interview.
3.Answer slowly and clearly.
4.If you are not able to answer for some questions, tell that you are not sure about that concept and try to give an answer.
5.Have a smile in face. Don't get panic.
6.Take a long breath b4 attending the interview.

Contact me on XXXXX if you have more questions and need help.

I applied via Company Website and was interviewed in Oct 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. What is recursion ? what is inheritance? what is heap? write a code to find the largest element in an array?
  • Ans. 

    Recursion is a process in which a function calls itself. Inheritance is a mechanism in OOP where a class inherits properties of another class. Heap is a region of memory used for dynamic memory allocation.

    • Recursion can be used to solve problems that can be broken down into smaller sub-problems.

    • Inheritance allows for code reuse and helps in creating a hierarchy of classes.

    • Heap is used for dynamic memory allocation in la...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Do not loose your confidence till the end of the interview and be clear with your voice .

Skills evaluated in this interview

Interview Questionnaire 

2 Questions

  • Q1. To explain about the role or position we are applied for...?
  • Q2. How do you take the the challenges regarding your work

Interview Preparation Tips

Interview preparation tips for other job seekers - Be clear of what you speak. Anything you share be confident about it

I applied via Campus Placement and was interviewed in Oct 2020. There were 4 interview rounds.

Interview Questionnaire 

5 Questions

  • Q1. Wap of bubble sort
  • Ans. 

    Bubble sort is a simple sorting algorithm that repeatedly steps through the list, compares adjacent elements and swaps them if they are in the wrong order.

    • Start from the first element and compare it with the next element

    • If the next element is smaller, swap them

    • Repeat this process for all elements in the array

    • Continue this process until no more swaps are needed

  • Answered by AI
  • Q2. Wap of prime number
  • Ans. 

    A program to print all prime numbers

    • Take input from user for range of numbers

    • Loop through the range and check if each number is prime

    • Print the prime numbers

  • Answered by AI
  • Q3. What is hashmap?
  • Ans. 

    Hashmap is a data structure that stores key-value pairs and allows constant time access to values based on their keys.

    • Hashmap uses a hash function to map keys to indices in an array.

    • Collisions can occur when multiple keys map to the same index, which can be resolved using techniques like chaining or open addressing.

    • Examples of hashmap implementations include Java's HashMap class and Python's dict type.

  • Answered by AI
  • Q4. What is inheritance
  • Ans. 

    Inheritance is a mechanism in object-oriented programming where a new class is created by inheriting properties of an existing class.

    • Inheritance allows code reuse and promotes code organization.

    • The existing class is called the parent or superclass, and the new class is called the child or subclass.

    • The child class inherits all the properties and methods of the parent class and can also add new properties and methods.

    • For...

  • Answered by AI
  • Q5. Call by value and call by reference

Interview Preparation Tips

Interview preparation tips for other job seekers - Be yourself

Skills evaluated in this interview

I applied via Recruitment Consultant and was interviewed before Feb 2020. There were 4 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Tell me about yourself
  • Q2. Favorite dish and explain about its preaparation
  • Q3. Process related questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Good communication skills

I applied via Campus Placement and was interviewed before Sep 2019. There were 4 interview rounds.

Interview Questionnaire 

7 Questions

  • Q1.  I was asked to introduce about myself
  • Q2. I was asked about my final year project work and all its pinpoint details
  • Q3. I was asked about how the company would be benefitted from the project that I have done .
  • Q4. Where do you see yourself after five years, working at this company
  • Q5. What are Ur extra curricular activities
  • Q6. Do you read books ,articles or watch documentaries
  • Q7. Did you participate in any college events

Interview Preparation Tips

Interview preparation tips for other job seekers - My advice is to my junior batches is that first of all never get stressed before going in, one thing I can say from my experience is that it is very easy to get into Infosys if you pass the aptitude test that they give.
Interview will be very easy to attend

Perigord Data Solutions Interview FAQs

How many rounds are there in Perigord Data Solutions Software Tester interview?
Perigord Data Solutions interview process usually has 1 rounds. The most common rounds in the Perigord Data Solutions interview process are One-on-one Round.
What are the top questions asked in Perigord Data Solutions Software Tester interview?

Some of the top questions asked at the Perigord Data Solutions Software Tester interview -

  1. What is Mani concept of regression testing and what are challenges we face in r...read more
  2. What is xpath and how can we use xpath in automation testing...read more

Tell us how to improve this page.

Perigord Data Solutions Software Tester Interview Process

based on 1 interview

Interview experience

4
  
Good
View more
Perigord Data Solutions Software Tester Salary
based on 4 salaries
₹6.1 L/yr - ₹7.2 L/yr
46% more than the average Software Tester Salary in India
View more details
Software Developer
6 salaries
unlock blur

₹5.1 L/yr - ₹11.6 L/yr

Senior Software Developer
6 salaries
unlock blur

₹10 L/yr - ₹16.5 L/yr

Data Scientist
4 salaries
unlock blur

₹5.5 L/yr - ₹9.5 L/yr

Software Tester
4 salaries
unlock blur

₹6.1 L/yr - ₹7.2 L/yr

SQL Developer
4 salaries
unlock blur

₹4.5 L/yr - ₹6.4 L/yr

Explore more salaries
Compare Perigord Data Solutions with

TCS

3.7
Compare

Accenture

3.8
Compare

Wipro

3.7
Compare

Cognizant

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