Upload Button Icon Add office photos
Engaged Employer

i

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

Reliance Retail Verified Tick

Compare button icon Compare button icon Compare

Proud winner of ABECA 2024 - AmbitionBox Employee Choice Awards

zig zag pattern zig zag pattern

Filter interviews by

Reliance Retail Network Engineer Interview Questions and Answers

Updated 4 Dec 2023

Reliance Retail Network Engineer Interview Experiences

1 interview found

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
-

I appeared for an interview in Nov 2023.

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 - HR 

(4 Questions)

  • Q1. My recent job, location.salary,ctc
  • Q2. What is your job role
  • Ans. 

    As a Network Engineer, my job role is to design, implement, and maintain computer networks for organizations.

    • Designing and configuring network infrastructure

    • Installing and maintaining network equipment

    • Troubleshooting network issues

    • Monitoring network performance

    • Implementing security measures

    • Collaborating with other IT teams and stakeholders

    • Documenting network configurations and changes

  • Answered by AI
  • Q3. What is current ctc
  • Ans. 

    The current CTC (Cost to Company) refers to the total salary package of an employee, including all benefits and allowances.

    • CTC includes the basic salary, allowances, bonuses, and other benefits.

    • It is the total cost incurred by the company for employing the individual.

    • CTC is often used as a benchmark for salary negotiations and comparisons.

    • Example: My current CTC is $80,000 per annum, including a basic salary of $60,000...

  • Answered by AI
  • Q4. What accept salary

Interview Preparation Tips

Interview preparation tips for other job seekers - It sector is good job

Interview questions from similar companies

I applied via LinkedIn and was interviewed in Dec 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. How you will design an E-Commerce system
  • Ans. 

    An E-Commerce system can be designed by identifying user requirements, selecting appropriate technologies, and implementing secure payment and shipping methods.

    • Identify user requirements and create user stories

    • Select appropriate technologies for front-end, back-end, and database

    • Implement secure payment and shipping methods

    • Design a user-friendly interface with easy navigation

    • Ensure scalability and performance of the sys...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Initial interview was a telephonic interview for 30 minutes. Basic question and 1 question was how you will design an e-commerce system. Difficulty level was average.
Second round was an assignment .
Third round was again a technical interview

Skills evaluated in this interview

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

I applied via Referral and was interviewed in Dec 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 - HR 

(2 Questions)

  • Q1. Do you have any Technical Knowledge?
  • Ans. I have Technical Knowledge about Server & Computer Troubleshooting.
  • Answered by Manoj Namdev
  • Q2. Can you travel for Job
  • Ans. I can visit any part of India.
  • Answered by Manoj Namdev

Interview Preparation Tips

Interview preparation tips for other job seekers - Add skill in your resume & in your personality. I have seen many people's they have completed there PG but don't have skills.
So Skills is necessary.
Interview experience
1
Bad
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 - Coding Test 

The coding test was on hackerearth with 2 coding questions and Java based output questions.

Round 3 - One-on-one 

(1 Question)

  • Q1. 3 DSA questions on DP, binary search
Round 1 - Technical 

(1 Question)

  • Q1. Prepare for Java, SQL & Unix and if you are experienced, you should know what your roles and responsibilities are
Round 2 - Technical 

(1 Question)

  • Q1. Need to have an in depth knowledge of SQL concepts
Round 3 - Coding Test 

Basic Java Program

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be calm and composed and talk to the interviewer like you talk to your friend

I appeared for an interview in Feb 2022.

Round 1 - Technical 

(1 Question)

  • Q1. Find longest substring
  • Ans. 

    Find the longest substring in an array of strings.

    • Iterate through each string and compare with all other strings to find common substrings.

    • Use a hash table to keep track of the frequency of each substring.

    • Return the substring with the highest frequency.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus on DSA (easy)
System design (easy)
Congrats! You are hired

Skills evaluated in this interview

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

(2 Questions)

  • Q1. Tell about yourself
  • Ans. 

    I am a software engineer with 5 years of experience in developing web applications using Java, Spring Boot, and Angular.

    • Graduated with a degree in Computer Science from XYZ University

    • Worked at ABC Company as a full-stack developer

    • Proficient in Java, Spring Boot, Angular, and SQL

    • Developed a customer management system for XYZ client

    • Passionate about learning new technologies and problem-solving

  • Answered by AI
  • Q2. What is sap security
  • Ans. 

    SAP security refers to the measures taken to protect SAP systems and data from unauthorized access and misuse.

    • SAP security involves setting up user roles and authorizations to control access to sensitive data

    • It includes implementing encryption, authentication, and audit trails to ensure data integrity

    • Regular security assessments and updates are necessary to protect against vulnerabilities

    • Examples of SAP security tools ...

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Jul 2023. There were 3 interview rounds.

