Filter interviews by
posted on 22 Mar 2023
I applied via Referral and was interviewed in Sep 2022. There were 4 interview rounds.
Give a performance marketing plan for entering a new market.
I applied via LinkedIn and was interviewed in Jun 2022. There were 2 interview rounds.
RNN stands for Recurrent Neural Network and LSTM stands for Long Short-Term Memory. They are types of neural networks used for sequential data processing.
RNN is a type of neural network that can process sequential data by maintaining a memory of past inputs.
LSTM is a type of RNN that can handle the vanishing gradient problem and can remember long-term dependencies.
LSTM has gates that control the flow of information int...
Precision and recall are two important metrics used to evaluate the performance of a classification model.
Precision measures the proportion of true positives among all the predicted positives.
Recall measures the proportion of true positives among all the actual positives.
Precision and recall are inversely related and a trade-off exists between them.
A high precision means that the model is good at predicting positive ca...
Regularisation is a technique used in machine learning to prevent overfitting by adding a penalty term to the loss function.
Regularisation helps to control the complexity of a model and reduce the impact of irrelevant features.
It adds a penalty term to the loss function, which encourages the model to have smaller weights.
There are different types of regularisation techniques such as L1 (Lasso) and L2 (Ridge) regularisa...
I applied via Approached by Company and was interviewed before Sep 2022. There were 3 interview rounds.
MCQ+2 Coding questions
LCA in binary tree refers to finding the lowest common ancestor of two nodes in a binary tree.
Start from the root and traverse down the tree to find the paths to the two nodes
Compare the paths to find the last common node between them, which is the LCA
If one of the nodes is the ancestor of the other, return that node as the LCA
I was interviewed in Feb 2022.
Round duration - 30 minutes
Round difficulty - Easy
What’s the difference between manual testing and automated testing?
What is cross-browser testing?
What are the different parts of a test automation framework?
Round duration - 30 minutes
Round difficulty - Easy
What is meant by a locator and name a few different types of locators present in Selenium.
What is the difference between the commands "type" and "typeAndWait" in the context of Selenium?
What is an XPath?
Explain the difference between driver.close() and driver.quit() command in Selenium?
Tip 1 : Must do Previously asked Interviews as well as Online Test Questions.
Tip 2 : Go through all the previous interview experiences from Codestudio and Leetcode.
Tip 3 : Do at-least 2 good projects and you must know every bit of them.
Tip 1 : Have at-least 2 good projects explained in short with all important points covered.
Tip 2 : Every skill must be mentioned.
Tip 3 : Focus on skills, projects and experiences more.
PayU Payments interview questions for popular designations
I applied via Recruitment Consulltant and was interviewed before May 2023. There was 1 interview round.
API stands for Application Programming Interface. It is a set of rules and protocols that allows different software applications to communicate with each other.
APIs define the methods and data formats that applications can use to request and exchange information.
They allow developers to access the functionality of a system or service without needing to understand its internal workings.
Examples of APIs include Google Ma...
REST API stands for Representational State Transfer Application Programming Interface. It is a set of rules and protocols for building and interacting with web services.
REST API is a type of web service that allows communication between different systems over the internet.
It uses standard HTTP methods like GET, POST, PUT, DELETE to perform operations on resources.
REST APIs typically return data in JSON or XML format.
Th...
Get interview-ready with Top PayU Payments Interview Questions
I applied via Approached by Company and was interviewed before Nov 2021. There were 4 interview rounds.
Industry update and insights and hypothetical situational QnA
I applied via Recruitment Consulltant and was interviewed before Feb 2023. There were 2 interview rounds.
Java String Reverse String
I was interviewed in Dec 2021.
Round duration - 60 Minutes
Round difficulty - Medium
Time - afternoon.
Interviewer jumped straight into interview, formal and comfortable environment.
1. Interviewer introduction
2. Interviewee introduction
3. Coding question 1 - difficulty medium, topic - arrays
- explain approach, write code (pseudo code is fine), dry run on given TCS.
4. Coding question 2 - same as above, only question was different. Slightly more difficult but on arrays only.
5. Questions on Python & Django - difficulty medium - write code related to queryset on django objects
6. SQL question to code - 10th highest salary.
Key idea - 2 pointer method
Approach - place one pointer p1 on start, 2nd pointer p2 on end. Move p1 to right and p2 to left unless we find a non special character for both, if found for both, swap the values pointed by p1 and p2.
Steps :
S1 : Pointer p1 at start and p2 at end index
S2 : while p1! = p2 and arr[p1] is special character, move p1 to right
S3 : while p1! = p2 and arr[p2] is special character, move p2 to l...
Key idea: Find suitable number for current position on right and swap
Approach : if current idx is even find +ve number on right and if idx is odd find -ve number on right and swap with current position
S1 : Iterate over the array
S2 : If current index is even find next positive number on right
S3 : If current index is odd find the next negative number on right
S4 : Swap with the current position with found number
Round duration - 60 Minutes
Round difficulty - Medium
1. Intro of interviewer
2. Intro of interviewee
3. Questions on Python - decorators, static method, class methods
4. Principal of coding, best practices
5. Question on DB - What is indexing, how to improve, best use of indexing.
6. Questions on django - what is django ORM, What is sandbox, Django models, Django queries.
7. Previous job, what do you do, stack you work on.
Very friendly environment, very pleasing person, loved it.
What is database indexing?
What is distributed system?
What is hashing?
How is hashing done?
Why time complexity of hashing is O(1)
Tip 1 : Prepare common interview questions of dbms, OS, SQL, CN
Tip 2 : Prepare how is time complexity calculated
Tip 3 : Know basic terminology of system design
Tip 1 : Good at coding (solving, explaining), especially Dynamic Programming questions like knapsack. Focus 70% time on coding
Tip 2 : Apply to jobs through referral not on company site. Very important.
Tip 3 : Prepare good projects with how to explain in interview.
Tip 4 : Sound very energetic, competitive and some one with eager to learn, so they select you thinking you can be taught things as you have good attitude.
Remember : Good attitude in good coder > Bad attitude in expert coder.
Tip 1 : Max three, projects, which are interesting to talk about, and you have won something for it.
Tip 2 : Leave lot of white space, keep content small and in one page
I was interviewed in Jun 2021.
Round duration - 90 minutes
Round difficulty - Medium
Contained mix of coding, oops and general programming questions
Coding was live coding round
It was around 12pm
They used their own coding environment, I coded in java
I solved it using partial sums approach
It can be found on geeks for geeks
Round duration - 90 Minutes
Round difficulty - Hard
It was a collection of HLD AND LLD
Was around 12pm
This was conducted on bluejeans
Design a URL shorter with db and everything
Tip 1 : always use right kind of database
Tip 2 : think about appropriate design pattern
Tip 3 : think about scaling the application into microservices architecture
Round duration - 60 Minutes
Round difficulty - Easy
It was a friendly managerial round with director of my team, he was very for me to come on board and explained truthfully how payu is.
We discussed on some design topics like, pros and cons of microservice architecture and pros and cons of monolithic arch.
Tip 1 : know the difference between different coding architectures
Tip 2 : practice sql and DBA
Tip 3 : read about the company and ask about the team you would be working for
Round duration - 30 Minutes
Round difficulty - Easy
Just a normal HR discussion, he informed me that I've been selected and we discussed about the salary part
Normal questions about my experience working in corporate
Tip 1 : just be calm and listen to the HR
Tip 1 : have strong grasp of graph based algorithms
Tip 2 : have strong knowledge of data structure
Tip 3 : should be able to find where to use appropriate design pattern
Tip 1 : keep it short and simple
Tip 2 : focus more on design/architecture of project
I applied via Referral and was interviewed before Mar 2023. There was 1 interview round.
Top trending discussions
Interview experience
based on 411 reviews
Rating in categories
Assistant Manager
173
salaries
| ₹5 L/yr - ₹16 L/yr |
Senior Software Engineer
173
salaries
| ₹13.4 L/yr - ₹42 L/yr |
Software Engineer
168
salaries
| ₹12 L/yr - ₹36 L/yr |
Senior Manager
123
salaries
| ₹10.5 L/yr - ₹39 L/yr |
Manager
99
salaries
| ₹6.3 L/yr - ₹25 L/yr |
Razorpay
Paytm
Mobikwik
PhonePe