Upload Button Icon Add office photos
Engaged Employer

i

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

Paytm Verified Tick

Compare button icon Compare button icon Compare
3.3

based on 7.1k Reviews

Filter interviews by

Paytm Intern Interview Questions and Answers

Updated 19 Feb 2022

Paytm Intern Interview Experiences

1 interview found

Intern Interview Questions & Answers

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

Can't Disclose

Interview Preparation Tips

Interview preparation tips for other job seekers - Do development and CP also.
Try to solve DSA problems.

Intern Jobs at Paytm

View all

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

Intern Interview Questions & Answers

Visa user image Anonymous

posted on 29 Sep 2024

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

(1 Question)

  • Q1. Tell me about yourself
  • Ans. 

    I am a recent graduate with a degree in Computer Science and a passion for coding and problem-solving.

    • Graduated with a degree in Computer Science

    • Passionate about coding and problem-solving

    • Completed internships at tech companies

    • Participated in coding competitions

  • Answered by AI
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Assignment 

It was campus through internship

Round 2 - One-on-one 

(2 Questions)

  • Q1. So it was through college so they did not ask me more
  • Q2. Tell me about self Why investment banking

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident

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

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

Intern Interview Questions & Answers

Visa user image Akshit Kanaujia

posted on 29 Jul 2022

I applied via campus placement at Indian Institute of Technology (IIT), Kanpur and was interviewed in Jan 2022. There were 2 interview rounds.

Round 1 - Coding Test 

Two Coding questions were asked -
1- Graph Connectivity with threshold
2-Find length of longest subsequence of one string which is substring of another string

Round 2 - Technical 

(3 Questions)

  • Q1. N-Queens, Snake and Ladder Problem, Second Most repeated word in a sequence
  • Ans. 

    These are three different programming problems that require different approaches to solve.

    • N-Queens: placing N queens on an NxN chessboard so that no two queens threaten each other

    • Snake and Ladder Problem: finding the minimum number of dice rolls to reach the end of a board with snakes and ladders

    • Second Most Repeated Word in a Sequence: finding the second most frequently occurring word in a given sequence of words

  • Answered by AI
  • Q2. Replace every element with the greatest element on the right side
  • Ans. 

    Replace each element with the greatest element on its right side in the array

    • Loop through the array from right to left

    • Keep track of the maximum element seen so far

    • Replace the current element with the maximum element seen so far

    • Return the modified array

  • Answered by AI
  • Q3. Special Keyboard DP Problem

Interview Preparation Tips

Interview preparation tips for other job seekers - Be calm and believe in your preparation. You will definitely get good results.

Skills evaluated in this interview

Paytm Interview FAQs

How many rounds are there in Paytm Intern interview?
Paytm interview process usually has 2 rounds. The most common rounds in the Paytm interview process are Resume Shortlist and Coding Test.
How to prepare for Paytm 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 Paytm. The most common topics and skills that interviewers at Paytm expect are Financial Services, EDC, Interpersonal Skills, Management and Networking.

Tell us how to improve this page.

Intern Interview Questions from Similar Companies

Visa Intern Interview Questions
3.6
 • 2 Interviews
FIS Intern Interview Questions
3.9
 • 1 Interview
View all

Paytm Intern Reviews and Ratings

based on 9 reviews

2.9/5

Rating in categories

2.3

Skill development

3.2

Work-Life balance

2.5

Salary & Benefits

2.5

Job Security

2.9

Company culture

2.6

Promotions/Appraisal

2.5

Work Satisfaction

Explore 9 Reviews and Ratings
Recruiter - Intern

Noida

0-3 Yrs

Not Disclosed

Explore more jobs
Team Lead
2k salaries
unlock blur

₹2 L/yr - ₹9.2 L/yr

Senior Software Engineer
1.4k salaries
unlock blur

₹10 L/yr - ₹41 L/yr

Software Engineer
1.4k salaries
unlock blur

₹5.5 L/yr - ₹23 L/yr

Sales Executive
955 salaries
unlock blur

₹1 L/yr - ₹6.4 L/yr

Senior Associate
903 salaries
unlock blur

₹2.1 L/yr - ₹9 L/yr

Explore more salaries
Compare Paytm with

BharatPe

3.5
Compare

Zerodha

4.2
Compare

Razorpay

3.6
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