Upload Button Icon Add office photos

D2K Technologies India

Compare button icon Compare button icon Compare

Filter interviews by

D2K Technologies India Senior Software Tester Interview Questions and Answers

Updated 4 Feb 2025

5 Interview questions

A Senior Software Tester was asked 5mo ago
Q. What are the methods of Selenium WebDriver?
Ans. 

Selenium WebDriver methods are used to interact with web elements and perform actions on them.

  • findElement(By locator) - locates a single web element on the page

  • sendKeys(String text) - types text into an input field

  • click() - clicks on a web element

  • getText() - retrieves the text of a web element

A Senior Software Tester was asked 5mo ago
Q. What are the OOPS concepts in Java?
Ans. 

Object-oriented programming concepts in Java

  • Encapsulation: bundling data and methods that operate on the data into a single unit

  • Inheritance: allows a class to inherit properties and behavior from another class

  • Polymorphism: ability of an object to take on many forms

  • Abstraction: hiding the implementation details and showing only the functionality

  • Example: Class Animal with subclasses Dog and Cat inheriting from it

Senior Software Tester Interview Questions Asked at Other Companies

asked in Mirraw
Q1. If a client wants to change or add something to a registration pa ... read more
asked in NTT Data
Q2. Which position in waterfall methodology is equivalent to a scrum ... read more
asked in Qentelli
Q3. How would you rate your skills in manual and automation testing?
asked in TCS
Q4. If a text box is disabled, how would you pass a value into it?
asked in Mirraw
Q5. What do you know about the types of keys?
A Senior Software Tester was asked 5mo ago
Q. What are the types of joins in SQL?
Ans. 

Types of joins in SQL include inner join, outer join, left join, right join, and full join.

  • Inner join: returns rows when there is a match in both tables

  • Outer join: returns all rows from one table and matching rows from the other table

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

A Senior Software Tester was asked 5mo ago
Q. What are the different types of testing?
Ans. 

Types of testing include functional testing, non-functional testing, manual testing, automated testing, and more.

  • Functional testing: Testing the functionality of the software against the requirements.

  • Non-functional testing: Testing aspects like performance, usability, security, etc.

  • Manual testing: Testing performed manually by testers.

  • Automated testing: Testing using automated tools and scripts.

  • Regression testing:...

A Senior Software Tester was asked 5mo ago
Q. What is TestNG and what are its annotations?
Ans. 

TestNG is a testing framework for Java that supports annotations for defining test methods and test configurations.

  • TestNG is used for writing and running automated tests in Java.

  • Annotations like @Test, @BeforeTest, @AfterTest are used to define test methods and configurations.

  • Annotations provide flexibility in defining test execution order, grouping tests, setting dependencies, etc.

  • TestNG allows parameterization o...

D2K Technologies India Senior Software Tester Interview Experiences

1 interview found

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected
Round 1 - Technical 

(5 Questions)

  • Q1. What are the type of testing
  • Q2. What are the type of join in SQL
  • Q3. What are oops concepts in java
  • Q4. What are the selenium webdriver method
  • Ans. 

    Selenium WebDriver methods are used to interact with web elements and perform actions on them.

    • findElement(By locator) - locates a single web element on the page

    • sendKeys(String text) - types text into an input field

    • click() - clicks on a web element

    • getText() - retrieves the text of a web element

  • Answered by AI
  • Q5. What is the Testng and its annotations
Be interview-ready. Browse the most asked HR questions.
illustration image

Top trending discussions

View All
Interview Hub
2w
a client servicing executive
FeedCard Image
Got a question about D2K Technologies India?
Ask anonymously on communities.

Interview questions from similar companies

I applied via Campus Placement and was interviewed in Mar 2021. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. I was asked a question on counting continuous max occurences of 1 in a string
  • Ans. 

    Count the maximum continuous occurrences of '1' in a binary string.

    • Initialize a counter to track current streak of '1's.

    • Use a variable to store the maximum streak found.

    • Iterate through each character in the string.

    • If the character is '1', increment the current counter.

    • If the character is '0', compare and reset the current counter.

    • At the end of the iteration, ensure to check the last streak.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Deep knowledge of programming is a must
Are these interview questions helpful?

I applied via Naukri.com and was interviewed before Apr 2021. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Basics of python, project related questions
  • Q2. Basic SQL, few simple problem solving questions
Round 2 - HR 

(2 Questions)

  • Q1. Interests, hobbies ,general HR questions
  • Q2. Expected hike, salary, work timings preferred

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared for basic python and sql.

I applied via Referral and was interviewed before Jul 2021. There were 3 interview rounds.

Round 1 - Coding Test 

If you are a fresher , then this is for you else almost no coding test for experienced candidates.

Round 2 - One-on-one 

(1 Question)

  • Q1. Javascript basics, Angular react general questions depends upon profile.
Round 3 - Behavioral 

