Upload Button Icon Add office photos

Filter interviews by

Greenbots Software Sdet Interview Questions and Answers

Updated 7 Jul 2024

Greenbots Software Sdet Interview Experiences

1 interview found

Sdet Interview Questions & Answers

user image Anonymous

posted on 7 Jul 2024

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Check a string is palindrome or not
  • Ans. 

    Check if a string is a palindrome or not

    • Iterate through the string from both ends and compare characters

    • Ignore spaces and punctuation when checking for palindrome

    • Use built-in functions like reverse() to check for palindrome

  • Answered by AI
  • Q2. Concat two strings without any inbuilt function
  • Ans. 

    Concatenate two strings without using any inbuilt function

    • Create a new array to store the characters of both strings

    • Iterate through each character of the first string and add it to the new array

    • Repeat the same process for the second string

    • Join the characters in the array to form the concatenated string

  • Answered by AI

Skills evaluated in this interview

Interview questions from similar companies

Sdet Interview Questions & Answers

TCS user image Vidya Devi

posted on 30 Dec 2024

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. About yourself , what is different types of wait in selenium, how to read the data from excel.
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(5 Questions)

  • Q1. Explain framework used for selenium
  • Ans. 

    Selenium is an open-source automation testing framework used for web applications.

    • Selenium supports multiple programming languages like Java, Python, C#, etc.

    • It consists of Selenium WebDriver, Selenium IDE, and Selenium Grid.

    • Selenium WebDriver is used for automating web applications by interacting with the web elements.

    • Selenium IDE is a record and playback tool for creating test cases.

    • Selenium Grid is used for parallel...

  • Answered by AI
  • Q2. Checked and unchecked exceptions.
  • Ans. 

    Checked exceptions are checked at compile time, while unchecked exceptions are not.

    • Checked exceptions must be either caught or declared in the method signature using 'throws' keyword.

    • Unchecked exceptions do not need to be explicitly handled.

    • Examples of checked exceptions include IOException, ClassNotFoundException.

    • Examples of unchecked exceptions include NullPointerException, ArrayIndexOutOfBoundsException.

  • Answered by AI
  • Q3. Exceptions in selenium
  • Ans. 

    Exceptions in Selenium are errors that occur during test execution, such as ElementNotVisibleException or TimeoutException.

    • Selenium WebDriver throws exceptions when it encounters errors during test execution.

    • Common exceptions include NoSuchElementException, ElementNotVisibleException, TimeoutException, StaleElementReferenceException, and WebDriverException.

    • Handling exceptions in Selenium can be done using try-catch blo...

  • Answered by AI
  • Q4. Waits in selenium
  • Ans. 

    Waits in Selenium are used to synchronize tests with the browser's state.

    • Waits help to handle synchronization issues in Selenium tests

    • There are two types of waits in Selenium - Implicit Wait and Explicit Wait

    • Implicit Wait sets a default waiting time for the entire test script

    • Explicit Wait allows the test to wait for a certain condition to be met before proceeding

  • Answered by AI
  • Q5. Frames handling

Skills evaluated in this interview

Sdet Interview Questions & Answers

Amazon user image Anonymous

posted on 18 Oct 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
No response
Round 1 - One-on-one 

(1 Question)

  • Q1. First and last occurrence of an element in an array
  • Ans. 

    Find the first and last occurrence of a specific element in an array of strings.

    • Iterate through the array and keep track of the index of the first and last occurrence of the element.

    • Return the index of the first and last occurrence of the element.

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Questions on Spring Boot, Microservices and Java

Sdet Interview Questions & Answers

Jio user image Anonymous

posted on 11 Jul 2024

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

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

Round 1 - Coding Test 

Java, selenium, appium, accessibility

Sdet Interview Questions & Answers

Infosys user image Anonymous

posted on 11 May 2022

Round 1 - Technical 

(1 Question)

  • Q1. Project related questions only and basic question
Round 2 - HR 

(1 Question)

  • Q1. Ctc discussion, expected ctc and doj

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare well before interview round and be confident

Sdet Interview Questions & Answers

TCS user image Kranthi B. Irlapati

posted on 16 Jan 2025

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Palindrome with dynamic programming
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Reverse String without using loop
  • Ans. 

    Reverse string without using loop

    • Use recursion to reverse the string

    • Base case: if string length is 0 or 1, return the string

    • Recursive case: return the last character + reverse(rest of the string)

  • Answered by AI
  • Q2. Parenthesis Balancing using stack
  • Ans. 

    Implement a parenthesis balancing algorithm using a stack

    • Use a stack to keep track of opening parentheses

    • When encountering a closing parenthesis, pop from stack and check if it matches the closing parenthesis

    • If stack is empty or mismatched parentheses, return false

    • If all parentheses are balanced, return true

  • Answered by AI

Skills evaluated in this interview

Sdet Interview Questions & Answers

Amazon user image Anonymous

posted on 26 Nov 2021

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

Interview Questionnaire 

1 Question

  • Q1. There were total 6 rounds: 3 were Technical Coding rounds(Data Structure Based), Expect questions at least LeetCode medium level. 4th round was a Manager Round, he asked mostly managerial questions with so...

Interview Preparation Tips

Interview preparation tips for other job seekers - Complete experience was good. Interviewers were helpful. Be prepared for Bar Raiser round, this was the round where I faced difficulty to answer questions. And don't expect much questions related to automation. Amazon consider there SDETs equivalent to SDEs.

Greenbots Software Interview FAQs

How many rounds are there in Greenbots Software Sdet interview?
Greenbots Software interview process usually has 1 rounds. The most common rounds in the Greenbots Software interview process are Technical.
What are the top questions asked in Greenbots Software Sdet interview?

Some of the top questions asked at the Greenbots Software Sdet interview -

  1. Concat two strings without any inbuilt funct...read more
  2. Check a string is palindrome or ...read more

Tell us how to improve this page.

Greenbots Software Sdet Interview Process

based on 1 interview

Interview experience

3
  
Average
View more

Sdet Interview Questions from Similar Companies

Amazon Sdet Interview Questions
4.1
 • 5 Interviews
TCS Sdet Interview Questions
3.7
 • 4 Interviews
Infosys Sdet Interview Questions
3.6
 • 2 Interviews
Accenture Sdet Interview Questions
3.8
 • 2 Interviews
Jio Sdet Interview Questions
3.9
 • 1 Interview
View all
QA Engineer
4 salaries
unlock blur

₹2.5 L/yr - ₹7 L/yr

Software Development Engineer Test
4 salaries
unlock blur

₹9 L/yr - ₹18 L/yr

Sdet
3 salaries
unlock blur

₹12 L/yr - ₹18 L/yr

Explore more salaries
Compare Greenbots Software with

TCS

3.7
Compare

Infosys

3.6
Compare

Wipro

3.7
Compare

HCLTech

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