Filter interviews by
I applied via Company Website and was interviewed before May 2023.
Top trending discussions
I applied via Walk-in and was interviewed in Sep 2024.
I applied via Approached by Company and was interviewed in May 2024.
Verbal Reasoning, Numerical ability, General Knowledge, English Proficiency.
I applied via AmbitionBox and was interviewed in Sep 2024.
Overviews pumps and trableshooting
posted on 14 Nov 2024
I applied via Approached by Company and was interviewed in Oct 2024.
posted on 27 Jul 2024
I applied via Company Website and was interviewed in Mar 2024.
Verbal Reasoning Test,evaluates the ability to comprehend written information, analyze arguments, and draw logical conclusions. It's useful for roles that require strong communication and critical thinking skills.
Function in Python that takes a list of integers as input and returns the sum of all the even numbers in the list.
# Input
numbers = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]
# Output
# Sum of even numbers: 2 + 4 + 6 + 8 + 10 = 30
print(sum_even_numbers(numbers)) # Output: 30
Solution:
def sum_even_numbers(numbers):
"""
Calculate the sum of all even numbers in a list.
Args:
numbers (list of int): List of integers.
Returns:
int: Sum of all even numbers in the list.
"""
return sum(num for num in numbers if num % 2 == 0)
# Test the function
numbers = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]
print(sum_even_numbers(numbers)) # Output: 30
I applied via Company Website and was interviewed in May 2024.
Maintenance Lead
6
salaries
| ₹17.5 L/yr - ₹18 L/yr |
Senior Drafter
4
salaries
| ₹7.5 L/yr - ₹8.5 L/yr |
Senior Production Engineer
4
salaries
| ₹8 L/yr - ₹25 L/yr |
Senior Executive
4
salaries
| ₹5 L/yr - ₹12 L/yr |
Qhse Coordinator
4
salaries
| ₹8.4 L/yr - ₹9.5 L/yr |
Schlumberger
Halliburton
Baker Hughes
Weatherford