Round 1 - Coding Test 

Coding test based on DP and 25 mcqs

Round 2 - Technical 

(2 Questions)

  • Q1. Explanation of the projects done
  • Ans. 

    Developed a web application for tracking inventory and sales data

    • Used React.js for front-end development

    • Implemented RESTful APIs using Node.js and Express

    • Utilized MongoDB for database management

  • Answered by AI
  • Q2. Css related questions
Round 3 - Technical 

(2 Questions)

  • Q1. LRU Cache implementation
  • Q2. Diameter of the tree
  • Ans. 

    The diameter of a tree is the longest path between two nodes in a tree.

    • The diameter of a tree can be calculated by finding the longest path between two nodes in the tree.

    • It is not necessarily the path between the root and a leaf node.

    • The diameter of a tree can be calculated using Depth First Search (DFS) or Breadth First Search (BFS) algorithms.

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Write a for loop in cpp to print n natural numbers without using semicolon (;)
  • Ans. 

    Use recursion to print n natural numbers in C++ without semicolon.

    • Define a function to print natural numbers recursively.

    • Call the function inside main function with n as argument.

    • Base case: if n is less than 1, return.

    • Print n and call the function with n-1 as argument.

  • Answered by AI
  • Q2. A complex SQL query.

Skills evaluated in this interview

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

Questions will be on data structures.

Round 2 - System Design 

(1 Question)

  • Q1. System design of web apps
  • Ans. 

    System design of web apps involves planning the architecture, components, and interactions of a web application.

    • Understand the requirements and constraints of the web app

    • Identify the key components such as frontend, backend, database, and APIs

    • Design the architecture considering scalability, performance, security, and maintainability

    • Choose appropriate technologies and frameworks for each component

    • Consider factors like l...

  • Answered by AI

Reliance Retail Interview FAQs

How many rounds are there in Reliance Retail Network Engineer interview?
Reliance Retail interview process usually has 2 rounds. The most common rounds in the Reliance Retail interview process are HR and Resume Shortlist.
How to prepare for Reliance Retail Network Engineer interview?
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 Reliance Retail. The most common topics and skills that interviewers at Reliance Retail expect are CCNA, Cisco Routers, Cisco Switches, ITIL and Network Engineering.

Tell us how to improve this page.

Reliance Retail Network Engineer Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

DMart Interview Questions
3.9
 • 404 Interviews
Walmart Interview Questions
3.7
 • 387 Interviews
Landmark Group Interview Questions
4.0
 • 150 Interviews
Lowe's Interview Questions
4.2
 • 129 Interviews
Croma Interview Questions
4.0
 • 127 Interviews
Tesco Interview Questions
3.8
 • 122 Interviews
Reliance Digital Interview Questions
4.1
 • 120 Interviews
Target Interview Questions
4.2
 • 111 Interviews
Reliance Trends Interview Questions
4.2
 • 103 Interviews
Decathlon Interview Questions
3.8
 • 101 Interviews
View all
Reliance Retail Network Engineer Salary
based on 15 salaries
₹2 L/yr - ₹4.5 L/yr
30% less than the average Network Engineer Salary in India
View more details

Reliance Retail Network Engineer Reviews and Ratings

based on 2 reviews

5.0/5

Rating in categories

5.0

Skill development

5.0

Work-life balance

5.0

Salary

5.0

Job security

5.0

Company culture

5.0

Promotions

5.0

Work satisfaction

Explore 2 Reviews and Ratings
Assistant Manager
4.2k salaries
unlock blur

₹3 L/yr - ₹10.3 L/yr

Store Manager
4.1k salaries
unlock blur

₹2 L/yr - ₹9.8 L/yr

Department Manager
2.5k salaries
unlock blur

₹2 L/yr - ₹6.2 L/yr

Deputy Manager
2.5k salaries
unlock blur

₹4.3 L/yr - ₹15 L/yr

Senior Executive
1.9k salaries
unlock blur

₹1.5 L/yr - ₹8.5 L/yr

Explore more salaries
Compare Reliance Retail with

DMart

3.9
Compare

Future Group

4.2
Compare

Reliance Digital

4.1
Compare

Croma

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