i
Colan Infotech
Filter interviews by
I applied via Walk-in and was interviewed in Jan 2024. There were 2 interview rounds.
Lists are mutable in Python.
Lists can be modified after creation, allowing for addition, removal, and modification of elements.
Tuples, strings, integers, and floats are immutable in Python.
Example: list_example = [1, 2, 3]; list_example[1] = 5 # modifies the list element at index 1 to 5.
The code will print 'o wo', which is the substring of 'Hello world' starting from index 4 up to index 7.
The slicing operation str[4:8] extracts characters from index 4 to index 7 (exclusive) from the string 'Hello world'.
The index 4 corresponds to the character 'o' and index 7 corresponds to the character 'd'.
Therefore, the output of print(str[4:8]) will be 'o wo'.
List of 10 common HTML tags used in web development
1.
2.
: Defines a paragraph
4. : Defines an image
5.
6.
7.
8.
Software Engineer
213
salaries
| ₹1.2 L/yr - ₹9 L/yr |
Software Developer
71
salaries
| ₹1.2 L/yr - ₹7 L/yr |
Softwaretest Engineer
39
salaries
| ₹1 L/yr - ₹8 L/yr |
Senior Software Engineer
35
salaries
| ₹4.2 L/yr - ₹18 L/yr |
DOT NET Developer
31
salaries
| ₹1.2 L/yr - ₹7.5 L/yr |
Infosys
TCS
Wipro
HCLTech