Upload Button Icon Add office photos
Engaged Employer

i

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

Jio Verified Tick

Compare button icon Compare button icon Compare

Proud winner of ABECA 2024 - AmbitionBox Employee Choice Awards

zig zag pattern zig zag pattern

Filter interviews by

Jio Sdet Automation Test Engineer Interview Questions and Answers

Updated 8 Oct 2024

Jio Sdet Automation Test Engineer Interview Experiences

3 interviews found

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

I applied via Company Website and was interviewed in Jun 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Group anagram strings in a array
  • Ans. 

    Group anagram strings in an array

    • Iterate through the array of strings

    • For each string, sort the characters alphabetically

    • Use a hashmap to group anagrams together based on sorted strings

  • Answered by AI
  • Q2. Reverse subset of array 'k'
  • Ans. 

    Reverse a subset of strings in an array 'k'

    • Iterate through the array 'k' and reverse the strings within the specified subset range

    • Use a temporary variable to swap the strings at the start and end of the subset range

    • Ensure to handle edge cases like empty array or invalid subset range

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Java related questions

Sdet Automation Test Engineer Interview Questions Asked at Other Companies

Q1. Wait in selenium and how to find all links present in a page xpat ... read more
Q2. What is page object model and test ng annotations
Q3. How to handle alert in selenium and methods
Q4. How to take screenshot and project framework
Q5. What is software testing life cycle
Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

30 mins, core topics

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

1. Prepare java string questions

Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Wap to sum of 3 numbers

Round 2 - HR 

(3 Questions)

  • Q1. What is your hobbies
  • Q2. Why you like to join viasat
  • Q3. Are u comfortable to relocate
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via AmbitionBox and was interviewed in May 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. This key word use in java
  • Ans. 

    Key word use in Java

    • Keywords are reserved words in Java with special meaning

    • Examples include 'public', 'static', 'void', 'class', 'if', 'else', etc.

    • Keywords cannot be used as identifiers (variable names, method names, etc.)

  • Answered by AI
  • Q2. Constructor based questions

Skills evaluated in this interview

I applied via Referral and was interviewed in Mar 2022. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Basic programming questions… sorting
Round 2 - Technical 

(1 Question)

  • Q1. Blue Prism specific and RPA specific

Interview Preparation Tips

Topics to prepare for Ericsson Automation Engineer interview:
  • Process automation
  • Data Structures
  • MySQL
Interview preparation tips for other job seekers - It’s quite difficult but you can do it if you have knowledge of your domain
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Oct 2023. There were 3 interview rounds.

Round 1 - Coding Test 

Have to write code snippet for serialization and deserialization in java

Round 2 - Technical 

(3 Questions)

  • Q1. Code to explain Indian number plate system
  • Ans. 

    Indian number plate system consists of a unique combination of letters and numbers to identify vehicles.

    • Indian number plates consist of a combination of letters and numbers

    • The first two letters indicate the state where the vehicle is registered

    • Followed by a unique number assigned to the vehicle

    • Some number plates may also include additional information like the vehicle class or fuel type

  • Answered by AI
  • Q2. To check if a string is palindrome with recusrion
  • Ans. 

    Check if a string is palindrome using recursion

    • Create a recursive function that compares the first and last characters of the string

    • If they match, call the function with the substring excluding the first and last characters

    • Continue this process until the string length is 0 or 1, then return true if all characters matched

    • Example: 'racecar' is a palindrome, 'hello' is not

  • Answered by AI
  • Q3. Oops concepts in java
  • Ans. 

    Oops concepts in Java refer to Object-Oriented Programming principles like Inheritance, Polymorphism, Encapsulation, and Abstraction.

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

    • Polymorphism: Ability of an object to take on many forms.

    • Encapsulation: Bundling of data with the methods that operate on that data.

    • Abstraction: Hiding the implementation details and showing only the necessa

  • Answered by AI
Round 3 - Technical 

(2 Questions)

  • Q1. Separate 1's and 0's in an array with minimal complexity
  • Ans. 

    Use two pointers approach to separate 1's and 0's in an array of strings with minimal complexity.

    • Initialize two pointers, one at the beginning and one at the end of the array.

    • Move the left pointer until it encounters a '0' and the right pointer until it encounters a '1'.

    • Swap the elements at the left and right pointers, then move the pointers towards each other until they meet in the middle.

  • Answered by AI
  • Q2. How to automate filters in web page
  • Ans. 

    Automating filters in a web page involves identifying filter elements, selecting filter criteria, and verifying filtered results.

    • Identify filter elements on the web page such as dropdowns, checkboxes, or input fields

    • Use automation tools like Selenium to interact with filter elements and select desired criteria

    • Trigger filter action (e.g. clicking 'Apply' button) and wait for the page to refresh with filtered results

    • Veri...

  • Answered by AI

Skills evaluated in this interview

I applied via Company Website and was interviewed in May 2022. 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 - HR 

(2 Questions)

  • Q1. Self intro,deep knowledge of Data communication network
  • Q2. OSI /TCP model,UDP, Protocol

Interview Preparation Tips

Interview preparation tips for other job seekers - Make ur CV up to date ,well known which is write in Cv.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed in Feb 2024. There were 4 interview rounds.

Round 1 - HR 

(1 Question)

  • Q1. HR asked about my work experience and than sheduled 1st round on the same day
Round 2 - Technical 

(1 Question)

  • Q1. Questions were related to automation testing including java , selenium, rest assured and one coding question
Round 3 - Technical 

(1 Question)

  • Q1. This round was again same like previous but question were little bit tricky, most questions were on trouble shooting and debugging
Round 4 - One-on-one 

(1 Question)

  • Q1. Last round with manager again it was more toward debugging and troubleshooting. Kibana related question were asked

Jio Interview FAQs

How many rounds are there in Jio Sdet Automation Test Engineer interview?
Jio interview process usually has 1 rounds. The most common rounds in the Jio interview process are Technical and Aptitude Test.
What are the top questions asked in Jio Sdet Automation Test Engineer interview?

Some of the top questions asked at the Jio Sdet Automation Test Engineer interview -

  1. group anagram strings in a ar...read more
  2. reverse subset of array ...read more
  3. Java related questi...read more

Tell us how to improve this page.

Jio Sdet Automation Test Engineer Interview Process

based on 3 interviews

Interview experience

4
  
Good
View more
Jio Sdet Automation Test Engineer Salary
based on 10 salaries
₹5.5 L/yr - ₹24.2 L/yr
At par with the average Sdet Automation Test Engineer Salary in India
View more details

Jio Sdet Automation Test Engineer Reviews and Ratings

based on 3 reviews

3.9/5

Rating in categories

3.4

Skill development

4.0

Work-life balance

3.3

Salary

4.6

Job security

2.6

Company culture

2.3

Promotions

2.9

Work satisfaction

Explore 3 Reviews and Ratings
Assistant Manager
5.4k salaries
unlock blur

₹1.2 L/yr - ₹10.4 L/yr

Deputy Manager
3.4k salaries
unlock blur

₹4.2 L/yr - ₹13.7 L/yr

Manager
1.8k salaries
unlock blur

₹5.9 L/yr - ₹22.5 L/yr

Senior Executive
1.5k salaries
unlock blur

₹1.7 L/yr - ₹8 L/yr

Senior Manager
1.4k salaries
unlock blur

₹10.3 L/yr - ₹30.5 L/yr

Explore more salaries
Compare Jio with

Jio Platforms

3.5
Compare

Bharti Airtel

4.0
Compare

Vodafone Idea

4.1
Compare

Bharat Sanchar Nigam

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