Upload Button Icon Add office photos

PhonePe

Compare button icon Compare button icon Compare
4.0

based on 2.1k Reviews

Proud winner of ABECA 2024 - AmbitionBox Employee Choice Awards

zig zag pattern zig zag pattern

Filter interviews by

PhonePe Intern Interview Questions and Answers

Updated 4 Sep 2024

PhonePe Intern Interview Experiences

1 interview found

Intern Interview Questions & Answers

user image Monika v

posted on 4 Sep 2024

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

I applied via LinkedIn and was interviewed in Aug 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Python , Bash , basic aptitude

Round 2 - One-on-one 

(2 Questions)

  • Q1. Explain URL config
  • Ans. 

    URL config is a configuration file that maps URLs to specific views or functions in a web application.

    • URL config is typically defined in a file like urls.py in Django framework.

    • It helps in routing incoming requests to the appropriate view or function.

    • URL patterns are defined using regular expressions to match specific URLs.

    • URL config allows for dynamic routing and handling of different endpoints in a web application.

  • Answered by AI
  • Q2. What is HTTP explain working
  • Ans. 

    HTTP is a protocol used for transferring data over the internet.

    • HTTP stands for Hypertext Transfer Protocol

    • It is the foundation of data communication on the World Wide Web

    • HTTP works by establishing a connection between a client and a server, where the client sends a request and the server responds with the requested data

    • Example: When you type a website URL in your browser, the browser sends an HTTP request to the serve

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Have strong foundation on basics

Skills evaluated in this interview

Interview questions from similar companies

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Mcq related to computer networking
  • Q2. Mcq related to OS

Interview Preparation Tips

Interview preparation tips for other job seekers - fake assesment procedure during campus drive everything is preplanned with college.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via campus placement at New Delhi Institute of Management (NDIM) and was interviewed in Jan 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Intro , Cv based , Risk Management , Scenario Based Question , location , market Research
  • Q2. Intro , scenario based , risk management
Round 2 - Technical 

(1 Question)

  • Q1. Same as round technical 1
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Sorting algorithm
  • Ans. 

    Sorting algorithms are used to arrange elements in a specific order.

    • Sorting algorithms can be categorized as comparison-based or non-comparison-based.

    • Examples of sorting algorithms include Bubble Sort, Merge Sort, and Quick Sort.

    • Efficiency of sorting algorithms is measured in terms of time complexity and space complexity.

  • Answered by AI
  • Q2. Secod highest salary

Skills evaluated in this interview

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

I was interviewed in Feb 2024.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Tell me about yourself?
  • Q2. Based on resume and past experiences
Interview experience
4
Good
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 

2 hours HackerEarth coding round

Round 3 - One-on-one 

(1 Question)

  • Q1. Some medium level of question
Round 4 - Coding Test 

HackerEarth test medium level question

Interview Preparation Tips

Interview preparation tips for other job seekers - follow previous interview exprience

Intern Interview Questions & Answers

Fiserv user image Anonymous

posted on 21 Nov 2022

I applied via Campus Placement

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 - Group Discussion 

On spot topic were given by the interviewer

Round 3 - Technical 

(2 Questions)

  • Q1. OOPS ,DBMS ,OS, CN concepts
  • Q2. Data structures and codes based on it

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare all computer fundamental concepts
Like oops dbms etc

Intern Interview Questions & Answers

FIS user image Vishu Gupta

posted on 13 Sep 2020

I applied via Campus Placement and was interviewed in Aug 2020. There was 1 interview round.

Interview Questionnaire 

