Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Duck Creek Technologies Team. If you also belong to the team, you can get access from here

Duck Creek Technologies Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Duck Creek Technologies Selenium Automation Tester Interview Questions and Answers

Updated 11 Jan 2022

Duck Creek Technologies Selenium Automation Tester Interview Experiences

1 interview found

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

Interview Questionnaire 

2 Questions

  • Q1. Basic java questions
  • Q2. Practical automation scenarios

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared with basics and practical knowledge

Interview questions from similar companies

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - One-on-one 

(2 Questions)

  • Q1. HTTP error code : 203 ?
  • Ans. 

    HTTP error code 203 indicates that the server successfully processed the request, but is returning information that may be from another source.

    • HTTP 203 is a non-standard error code that is not defined in the HTTP/1.1 standard.

    • It is typically used to indicate that the server successfully processed the request, but is returning information from a different source.

    • This status code is not commonly used and may not be suppo

  • Answered by AI
  • Q2. Arraylist vs linklist
  • Ans. 

    ArrayList is a resizable array implementation, LinkedList is a doubly linked list implementation.

    • ArrayList is faster for accessing elements by index, LinkedList is faster for adding/removing elements in the middle.

    • ArrayList uses less memory as it only stores elements, LinkedList uses more memory as it stores elements and pointers.

    • ArrayList is better for random access, LinkedList is better for sequential access.

    • Example:...

  • Answered by AI

Skills evaluated in this interview

I applied via Naukri.com and was interviewed before Jun 2020. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Java and selenium

Interview Preparation Tips

Interview preparation tips for other job seekers - Good got offer and accepted

Interview Questionnaire 

1 Question

  • Q1. Cucumber advantage against testng ,api basic question like status code.selenum question related to xpatha type and usages.selenum actions class methods. Excel reader Apache poi jar how you are implementing...

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

Interview Questionnaire 

4 Questions

  • Q1. 1)Program to read/write data using eggplant
  • Ans. 

    Eggplant can read/write data using its built-in scripting language SenseTalk.

    • Use the 'put' command to write data to a file or variable.

    • Use the 'read' command to read data from a file or variable.

    • Eggplant also supports reading/writing data to databases and spreadsheets.

    • Example: put "Hello World" into myVariable; read myVariable

    • Example: put "123" into file "myFile.txt"; read file "myFile.txt"

  • Answered by AI
  • Q2. 2)Basic programs using Java
  • Q3. 3) Different methods to identify an object using eggplant
  • Ans. 

    Different methods to identify an object using eggplant

    • Using text recognition

    • Using image recognition

    • Using coordinates

    • Using attributes

    • Using tags

  • Answered by AI
  • Q4. Etc...

Interview Preparation Tips

Interview preparation tips for other job seekers - Be thorough with the basics of any programming language(java/python)
Have a basic understanding of SQL

Skills evaluated in this interview

I applied via Recruitment Consultant and was interviewed in Sep 2021. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Requirement Analysis Questions, Functional domain knowledge, Testing Questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Have clear understanding of Functional and Test Management, defect management and domain knowledge

I applied via Company Website and was interviewed in Apr 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. What is SRS, BRD
  • Ans. 

    SRS stands for Software Requirements Specification and BRD stands for Business Requirements Document.

    • SRS is a document that outlines the functional and non-functional requirements of a software system.

    • BRD is a document that outlines the business requirements of a project.

    • SRS is used by developers and testers to understand what needs to be built and tested.

    • BRD is used by project managers and stakeholders to understand t...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and have clear domain knowledge

I applied via Referral and was interviewed in Feb 2022. There was 1 interview round.

Round 1 - Technical 

