i
Infosys
Filter interviews by
I applied via Company Website and was interviewed in Jul 2024. There was 1 interview round.
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
I use Git for version control in my projects.
I create a Git repository for the project
I commit changes regularly with descriptive messages
I use branches for new features or bug fixes
I merge branches back into the main branch when ready
I use tags to mark important milestones or releases
Infosys interview questions for designations
I applied via Walk-in and was interviewed in Sep 2021. There were 3 interview rounds.
I applied via Walk-in and was interviewed in Jun 2021. There was 1 interview round.
What people are saying about Infosys
I applied via Naukri.com and was interviewed in Oct 2024. There was 1 interview round.
List is mutable, tuple is immutable in Python.
List uses square brackets [], tuple uses parentheses ().
List elements can be changed, added, or removed, tuple elements cannot be changed.
Lists are used for collections of items that may need to be modified, tuples are used for fixed collections of items.
Example: list_example = [1, 2, 3], tuple_example = (4, 5, 6)
Namespace is a way to organize variables and functions in a program to avoid naming conflicts.
Namespace helps in avoiding naming conflicts by providing a unique space for each identifier.
Types of namespaces include global namespace, local namespace, built-in namespace, and module namespace.
Example: In Python, each module has its own namespace where all the variables and functions defined in that module reside.
Multiple inheritance in Python allows a class to inherit attributes and methods from more than one parent class.
Python supports multiple inheritance by allowing a class to inherit from multiple parent classes.
The order of parent classes in the inheritance list matters, as methods are searched for in the order they appear.
Diamond problem can occur in multiple inheritance when two parent classes have a common ancestor cl...
Lambda function is an anonymous function defined using the lambda keyword in Python.
Lambda functions are used for creating small, one-time use functions without a name.
Syntax: lambda arguments: expression
Example: double = lambda x: x * 2
based on 10 reviews
Rating in categories
Bangalore / Bengaluru
5-10 Yrs
Not Disclosed
Technology Analyst
56.3k
salaries
| ₹3 L/yr - ₹11 L/yr |
Senior Systems Engineer
49.7k
salaries
| ₹2.8 L/yr - ₹8 L/yr |
System Engineer
39k
salaries
| ₹2.5 L/yr - ₹5.5 L/yr |
Technical Lead
30.7k
salaries
| ₹5.2 L/yr - ₹19.5 L/yr |
Senior Associate Consultant
27.2k
salaries
| ₹4.3 L/yr - ₹16.8 L/yr |
TCS
Wipro
Cognizant
Accenture