(1 Question)

  • Q1. They asked general questions related to some hectic situation faced in previous company / project..

Interview Preparation Tips

Interview preparation tips for other job seekers - Be calm . Clear your basics . That's it.

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

Interview Questionnaire 

2 Questions

  • Q1. Check if binary tree is balanced or not.
  • Q2. Detect loops in linked list.

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview experience was good, do your DS Algo questoin thoroughly.

Skills evaluated in this interview

I applied via Recruitment Consultant and was interviewed in Apr 2020. There were 4 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Object Oriented Concepts and basic list/tuple/dictionary/ datetime conversion
  • Q2. Project done in last company and how will you help Saama?

Interview Preparation Tips

Interview preparation tips for other job seekers - Try to frame answers end to end and stick to what you have done. Don't try to exaggerate.

I applied via Recruitment Consultant and was interviewed in Dec 2020. There were 3 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. API testing methods
  • Ans. 

    API testing methods involve functional, performance, security, and exploratory testing.

    • Functional testing ensures that the API meets the requirements and specifications.

    • Performance testing checks the API's response time, throughput, and resource utilization.

    • Security testing verifies the API's authentication, authorization, and encryption mechanisms.

    • Exploratory testing involves ad-hoc testing to discover defects and usa...

  • Answered by AI
  • Q2. Difference between sanity and smoke
  • Ans. 

    Sanity and Smoke are types of software testing. Sanity tests a specific functionality while Smoke tests the entire system.

    • Sanity testing is a narrow and deep testing approach while Smoke testing is a broad and shallow testing approach.

    • Sanity testing is performed after a small change in code while Smoke testing is performed after a major change in code.

    • Sanity testing is used to check if the critical functionalities are ...

  • Answered by AI
  • Q3. Difference between retesting and regression
  • Q4. Bug life cycle

Interview Preparation Tips

Interview preparation tips for other job seekers - It was technical based interview round.

Skills evaluated in this interview

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

I applied via Walk-in and was interviewed before Oct 2022. 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 - Coding Test 

Simple array and string based questions were asked in the coding round

Round 3 - One-on-one 

(1 Question)

  • Q1. Questions were like - find first non repeating character in string, find max consecutive duplicate elements in an array

Interview Preparation Tips

Interview preparation tips for other job seekers - They only ask coding questions mainly on array and strings to freshers.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement and was interviewed before Jan 2024. There were 2 interview rounds.

Round 1 - Coding Test 

5 questions written coding test
Basic question on string and array manipulation

Round 2 - Technical 

(1 Question)

  • Q1. 2nd smallest number
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

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

Round 1 - Aptitude Test 

Consisted of aptitude and coding output questions

Round 2 - Coding Test 

Coding test was given with three questions .we have to write in on word in 45 mins

Round 3 - HR 

(1 Question)

  • Q1. They asked puzzles and other usual questions

D2K Technologies India Interview FAQs

How many rounds are there in D2K Technologies India Senior Software Tester interview?
D2K Technologies India interview process usually has 1 rounds. The most common rounds in the D2K Technologies India interview process are Technical.
What are the top questions asked in D2K Technologies India Senior Software Tester interview?

Some of the top questions asked at the D2K Technologies India Senior Software Tester interview -

  1. what are the type of join in ...read more
  2. What is the Testng and its annotati...read more
  3. what are the selenium webdriver met...read more

Tell us how to improve this page.

Overall Interview Experience Rating

5/5

based on 1 interview experience

Difficulty level

Moderate 100%

Duration

Less than 2 weeks 100%
View more
D2K Technologies India Senior Software Tester Salary
based on 8 salaries
₹5.2 L/yr - ₹11.7 L/yr
At par with the average Senior Software Tester Salary in India
View more details

D2K Technologies India Senior Software Tester Reviews and Ratings

based on 3 reviews

3.7/5

Rating in categories

4.3

Skill development

3.4

Work-life balance

2.7

Salary

2.3

Job security

2.7

Company culture

2.7

Promotions

4.0

Work satisfaction

Explore 3 Reviews and Ratings
Business Analyst
51 salaries
unlock blur

₹6.1 L/yr - ₹12 L/yr

Software Tester
43 salaries
unlock blur

₹3.5 L/yr - ₹8.2 L/yr

Softwaretest Engineer
23 salaries
unlock blur

₹3.5 L/yr - ₹7.5 L/yr

Software Developer
20 salaries
unlock blur

₹3.2 L/yr - ₹7.4 L/yr

Msbi Developer
18 salaries
unlock blur

₹4.6 L/yr - ₹10.4 L/yr

Explore more salaries
Compare D2K Technologies India with

Maxgen Technologies

4.6
Compare

JoulestoWatts Business Solutions

3.1
Compare

Value Point Systems

3.5
Compare

F1 Info Solutions and Services

3.7
Compare
write
Share an Interview