Upload Button Icon Add office photos

Filter interviews by

Paynearby Technologies Software Engineer Interview Questions and Answers

Updated 12 Jul 2024

Paynearby Technologies Software Engineer Interview Experiences

1 interview found

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

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

Round 1 - Technical 

(2 Questions)

  • Q1. Basic concepts of oops
  • Q2. SQL queries on joins
Round 2 - Technical 

(2 Questions)

  • Q1. What is html language
  • Ans. 

    HTML is a markup language used for creating web pages.

    • HTML stands for HyperText Markup Language.

    • It is used to structure content on the web.

    • HTML uses tags to define elements such as headings, paragraphs, images, links, etc.

    • Example: <h1>This is a heading</h1>

  • Answered by AI
  • Q2. What is polymorphism
  • Ans. 

    Polymorphism is the ability of a function or method to behave differently based on the object it is acting upon.

    • Polymorphism allows objects of different classes to be treated as objects of a common superclass.

    • There are two types of polymorphism: compile-time (method overloading) and runtime (method overriding).

    • Example: Inheritance in object-oriented programming languages like Java allows for polymorphism.

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Asked about family background
  • Q2. About previous organisations experience

Skills evaluated in this interview

Interview questions from similar companies

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

I applied via Approached by Company and was interviewed in Aug 2024. There were 4 interview rounds.

Round 1 - Technical 

