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

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

Top trending discussions

View All
Interview Tips & Stories
2w
toobluntforu
·
works at
Cvent
Can speak English, can’t deliver in interviews
I feel like I can't speak fluently during interviews. I do know english well and use it daily to communicate, but the moment I'm in an interview, I just get stuck. since it's not my first language, I struggle to express what I actually feel. I know the answer in my head, but I just can’t deliver it properly at that moment. Please guide me
Got a question about Jio?
Ask anonymously on communities.

Interview questions from similar companies

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

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

Round 1 - Technical 

(7 Questions)

  • Q1. Amazon: Add Cart feature - Write Selenium code
  • Ans. 

    Use Selenium to automate adding items to cart on Amazon website.

    • Locate the 'Add to Cart' button on the product page using Selenium's findElement method

    • Click on the 'Add to Cart' button to add the item to the cart

    • Verify that the item has been successfully added to the cart by checking the cart contents

  • Answered by AI
  • Q2. Test cases of Login API
  • Ans. 

    Test cases for Login API

    • Verify valid username and password login successfully

    • Verify invalid username and password combination fails to login

    • Verify login with empty username or password fails

    • Verify login with special characters in username or password fails

  • Answered by AI
  • Q3. Write a program to count the character in a string
  • Ans. 

    A program to count the characters in a string

    • Iterate through each character in the string and increment the count for each character

    • Use a hashmap to store the count of each character

    • Handle edge cases like empty string or null input

  • Answered by AI
  • Q4. UI test cases of Upload document
  • Ans. 

    UI test cases for uploading a document

    • Verify that the 'Upload' button is functional

    • Check if the correct file types are allowed for upload

    • Ensure that the progress bar is displayed during upload

    • Confirm that the document is successfully uploaded and visible on the UI

  • Answered by AI
  • Q5. UI test cases of a Form
  • Ans. 

    UI test cases for a Form

    • Verify all required fields are displayed

    • Test validation messages for invalid inputs

    • Check if form submission is successful

    • Test the functionality of reset button

  • Answered by AI
  • Q6. How to achieve parallel execution of test cases in testNG?
  • Ans. 

    Parallel execution of test cases in TestNG can be achieved using TestNG's parallel attribute in the testng.xml file.

    • Set the 'parallel' attribute in the testng.xml file to 'methods', 'classes', or 'tests' to specify the level of parallelism.

    • Use the 'thread-count' attribute to specify the number of threads to be used for parallel execution.

    • Ensure that the test classes are thread-safe to avoid any conflicts during paralle...

  • Answered by AI
  • Q7. Write a program to reverse the words in a string I/P: My name is abc O/P: abc is name My
  • Ans. 

    Program to reverse words in a string

    • Split the input string into an array of words

    • Reverse the array of words

    • Join the reversed array back into a string

  • Answered by AI
Round 2 - Technical 

