Filter interviews by
Be the first one to contribute and help others!
I applied via Recruitment Consulltant
I applied via Company Website and was interviewed in Jun 2024. There were 2 interview rounds.
I applied via campus placement at College of Engineering ( Formerly Pune Instiute of Enginering and Technology ), Pune and was interviewed in Sep 2024. There were 2 interview rounds.
If everyone is cheating you should also do it?
Linear regression is used for continuous variables, while logistic regression is used for binary outcomes.
Linear regression is used to predict a continuous outcome based on one or more input variables.
Logistic regression is used to predict the probability of a binary outcome based on one or more input variables.
Linear regression assumes a linear relationship between the independent and dependent variables, while logist...
Normalization in DBMS is the process of organizing data in a database to reduce redundancy and improve data integrity.
Normalization involves breaking down data into smaller, more manageable tables and establishing relationships between them.
It helps in reducing data redundancy, minimizing data anomalies, and improving data consistency.
There are different normal forms such as 1NF, 2NF, 3NF, BCNF, and 4NF, each with spec...
Array difference is finding the elements that are present in one array but not in another.
Use set operations like difference to find elements in one array but not in another.
Example: arr1 = ['a', 'b', 'c'], arr2 = ['b', 'c', 'd'], arr_diff = set(arr1) - set(arr2) = ['a']
A medium python program
Optimizing code for better performance and efficiency
Use built-in functions and libraries for faster execution
Minimize unnecessary loops and conditions
Avoid redundant code and optimize data structures
Implement caching or memoization for repetitive computations
Optimizing Python code involves improving efficiency and performance.
Use built-in functions and libraries instead of writing custom code
Avoid unnecessary loops and nested loops for better performance
Optimize data structures and algorithms for faster execution
Numpy is a powerful library for numerical operations in Python, with efficient array operations and mathematical functions.
Use vectorized operations instead of loops for better performance.
Avoid unnecessary copying of arrays to save memory.
Utilize broadcasting to perform operations on arrays of different shapes.
Use numpy functions like np.sum(), np.mean(), np.max(), etc. for efficient calculations.
Optimize code by prof
posted on 22 Dec 2024
I applied via Walk-in and was interviewed in Sep 2024. There was 1 interview round.
ASTM standard for Block works is ASTM C90.
ASTM C90 is the standard specification for loadbearing concrete masonry units.
It covers hollow and solid loadbearing concrete masonry units made from portland cement, water, and aggregates.
The standard specifies the compressive strength, absorption, dimensions, and tolerances for concrete blocks.
ASTM C90 also includes requirements for moisture content, density, and surface fini
Standard grout strength in PSI is typically around 2,000 to 5,000 PSI.
Standard grout strength is usually between 2,000 to 5,000 PSI
Higher strength grouts can have strengths up to 10,000 PSI or more
Grout strength can vary depending on the mix design and curing conditions
I applied via Approached by Company and was interviewed in May 2024. There were 5 interview rounds.
Verbal Reasoning, Numerical ability, General Knowledge, English Proficiency.
I will bring a combination of practical experience and theoretical knowledge from my previous work and education.
Practical experience in implementing engineering solutions
Theoretical knowledge gained from education in engineering principles
Ability to troubleshoot and problem solve based on past experiences
Strong communication skills to collaborate with team members and stakeholders
I am a trainee at XYZ Company, currently working on various projects under the guidance of senior team members.
Trainee at XYZ Company
Working on various projects
Under the guidance of senior team members
I am a dedicated and hardworking individual with a passion for learning and growth.
I have a strong work ethic and am always eager to take on new challenges.
I am a quick learner and adapt well to new environments.
I am detail-oriented and strive for excellence in everything I do.
posted on 29 Apr 2024
I applied via Company Website and was interviewed in Mar 2024. There were 3 interview rounds.
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.
Procedural programming focuses on procedures and functions, while OOP focuses on objects and classes.
Procedural programming uses a top-down approach, breaking down tasks into smaller procedures/functions.
OOP focuses on creating objects that contain both data and methods to manipulate that data.
In procedural programming, data and functions are separate entities, while in OOP, they are encapsulated within objects.
Example...
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
Different types of valves used in industries include gate valves, globe valves, ball valves, butterfly valves, and check valves.
Gate valves: used to control the flow of liquids or gases by opening or closing the gate.
Globe valves: used to regulate flow in a pipeline, with a globe-shaped body and a movable plug.
Ball valves: have a spherical closure unit to control flow, commonly used in high-pressure applications.
Butter...
Petrofac
Schlumberger
Baker Hughes
NBTC GROUP