Upload Button Icon Add office photos
Engaged Employer

i

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

Daphnis Software Services Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Daphnis Software Services QA Tester Interview Questions and Answers

Updated 1 Dec 2023

Daphnis Software Services QA Tester Interview Experiences

1 interview found

QA Tester Interview Questions & Answers

user image Anonymous

posted on 1 Dec 2023

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

I applied via Naukri.com and was interviewed in Nov 2023. There were 3 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 

Java and automation testing

Round 3 - HR 

(1 Question)

  • Q1. Salary discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - Nothing

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 Daphnis Software Services?
Ask anonymously on communities.

Interview questions from similar companies

Round 1 - One-on-one 

(3 Questions)

  • Q1. Why we are hiring you
  • Ans. 

    I bring a unique blend of analytical skills, industry knowledge, and a proven track record of delivering impactful solutions.

    • Strong analytical skills: I successfully led a project that improved operational efficiency by 20% through data-driven decision-making.

    • Industry knowledge: My experience in the consulting sector has equipped me with insights into best practices and innovative strategies.

    • Proven track record: I have...

  • Answered by AI
  • Q2. What's your qualification
  • Q3. Tell me about your daily ruteen

Interview Preparation Tips

Interview preparation tips for other job seekers - All the best for all fresher and experience boys and girls

QA Tester Interview Questions Asked at Other Companies

asked in Babel Media
Q1. If you are given a ball pen tested for the Indian market, and now ... read more
Q2. Can you write a query to display the age of employees from highes ... read more
Q3. Can you write a test case for a web page that has username and pa ... read more
Q4. What is regression testing? When and why we do should regression ... read more
asked in Infosys
Q5. How do you automate a login script using a username and password ... read more
Round 1 - Technical 

(1 Question)

  • Q1. What you did to learn new technology?
  • Ans. 

    I keep myself updated by attending conferences, reading blogs, and taking online courses.

    • Attend conferences and workshops to learn from experts

    • Read blogs and articles to stay updated on latest trends

    • Take online courses and tutorials to gain practical knowledge

    • Experiment with new technology by building projects

    • Collaborate with peers to learn from their experiences

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Work on resume and understand what you have written in it. Also do not try to over elaborate answers. Keep is short and crisp.

Interview Questionnaire 

2 Questions

  • Q1. Questions will be based on your previous work experience if you are experienced and for freshers it will be manual testing concepts.
  • Q2. What were your role in previous company?

Interview Preparation Tips

Interview preparation tips for other job seekers - Questions will be based on your previous organisation
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Apr 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Tell about yourself
  • Q2. Write a program using pythin
  • Ans. 

    Program to print 'Hello, World!' in Python

    • Use the print() function in Python to display text

    • Enclose the text in single or double quotes

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - It's nice and godd to feel

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Aptitude Test 

Basic english , Maths (distance, speed, ratio, probability)

Round 2 - One-on-one 

(3 Questions)

  • Q1. What are different tests
  • Ans. 

    Different tests in software testing include unit testing, integration testing, system testing, and acceptance testing.

    • Unit testing focuses on testing individual components or modules of the software.

    • Integration testing checks if different modules work together correctly.

    • System testing validates the entire system against the requirements.

    • Acceptance testing ensures that the software meets the user's expectations.

    • Other ty...

  • Answered by AI
  • Q2. Give examples on test cases
  • Ans. 

    Test cases are scenarios designed to validate the functionality of a software application.

    • Testing login functionality with valid credentials

    • Testing login functionality with invalid credentials

    • Testing password reset functionality

    • Testing search functionality with different input values

  • Answered by AI
  • Q3. Basic testing knowledge

Interview Preparation Tips

Interview preparation tips for other job seekers - learn basic testing topics and be confident prepare well for aptitude interview is very easy but aptitude is a little difficult, good company for fresher but low salary

Skills evaluated in this interview

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

I applied via Walk-in and was interviewed in Oct 2024. There were 2 interview rounds.

Round 1 - Technical 

