Upload Button Icon Add office photos

PhonePe

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

PhonePe Site Reliability Engineer Interview Questions, Process, and Tips

Updated 8 Feb 2024

PhonePe Site Reliability Engineer Interview Experiences

1 interview found

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

I applied via Campus Placement

Round 1 - Aptitude Test 

Had some basic SQL, Networking and Linux multiple choice questions along with two paragraphs at the end

Round 2 - Technical 

(5 Questions)

  • Q1. Linux Command to List CPU's in the system
  • Ans. 

    Command to list CPUs in Linux system

    • Use the 'lscpu' command to list detailed information about CPUs

    • Use the 'nproc' command to display the number of processing units available

    • Use the 'cat /proc/cpuinfo' command to view information about each CPU core

  • Answered by AI
  • Q2. How to copy contents of a file to another file?
  • Ans. 

    To copy contents of a file to another file, you can use file handling methods in programming languages.

    • Open the source file in read mode and the destination file in write mode

    • Read the contents of the source file and write them to the destination file

    • Close both files after the copying process is complete

  • Answered by AI
  • Q3. How to rename a file
  • Ans. 

    To rename a file, use the 'mv' command in the terminal or use a file manager with a rename option.

    • In the terminal, use the 'mv' command followed by the current file name and the new file name.

    • Example: mv oldfile.txt newfile.txt

    • In a file manager, right-click on the file and select the 'Rename' option.

    • Enter the new file name and press Enter.

  • Answered by AI
  • Q4. Why I used specific technologies in my Projects
  • Q5. Command to check free disk space
  • Ans. 

    Command to check free disk space

    • Use the 'df' command to check free disk space

    • The '-h' option displays the output in human-readable format

    • The '-T' option shows the filesystem type

    • The '-x' option excludes specific filesystem types

    • The '-t' option filters the output based on filesystem type

  • Answered by AI
Round 3 - Technical 

(4 Questions)

  • Q1. Explain OSI Model
  • Ans. 

    The OSI Model is a conceptual framework that standardizes the functions of a communication system into seven layers.

    • The OSI Model stands for Open Systems Interconnection Model.

    • It was developed by the International Organization for Standardization (ISO) in 1984.

    • The model is divided into seven layers: Physical, Data Link, Network, Transport, Session, Presentation, and Application.

    • Each layer has a specific function and in...

  • Answered by AI
  • Q2. Difference between NoSQL and SQL
  • Ans. 

    NoSQL is a non-relational database that provides flexible schema and horizontal scalability, while SQL is a relational database with structured schema and vertical scalability.

    • NoSQL databases are schema-less and can handle unstructured data.

    • SQL databases use structured query language and have predefined schemas.

    • NoSQL databases are horizontally scalable, allowing for easy distribution of data across multiple servers.

    • SQL...

  • Answered by AI
  • Q3. Command to check free memory space
  • Ans. 

    Command to check free memory space

    • Use the 'free' command to check free memory space

    • The 'free' command displays the total, used, and free memory space in the system

    • It also shows the amount of memory used for buffers and cache

    • The 'free' command can be used with options like '-h' for human-readable output

  • Answered by AI
  • Q4. Copy files to a remote machine
  • Ans. 

    To copy files to a remote machine, use a file transfer protocol like SCP or SFTP.

    • Use SCP (Secure Copy) command to copy files between local and remote machines

    • Example: scp /path/to/local/file username@remote:/path/to/destination

    • Use SFTP (Secure File Transfer Protocol) for interactive file transfers

    • Example: sftp username@remote, then use put command to upload files

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - The process is very easy, Just make sure you get selected in the aptitude and paragraph part.

Skills evaluated in this interview

Site Reliability Engineer Jobs at PhonePe

View all

Interview questions from similar companies

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

I was interviewed before Feb 2024.

Round 1 - Coding Test 

DSA (mostly priority queue and Graphs )

Round 2 - Coding Test 

Mostly Linked list and BFS and DFS ,medium leetcode

Round 3 - Technical 

(1 Question)

  • Q1. High Level Design
