Filter interviews by
Be the first one to contribute and help others!
I applied via Referral and was interviewed in Sep 2024.
I applied via Company Website and was interviewed in Jun 2024.
I applied via campus placement at College of Engineering ( Formerly Pune Instiute of Enginering and Technology ), Pune and was interviewed in Sep 2024.
If everyone is cheating you should also do it?
A medium python program
I applied via Walk-in and was interviewed in Sep 2024.
posted on 2 Oct 2024
I applied via Approached by Company and was interviewed in Sep 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
Consists of technical and Aptitude questions
GD on general topics
Field Operator
5
salaries
| ₹36 L/yr - ₹48 L/yr |
Control Operator
3
salaries
| ₹34 L/yr - ₹40 L/yr |
Rotating Equipment Technician
3
salaries
| ₹8.8 L/yr - ₹8.8 L/yr |
Head Operator
3
salaries
| ₹45 L/yr - ₹48 L/yr |
Indian Oil Corporation
Bharat Petroleum
Hindustan Petroleum
Reliance Industries