Filter interviews by
I applied via Naukri.com and was interviewed in Jul 2022. There were 3 interview rounds.
Top trending discussions
posted on 26 Jan 2025
I was interviewed in Dec 2024.
It's logical based questions and bulid the logic
It's was code based questions and it's improve the code skills problem
It's was clear the doubts and something is know that knowledge
It's assignment based questions slove the question problem time limit
I applied via Walk-in and was interviewed in Oct 2023. There were 4 interview rounds.
Measure of your ability to learn or perform required tasks and succeed in the environment you're in. They are not a measure of intelligence these tests look for your strengths and weaknesses, giving you and the evaluator an idea of your abilities.
To asking the question for the coding
posted on 13 Jan 2025
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'.
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 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 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'.
Software Engineer
98
salaries
| ₹4 L/yr - ₹8.2 L/yr |
Softwaretest Engineer
87
salaries
| ₹3.5 L/yr - ₹7 L/yr |
Software Developer
59
salaries
| ₹3 L/yr - ₹7.5 L/yr |
Devops Engineer
44
salaries
| ₹4.5 L/yr - ₹9 L/yr |
Power BI Developer
38
salaries
| ₹4.2 L/yr - ₹8.5 L/yr |
Marpu Foundation
Huawei Technologies
HCL Infosystems
Z X Learning