(6 Questions)

  • Q1. Write a program to reverse the string. I/P: I LOVE JAVA O/P: A VAJE VOLI
  • Ans. 

    This program reverses the order of words in a string while also reversing each word's characters.

    • Split the input string into words: 'I LOVE JAVA' -> ['I', 'LOVE', 'JAVA']

    • Reverse each word: 'I' -> 'I', 'LOVE' -> 'EVOL', 'JAVA' -> 'AVAJ'

    • Reverse the order of words: ['AVAJ', 'EVOL', 'I'] -> 'AVAJ EVOL I'

    • Final output: 'AVAJ EVOL I'

  • Answered by AI
  • Q2. Regression vs Sanity
  • Ans. 

    Regression testing ensures existing functionality still works after changes, while sanity testing checks if new functionality works as expected.

    • Regression testing is performed to make sure that new code changes do not adversely affect existing functionality.

    • Sanity testing is a cursory testing to make sure that the new functionality is working as expected.

    • Regression testing is usually automated and covers a wide range o...

  • Answered by AI
  • Q3. Explain automation framework
  • Ans. 

    Automation framework is a set of guidelines, tools, and processes used to automate testing of software applications.

    • Automation framework provides structure and guidelines for creating and executing automated tests.

    • It helps in organizing test scripts, managing test data, and generating test reports.

    • Examples of automation frameworks include Selenium, TestNG, and Cucumber.

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

  • Answered by AI
  • Q4. What are the reasons for 500 - Internal Server Error
  • Ans. 

    500 Internal Server Error is a generic error message indicating a problem with the server.

    • Server misconfiguration

    • Server overload

    • Programming errors in server-side code

    • Database connection issues

    • Insufficient server resources

  • Answered by AI
  • Q5. Submit button -> Click -> Blank page Identify the debug and find the root cause
  • Ans. 

    Investigate the blank page issue after clicking the submit button to identify potential causes and solutions.

    • Check for JavaScript errors in the console that may prevent page rendering.

    • Verify if the form submission is correctly handled by the backend server.

    • Inspect network requests to see if the submission returns a valid response.

    • Ensure that the URL is correctly defined and not leading to a 404 error.

    • Look for any infin...

  • Answered by AI
  • Q6. Write test cases of an API that creates User's profile by accepting First name, Last name and mobile number
  • Ans. 

    Test cases for API creating User's profile with First name, Last name, and mobile number

    • Verify that a user profile is created successfully with valid First name, Last name, and mobile number

    • Test with invalid First name (empty, special characters, numbers)

    • Test with invalid Last name (empty, special characters, numbers)

    • Test with invalid mobile number (empty, alphabets, special characters, less than 10 digits)

    • Verify that ...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Bharti Airtel Sdet interview:
  • Appium
  • API
  • Java

Skills evaluated in this interview

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

I applied via Company Website and was interviewed in Dec 2023. There were 3 interview rounds.

Round 1 - One-on-one 

(1 Question)

  • Q1. Question Related to Automation testing, Please go through Job Description. Question from these topic only. No Coding question.
Round 2 - One-on-one 

(1 Question)

  • Q1. Question realted to Jo desciption and one coding question. coding question from string topic
Round 3 - One-on-one 

(1 Question)

  • Q1. Manager Round, will have question realted to daily job, including debugging skill and situation based.

I applied via Referral and was interviewed before Aug 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. My profile was related to SAP finance and data migration. So the questions regarding same area were asked

Interview Preparation Tips

Interview preparation tips for other job seekers - Be 100% prepared on what you have shared on your resume. Have a thorough knowledge regarding it.

I applied via Other and was interviewed before Mar 2018. There were 3 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. Serivece expression plz told
  • Ans. 

    Service expression refers to the way services are communicated and perceived by customers.

    • Service expression includes verbal and non-verbal communication.

    • Example: A friendly greeting at a restaurant enhances customer experience.

    • It involves understanding customer needs and responding appropriately.

    • Example: A customer service representative actively listening to a complaint.

  • Answered by AI
  • Q2. Customer choice given service and reply best response
  • Q3. How much transfer customer
  • Ans. 

    The question is unclear and lacks context.

    • Request clarification on what is meant by 'transfer customer'

    • Ask for more information about the specific role and responsibilities of an Assistant Manager

    • Seek clarification on the purpose or objective behind the question

  • Answered by AI
  • Q4. 6000/ customer satisfaction guaranteed service

Interview Preparation Tips

General Tips: Maruti home relocation movers and packers door to door delivery All responsibility packing and moving service
Skills: Communication

I appeared for an interview in Mar 2018.

Interview Preparation Tips

General Tips: This interview was a technical one but was majorly a stress test. It lasted for about 1 hour 10 minutes. The interviewer wanted to test both my knowledge and communication skills. Most of the questions asked to me were related to my B.Tech curriculum i.e. computer science related topics. He stressed a lot on the basics related to my project topic. Luckily I was able to answer most of the questions correctly. I tried to answer each question with examples and also used props on the table (like pens, paperweights, pen stands etc.) to explain my theories. It was my first offcampus interview, and I think I did pretty well for a fresher.
You need to stay calm and should apply presence of mind. Please go through the job description thoroughly word-by-word and recheck your resume to ensure that you are a best-fit for the position.
Skills: Communication, Problem Solving, Leadership, Decision Making Skills

