i
Paytm
Filter interviews by
I applied via LinkedIn and was interviewed before Mar 2023. There was 1 interview round.
Top trending discussions
Yes, by aligning team goals with operational objectives, providing necessary resources, and implementing efficient processes.
Align team goals with operational objectives to ensure focus on key priorities
Provide necessary resources such as training, tools, and technology to support team's operational tasks
Implement efficient processes and workflows to streamline operations and maximize productivity
Equity represents ownership in a company and is calculated as assets minus liabilities.
Equity is the value of an asset after deducting any liabilities associated with that asset.
It represents the ownership interest in a company.
Equity can be in the form of common stock, preferred stock, or retained earnings.
Investors use equity to assess the financial health and performance of a company.
Equity can also refer to fairnes
Derivatives are financial instruments whose value is derived from an underlying asset or group of assets.
Derivatives can be used for hedging, speculation, or arbitrage.
Common types of derivatives include options, futures, forwards, and swaps.
Derivatives allow investors to take on leverage and potentially amplify returns.
They are traded on exchanges or over-the-counter (OTC) markets.
Derivatives are used in various indus...
I applied via Company Website and was interviewed before May 2023. There were 3 interview rounds.
Basic coding based on job profile
I applied via Campus Placement and was interviewed before Jul 2022. There were 4 interview rounds.
Standard question with combination of logical, mathematical and technical field of computer.
Taken in a group of 10 members. Be part of the group discussion and highlight your points in the group. When people look to your opinion give them facts don`t stutter or stay silent.
My day was productive and fulfilling. As for myself, I am a driven and detail-oriented individual with a passion for problem-solving.
I tackled several challenging tasks at work and made significant progress on each of them.
I also took some time to exercise and clear my mind, which helped me stay focused throughout the day.
As for myself, I have a background in engineering and enjoy using my analytical skills to find cre...
Optimizing code involves identifying and removing bottlenecks to improve performance.
Identify the parts of the code that are taking the most time to execute
Use efficient algorithms and data structures
Minimize the number of function calls and loops
Avoid unnecessary calculations or operations
Use caching or memoization to avoid repeating calculations
Profile the code to measure performance improvements
Optimized version of given code
Use efficient data structures and algorithms
Avoid unnecessary loops and conditions
Minimize function calls and variable assignments
My day was productive and fulfilling. As for myself, I am a driven and detail-oriented individual with a passion for problem-solving.
I tackled several challenging tasks at work and made significant progress on each of them.
I also took some time to exercise and clear my mind, which helped me stay focused throughout the day.
As for myself, I have a background in engineering and enjoy applying my analytical skills to a var...
Yes, I prefer coding in C and have read The C Programming Language book. I have also explored the concept of Inheritance in C.
I find C to be a powerful and efficient language for system programming.
Yes, I have read The C Programming Language book by Dennis Retchie and found it to be a great resource.
Recently, I have been exploring the concept of Inheritance in C through various online resources and tutorials.
While C do...
Inheritance allows a class to inherit properties and methods from another class.
Inheritance promotes code reusability and saves time and effort in programming.
It allows for the creation of a hierarchy of classes with shared characteristics.
For example, a class Animal can be inherited by classes such as Dog, Cat, and Bird, which share common properties and methods.
Inheritance can be implemented using the 'extends' keywo
Liskov substitution principle is a principle in object-oriented programming that states that objects of a superclass should be able to be replaced with objects of its subclasses without affecting the correctness of the program.
Subtypes must be substitutable for their base types
Derived classes must not change the behavior of the base class
Violating the principle can lead to unexpected behavior and errors
Example: A squar...
Explanation of OOPs concepts with programs
Encapsulation: Wrapping data and functions into a single unit. Example: Class in Java
Abstraction: Hiding implementation details and showing only necessary information. Example: Abstract class in C#
Inheritance: Acquiring properties and behavior of a parent class. Example: Child class extending parent class in Python
Polymorphism: Ability of an object to take many forms. Example:
Dynamic polymorphism is achieved through virtual functions and inheritance in object-oriented programming.
Create a base class with virtual functions
Create derived classes that override the virtual functions
Use pointers or references of the base class to call the virtual functions
The appropriate derived class function will be called based on the object being pointed to or referred to
Global variables can lead to unexpected changes and make debugging difficult.
Global variables can be accessed and modified from any part of the code, making it difficult to track changes.
They can cause naming conflicts if multiple variables with the same name are used in different parts of the code.
Using global variables can make it harder to test and debug code, as it can be difficult to isolate the cause of errors.
Th...
Using 'goto' can make code hard to read, maintain and debug.
Goto statements can create spaghetti code that is difficult to follow.
It can make it harder to understand the flow of the program.
It can also make debugging more difficult.
There are usually better alternatives to using goto, such as using loops or functions.
Some programming languages, such as Java and Python, do not even have a goto statement.
Using goto can al...
My favorite subject is history because it helps me understand the present and learn from the past.
I enjoy learning about different cultures and how they have evolved over time
I find it fascinating to study the causes and effects of major historical events
One of my favorite books on history is 'Guns, Germs, and Steel' by Jared Diamond
Implicit objects are pre-defined objects in JSP that can be accessed without being explicitly declared.
Implicit objects are created by the JSP container during the translation phase.
They can be accessed using predefined names such as request, response, session, application, out, pageContext, config, and exception.
For example, the request object can be used to retrieve parameters from a form or URL.
The session object ca...
Apache is a popular web server and Tomcat is a widely used application server.
Apache is an open-source web server that supports multiple operating systems and is known for its stability and security.
Tomcat is a Java-based application server that is used to deploy Java web applications and supports servlets and JSPs.
Other popular web servers include Nginx and Microsoft IIS.
Other popular application servers include JBoss...
To deploy a web application on Apache Tomcat, the application needs to be packaged as a WAR file and then deployed to the Tomcat server.
Create a WAR file of the web application
Copy the WAR file to the Tomcat webapps directory
Start the Tomcat server
Access the web application using the URL http://localhost:8080/
Collections in Java are classes that implement collections of objects, such as lists, sets, and
I applied via Naukri.com and was interviewed before Feb 2023. There were 2 interview rounds.
SAS functions are built-in functions in SAS programming language that perform various operations on data.
SAS functions are used for mathematical calculations, data manipulation, and data analysis.
Examples of SAS functions include SUM, MEAN, COUNT, LENGTH, SUBSTR, and DATE functions.
SAS functions can be used in data step programming, SQL queries, and macro programming.
Functions like PROBABILITY, NORMAL, and TTEST are co...
Merge in SAS is a data step operation that combines two or more datasets based on common variables.
Merge is used to combine datasets horizontally.
It requires at least one common variable between the datasets.
The resulting dataset contains all the variables from both datasets.
Different types of merges are available: inner, left, right, and full outer merge.
Merge can be performed using the MERGE statement or the SQL JOIN
The best customer can be selected based on their profitability, loyalty, and potential for growth.
Evaluate the profitability of customers by analyzing their purchasing behavior and the revenue they generate.
Consider the loyalty of customers by assessing their repeat purchases, referrals, and engagement with the brand.
Assess the potential for growth by identifying customers who have shown interest in new products or ser...
Test and control refers to a method used in experiments to compare the effects of a treatment or intervention.
Test and control groups are used to measure the impact of a specific variable or condition.
The test group receives the treatment or intervention being studied, while the control group does not.
By comparing the outcomes of the test and control groups, researchers can determine the effectiveness or impact of the ...
posted on 22 Oct 2024
I applied via LinkedIn and was interviewed in Apr 2024. There were 2 interview rounds.
Basic questions 45 mins
I applied via Naukri.com and was interviewed before Feb 2023. There were 2 interview rounds.
Based on sql queries
based on 3 reviews
Rating in categories
Team Lead
2k
salaries
| ₹2 L/yr - ₹9.1 L/yr |
Senior Software Engineer
1.4k
salaries
| ₹10 L/yr - ₹41 L/yr |
Software Engineer
1.4k
salaries
| ₹6 L/yr - ₹23 L/yr |
Sales Executive
954
salaries
| ₹1 L/yr - ₹6.4 L/yr |
Senior Associate
914
salaries
| ₹2.1 L/yr - ₹9 L/yr |
BharatPe
Zerodha
Razorpay
Mobikwik