7 Questions

  • Q1. What do you understand by Three way handshake ?
  • Ans. 

    Three way handshake is a method used in TCP/IP communication to establish a connection between a client and a server.

    • Three way handshake involves three steps: SYN, SYN-ACK, and ACK.

    • The client sends a SYN packet to the server to initiate the connection.

    • The server responds with a SYN-ACK packet, acknowledging the client's request.

    • Finally, the client sends an ACK packet to the server, confirming the connection establishme...

  • Answered by AI
  • Q2. Difference between SSL and TLS
  • Ans. 

    SSL and TLS are both cryptographic protocols used to secure internet communications.

    • SSL stands for Secure Sockets Layer and is an older protocol that has been largely replaced by TLS.

    • TLS stands for Transport Layer Security and is the successor to SSL.

    • TLS is more secure than SSL and offers better encryption algorithms.

    • TLS also supports newer protocols and ciphers, while SSL does not.

    • SSL is vulnerable to attacks such as ...

  • Answered by AI
  • Q3. On which layer switch and router work and their types ?
  • Ans. 

    Switches work on layer 2 and routers work on layer 3. Types of switches include unmanaged, managed, and layer 3 switches.

    • Switches work on layer 2 of the OSI model and routers work on layer 3.

    • Switches are used to connect devices within a network and forward data based on MAC addresses.

    • Types of switches include unmanaged, managed, and layer 3 switches.

    • Routers are used to connect different networks and forward data based ...

  • Answered by AI
  • Q4. CIA Triad and What will we lost in DOS attack ?
  • Ans. 

    CIA Triad ensures data security. DOS attack can cause loss of availability.

    • CIA Triad stands for Confidentiality, Integrity, and Availability.

    • It ensures data security by protecting against unauthorized access, alteration, and destruction.

    • DOS attack can cause loss of availability by overwhelming a system with traffic or requests.

    • This can result in the system becoming unresponsive or crashing, making the data unavailable...

  • Answered by AI
  • Q5. Which packets are used to perform DOS attack?
  • Ans. 

    Various types of packets can be used for DOS attacks, including SYN floods, UDP floods, and ICMP floods.

    • SYN floods involve sending a large number of SYN packets to overwhelm the target server's resources.

    • UDP floods involve sending a large number of UDP packets to consume the target server's bandwidth.

    • ICMP floods involve sending a large number of ICMP packets to flood the target server with traffic.

    • Other types of packet...

  • Answered by AI
  • Q6. Cryptography and its types
  • Ans. 

    Cryptography is the practice of secure communication in the presence of third parties.

    • Symmetric-key cryptography

    • Asymmetric-key cryptography

    • Hash functions

    • Encryption algorithms

    • Digital signatures

  • Answered by AI
  • Q7. Difference between MD5 and SHA 2
  • Ans. 

    MD5 is a hash function that produces a 128-bit hash value while SHA-2 is a family of hash functions that produce hash values of varying lengths.

    • MD5 produces a fixed-length hash value of 128 bits while SHA-2 produces hash values of 224, 256, 384, or 512 bits.

    • MD5 is considered less secure than SHA-2 due to its susceptibility to collision attacks.

    • SHA-2 is a family of hash functions that includes SHA-224, SHA-256, SHA-384,...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Always focus to give answer in a well define manner. Don't give answer if you don't know. Read the basic questions from internet make a list of 1000 of interview question of the domain in which you wanna go.
Always find out more things about a topic like asked question to yourself like-
What is it ?
Why we use ?
What are the different types ?
Previous version of it if any and why it is not used now?
The latest version
Make a checklist of the attacks on the all common protocol.

Thanks I hope it will help you.

Skills evaluated in this interview

Intern Interview Questions & Answers

Paytm user image Anonymous

posted on 19 Feb 2022

I applied via Job Fair and was interviewed before Feb 2021. There were 2 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Coding Test 

Can't Disclose

Interview Preparation Tips

Interview preparation tips for other job seekers - Do development and CP also.
Try to solve DSA problems.
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Coding Test 

Easy selected for next process

Round 2 - Technical 

(1 Question)

  • Q1. Give your introduction , tech, other dsa

PhonePe Interview FAQs

How many rounds are there in PhonePe Intern interview?
PhonePe interview process usually has 2 rounds. The most common rounds in the PhonePe interview process are Aptitude Test and One-on-one Round.
How to prepare for PhonePe Intern 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 Financial Services, Medical Insurance, Stock Broking, DAS and Dealer Network.
What are the top questions asked in PhonePe Intern interview?

Some of the top questions asked at the PhonePe Intern interview -

  1. What is HTTP explain work...read more
  2. Explain URL con...read more

Tell us how to improve this page.

People are getting interviews through

based on 1 PhonePe interview
Job Portal
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.

Intern Interview Questions from Similar Companies

Visa Intern Interview Questions
3.6
 • 2 Interviews
Paytm Intern Interview Questions
3.3
 • 1 Interview
FIS Intern Interview Questions
3.9
 • 1 Interview
View all
PhonePe Intern Salary
based on 4 salaries
₹2.2 L/yr - ₹3 L/yr
36% less than the average Intern Salary in India
View more details

PhonePe Intern 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 & Benefits

4.8

Job Security

5.0

Company culture

5.0

Promotions/Appraisal

5.0

Work Satisfaction

Explore 2 Reviews and Ratings
Key Accounts Executive
642 salaries
unlock blur

₹3.4 L/yr - ₹7.6 L/yr

Territory Sales Manager
511 salaries
unlock blur

₹4.8 L/yr - ₹10.5 L/yr

Business Development Executive
487 salaries
unlock blur

₹1.1 L/yr - ₹4.5 L/yr

Business Development Associate
361 salaries
unlock blur

₹2.3 L/yr - ₹6 L/yr

Area Sales Manager
358 salaries
unlock blur

₹6.9 L/yr - ₹16 L/yr

Explore more salaries
Compare PhonePe with

Paytm

3.3
Compare

Google Pay

4.2
Compare

Amazon Pay

4.1
Compare

Mobikwik

4.0
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