Filter interviews by
I applied via Referral and was interviewed before Aug 2022. There were 3 interview rounds.
Python supports OOP concepts like classes, objects, inheritance, encapsulation, and polymorphism.
Python classes are defined using the 'class' keyword.
Objects are instances of classes and can have attributes and methods.
Inheritance allows a class to inherit attributes and methods from another class.
Encapsulation refers to restricting access to certain parts of an object.
Polymorphism allows objects of different classes t
Top trending discussions
I applied via Naukri.com and was interviewed in Aug 2024. There were 2 interview rounds.
Create a new list with shuffled order and no duplicate elements.
Use the random.shuffle() function to shuffle the list
Use a set to keep track of elements already added to the new list to avoid duplicates
Convert the set back to a list to maintain the order of elements
The existing application follows a microservices architecture with separate components for different functionalities.
The application is divided into multiple services that communicate with each other through APIs.
Each service is responsible for a specific task or functionality, promoting modularity and scalability.
Examples of microservices in the architecture include user authentication service, payment processing serv
I am passionate about Python development and excited about the innovative projects your company is working on.
Passionate about Python development
Excited about innovative projects at company
Seeking growth and learning opportunities
In 5 years, I see myself as a senior Python developer leading a team of developers on innovative projects.
Continuing to enhance my Python skills and staying updated on new technologies
Taking on more leadership responsibilities and mentoring junior developers
Contributing to the success of the company through my technical expertise
I was interviewed in Nov 2024.
posted on 2 Sep 2024
HTTP is a protocol used for transferring data over the internet. REST API is a set of rules for building web services.
HTTP stands for Hypertext Transfer Protocol, used for communication between web servers and clients
REST API (Representational State Transfer) is a set of rules for building web services that adhere to the principles of REST
RESTful APIs use standard HTTP methods like GET, POST, PUT, DELETE to perform CRU...
Time complexity refers to the amount of time an algorithm takes to run as a function of the input size.
It measures how the runtime of an algorithm grows as the input size increases.
Common time complexities include O(1) constant time, O(log n) logarithmic time, O(n) linear time, O(n^2) quadratic time, and O(2^n) exponential time.
Understanding time complexity helps in analyzing and optimizing algorithms for efficiency.
Ex...
I applied via Naukri.com and was interviewed in Oct 2024. There were 2 interview rounds.
Basic python coding data type related coding
I applied via Naukri.com and was interviewed in Oct 2024. There was 1 interview round.
30mins on diff python and flask
I applied via Recruitment Consulltant and was interviewed in Dec 2023. There were 3 interview rounds.
Round 1- 20 Ques (Foundation)
Round 2- 15 Ques (Advanced-contains both Quants and Logical
3-4 questions are asked
Interrupts are signals sent to the CPU to temporarily suspend the current program and handle a specific event or request.
Interrupts allow the CPU to respond to events in real-time without wasting processing power.
They can be generated by hardware devices, software programs, or the CPU itself.
Examples include keyboard input, timer expiration, and hardware errors.
SQL correlated subqueries are subqueries that reference columns from the outer query.
Correlated subqueries are executed for each row processed by the outer query.
They are used to filter results based on values from the outer query.
Example: SELECT * FROM table1 WHERE column1 = (SELECT MAX(column2) FROM table2 WHERE table2.id = table1.id)
I applied via Recruitment Consulltant and was interviewed in Aug 2023. There was 1 interview round.
A one-line function is a function written in a single line of code, typically used for simple operations.
One-line functions are concise and easy to read, often used for simple tasks like mathematical operations or string manipulation.
They are commonly used in lambda functions in Python.
Example: lambda x: x**2
Polymorphism in OOPs refers to the ability of a single function or method to operate on different types of data.
Polymorphism allows objects of different classes to be treated as objects of a common superclass.
It enables a single interface to represent different data types.
There are two types of polymorphism: compile-time (method overloading) and runtime (method overriding).
Example: In Python, the '+' operator can be us...
Use SQL query with DISTINCT keyword to remove duplicates from the table.
Use SELECT DISTINCT column_name FROM table_name to retrieve unique values from a specific column.
Use DELETE FROM table_name WHERE column_name IN (SELECT column_name FROM table_name GROUP BY column_name HAVING COUNT(*) > 1) to remove duplicates from the table.
Use SQL JOIN to combine rows from two tables based on a related column between them.
Use JOIN keyword in SQL to combine rows from two tables based on a related column
Types of JOINs include INNER JOIN, LEFT JOIN, RIGHT JOIN, and FULL JOIN
Example: SELECT * FROM table1 JOIN table2 ON table1.column = table2.column
I applied via LinkedIn and was interviewed in Jul 2023. There were 2 interview rounds.
Monkey patching is a technique in Python where existing code or modules are modified at runtime.
Monkey patching involves dynamically changing or extending the behavior of a module or class at runtime.
It can be used to fix bugs, add new functionality, or temporarily change the behavior of existing code.
Monkey patching can be a powerful tool but should be used carefully to avoid unexpected side effects.
Example: Adding a ...
Senior Product Manager
9
salaries
| ₹7.4 L/yr - ₹7.5 L/yr |
Software Developer
6
salaries
| ₹3.8 L/yr - ₹9.3 L/yr |
Devops Engineer
5
salaries
| ₹2.9 L/yr - ₹8.6 L/yr |
Junior Software Developer
4
salaries
| ₹5 L/yr - ₹6 L/yr |
Quality Analyst
4
salaries
| ₹4 L/yr - ₹5 L/yr |
Infosys
TCS
Wipro
HCLTech