Upload Button Icon Add office photos

Filter interviews by

Jio Platforms Sdet Engineer Interview Questions and Answers

Updated 18 Oct 2023

Jio Platforms Sdet Engineer Interview Experiences

1 interview found

Sdet Engineer Interview Questions & Answers

user image Anonymous

posted on 18 Oct 2023

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
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 - Technical 

(1 Question)

  • Q1. First round 2 programs with java, second round 2 coding with dificulty level high and java tricky question and 3rd managerial round
Round 3 - Technical 

(1 Question)

  • Q1. Same as above mentioned

Interview Preparation Tips

Interview preparation tips for other job seekers - manager

Interview questions from similar companies

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
6-8 weeks
Result
No response

I applied via campus placement at Manav Rachana International University, Faridabad and was interviewed in Apr 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

It was actually a mix of aptitude and technical. 1st round included aptitude, English, essay writing and coding questions.

Round 2 - One-on-one 

(1 Question)

  • Q1. This was an online technical interview round. Questions were moderate on difficulty level. The interviewer was friendly and asked questions from the resume.
Round 3 - One-on-one 

(1 Question)

  • Q1. Technical+HR round

Interview Preparation Tips

Interview preparation tips for other job seekers - I think with good communication skills and basic knowledge of your domain will enable you to qualify this round. Also be confident, extremely important.

Sdet Engineer Interview Questions & Answers

UST user image Shivam Kumar

posted on 25 Sep 2023

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

I applied via Referral and was interviewed before Sep 2022. There were 4 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 - Aptitude Test 

Intermediate level of apptitude mixed with arithmatic apptitude only

Round 3 - Coding Test 

String and array questions for all that will be enough

Round 4 - One-on-one 

(1 Question)

  • Q1. OOPs , and resume related and concept based and bit of scenario based
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Selenium framework, exceptions, how to right click double click,
  • Q2. Rest assured, serialization , how to send POST request
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

I applied via Recruitment Consulltant and was interviewed in Jun 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. 2 sum problem in different approach
  • Q2. Maximum sub array sum
  • Ans. 

    Find the maximum sum of a contiguous subarray within an array of integers.

    • Use Kadane's algorithm to find the maximum subarray sum efficiently.

    • Initialize two variables - maxEndingHere and maxSoFar.

    • Iterate through the array and update the variables accordingly.

    • Example: Input [1, -2, 3, 4, -1, 2, 1, -5, 4], Output: 10 (subarray [3, 4, -1, 2, 1])

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. Design LLD for factory pattern
  • Ans. 

    Factory pattern is a creational design pattern that provides an interface for creating objects in a superclass, but allows subclasses to alter the type of objects that will be created.

    • Create an interface or abstract class to define the factory method

    • Create concrete classes that implement the interface or extend the abstract class

    • Factory class should have a method that returns an object of the interface type based on in

  • Answered by AI

Skills evaluated in this interview

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

(2 Questions)

  • Q1. Tell me about yourself?
  • Q2. Salary expectations?
Round 2 - Technical 

(2 Questions)

  • Q1. Based on resume questions.
  • Q2. Difference between xpath and css selectors
  • Ans. 

    XPath is a language for selecting nodes in an XML document, while CSS selectors are used to select HTML elements.

    • XPath is more powerful and flexible than CSS selectors

    • CSS selectors are faster and easier to write than XPath

    • XPath can traverse both upwards and downwards in the document tree, while CSS selectors can only traverse downwards

    • XPath can select elements based on their attributes, text content, and more, while CS...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Leet code medium questions.

Skills evaluated in this interview

Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
6-8 weeks
Result
Not Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. Array sorting for a given input.
  • Ans. 

    Array sorting for a given input involves arranging elements in a specific order.

    • Use built-in sorting functions like sort() in programming languages such as Java, Python, or JavaScript.

    • Consider the sorting algorithm complexity for large arrays.

    • Ensure the sorting is done based on the specific requirements like alphabetical order or numerical order.

  • Answered by AI
  • Q2. Rotation of array to right by 2 position
  • Ans. 

    Rotate array to right by 2 positions

    • Create a new array with the same length as the original array

    • Copy elements from original array starting from index (length - 2) to the new array

    • Copy elements from original array starting from index 0 to (length - 3) to the new array

    • Return the new array as the rotated array

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. Ask about java streams and lambda function?
  • Q2. Questions from scenario based testing

Skills evaluated in this interview

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

(2 Questions)

  • Q1. Selenium architecture?
  • Q2. Automation framewrorks, Programming languages
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
-
Result
Not Selected

I applied via Job Portal and was interviewed in Jun 2024. There was 1 interview round.

Round 1 - Coding Test 

SQL, Python - basics of SQL and how to populate values in a list using functions

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

(1 Question)

  • Q1. Tell me about yourself

Jio Platforms Interview FAQs

How many rounds are there in Jio Platforms Sdet Engineer interview?
Jio Platforms interview process usually has 3 rounds. The most common rounds in the Jio Platforms interview process are Technical and Resume Shortlist.
What are the top questions asked in Jio Platforms Sdet Engineer interview?

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

  1. first round 2 programs with java, second round 2 coding with dificulty level h...read more
  2. same as above mentio...read more

Tell us how to improve this page.

Jio Platforms Sdet Engineer Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Infosys Interview Questions
3.6
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 2.9k Interviews
Bharti Airtel Interview Questions
4.0
 • 843 Interviews
DXC Technology Interview Questions
3.7
 • 795 Interviews
Mphasis Interview Questions
3.4
 • 788 Interviews
View all

Jio Platforms Sdet Engineer Reviews and Ratings

based on 2 reviews

1.4/5

Rating in categories

1.0

Skill development

1.4

Work-life balance

1.4

Salary

2.2

Job security

1.0

Company culture

1.4

Promotions

1.0

Work satisfaction

Explore 2 Reviews and Ratings
Software Developer
571 salaries
unlock blur

₹4.1 L/yr - ₹15.1 L/yr

Software Development Engineer
547 salaries
unlock blur

₹3 L/yr - ₹13.1 L/yr

Assistant Manager
473 salaries
unlock blur

₹3 L/yr - ₹10 L/yr

Product Manager
424 salaries
unlock blur

₹11 L/yr - ₹42 L/yr

Deputy Manager
367 salaries
unlock blur

₹4.9 L/yr - ₹20.4 L/yr

Explore more salaries
Compare Jio Platforms with

Jio

3.9
Compare

Reliance Industries

4.0
Compare

Bharti Airtel

4.0
Compare

Vodafone Idea

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