Filter interviews by
I applied via Walk-in and was interviewed before Feb 2023. There was 1 interview round.
Yes, I have experience working with various technology stacks.
I have worked with Python, Django, Flask, React, Angular, and Node.js in my previous projects.
I am comfortable adapting to new technologies and learning new stacks as needed.
I have experience collaborating with cross-functional teams that use different technology stacks.
Top trending discussions
Avg aptitude questions
2 easy coding questions
I applied via Company Website and was interviewed in Jul 2024. There was 1 interview round.
Postman is a popular API development tool used for testing, documenting, and sharing APIs.
Postman allows developers to send HTTP requests and receive responses from APIs
It provides a user-friendly interface for creating and managing API requests
Postman also offers features like automated testing, mock servers, and collaboration tools
It supports various authentication methods and formats like JSON and XML
Authentication is the process of verifying the identity of a user or system.
Authentication ensures that only authorized users have access to a system or application.
It involves the use of credentials such as usernames and passwords, or other methods like biometrics.
Examples of authentication include logging into a website or accessing a secure network.
Authentication is often followed by authorization, which determines
Data can be sent to the database using SQL queries or an ORM like Django's ORM.
Use SQL queries to insert, update or delete data in the database.
Use an ORM like Django's ORM to interact with the database using Python code.
Ensure that the data being sent is properly formatted and validated to prevent errors or security issues.
A global variable is a variable that can be accessed from any part of the program.
Global variables are declared outside of any function or class.
They can be accessed and modified from any part of the program.
Using global variables can make the code harder to read and debug.
Example: x = 10 (declared outside of any function or class)
I applied via Recruitment Consulltant and was interviewed in Jun 2023. There were 2 interview rounds.
Python
Maths
I applied via Recruitment Consulltant and was interviewed in May 2022. There were 2 interview rounds.
Tuple is immutable and ordered while list is mutable and ordered.
Tuple uses () while list uses []
Tuple is faster than list for accessing elements
Tuple can be used as keys in dictionaries while list cannot
Tuple can be used in string formatting while list cannot
A decorator is a design pattern in Python that allows modifying the behavior of a function or class without changing its source code.
Decorators are functions that take another function as an argument and return a new function.
They are used to add functionality to an existing function or class.
They can be used to modify the behavior of a function, such as adding logging or timing functionality.
They can also be used to e...
One recursion problem is to find the factorial of a number.
The base case is when the number is 0 or 1.
The recursive case is to multiply the number with the factorial of (number-1).
Example: factorial(5) = 5 * factorial(4) = 5 * 4 * factorial(3) = ... = 5 * 4 * 3 * 2 * 1 = 120.
Find second highest number from list without using inbuilt functions
Sort the list in descending order
Return the second element of the sorted list
based on 1 interview
Interview experience
based on 1 review
Rating in categories
Software Developer
9
salaries
| ₹1.8 L/yr - ₹10.8 L/yr |
Magento Developer
7
salaries
| ₹2.4 L/yr - ₹5.4 L/yr |
PHP Developer
7
salaries
| ₹1.4 L/yr - ₹2.5 L/yr |
Software Engineer
6
salaries
| ₹2.5 L/yr - ₹10.8 L/yr |
Python Software Developer
5
salaries
| ₹3 L/yr - ₹12 L/yr |
Infosys
TCS
Wipro
HCLTech