(4 Questions)

  • Q1. Smallest difference pair of values between two unsorted arrays
  • Ans. 

    Find the smallest difference pair of values between two unsorted arrays.

    • Sort both arrays and compare elements to find the smallest difference.

    • Use two pointers approach to iterate through both arrays simultaneously.

    • Consider edge cases like empty arrays or arrays with only one element.

  • Answered by AI
  • Q2. 2D matrix iteration based question
  • Q3. What is normalisation in DBMS?
  • Ans. 

    Normalization in DBMS is the process of organizing data in a database to reduce redundancy and improve data integrity.

    • Normalization involves breaking down a table into smaller tables and defining relationships between them.

    • It helps in reducing data redundancy by storing data in a structured and organized manner.

    • There are different normal forms such as 1NF, 2NF, 3NF, BCNF, and 4NF, each with specific rules to follow.

    • For...

  • Answered by AI
  • Q4. What is the difference between SQL and NoSQL?
  • Ans. 

    SQL is a traditional relational database management system, while NoSQL is a non-relational database system.

    • SQL is table-based, with a predefined schema, while NoSQL is document, key-value, wide-column, or graph-based, with dynamic schema.

    • SQL is suitable for complex queries and transactions, while NoSQL is better for hierarchical data storage and real-time applications.

    • SQL is ACID-compliant (Atomicity, Consistency, Iso...

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. Design Dream 11 application in high level.
  • Ans. 

    Dream 11 is a fantasy sports platform where users can create their own teams and compete in various sports leagues.

    • User registration and login functionality

    • Ability to create and join contests

    • Player selection and team creation feature

    • Real-time scoring and leaderboard updates

    • Integration with payment gateway for transactions

  • Answered by AI
Round 3 - One-on-one 

(1 Question)

  • Q1. Explain your recent project in your current company.
  • Ans. 

    Developed a web application for tracking employee attendance and generating reports.

    • Used React for front-end development

    • Implemented RESTful APIs using Node.js and Express for back-end

    • Utilized MongoDB for database storage

    • Integrated authentication and authorization features for secure access

  • Answered by AI
Round 4 - HR 

(2 Questions)

  • Q1. Why do you want to join Yubi and leave Tavant?
  • Ans. 

    I am excited about the innovative projects at Yubi and believe it aligns better with my career goals.

    • Yubi offers more opportunities for growth and learning in cutting-edge technologies.

    • I am drawn to Yubi's company culture and values, which resonate with my own.

    • I see Yubi as a better fit for my long-term career aspirations compared to Tavant.

  • Answered by AI
  • Q2. What process do you follow to switch to a new technology?
  • Ans. 

    I follow a structured approach to evaluate the new technology, learn it through online resources or courses, practice with small projects, and gradually incorporate it into larger projects.

    • Research the new technology to understand its features, benefits, and use cases

    • Take online courses or tutorials to learn the basics of the technology

    • Practice by working on small projects or side projects to gain hands-on experience

    • Gr...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Yubi Software Engineer interview:
  • System Design
  • Data Structures
  • Algorithms
  • DBMS

Skills evaluated in this interview

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

Build a typeahead component

Round 2 - Technical 

(2 Questions)

  • Q1. Build a form for personal details
  • Ans. 

    Build a form for personal details

    • Include fields for name, email, phone number, address, date of birth

    • Use input fields, dropdowns, and date pickers for user input

    • Add validation for required fields and correct formats

    • Consider user experience with clear labels and easy navigation

  • Answered by AI
  • Q2. Add validations to different fields
  • Ans. 

    Implement validations for different fields in software development.

    • Identify the fields that require validation such as email, password, phone number, etc.

    • Use regular expressions to validate input data format.

    • Implement client-side and server-side validations to ensure data integrity.

    • Display error messages for invalid input to guide users on correct data entry.

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

(1 Question)

  • Q1. LLD/Machine coding - Design a social media application with users, posts, comments, likes, etc. There is also an admin who needs to approve post creation and can delete any post they want. Create appropria...
Round 2 - Technical 

(1 Question)

  • Q1. High-level design - Design a chat-based application like WhatsApp with only user-to-user chat feature (no group chats). Explain and draw out the E2E design by mentioning all the components and design decis...
Round 3 - One-on-one 

(1 Question)

  • Q1. Hiring Manager - basic questions like why Razorpay, what are your career goals, what does career growth look like for you, etc.
Interview experience
4
Good
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
-

I applied via campus placement at Indian School of Mines (ISM), Dhanbad and was interviewed in Nov 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Leetcode medium to hard level

Round 2 - One-on-one 

(1 Question)

  • Q1. Dfs bfs in a graph
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Company Website and was interviewed in Sep 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

First round is apti when in placement

Round 2 - Coding Test 

Too hard all are dsa questions

Software Engineer Interview Questions & Answers

Money View user image Shreyas Vinayak Patil CSE-2019-23

posted on 5 Jun 2024

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

I applied via Naukri.com and was interviewed in May 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

2hrs aptitude test was there

Round 2 - Coding Test 

2 hrs coding test was there

Round 3 - Group Discussion 

GD was conducted and then i passed it

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

(2 Questions)

  • Q1. Project questions
  • Q2. Coding questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Great place to work
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Basic DSA and android questions

Round 2 - Coding Test 

Live coding round for android

Round 3 - HR 

(1 Question)

  • Q1. Explain your past experiences?
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Jan 2024. There were 3 interview rounds.

Round 1 - Coding Test 

Easy coding questions DSA

Round 2 - Technical 

(2 Questions)

  • Q1. Reverse a linked list
  • Q2. Find middle of linked list
Round 3 - Technical 

(1 Question)

  • Q1. Pick from a basket of oranges

Interview Preparation Tips

Topics to prepare for Open Financial Technologies Private Limited Software Engineer interview:
  • Easy DSA

Paynearby Technologies Interview FAQs

How many rounds are there in Paynearby Technologies Software Engineer interview?
Paynearby Technologies interview process usually has 3 rounds. The most common rounds in the Paynearby Technologies interview process are Technical and HR.
What are the top questions asked in Paynearby Technologies Software Engineer interview?

Some of the top questions asked at the Paynearby Technologies Software Engineer interview -

  1. What is html langu...read more
  2. What is polymorph...read more
  3. Basic concepts of o...read more

Tell us how to improve this page.

Paynearby Technologies Software Engineer Interview Process

based on 1 interview

Interview experience

4
  
Good
View more
Paynearby Technologies Software Engineer Salary
based on 18 salaries
₹5.3 L/yr - ₹17.2 L/yr
25% more than the average Software Engineer Salary in India
View more details

Paynearby Technologies Software Engineer Reviews and Ratings

based on 2 reviews

4.2/5

Rating in categories

5.0

Skill development

5.0

Work-life balance

3.5

Salary

4.2

Job security

5.0

Company culture

2.7

Promotions

4.2

Work satisfaction

Explore 2 Reviews and Ratings
Sales Manager
44 salaries
unlock blur

₹3 L/yr - ₹5.5 L/yr

Senior Software Engineer
32 salaries
unlock blur

₹7.5 L/yr - ₹22 L/yr

Relationship Manager
22 salaries
unlock blur

₹2.8 L/yr - ₹4.8 L/yr

Area Sales Manager
20 salaries
unlock blur

₹4.7 L/yr - ₹7.9 L/yr

Software Engineer
18 salaries
unlock blur

₹5.3 L/yr - ₹17.2 L/yr

Explore more salaries
Compare Paynearby Technologies with

Eko India Financial Services

2.8
Compare

Fino Payments Bank

3.8
Compare

Mobikwik

4.1
Compare

PhonePe

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