Upload Button Icon Add office photos

Juno

Compare button icon Compare button icon Compare
3.5

based on 7 Reviews

Filter interviews by

Juno Sdet Interview Questions and Answers

Updated 20 Nov 2024

Juno Sdet Interview Experiences

1 interview found

Sdet Interview Questions & Answers

user image Anonymous

posted on 20 Nov 2024

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

I applied via BigShyft and was interviewed before Nov 2023. There were 2 interview rounds.

Round 1 - Assignment 

Asked to automate company's webpage. To buy sell crypto

Round 2 - Technical 

(2 Questions)

  • Q1. Solve a 2 pointer DSA Question
  • Q2. Explain Hashmap and Hashset
  • Ans. 

    Hashmap and Hashset are data structures used in Java to store key-value pairs and unique elements respectively.

    • Hashmap is used to store key-value pairs where keys are unique and values can be duplicated.

    • Hashset is used to store unique elements only, no duplicates are allowed.

    • Hashmap uses hashing to store and retrieve elements efficiently.

    • Hashset internally uses Hashmap to store elements as keys with a dummy value.

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

posted on 9 May 2024

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

I applied via Naukri.com and was interviewed in Nov 2023. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Oops concepts, Selenium, core java

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare well on core java concepts
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.

Juno Interview FAQs

How many rounds are there in Juno Sdet interview?
Juno interview process usually has 2 rounds. The most common rounds in the Juno interview process are Assignment and Technical.
How to prepare for Juno Sdet interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Juno. The most common topics and skills that interviewers at Juno expect are Analytical, Android, Defect tracking, Linux and Mobile Testing.
What are the top questions asked in Juno Sdet interview?

Some of the top questions asked at the Juno Sdet interview -

  1. Explain Hashmap and Hash...read more
  2. Solve a 2 pointer DSA Quest...read more

Tell us how to improve this page.

People are getting interviews through

based on 1 Juno interview
Job Portal
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.

Sdet Interview Questions from Similar Companies

Amazon Sdet Interview Questions
4.1
 • 5 Interviews
TCS Sdet Interview Questions
3.7
 • 3 Interviews
Accenture Sdet Interview Questions
3.9
 • 2 Interviews
Infosys Sdet Interview Questions
3.7
 • 2 Interviews
Jio Sdet Interview Questions
3.9
 • 1 Interview
View all
Customer Success Specialist
5 salaries
unlock blur

₹7 L/yr - ₹7.5 L/yr

Software Developer
4 salaries
unlock blur

₹13 L/yr - ₹15 L/yr

Business Development Manager
4 salaries
unlock blur

₹4.8 L/yr - ₹6.4 L/yr

Quality Analyst
3 salaries
unlock blur

₹10 L/yr - ₹25 L/yr

Risk Analyst
3 salaries
unlock blur

₹6 L/yr - ₹11.4 L/yr

Explore more salaries
Compare Juno with

Uber

4.2
Compare

Ola Cabs

3.4
Compare

Lyft

3.6
Compare

Grab (India)

3.9
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview