Upload Button Icon Add office photos

Filter interviews by

P2P SYSTEM Interview Questions and Answers

Updated 19 Feb 2024

P2P SYSTEM Interview Experiences

Popular Designations

4 interviews found

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

I applied via Approached by Company and was interviewed before May 2022. There were 4 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 - Aptitude Test 

Solve aptitude question

Round 3 - Technical 

(1 Question)

  • Q1. Technical question related to your stream
Round 4 - HR 

(1 Question)

  • Q1. Tell me about yourself

Interview Preparation Tips

Interview preparation tips for other job seekers - work on your technical skill

Sales Executive Interview Questions asked at other Companies

Q1. Do you know what is selling and how you can sell it?
View answer (51)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

I applied via Naukri.com

Round 1 - Aptitude Test 

Aptitude test :-question was from medium to low.

Round 2 - Coding Test 

DSA question mainly.

Round 3 - HR 

(1 Question)

  • Q1. Basics Hr questions ,search on google
Round 4 - Group Discussion 

Normal discussion between a.

Java Developer Interview Questions asked at other Companies

Q1. Sort 0 and 1 Problem Statement Given an integer array ARR of size N containing only integers 0 and 1, implement a function to sort this array. The solution should scan the array only once without using any additional arrays. Input: The firs... read more
View answer (3)
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

(2 Questions)

  • Q1. 1. Write apex trigger on Account Object to update Contact Detail Field . 2. What is Governor Limit in salesforce . 3. What is Relationship in salesforce. 4. What is lookup relationship . 5. What is cus...
  • Ans. 

    Answers to Salesforce Developer interview questions

    • 1. Use trigger.new to get the updated account records and update the related contact detail field

    • 2. Governor limits are the limits set by Salesforce to ensure efficient use of resources and prevent abuse

    • 3. Relationship in Salesforce refers to the association between two objects

    • 4. Lookup relationship is a type of relationship where one object has a reference to another ...

  • Answered by AI
  • Q2. What is custom object in salesforce . What is salesforce .
  • Ans. 

    Custom object is a database table that allows you to store data specific to your organization in Salesforce.

    • Custom objects are created by the user to store data specific to their organization

    • They can have custom fields, relationships, and page layouts

    • Examples include a custom object for tracking customer feedback or a custom object for managing project tasks

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Make trigger practice more and more .
Learn Batch and Test Classes .
Learn SOQL and SOSL in salesforce and there Governor limit.

Skills evaluated in this interview

Salesforce Developer Interview Questions asked at other Companies

Q1. Write a trigger to update contact when accounts phone changed.
View answer (6)
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 - Technical 

(1 Question)

  • Q1. What is Opps and concept
  • Ans. 

    OOPs stands for Object-Oriented Programming. It is a programming paradigm based on the concept of objects.

    • OOPs focuses on creating objects that contain data and methods to manipulate that data.

    • Key concepts include encapsulation, inheritance, polymorphism, and abstraction.

    • Encapsulation refers to bundling data and methods that operate on the data into a single unit.

    • Inheritance allows a class to inherit properties and beh...

  • Answered by AI
Round 3 - Coding Test 

Coding reverse string

Java Developer Interview Questions asked at other Companies

Q1. Sort 0 and 1 Problem Statement Given an integer array ARR of size N containing only integers 0 and 1, implement a function to sort this array. The solution should scan the array only once without using any additional arrays. Input: The firs... read more
View answer (3)

P2P SYSTEM interview questions for popular designations

 Java Developer

 (2)

 Salesforce Developer

 (1)

 Sales Executive

 (1)

Interview questions from similar companies

Interview experience
3
Average
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Company Website and was interviewed in Nov 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 - Aptitude Test 

Aptitude test based on English grammar

Round 3 - HR 

(2 Questions)

  • Q1. Self introduction
  • Q2. Basic questions in core Java

Interview Preparation Tips

Topics to prepare for Freecharge Java Developer interview:
  • Java
  • Core Java
  • Java developer
Interview preparation tips for other job seekers - I am an fresher
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I was interviewed in Apr 2024.

Round 1 - Technical 

(1 Question)

  • Q1. 1. Merge Two Sorted Linked List. 2. String Pool, String Builder, String Buffer 3. Shallow Copy, Deep Copy. 4. Fail-Fast, Fail safe Iterator 5. Java 8 features you know 6. Stream related question 7. Basic J...
Round 2 - Technical 

(1 Question)

  • Q1. 1. Multithreading Concepts (Threads, Process, Thread Pool, etc) 2. coding questions -> T1 = Free and T2 = Charge: Print Free Charge using multithreading concept. 3. Basic Questions of Spring Boot(@RestCont...
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - System Design 

(1 Question)

  • Q1. HLD for rental property website
  • Ans. 

    High-level design for a rental property website

    • Use case analysis to identify key functionalities such as property listing, search, booking, payment

    • Design a user-friendly interface with filters, maps, and photos for property listings

    • Implement a secure payment gateway for online transactions

    • Utilize a database to store property details, user information, and booking history

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - NA

Skills evaluated in this interview

Round 1 - Technical 

(1 Question)

  • Q1. What are the different types of status code ?
  • Ans. 

    HTTP status codes indicate the outcome of a HTTP request. They are categorized into 5 classes.

    • 1xx: Informational - Request received, continuing process

    • 2xx: Success - Request successfully received, understood, and accepted

    • 3xx: Redirection - Further action needed to complete the request

    • 4xx: Client Error - Request contains bad syntax or cannot be fulfilled

    • 5xx: Server Error - Server failed to fulfill a valid request

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and believe in your self.if something dont know tell i have no idea but dont trying to say anything.

Skills evaluated in this interview

Interview experience
2
Poor
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Recruitment Consulltant and was interviewed in Oct 2023. There was 1 interview round.

Round 1 - Coding Test 

Questions were little difficult

Question: check if the given string can form palindrome of rearranged

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

I applied via Approached by Company and was interviewed before Apr 2023. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Modified binary search
Round 2 - Technical 

(1 Question)

  • Q1. Check if braces are balanced
  • Ans. 

    Check if braces are balanced in a given string

    • Use a stack to keep track of opening braces

    • Iterate through the string and push opening braces onto the stack

    • When a closing brace is encountered, pop from the stack and check if it matches the corresponding opening brace

    • If stack is empty at the end and all braces are matched, then the braces are balanced

  • Answered by AI
Round 3 - Behavioral 

(1 Question)

  • Q1. Puzzles - How to track 1.5 hours with 2 candles that burn for 1 hour each without cutting in half.

Interview Preparation Tips

Topics to prepare for Paytm Java Developer interview:
  • DSA
  • Core Java
  • Spring Boot
Interview preparation tips for other job seekers - Prepare for medium level questions of DSA. Also, prepare your basics well.

Skills evaluated in this interview

P2P SYSTEM Interview FAQs

How many rounds are there in P2P SYSTEM interview?
P2P SYSTEM interview process usually has 3-4 rounds. The most common rounds in the P2P SYSTEM interview process are Resume Shortlist, Technical and Aptitude Test.
How to prepare for P2P SYSTEM 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 P2P SYSTEM. The most common topics and skills that interviewers at P2P SYSTEM expect are Javascript, jQuery, ASP.NET, Apache Nifi and Content Management.
What are the top questions asked in P2P SYSTEM interview?

Some of the top questions asked at the P2P SYSTEM interview -

  1. 1. Write apex trigger on Account Object to update Contact Detail Field . 2. Wh...read more
  2. What is custom object in salesforce . What is salesforc...read more
  3. What is Opps and conc...read more

Tell us how to improve this page.

P2P SYSTEM Interview Process

based on 8 interviews

Interview experience

4.6
  
Excellent
View more

Interview Questions from Similar Companies

Paytm Interview Questions
3.3
 • 748 Interviews
PhonePe Interview Questions
4.0
 • 298 Interviews
PayPal Interview Questions
3.9
 • 207 Interviews
PayU Payments Interview Questions
3.6
 • 54 Interviews
Freecharge Interview Questions
3.9
 • 53 Interviews
Mobikwik Interview Questions
4.0
 • 47 Interviews
Amazon Pay Interview Questions
4.0
 • 13 Interviews
Ola Money Interview Questions
3.1
 • 1 Interview
Jio Money Interview Questions
4.2
 • 1 Interview
View all

P2P SYSTEM Reviews and Ratings

based on 56 reviews

4.5/5

Rating in categories

4.4

Skill development

4.4

Work-life balance

4.1

Salary

4.5

Job security

4.5

Company culture

4.0

Promotions

4.4

Work satisfaction

Explore 56 Reviews and Ratings
Java Developer
186 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer
38 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Developer
31 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Salesforce Developer
16 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Softwaretest Engineer
12 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare P2P SYSTEM with

Paytm

3.3
Compare

PhonePe

4.0
Compare

Mobikwik

3.7
Compare

Freecharge

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