Filter interviews by
Constructors are special methods in classes used to initialize objects. They are called automatically when an object is created.
Constructors have the same name as the class and are defined using the __init__() method.
They can be used to set initial values for object attributes.
Constructors can take parameters to customize object initialization.
Example: class Person: def __init__(self, name, age): self.name ...
Top trending discussions
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)
Python
Maths
I applied via Job Portal and was interviewed in Dec 2023. There were 2 interview rounds.
Fibonacci sequence in recursion method
Dictionary
Dic={"name":"sonali","rollno":132,"address":"Mira nagar"}
print(dic)
String
Str="India is country"
print(Str)
Html
Python
Spring framework
Hibernate framework
C++
Gui
Servlet
Session
Cookie
Python tuple
The tuple are denoted by round bracket ()
Tup=(1,2,3,4)
print (Tup)
Set
Seobj={10,20,30,40,50}
print (Seobj)
Python Features
Simple
High level language
Platform independent
Portable and scalable
Interpreter
Embedded
Gui
Huge Library
Scripting language
Procedure object oriented
A=12
B=10
C=A+B
print (C)
Gui
Graphical user interface
Web application
Website development
Designing
SQL database
MySQL database
Widget
posted on 21 Jun 2019
I applied via Recruitment Consultant and was interviewed in May 2019. There were 3 interview rounds.
Associate Software Developer
27
salaries
| ₹4 L/yr - ₹8.5 L/yr |
Software Developer
16
salaries
| ₹5.4 L/yr - ₹11 L/yr |
Business Analyst
8
salaries
| ₹6.6 L/yr - ₹9.2 L/yr |
HR Executive
7
salaries
| ₹4.3 L/yr - ₹6.5 L/yr |
Associate Software Engineer
5
salaries
| ₹3.6 L/yr - ₹5 L/yr |
TCS
Infosys
Wipro
HCLTech