Premium Employer

i

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

RingCentral Verified Tick Work with us arrow

Compare button icon Compare button icon Compare

Filter interviews by

RingCentral Sdet 2 Interview Questions and Answers

Updated 8 Feb 2022

RingCentral Sdet 2 Interview Experiences

1 interview found

Sdet 2 Interview Questions & Answers

user image Anonymous

posted on 8 Feb 2022

I applied via Approached by company and was interviewed before Feb 2021. There were 4 interview rounds.

Round 1 - One-on-one 

(1 Question)

  • Q1. 1st round was about understanding current roles and responsibilities. It was screening call basically.
Round 2 - Technical 

(1 Question)

  • Q1. As I got hired for platform team , so questions were around backend testing, Rest api, rest APIs, rest assured, TestNG, CI/CD, one coding question
Round 3 - Behavioral 

(1 Question)

  • Q1. About understanding testing approach, strategies to test and release any feature, test case and test scenarios writing.
Round 4 - HR 

(1 Question)

  • Q1. Why are you looking for a change?
  • Ans. 

    Looking for growth and new challenges

    • Seeking opportunities for professional development

    • Want to expand my skill set and learn new technologies

    • Desire to work on more complex projects

    • Looking for a company with a strong culture and values

    • Seeking a better work-life balance

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't focus more on coding bcoz rong central don't ask to write sorting algo etc as we already have functions/library provide by Java. They ask basics and try to understand the approach.

Top trending discussions

View All
Office Jokes
2w
an executive
CTC ≠ Confidence Transfer Credit
Ab toh aisa lagta hai, chillar jaise salary ke liye main kaju katli ban ke jaa rahi hoon. Samajh nahi aata, main zyada ready ho ke jaa rahi hoon ya ye mujhe kam pay kar rahe hain? #CorporateLife #OfficeJokes #UnderpaidButWellDressed
FeedCard Image
Got a question about RingCentral?
Ask anonymously on communities.

Interview questions from similar companies

I applied via Naukri.com and was interviewed before Sep 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Java OOPS, collections, and some basic SQL

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be relaxed and calm. The interview is easy checking your fundamentals.

Sdet 2 Interview Questions Asked at Other Companies

Q1. Validity of a string as a password , testing concepts
asked in Volt Money
Q2. What challenges did you face while automating test cases, and how ... read more
asked in Altimetrik
Q3. How can database automation be performed?
asked in Altimetrik
Q4. Create a framework and automate the given scenario.
asked in Volt Money
Q5. Given a scenario, how would you test the system/feature?

I applied via Company Website and was interviewed before Jul 2021. There were 2 interview rounds.

Round 1 - Coding Test 

Data Structure related questions

Round 2 - One-on-one 

(1 Question)

  • Q1. Java related interview questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Study Data structure and Java code properly

I applied via Naukri.com and was interviewed before Apr 2021. There were 3 interview rounds.

Round 1 - Aptitude Test 

Aptitude test will a hackerrank test where it might have technical MCQ and/or coding test.

Round 2 - Technical 

(1 Question)

  • Q1. Interviewer will test your logic building capability with puzzel/coding and technical questions and experience discussion.
Round 3 - One-on-one 

(1 Question)

  • Q1. Its a normal discussion with HR about CTC and all.

Interview Preparation Tips

Interview preparation tips for other job seekers - In TR interviewer are really good. They will help you and give hints. They mostly check if you have problem solving approch.

I applied via Naukri.com and was interviewed before Mar 2021. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Basic c# questions , few logical and angular questions.
Round 2 - One-on-one 

(1 Question)

  • Q1. DB questions, design patterns, few architectural questions.

Interview Preparation Tips

Interview preparation tips for other job seekers - Stick to the basics and be concrete on concepts

I applied via Walk-in and was interviewed before Apr 2021. There were 3 interview rounds.

Round 1 - Aptitude Test 

Process for freshers-

Go through RS Agarwal book and be ready for logical reasoning questions

Criteria for selection is 75% so make sure to select right ans

There will be 2 questions based on selected language

And questions on general English.

Round 2 - Technical 

(1 Question)

  • Q1. Technical round will based on mentioned language in resume. My round was on Java language. So prepare the basic of Java and advance Java some time they ask you to write some syntax so prepare those synta...
