Upload Button Icon Add office photos

Filter interviews by

Reliance Digital Engineer 1 Interview Questions, Process, and Tips

Updated 4 Aug 2023

Reliance Digital Engineer 1 Interview Experiences

1 interview found

Engineer 1 Interview Questions & Answers

user image Anonymous

posted on 4 Aug 2023

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

I applied via Walk-in and was interviewed before Aug 2022. There were 2 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 - Technical 

(5 Questions)

  • Q1. What are the basics of fiber?
  • Ans. 

    Fiber is a material made of long, thin strands of glass or plastic that transmit data through light signals.

    • Fiber optics use total internal reflection to transmit data through light signals

    • Fiber cables are made of glass or plastic fibers that are bundled together

    • Fiber is used in telecommunications, internet connections, and medical imaging

    • Fiber can transmit data over long distances with minimal signal loss

  • Answered by AI
  • Q2. What connection is Fiber?
  • Ans. 

    Fiber is a connection that uses optical fibers to transmit data through light signals.

    • Fiber optics use thin strands of glass or plastic to transmit data as pulses of light.

    • Fiber connections are known for their high speed and reliability.

    • Examples of fiber connections include Fiber to the Home (FTTH) and Fiber to the Premises (FTTP).

  • Answered by AI
  • Q3. What type of network is fiber?
  • Ans. 

    Fiber is a type of network that uses fiber optic cables to transmit data at high speeds.

    • Fiber networks use fiber optic cables to transmit data

    • Fiber networks are known for their high speed and reliability

    • Examples of fiber networks include Fiber to the Home (FTTH) and Fiber to the Premises (FTTP)

  • Answered by AI
  • Q4. What are the 3 types of fibre?
  • Ans. 

    The 3 types of fibre are soluble fibre, insoluble fibre, and resistant starch.

    • Soluble fibre dissolves in water and helps lower cholesterol and regulate blood sugar levels (e.g. oats, beans, fruits)

    • Insoluble fibre does not dissolve in water and promotes healthy digestion by adding bulk to the stool (e.g. whole grains, vegetables)

    • Resistant starch resists digestion in the small intestine and acts as a prebiotic, feeding b...

  • Answered by AI
  • Q5. What is the important of optical fiber for communication
  • Ans. 

    Optical fiber is important for communication due to its high bandwidth, low attenuation, and immunity to electromagnetic interference.

    • High bandwidth allows for faster data transmission over long distances

    • Low attenuation ensures signals can travel far without losing strength

    • Immunity to electromagnetic interference results in clearer communication

    • Used in telecommunications, internet connectivity, cable television, and mo

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Technician engineer

Skills evaluated in this interview

Interview questions from similar companies

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

I applied via Walk-in and was interviewed in Oct 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. System Design Questions, Situation based problems of system design
  • Q2. Data Structure Coding question of HashMap
Round 2 - Technical 

(1 Question)

  • Q1. Again System design, Question from your project and architecture of your project
Interview experience
2
Poor
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I was interviewed in Aug 2024.

Round 1 - Technical 

(3 Questions)

  • Q1. Linked list implementation with second largest and second smallest
  • Ans. 

    Implement a linked list with methods to find the second largest and second smallest elements.

    • Create a linked list class with methods to insert elements, find second largest, and find second smallest.

    • Traverse the linked list to find the largest and smallest elements, then find the second largest and second smallest.

    • Handle edge cases such as empty list or lists with less than 2 elements.

    • Consider using a priority queue to...

  • Answered by AI
  • Q2. Max Frequency Character in a string
  • Ans. 

    Find the character with the highest frequency in a given string.

    • Iterate through the string and count the frequency of each character using a hashmap.

    • Track the character with the highest frequency as you iterate.

    • Return the character with the highest frequency at the end.

  • Answered by AI
  • Q3. Longest common subsequence print
  • Ans. 

    Find and print the longest common subsequence in an array of strings

    • Use dynamic programming to find the longest common subsequence

    • Iterate through the array of strings to find common characters

    • Print the longest common subsequence found

  • Answered by AI
Round 2 - Technical 

(3 Questions)

  • Q1. Solid design principles
  • Ans. 

    Solid design principles are fundamental guidelines for designing software that is maintainable, scalable, and efficient.

    • Follow the SOLID principles (Single Responsibility, Open/Closed, Liskov Substitution, Interface Segregation, Dependency Inversion)

    • Use design patterns like Factory, Singleton, Observer, etc. to solve common design problems

    • Keep code modular, reusable, and easy to understand

    • Separate concerns and avoid ti

  • Answered by AI
  • Q2. Snake and Ladder LLD
  • Q3. Executor Service

Interview Preparation Tips