Interview Questionnaire 

1 Question

  • Q1. Reason for relieving the previous company. Basical Aptitude test

Interview Preparation Tips

Round: Resume Shortlist
Experience: Previous profile experience

Interview Preparation Tips

Round: Group Discussion
Experience: Salry discuss and job security
Duration: 1 hour 30 minutes

I applied via Referral and was interviewed before May 2017. There were 5 interview rounds.

Interview Questionnaire 

6 Questions

  • Q1. What is your present profile.. Explain
  • Ans. 

    I am currently working as a Senior Sales Associate at XYZ Company.

    • I am responsible for managing a team of sales associates and achieving sales targets.

    • I handle customer inquiries, resolve complaints, and ensure customer satisfaction.

    • I analyze sales data and trends to identify opportunities for improvement.

    • I train and mentor new sales associates to enhance their skills and productivity.

    • I collaborate with the Assistant M...

  • Answered by AI
  • Q2. How u relate your profile from telecommunication
  • Ans. 

    I have a strong background in telecommunication with experience in managing teams and projects.

    • I have worked in the telecommunication industry for X years, gaining valuable knowledge and skills in the field.

    • I have successfully managed teams and projects in the telecommunication sector, showcasing my leadership abilities.

    • I have a deep understanding of telecommunication technologies and trends, allowing me to make inform...

  • Answered by AI
  • Q3. Come for f2f interview
  • Q4. Discussed some points related to CTC and designation
  • Q5. Define yourself
  • Q6. Do you agree to work in a remote location
  • Ans. 

    Yes, I am open to working in a remote location as an Assistant Manager.

    • I am comfortable with remote work and have experience managing teams remotely.

    • I understand the challenges of working in a remote location and am prepared to adapt.

    • I am willing to relocate if necessary to fulfill the responsibilities of the role.

  • Answered by AI

Interview Preparation Tips

Round: Resume Shortlist
Experience: Related to field communication in instrumentation i.e DCS system

General Tips: Confidence and should be capable to move the interviewer towards your interest and knowledge
Skills: Body Language, Leadership, Presentation Skills
Duration: 1-4 weeks

I appeared for an interview before Jan 2016.

Interview Questionnaire 

1 Question

  • Q1. My weakness

Interview Preparation Tips

Round: HR Interview
Experience: It is very difficult for everyone to tell someone about the weakness

College Name: RKGIT

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.

Overall Interview Experience Rating

4/5

based on 1 interview experience

Difficulty level

Moderate 100%

Duration

2-4 weeks 100%
View more

Interview Questions from Similar Companies

Bharti Airtel Interview Questions
3.9
 • 951 Interviews
Vodafone Idea Interview Questions
4.0
 • 593 Interviews
HFCL Limited Interview Questions
3.9
 • 73 Interviews
BT E Serv Interview Questions
4.1
 • 43 Interviews
Dish Network Interview Questions
3.5
 • 31 Interviews
Tcil Interview Questions
3.9
 • 18 Interviews
Etisalat Interview Questions
3.4
 • 15 Interviews
View all
Jio Sdet Salary
based on 16 salaries
₹5.4 L/yr - ₹21.2 L/yr
5% less than 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

5.0

Job security

5.0

Company culture

4.0

Promotions

5.0

Work satisfaction

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

₹1.1 L/yr - ₹10.4 L/yr

Deputy Manager
3.4k salaries
unlock blur

₹5.8 L/yr - ₹12.3 L/yr

Manager
1.8k salaries
unlock blur

₹6.8 L/yr - ₹23 L/yr

Senior Executive
1.5k salaries
unlock blur

₹1.7 L/yr - ₹8 L/yr

Senior Manager
1.4k salaries
unlock blur

₹16 L/yr - ₹29.2 L/yr

Explore more salaries
Compare Jio with

Jio Platforms

3.4
Compare

Bharti Airtel

3.9
Compare

Vodafone Idea

4.0
Compare

Reliance Communications

4.0
Compare
write
Share an Interview