Round 4 - Technical 

(1 Question)

  • Q1. Low level design

I applied via Naukri.com and was interviewed in Dec 2021. 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 

(4 Questions)

  • Q1. What is cloud watch, jeera
  • Ans. 

    CloudWatch is a monitoring service for AWS resources. Jira is a project management tool.

    • CloudWatch is used to collect and track metrics, collect and monitor log files, and set alarms.

    • Jira is used for issue tracking, bug tracking, and project management.

    • CloudWatch can be used to monitor EC2 instances, RDS DB instances, and Elastic Load Balancers.

    • Jira can be used to manage software development projects, track bugs and is

  • Answered by AI
  • Q2. What is Jenkins, Shell scripting, Cron job, system files
  • Ans. 

    Jenkins is a CI/CD tool, Shell scripting automates tasks, Cron job schedules tasks, System files store configuration data.

    • Jenkins is a popular CI/CD tool used for continuous integration and deployment

    • Shell scripting is a way to automate tasks on a Unix/Linux system using command line interface

    • Cron job is a scheduling utility in Unix/Linux systems used to schedule tasks at specific times

    • System files are configuration fi...

  • Answered by AI
  • Q3. Difference between Apache & Nagios
  • Ans. 

    Apache is a web server while Nagios is a monitoring tool.

    • Apache is used to serve web pages and applications.

    • Nagios is used to monitor the health and performance of servers, applications, and services.

    • Apache can be used with Nagios to monitor web servers and applications.

    • Apache is open source and widely used, while Nagios is also open source but less popular.

  • Answered by AI
  • Q4. Knowledge about Zabbix monitoring tool

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep attending all interview which will only help you to develop your skills where you are lacking

Skills evaluated in this interview

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

(2 Questions)

  • Q1. Pod IP allocation in EKS
  • Ans. 

    Pod IP allocation in EKS involves assigning a unique IP address to each pod for communication within the cluster.

    • Pods in EKS are assigned IP addresses from the VPC CIDR block

    • Each pod gets a unique IP address for communication within the cluster

    • Pod IP addresses are managed by the Kubernetes control plane

  • Answered by AI
  • Q2. Network LoadBalancer vs Application Load Balancer
  • Ans. 

    Network Load Balancer is ideal for TCP traffic, while Application Load Balancer is best for HTTP/HTTPS traffic.

    • Network Load Balancer operates at the connection level (Layer 4), distributing traffic based on IP protocol data.

    • Application Load Balancer operates at the application level (Layer 7), distributing traffic based on content of the request.

    • Network Load Balancer is better suited for applications that require stati...

  • Answered by AI

Skills evaluated in this interview

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

I was interviewed before Feb 2024.

Round 1 - Coding Test 

Mostly python automation and dynmaic programming

Round 2 - Coding Test 

Mostly medium Hackerrank

Round 3 - Technical 

(1 Question)

  • Q1. AWS , Kubernetes, CI CD , GitHub Actions , GCP
Round 4 - Technical 

(1 Question)

  • Q1. High level design and low level design
Round 5 - Technical 

(1 Question)

  • Q1. Real world scenario and approach
Round 6 - Technical 

(1 Question)

  • Q1. Cloud security and security standards
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
2-4 weeks
Result
Selected Selected

I was interviewed before Feb 2024.

Round 1 - Coding Test 

DSA (mostly priority queue and Graphs )

Round 2 - Coding Test 

Mostly Linked list and BFS and DFS ,medium leetcode

Round 3 - Technical 

(1 Question)

  • Q1. High Level Design
Round 4 - Technical 

(1 Question)

  • Q1. Low level design

I applied via Naukri.com and was interviewed in Dec 2021. There were 2 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 

