Filter interviews by
I applied via Naukri.com and was interviewed in Jul 2024. There was 1 interview round.
Basic concepts of python
Basic programms of python
I appeared for an interview before Sep 2022.
SIMPLE LEVEL PYTHON COADING
Top trending discussions
posted on 10 Dec 2024
Python decorator is a design pattern that allows you to add new functionality to existing functions or methods without modifying their structure.
Decorators are denoted by the @ symbol followed by the decorator name.
They are functions that take another function as an argument and return a new function.
Decorators can be used for logging, timing, authentication, and more.
Example: @my_decorator def my_function(): pass
posted on 18 Dec 2024
Use the reverse() method to reverse a list in Python.
Use the reverse() method to reverse the elements of a list in place.
Example: my_list = [1, 2, 3, 4]; my_list.reverse(); print(my_list) will output [4, 3, 2, 1].
posted on 10 Dec 2024
Exceptions in Python are handled using try-except blocks to catch and handle errors gracefully.
Use try-except blocks to catch exceptions and handle them gracefully.
You can specify different except blocks for different types of exceptions.
Use the 'finally' block to execute code regardless of whether an exception was raised or not.
posted on 17 Dec 2024
Use slicing with step -1 to reverse a string in Python.
Use slicing with step -1 to reverse a string: str[::-1]
Example: s = 'hello', reversed_s = s[::-1] will result in 'olleh'
Slicing in Python allows you to extract a portion of a string or list by specifying a start and end index.
Use square brackets [] to specify the start and end index for slicing.
The start index is inclusive, while the end index is exclusive.
You can also specify a step value to skip elements while slicing.
Example: reverse_string = 'hello'; reverse_string[::-1] will output 'olleh'.
posted on 19 Dec 2024
Use slicing with step -1 to reverse a string in Python.
Use string slicing with step -1 to reverse a string: str[::-1]
Example: 'hello'[::-1] will return 'olleh'
Using slicing to reverse a string in Python
Use slicing with a step of -1 to reverse the string
Example: reversed_string = 'hello'[::-1]
Print reversed_string to see the reversed result
posted on 23 Dec 2024
Use slicing with step size -1 to reverse a string in Python.
Use string slicing with step size -1 to reverse the string.
Example: 'hello'[::-1] will return 'olleh'.
Yes, you can reverse a string in Python using slicing.
Use the slicing syntax [::-1] to reverse a string.
Example: 'hello'[::-1] will return 'olleh'.
I applied via Campus Placement and was interviewed in Jul 2022. There were 3 interview rounds.
Their are 30 questions which one has to done in 30 mins
based on 2 interview experiences
Difficulty level
Duration
Java Developer
49
salaries
| ₹1.8 L/yr - ₹5.5 L/yr |
Business Analyst
41
salaries
| ₹2.9 L/yr - ₹6.5 L/yr |
RPA Developer
29
salaries
| ₹2.8 L/yr - ₹6.9 L/yr |
Python Developer
26
salaries
| ₹1.8 L/yr - ₹6 L/yr |
Softwaretest Engineer
19
salaries
| ₹3 L/yr - ₹4.2 L/yr |
Zidio Development
Northcorp Software
Accel Frontline
Elentec Power India (EPI) Pvt. Ltd.