(8 Questions)

  • Q1. Sort the list of a given array of strings
  • Ans. 

    Sort a given array of strings

    • Use built-in sorting functions in programming languages

    • Implement sorting algorithms like bubble sort, merge sort, etc.

    • Consider case sensitivity and special characters

  • Answered by AI
  • Q2. Maximum number of repeating characters in a string
  • Ans. 

    The maximum number of repeating characters in a string needs to be determined.

    • Iterate through each character in the string and keep track of the count of consecutive repeating characters.

    • Update the maximum count whenever a new maximum is found.

    • Return the maximum count at the end of the iteration.

  • Answered by AI
  • Q3. Type script and java script arrow function loops if else condition
  • Ans. 

    Explaining type script and java script arrow function loops with if else condition.

    • TypeScript and JavaScript both support arrow functions for concise syntax.

    • Arrow functions can be used in loops to simplify code.

    • If-else conditions can be used with arrow functions to add logic.

    • Example: const numbers = [1, 2, 3]; numbers.forEach(num => {if(num % 2 === 0) {console.log(num + ' is even');} else {console.log(num + ' is odd');

  • Answered by AI
  • Q4. Parallel browser testing, test ng, oops concept
  • Q5. Scaled agile framework related questions
  • Q6. Selenium and cypress difference ? How to choose best tool
  • Ans. 

    Selenium is widely used for web automation while Cypress is a newer tool with better performance and debugging capabilities.

    • Selenium supports multiple programming languages while Cypress only supports JavaScript.

    • Cypress has a built-in test runner and debugger while Selenium requires third-party tools.

    • Selenium is better for cross-browser testing while Cypress is better for end-to-end testing.

    • Choose Selenium for larger a...

  • Answered by AI
  • Q7. Comparator and comparable difference?
  • Ans. 

    Comparator and Comparable are interfaces used for sorting objects in Java.

    • Comparator interface is used to sort objects based on custom criteria.

    • Comparable interface is used to sort objects based on their natural order.

    • Comparator interface has two methods: compare() and equals().

    • Comparable interface has one method: compareTo().

  • Answered by AI
  • Q8. Fail-safe and fail-fast iterator?

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare well concept of automation,java script and oops

Skills evaluated in this interview

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

Interview Questionnaire 

3 Questions

  • Q1. Linux/unix change permission questions?
  • Q2. Python Interpreter vs Java Interpreter?
  • Ans. 

    Python interpreter is more flexible and easier to learn, while Java interpreter is faster and more secure.

    • Python interpreter is dynamically typed, while Java interpreter is statically typed.

    • Python interpreter is more suitable for scripting and rapid prototyping, while Java interpreter is better for large-scale enterprise applications.

    • Python interpreter has a simpler syntax and is easier to learn, while Java interpreter...

  • Answered by AI
  • Q3. Selenium basic and UI locators?

Interview Preparation Tips

Interview preparation tips for other job seekers - Basics should be strong.

Skills evaluated in this interview

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

I applied via LinkedIn and was interviewed in Sep 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Get all the characters in a String
  • Ans. 

    To get all the characters in a String, you can convert the String to an array of characters.

    • Convert the String to a char array using the toCharArray() method

    • Iterate through the char array to get each character

    • Store each character in a String array

  • Answered by AI
  • Q2. Write test cases for Prime customers in Amazon Big Billion Day
  • Ans. 

    Test cases for Prime customers in Amazon Big Billion Day

    • Verify that Prime customers have access to exclusive deals and discounts

    • Check if Prime customers receive faster shipping options compared to non-Prime customers

    • Ensure that Prime customers are able to access Prime Day deals and promotions

    • Confirm that Prime customers receive special perks such as early access to deals

  • Answered by AI

Interview Preparation Tips

Topics to prepare for ServiceNow Senior Quality Engineer interview:
  • Java
  • Testing

Skills evaluated in this interview

Duck Creek Technologies Interview FAQs

What are the top questions asked in Duck Creek Technologies Selenium Automation Tester interview?

Some of the top questions asked at the Duck Creek Technologies Selenium Automation Tester interview -

  1. Practical automation scenar...read more
  2. Basic java questi...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

Chetu Interview Questions
3.3
 • 174 Interviews
AVASOFT Interview Questions
2.9
 • 164 Interviews
Oracle Cerner Interview Questions
3.7
 • 157 Interviews
ServiceNow Interview Questions
4.1
 • 121 Interviews
Thomson Reuters Interview Questions
4.1
 • 114 Interviews
Amadeus Interview Questions
3.9
 • 108 Interviews
UKG Interview Questions
3.1
 • 103 Interviews
EbixCash Limited Interview Questions
4.0
 • 102 Interviews
Mobileum Interview Questions
3.3
 • 37 Interviews
View all
Associate Manager
121 salaries
unlock blur

₹10.4 L/yr - ₹26 L/yr

Senior Analyst
56 salaries
unlock blur

₹7 L/yr - ₹14.4 L/yr

Senior Software Engineer
43 salaries
unlock blur

₹7.5 L/yr - ₹21 L/yr

Manager
40 salaries
unlock blur

₹16.2 L/yr - ₹37.9 L/yr

Analyst
24 salaries
unlock blur

₹5 L/yr - ₹11 L/yr

Explore more salaries
Compare Duck Creek Technologies with

Thomson Reuters

4.1
Compare

Oracle Cerner

3.7
Compare

Chetu

3.2
Compare

R Systems International

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