Round 3 - One-on-one 

(1 Question)

  • Q1. It's formality round Just present your self well Be ready to reallocate any where they want. You can ask some question about the work culture in company.

Interview Preparation Tips

Topics to prepare for Amdocs Senior Software Engineer interview:
  • Java
  • C
  • C++
  • Data Structures
Interview preparation tips for other job seekers - Prepare well if you clear the aptitude round.

Chance of getting selected is high then.

I applied via Company Website and was interviewed in Apr 2021. There was 1 interview round.

Interview Questionnaire 

3 Questions

  • Q1. Java memory management
  • Q2. Spring boot basics
  • Q3. Classloaders in java
  • Ans. 

    Classloaders are responsible for loading classes into the JVM at runtime.

    • Java has three built-in classloaders: bootstrap, extension, and system.

    • Custom classloaders can be created to load classes from non-standard sources.

    • Classloaders follow a delegation model, where they first delegate to their parent classloader before attempting to load the class themselves.

    • Classloaders can be used for dynamic class loading and hot-s...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare java basics very well and solve various coding challenges

Skills evaluated in this interview

Are these interview questions helpful?

Interview Questionnaire 

1 Question

  • Q1. All technical questions not even single irrelevant question.
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Leetcode questions

Interview Preparation Tips

Interview preparation tips for other job seekers - leetcode question, no points for approach, interviewer was just checking if all test cases are successfull or not.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Job Fair and was interviewed in Sep 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Two sum problem in c sharp
  • Ans. 

    The Two Sum problem involves finding two numbers in an array that add up to a specific target sum.

    • Use a hash map to store the difference between the target and each element as you iterate through the array.

    • Example: For array [2, 7, 11, 15] and target 9, store 7 in the map when you encounter 2.

    • When you find 7 later in the array, you can retrieve 2 from the map, confirming they sum to 9.

    • Time complexity is O(n) due to a s...

  • Answered by AI
  • Q2. What is inheritance in oops
  • Ans. 

    Inheritance in OOP allows a class to inherit properties and behaviors from another class.

    • Inheritance promotes code reusability by allowing a new class to use the properties and methods of an existing class.

    • The class that is being inherited from is called the base class or parent class, while the class that inherits is called the derived class or child class.

    • Derived classes can add new properties and methods, or overrid...

  • Answered by AI

RingCentral Interview FAQs

How many rounds are there in RingCentral Sdet 2 interview?
RingCentral interview process usually has 4 rounds. The most common rounds in the RingCentral interview process are One-on-one Round, Technical and Behavioral.
What are the top questions asked in RingCentral Sdet 2 interview?

Some of the top questions asked at the RingCentral Sdet 2 interview -

  1. As I got hired for platform team , so questions were around backend testing, Re...read more
  2. About understanding testing approach, strategies to test and release any featur...read more

Tell us how to improve this page.

Join RingCentral A leading provider of AI-driven cloud business communications

Interview Questions from Similar Companies

Oracle Interview Questions
3.7
 • 893 Interviews
Amdocs Interview Questions
3.7
 • 532 Interviews
Adobe Interview Questions
3.9
 • 247 Interviews
Salesforce Interview Questions
4.0
 • 234 Interviews
24/7 Customer Interview Questions
3.5
 • 179 Interviews
Dassault Systemes Interview Questions
3.9
 • 176 Interviews
Oracle Cerner Interview Questions
3.6
 • 162 Interviews
VMware Software Interview Questions
4.4
 • 145 Interviews
Thomson Reuters Interview Questions
4.1
 • 125 Interviews
View all
Software Development Engineer 3
15 salaries
unlock blur

₹30.7 L/yr - ₹51 L/yr

Senior Software Engineer
9 salaries
unlock blur

₹25 L/yr - ₹50 L/yr

Software Engineer
8 salaries
unlock blur

₹21 L/yr - ₹40 L/yr

Software Development Engineer II
7 salaries
unlock blur

₹27 L/yr - ₹36 L/yr

Software Developer
6 salaries
unlock blur

₹12.5 L/yr - ₹30 L/yr

Explore more salaries
Compare RingCentral with

Twilio

3.9
Compare

Oracle

3.7
Compare

Amdocs

3.7
Compare

Automatic Data Processing (ADP)

4.0
Compare
write
Share an Interview