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
3.9

based on 21.8k Reviews

Proud winner of ABECA 2024 - AmbitionBox Employee Choice Awards

zig zag pattern zig zag pattern

Filter interviews by

Jio Sdet Interview Questions and Answers for Experienced

Updated 11 Jul 2024

Jio Sdet Interview Experiences for Experienced

1 interview found

Sdet Interview Questions & Answers

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

Interview questions from similar companies

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
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(4 Questions)

  • Q1. Tell me about your previous job
  • Ans. 

    I worked as a software developer at a tech company, focusing on test automation and quality assurance.

    • Developed automated test scripts using Selenium for web applications

    • Collaborated with developers to identify and fix bugs in the code

    • Participated in daily stand-up meetings to discuss project progress

    • Conducted regression testing to ensure software quality

    • Utilized Jira for tracking and managing testing tasks

  • Answered by AI
  • Q2. What is expected ctc
  • Ans. 

    Expected CTC is the anticipated salary package for the position.

    • Research industry standards for SDET roles

    • Consider your experience, skills, and location when negotiating CTC

    • Be prepared to discuss salary expectations during the interview process

  • Answered by AI
  • Q3. Tell me tools on which you worked on?
  • Ans. 

    I have worked on tools such as Selenium, JUnit, TestNG, Postman, and Jenkins.

    • Selenium

    • JUnit

    • TestNG

    • Postman

    • Jenkins

  • Answered by AI
  • Q4. How many year of experience do you have in total
  • Ans. 

    I have 5 years of experience in total.

    • 5 years of experience in software development and testing

    • 2 years as a QA engineer and 3 years as an SDET

    • Experience with automation testing tools like Selenium and JUnit

  • Answered by AI

Sdet Interview Questions & Answers

Oracle user image Anonymous

posted on 26 Oct 2023

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

I applied via Naukri.com

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 

Asked to write a program for Number palindrome

Round 3 - Technical 

(1 Question)

  • Q1. Java Oops and selenium basics

Interview Preparation Tips

Interview preparation tips for other job seekers - Be clear with the basics

Sdet Interview Questions & Answers

TCS user image Anonymous

posted on 30 Sep 2022

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Technical 

(2 Questions)

  • Q1. Basic question on corenjava
  • Q2. Basic question on selenium

Interview Preparation Tips

Interview preparation tips for other job seekers - Never join this pathetic organization. People are rude and have slave mentality.

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
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Maths. reasoning, logical etc

Round 2 - Coding Test 

Java coding and logical testing

Round 3 - HR 

(1 Question)

  • Q1. Given the input values and find output response
  • Ans. 

    The question is asking to provide the output response based on given input values.

    • Understand the input values provided

    • Analyze the expected output based on the input values

    • Apply any relevant logic or rules to determine the output response

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Study hard and well prepared
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via Naukri.com and was interviewed before Apr 2023. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Difference between Test Scenario and Test cases
  • Ans. 

    Test scenarios are high-level descriptions of the functionality to be tested, while test cases are detailed steps to validate the scenarios.

    • Test scenarios are broad and cover multiple test cases.

    • Test cases are specific steps to validate a particular scenario.

    • Test scenarios are usually created at the beginning of testing, while test cases are derived from scenarios.

    • Test scenarios are used for high-level planning and est...

  • Answered by AI
  • Q2. Use cases for application
  • Ans. 

    Use cases for application involve identifying different scenarios in which the application can be used to meet user needs.

    • Testing different user interactions

    • Validating system functionality

    • Identifying edge cases

    • Ensuring compatibility with different devices

    • Verifying data integrity

  • Answered by AI

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Jun 2021. There were 3 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. What was my daily roles and responsibilities in previous organization? is there any critical issues which we have solved?
  • Q2. Basic object oriented concepts like what is encapsulation? what is abstraction? how we use it in practical scenario
  • Q3. Explain automation framework/
  • Ans. 

    Automation framework is a set of guidelines and standards for creating and maintaining automated tests.

    • It provides a structure for organizing test code and data

    • It defines the tools and technologies to be used for automation

    • It helps in reducing maintenance efforts and increasing test coverage

    • Examples include Selenium WebDriver, TestNG, and Cucumber

    • Frameworks can be data-driven, keyword-driven, or hybrid

  • Answered by AI
  • Q4. What is implicit wait? what is explicit wait?
  • Ans. 

    Implicit wait is a time delay applied globally in Selenium, while explicit wait is a time delay applied to a specific element.

    • Implicit wait is used to wait for a certain amount of time before throwing an exception if the element is not found.

    • Explicit wait is used to wait for a certain condition to occur before proceeding with the next step.

    • Implicit wait is applied globally and is set once for the entire test script.

    • Exp...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - keep preparing and practicing programming and automation concepts

Skills evaluated in this interview

Interview Questionnaire 

5 Questions

  • Q1. How to tackle interviewer question with experience way
  • Q2. How to get select in wipro
  • Q3. How to give selenium question
  • Q4. How to aim our destination
  • Q5. How to learn new technology
  • Ans. 

    Learning new technology requires a combination of self-study, hands-on experience, and seeking guidance from experts.

    • Start with online resources such as tutorials, blogs, and videos

    • Practice by building projects and experimenting with the technology

    • Join online communities and forums to ask questions and learn from others

    • Attend conferences, workshops, and meetups to network and learn from experts

    • Consider taking courses o...

  • Answered by AI

Jio Interview FAQs

How many rounds are there in Jio Sdet interview for experienced candidates?
Jio interview process for experienced candidates usually has 1 rounds. The most common rounds in the Jio interview process for experienced candidates are Coding Test.
How to prepare for Jio Sdet interview for experienced candidates?
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 Jio. The most common topics and skills that interviewers at Jio expect are SDET, Automation Testing, Python, API Testing and Java.

Tell us how to improve this page.

People are getting interviews through

based on 1 Jio 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
Oracle Sdet Interview Questions
3.7
 • 3 Interviews
Accenture Sdet Interview Questions
3.9
 • 2 Interviews
Infosys Sdet Interview Questions
3.7
 • 2 Interviews
View all
Jio Sdet Salary
based on 16 salaries
₹6.3 L/yr - ₹24.5 L/yr
At par with the average Sdet Salary in India
View more details

Jio Sdet Reviews and Ratings

based on 1 review

5.0/5

Rating in categories

5.0

Skill development

5.0

Work-Life balance

4.0

Salary & Benefits

5.0

Job Security

5.0

Company culture

4.0

Promotions/Appraisal

5.0

Work Satisfaction

Explore 1 Review and Rating
Assistant Manager
5.5k salaries
unlock blur

₹1.9 L/yr - ₹10.8 L/yr

Deputy Manager
3.5k salaries
unlock blur

₹4.2 L/yr - ₹13.7 L/yr

Manager
1.8k salaries
unlock blur

₹6 L/yr - ₹22 L/yr

Senior Manager
1.7k salaries
unlock blur

₹10.3 L/yr - ₹32 L/yr

Senior Executive
1.6k salaries
unlock blur

₹1.8 L/yr - ₹8 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

4.0
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