Upload Button Icon Add office photos

Filter interviews by

RSL Private Limited SDE Interview Questions and Answers

Updated 28 Aug 2024

RSL Private Limited SDE Interview Experiences

1 interview found

SDE Interview Questions & Answers

user image Anonymous

posted on 28 Aug 2024

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

(2 Questions)

  • Q1. Given an Array you have to find the third maximum
  • Ans. 

    Find the third maximum value in an array of strings.

    • Convert the array of strings to an array of integers for comparison.

    • Sort the array in descending order to easily find the third maximum value.

    • Handle cases where there are less than three unique maximum values.

  • Answered by AI
  • Q2. Given an number you have to find the closest prime
  • Ans. 

    Find the closest prime number to a given number.

    • Start checking for prime numbers from the given number and move outwards

    • Use a function to check if a number is prime

    • Keep track of the closest prime found so far

  • Answered by AI

Skills evaluated in this interview

Interview questions from similar companies

SDE Interview Questions & Answers

HCLTech user image Anonymous

posted on 16 Aug 2021

Interview Questionnaire 

1 Question

  • Q1. Introduction And Overview of Company
  • Ans. First introduced yourself with a little smile and before any interview go through the JD of the company, this will help you more. And one more thing that search about the interviewers who is going to take your interview.
  • Answered Anonymously

SDE Interview Questions & Answers

HCLTech user image DEEPANSHU MITTAL

posted on 29 May 2024

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is the shortest distance between two farthest vertices in a cubical room
  • Ans. 

    The shortest distance between two farthest vertices in a cubical room is the length of the diagonal of the cube.

    • The diagonal of a cube can be calculated using the formula: sqrt(3) * side length

    • In a cube with side length 1 unit, the diagonal length is sqrt(3) units

    • Therefore, the shortest distance between two farthest vertices in a cubical room is sqrt(3) times the side length of the cube

  • Answered by AI
  • Q2. A root 5 is the ans

SDE Interview Questions & Answers

Wipro user image Anonymous

posted on 28 May 2024

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

I applied via LinkedIn and was interviewed in Apr 2024. There was 1 interview round.

Round 1 - Coding Test 

Learn about techstack

SDE Interview Questions & Answers

TCS user image Anonymous

posted on 20 Feb 2024

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

Easy interview which mainly focus on concepts

Round 2 - Technical 

(1 Question)

  • Q1. Interview went fine and difficulty is medium

SDE Interview Questions & Answers

TCS user image Viren Punjabi

posted on 15 Sep 2024

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
-
Result
-

I applied via Campus Placement and was interviewed in Mar 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Linked list and trees

Round 2 - Technical 

(2 Questions)

  • Q1. What is arraylist
  • Ans. 

    ArrayList is a dynamic array in Java that can grow or shrink in size as needed.

    • ArrayList is a class in Java that implements the List interface.

    • It allows for dynamic resizing of the array, unlike regular arrays.

    • Elements can be added, removed, or accessed by index.

    • Example: ArrayList names = new ArrayList();

Answered by AI
  • Q2. What is oops conecepts
  • Ans. 

    Object-oriented programming concepts focus on creating objects that interact with each other to accomplish tasks.

    • Encapsulation: Bundling data and methods that operate on the data into a single unit (object)

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

    • Polymorphism: Objects of different classes can be treated as objects of a common superclass

    • Abstraction: Hiding complex implementation

  • Answered by AI

    Skills evaluated in this interview

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

    (1 Question)

    • Q1. 3 EMERGING TECHNOLOGIES

    SDE Interview Questions & Answers

    TCS user image Anonymous

    posted on 13 Apr 2024

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

    (1 Question)

    • Q1. Reverse a linked list
    • Ans. 

      Reverse a linked list by changing the next pointers of each node to point to the previous node.

      • Start with three pointers: current, prev, and next.

      • Iterate through the linked list, updating the next pointer of each node to point to the previous node.

      • Update prev to current and current to next in each iteration.

    • Answered by AI

    Skills evaluated in this interview

    SDE Interview Questions & Answers

    TCS user image Anonymous

    posted on 10 Dec 2024

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

    (3 Questions)

    • Q1. Project code which u have written in your resume
    • Ans. 

      I have written a project code for a web application that tracks user activity and generates reports.

      • Used HTML, CSS, and JavaScript for front-end development

      • Utilized PHP and MySQL for back-end development

      • Implemented user authentication and data visualization features

    • Answered by AI
    • Q2. Factorial code
    • Q3. SQL query

    SDE Interview Questions & Answers

    TCS user image Anonymous

    posted on 1 Jan 2025

    Interview experience
    5
    Excellent
    Difficulty level
    Moderate
    Process Duration
    2-4 weeks
    Result
    Selected Selected

    I applied via Campus Placement and was interviewed in Jul 2024. There were 3 interview rounds.

    Round 1 - Coding Test 

    Basic dsa questions from leetcode

    Round 2 - Aptitude Test 

    Basic question from the aptitude topics

    Round 3 - HR 

    (1 Question)

    • Q1. Tell me about seld

    Interview Preparation Tips

    Interview preparation tips for other job seekers - focus on basics and be confident

    RSL Private Limited Interview FAQs

    How many rounds are there in RSL Private Limited SDE interview?
    RSL Private Limited interview process usually has 1 rounds. The most common rounds in the RSL Private Limited interview process are Technical.
    What are the top questions asked in RSL Private Limited SDE interview?

    Some of the top questions asked at the RSL Private Limited SDE interview -

    1. Given an Array you have to find the third maxi...read more
    2. given an number you have to find the closest pr...read more

    Tell us how to improve this page.

    RSL Private Limited SDE Interview Process

    based on 1 interview

    Interview experience

    5
      
    Excellent
    View more

    Interview Questions from Similar Companies

    TCS Interview Questions
    3.7
     • 10.5k Interviews
    Infosys Interview Questions
    3.6
     • 7.6k Interviews
    Wipro Interview Questions
    3.7
     • 5.7k Interviews
    Tech Mahindra Interview Questions
    3.5
     • 3.9k Interviews
    HCLTech Interview Questions
    3.5
     • 3.8k Interviews
    LTIMindtree Interview Questions
    3.8
     • 3k Interviews
    Mphasis Interview Questions
    3.4
     • 810 Interviews
    Cyient Interview Questions
    3.6
     • 284 Interviews
    View all
    Software Engineer
    45 salaries
    unlock blur

    ₹0 L/yr - ₹0 L/yr

    Softwaretest Engineer
    19 salaries
    unlock blur

    ₹0 L/yr - ₹0 L/yr

    Software Developer
    12 salaries
    unlock blur

    ₹0 L/yr - ₹0 L/yr

    Test Engineer
    9 salaries
    unlock blur

    ₹0 L/yr - ₹0 L/yr

    Web Developer
    8 salaries
    unlock blur

    ₹0 L/yr - ₹0 L/yr

    Explore more salaries
    Compare RSL Private Limited with

    TCS

    3.7
    Compare

    Infosys

    3.6
    Compare

    Wipro

    3.7
    Compare

    HCLTech

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