(4 Questions)

  • Q1. Los process of loans
  • Ans. 

    The process of loans involves application, approval, disbursement, and repayment.

    • Application: Borrower submits loan application with required documents.

    • Approval: Lender reviews application, checks creditworthiness, and decides whether to approve or deny.

    • Disbursement: If approved, funds are disbursed to borrower.

    • Repayment: Borrower makes scheduled payments to repay the loan amount.

    • Examples: Personal loans, home loans, c...

  • Answered by AI
  • Q2. Explain Defect life cycle
  • Ans. 

    Defect life cycle is the process of identifying, reporting, fixing, retesting, and closing defects in a software application.

    • Defect identification: Defects are identified by testers during testing.

    • Defect reporting: Testers report defects in a defect tracking tool.

    • Defect fixing: Developers fix the reported defects.

    • Defect retesting: Testers retest the fixed defects to ensure they are resolved.

    • Defect closing: Once the def...

  • Answered by AI
  • Q3. Difference between sanity, smoke and regression testing
  • Ans. 

    Sanity testing is a quick test to check if the software is stable, smoke testing is a subset of sanity testing focusing on critical functionalities, and regression testing is retesting after code changes.

    • Sanity testing is a narrow and deep testing to ensure that the most critical functionalities work correctly after changes.

    • Smoke testing is a broad and shallow testing to ensure that the basic functionalities work befor...

  • Answered by AI
  • Q4. Different types of https methods in api testing
  • Ans. 

    Different types of https methods in api testing include GET, POST, PUT, DELETE, PATCH, OPTIONS, HEAD.

    • GET - Used to retrieve data from the server

    • POST - Used to submit data to the server

    • PUT - Used to update existing data on the server

    • DELETE - Used to delete data on the server

    • PATCH - Used to partially update data on the server

    • OPTIONS - Used to check what HTTP methods are supported by the server

    • HEAD - Used to retrieve head...

  • Answered by AI
Round 2 - One-on-one 

(2 Questions)

  • Q1. Tell me about your self
  • Ans. 

    I am a dedicated Manual Tester with a passion for quality assurance and a keen eye for detail, ensuring software meets user expectations.

    • Over 5 years of experience in manual testing across various domains, including e-commerce and finance.

    • Proficient in creating detailed test cases and executing them to identify bugs, ensuring high-quality software delivery.

    • Experience in collaborating with cross-functional teams to unde...

  • Answered by AI
  • Q2. Banking domain related questions

Skills evaluated in this interview

Are these interview questions helpful?

I applied via Naukri.com and was interviewed before Mar 2021. There were 2 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 - Aptitude Test 

Interview Preparation Tips

Interview preparation tips for other job seekers - Logical thinking, quantity apptitude

Interview Questionnaire 

2 Questions

  • Q1. Regression testing
  • Q2. Part of functionally testing
  • Ans. 

    Functional testing involves testing the software's features and functionality.

    • Test each feature to ensure it works as intended

    • Verify that the software meets the requirements

    • Ensure that the software is user-friendly

    • Test the software's compatibility with different systems

    • Perform regression testing to ensure that new changes do not break existing functionality

  • Answered by AI

Skills evaluated in this interview

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

Round 1 - Assignment 

Selenium ,java any topic based question

Round 2 - Technical 

(1 Question)

  • Q1. Any Techinical questions
Round 3 - HR 

(1 Question)

  • Q1. Project level question thank

Interview Preparation Tips

Topics to prepare for HCL Infosystems Software Tester interview:
  • Selenium
  • Core Java
  • Automation Testing
Interview preparation tips for other job seekers - thanks for giving me thise oppertunities........................

Daphnis Software Services Interview FAQs

How many rounds are there in Daphnis Software Services QA Tester interview?
Daphnis Software Services interview process usually has 3 rounds. The most common rounds in the Daphnis Software Services interview process are Resume Shortlist, Coding Test and HR.

Tell us how to improve this page.

Overall Interview Experience Rating

5/5

based on 1 interview experience

Difficulty level

Easy 100%

Duration

Less than 2 weeks 100%
View more

Interview Questions from Similar Companies

HCL Infosystems Interview Questions
3.9
 • 144 Interviews
Webdew Interview Questions
4.5
 • 108 Interviews
HyScaler Interview Questions
4.5
 • 104 Interviews
Snovasys Interview Questions
4.0
 • 38 Interviews
Quantsapp Interview Questions
3.0
 • 36 Interviews
View all
Daphnis Software Services QA Tester Salary
based on 44 salaries
₹3 L/yr - ₹7.2 L/yr
5% less than the average QA Tester Salary in India
View more details

Daphnis Software Services QA Tester Reviews and Ratings

based on 13 reviews

4.4/5

Rating in categories

4.0

Skill development

3.9

Work-life balance

4.1

Salary

3.9

Job security

4.1

Company culture

3.9

Promotions

3.8

Work satisfaction

Explore 13 Reviews and Ratings
QA Tester
44 salaries
unlock blur

₹3 L/yr - ₹7.2 L/yr

QA Engineer
37 salaries
unlock blur

₹3.8 L/yr - ₹7 L/yr

Automation Test Engineer
23 salaries
unlock blur

₹3.5 L/yr - ₹6.5 L/yr

Qa Automation Testing Engineer
19 salaries
unlock blur

₹2.6 L/yr - ₹9 L/yr

QA Test Engineer
11 salaries
unlock blur

₹5.5 L/yr - ₹8 L/yr

Explore more salaries
Compare Daphnis Software Services with

HCL Infosystems

3.9
Compare

Zidio Development

4.5
Compare

Northcorp Software

4.5
Compare

Accel Frontline

4.1
Compare
write
Share an Interview