Interview preparation tips for other job seekers - Interviewers kind of works on predefined knowledge. Don't use logic just provide them the basic answers and it will work. Interviewers aren't knowledgeable. You'll feel a gap in their understanding if you try to go little different.

Skills evaluated in this interview

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

It was basically two leetcode Questions Mainly from array with some algorithm required to apply and other from LinkedList.

Round 2 - Highl Level Design 

(2 Questions)

  • Q1. First the discussion was mainly on Projects you have worked on for first 20 minutes.
  • Q2. Then was given to Design a chat application basically a High Level. Interviewer was friendly and prompt listener.
Round 3 - Behavioral 

(2 Questions)

  • Q1. Very Detailed Project Discussion and Scenario based Questions basically your achievements in detail.
  • Q2. Then some Implementation questions related to designing and Java based and Kafka based.
Round 4 - HR 

(1 Question)

  • Q1. CTC Discussion and Expectations plus Notice period and other documents.
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed in Sep 2024.

Round 1 - Coding Test 

2 coding questions asked meeting rooms ds algo

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

It was a DSA round .

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

(3 Questions)

  • Q1. Linked List Intersection Point
  • Ans. 

    Find the intersection point of two linked lists.

    • Use two pointers to traverse the linked lists

    • Calculate the difference in length between the two lists

    • Move the pointer of the longer list ahead by the difference

    • Move both pointers simultaneously until they meet at the intersection point

  • Answered by AI
  • Q2. Basic Spring Boot
  • Q3. Stream and Java 8 Questions

Skills evaluated in this interview

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

I applied via Naukri.com and was interviewed in Aug 2023. There were 3 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 - Coding Test 

Online Coding Round Easy and Medium questions

Round 3 - Technical 

(1 Question)

  • Q1. Easy Hashset and OOps concepts.

I applied via Approached by Company and was interviewed in Jul 2022. There were 3 interview rounds.

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 

(1 Question)

  • Q1. Javascript questions
Round 3 - Technical 

(1 Question)

  • Q1. Project related questions

Interview Preparation Tips

Interview preparation tips for other job seekers - be prepared what have u mentioned in resume
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

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

Round 1 - Aptitude Test 

There was a aptitude test with coding problems

Round 2 - Technical 

(1 Question)

  • Q1. Basic Puzzles were asked

Reliance Digital Interview FAQs

How many rounds are there in Reliance Digital Engineer 1 interview?
Reliance Digital interview process usually has 2 rounds. The most common rounds in the Reliance Digital interview process are Resume Shortlist and Technical.
What are the top questions asked in Reliance Digital Engineer 1 interview?

Some of the top questions asked at the Reliance Digital Engineer 1 interview -

  1. What is the important of optical fiber for communicat...read more
  2. What are the basics of fib...read more
  3. What type of network is fib...read more

Tell us how to improve this page.

People are getting interviews through

based on 1 Reliance Digital interview
WalkIn
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.

Interview Questions from Similar Companies

Walmart Interview Questions
3.8
 • 396 Interviews
DMart Interview Questions
4.0
 • 388 Interviews
Vishal Mega Mart Interview Questions
3.8
 • 153 Interviews
Titan Company Interview Questions
4.3
 • 141 Interviews
V-Mart Interview Questions
4.2
 • 140 Interviews
Landmark Group Interview Questions
4.0
 • 140 Interviews
Lowe's Interview Questions
4.2
 • 128 Interviews
Tesco Interview Questions
3.9
 • 120 Interviews
Croma Interview Questions
4.0
 • 117 Interviews
Target Interview Questions
4.2
 • 114 Interviews
View all

Reliance Digital Engineer 1 Reviews and Ratings

based on 1 review

5.0/5

Rating in categories

5.0

Skill development

5.0

Work-Life balance

5.0

Salary & Benefits

5.0

Job Security

5.0

Company culture

5.0

Promotions/Appraisal

5.0

Work Satisfaction

Explore 1 Review and Rating
Team Lead
396 salaries
unlock blur

₹1.4 L/yr - ₹4.5 L/yr

Sales Executive
374 salaries
unlock blur

₹1 L/yr - ₹5 L/yr

Assistant Manager
332 salaries
unlock blur

₹1.5 L/yr - ₹9 L/yr

Sales Associate
233 salaries
unlock blur

₹1 L/yr - ₹3.5 L/yr

Store Manager
182 salaries
unlock blur

₹2.7 L/yr - ₹12 L/yr

Explore more salaries
Compare Reliance Digital with

Croma

4.0
Compare

Vijay Sales

4.1
Compare

Sangeetha Mobile

3.8
Compare

Poorvika Mobiles

4.5
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