i
TCS
Filter interviews by
Tuples in Python are immutable sequences of elements, similar to lists but cannot be changed once created.
Tuples are created using parentheses ()
Elements in a tuple can be of different data types
Tuples are immutable, meaning their elements cannot be changed once created
Tuples can be used as keys in dictionaries
Dict comprehension is a concise way to create dictionaries in Python using a single line of code.
Dict comprehension uses curly braces {} to create a dictionary with key-value pairs.
It can include conditions and loops to filter or modify the elements being added to the dictionary.
Example: {key: value for key, value in iterable if condition}
Python is the best language . basically python web development was rounded off this matter and without permission was carried functional and without permission.
The question is unclear and does not make sense.
The question is not a valid question.
It does not relate to Python web designing or any other topic.
It is not possible to provide a meaningful answer to this question.
I applied via LinkedIn and was interviewed in Mar 2023. There were 3 interview rounds.
Python has built-in data structures like lists, tuples, sets, and dictionaries.
Lists are mutable and ordered, used for storing multiple items.
Tuples are immutable and ordered, used for storing multiple items.
Sets are mutable and unordered, used for storing unique values.
Dictionaries are mutable and unordered, used for storing key-value pairs.
Generators are functions that can be paused and resumed, returning a sequence of values.
Generators use the yield keyword to return values one at a time
They are memory efficient as they don't store the entire sequence in memory
They can be used to generate an infinite sequence of values
Example: def countdown(n): while n > 0: yield n n -= 1
Example: squares = (x*x for x in range(10))
Decorators are functions that modify the behavior of other functions without changing their source code.
Decorators are denoted by '@' symbol in Python
They can be used to add functionality to existing functions
They can be used to modify the behavior of existing functions
They can be used to restrict access to certain functions
Examples include @staticmethod, @classmethod, @property
I applied via LinkedIn and was interviewed in Mar 2023. There were 2 interview rounds.
Data structures are ways of organizing and storing data in a computer so that it can be accessed and used efficiently.
Arrays - a collection of elements of the same data type
Linked Lists - a collection of nodes that contain data and a reference to the next node
Stacks - a collection of elements that follows the Last In First Out (LIFO) principle
Queues - a collection of elements that follows the First In First Out (FIFO) ...
TCS interview questions for designations
Aptitude test was of 1 hour
Coding test was of 1 hour
Get interview-ready with Top TCS Interview Questions
I applied via Company Website and was interviewed in Jul 2023. There were 3 interview rounds.
General duty of all software engineer is to. have patience,balanced diet,sound sleep, and self motivation because when you are in tension of what you are not getting your become frustrated and bust on your well wishers which hurt them which your don't know that's why self motivation is required every moment of your life ,be happy in all situations.
Got more knowledge with others
Study all codings reralared ti computers
I applied via Naukri.com and was interviewed in Jan 2023. There were 2 interview rounds.
Python 3.10 added new features like structural pattern matching, improved error messages, and more.
Structural pattern matching allows for more concise and readable code
Improved error messages make debugging easier
New syntax for specifying precise types
Performance improvements in various areas
New modules and libraries added
Examples: match case, improved error messages, improved typing syntax
I applied via Company Website and was interviewed in Jan 2023. There were 2 interview rounds.
Questions on OOPs concepts, differences between list and tuple, and updating a dictionary.
OOPs concepts include inheritance, polymorphism, encapsulation, and abstraction.
Lists are mutable while tuples are immutable.
To update a dictionary, use the key to access the value and assign a new value to it.
Example: my_dict = {'name': 'John', 'age': 25}; my_dict['age'] = 26
I applied via Naukri.com and was interviewed in Sep 2022. There were 2 interview rounds.
Answers to interview questions for a Python developer.
1. Tuples are immutable while lists are mutable.
2. Decorators are functions that modify the behavior of other functions.
3. 'to' object is not a standard term in Python, so it's unclear.
4. Pass does nothing, break exits the loop, and continue skips to the next iteration.
5. Need the given program to identify the error.
6. Explain your projects in detail, highlighting y
I applied via Company Website and was interviewed in Nov 2022. There were 5 interview rounds.
An exam to determine the skills for job
Assignment that given task to a person
based on 87 reviews
Rating in categories
System Engineer
1.1L
salaries
| ₹1 L/yr - ₹9 L/yr |
IT Analyst
67.7k
salaries
| ₹5.1 L/yr - ₹16 L/yr |
AST Consultant
51.1k
salaries
| ₹8 L/yr - ₹25 L/yr |
Assistant System Engineer
29.9k
salaries
| ₹2.2 L/yr - ₹5.6 L/yr |
Associate Consultant
28.7k
salaries
| ₹9 L/yr - ₹32 L/yr |
Amazon
Wipro
Infosys
Accenture