(4 Questions)

  • Q1. What is cloud watch, jeera
  • Ans. 

    CloudWatch is a monitoring service for AWS resources. Jira is a project management tool.

    • CloudWatch is used to collect and track metrics, collect and monitor log files, and set alarms.

    • Jira is used for issue tracking, bug tracking, and project management.

    • CloudWatch can be used to monitor EC2 instances, RDS DB instances, and Elastic Load Balancers.

    • Jira can be used to manage software development projects, track bugs and is

  • Answered by AI
  • Q2. What is Jenkins, Shell scripting, Cron job, system files
  • Ans. 

    Jenkins is a CI/CD tool, Shell scripting automates tasks, Cron job schedules tasks, System files store configuration data.

    • Jenkins is a popular CI/CD tool used for continuous integration and deployment

    • Shell scripting is a way to automate tasks on a Unix/Linux system using command line interface

    • Cron job is a scheduling utility in Unix/Linux systems used to schedule tasks at specific times

    • System files are configuration fi...

  • Answered by AI
  • Q3. Difference between Apache & Nagios
  • Ans. 

    Apache is a web server while Nagios is a monitoring tool.

    • Apache is used to serve web pages and applications.

    • Nagios is used to monitor the health and performance of servers, applications, and services.

    • Apache can be used with Nagios to monitor web servers and applications.

    • Apache is open source and widely used, while Nagios is also open source but less popular.

  • Answered by AI
  • Q4. Knowledge about Zabbix monitoring tool

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep attending all interview which will only help you to develop your skills where you are lacking

Skills evaluated in this interview

PhonePe Interview FAQs

How many rounds are there in PhonePe Site Reliability Engineer interview?
PhonePe interview process usually has 3 rounds. The most common rounds in the PhonePe interview process are Technical and Aptitude Test.
How to prepare for PhonePe Site Reliability 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 PhonePe. The most common topics and skills that interviewers at PhonePe expect are MySQL, Financial Services, Perl, Linux and Medical Insurance.
What are the top questions asked in PhonePe Site Reliability Engineer interview?

Some of the top questions asked at the PhonePe Site Reliability Engineer interview -

  1. How to copy contents of a file to another fi...read more
  2. Linux Command to List CPU's in the sys...read more
  3. Command to check free disk sp...read more

Tell us how to improve this page.

PhonePe Site Reliability Engineer Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

Paytm Interview Questions
3.3
 • 774 Interviews
FIS Interview Questions
3.9
 • 479 Interviews
PayPal Interview Questions
3.9
 • 211 Interviews
HighRadius Interview Questions
2.9
 • 181 Interviews
Fiserv Interview Questions
3.1
 • 170 Interviews
Razorpay Interview Questions
3.6
 • 149 Interviews
Visa Interview Questions
3.5
 • 137 Interviews
MasterCard Interview Questions
3.9
 • 134 Interviews
Angel One Interview Questions
3.9
 • 133 Interviews
View all
PhonePe Site Reliability Engineer Salary
based on 37 salaries
₹10.2 L/yr - ₹29 L/yr
18% more than the average Site Reliability Engineer Salary in India
View more details

PhonePe Site Reliability Engineer Reviews and Ratings

based on 5 reviews

4.3/5

Rating in categories

4.4

Skill development

3.8

Work-life balance

3.8

Salary

3.4

Job security

3.6

Company culture

3.4

Promotions

3.9

Work satisfaction

Explore 5 Reviews and Ratings
Site Reliability Engineer

Bangalore / Bengaluru

4-8 Yrs

Not Disclosed

Site Reliability Engineer

Bangalore / Bengaluru

2-5 Yrs

₹ 14-21 LPA

Explore more jobs
Key Accounts Executive
631 salaries
unlock blur

₹3.4 L/yr - ₹8 L/yr

Territory Sales Manager
518 salaries
unlock blur

₹4.7 L/yr - ₹10.5 L/yr

Business Development Executive
486 salaries
unlock blur

₹1.5 L/yr - ₹5.1 L/yr

Business Development Associate
372 salaries
unlock blur

₹2.3 L/yr - ₹6 L/yr

Software Engineer
260 salaries
unlock blur

₹15.5 L/yr - ₹56 L/yr

Explore more salaries
Compare PhonePe with

Paytm

3.3
Compare

Google Pay

4.2
Compare

Amazon Pay

4.0
Compare

Mobikwik

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