Filter interviews by
I applied via campus placement at Pune Institute of Computer Technology, Pune and was interviewed before Feb 2021. There were 3 interview rounds.
Speak in group discussion share your opinion respecting others points
Project architecture refers to the overall design and structure of a project, including its components and how they interact.
It involves identifying the key components of the project and how they fit together
It includes defining the relationships between different components
It also involves determining the technologies and tools that will be used
Examples include client-server architecture, microservices architecture, a
Top trending discussions
posted on 16 Jan 2025
I applied via Walk-in and was interviewed in Dec 2024. There were 2 interview rounds.
I have a strong skill set in programming languages such as Java, Python, and C++, with over 5 years of experience in each.
Java - 7 years of experience, used in developing enterprise applications
Python - 5 years of experience, used for data analysis and automation scripts
C++ - 6 years of experience, used in embedded systems programming
The project is a web-based application for managing inventory and sales for a retail company.
Developed using Java Spring framework
Utilizes MySQL database for storing data
Includes features such as user authentication, product management, and sales tracking
posted on 26 Dec 2024
I applied via Naukri.com and was interviewed in Nov 2024. There were 2 interview rounds.
Pumps are devices used to move fluids through a system. There are various types of pumps such as centrifugal, positive displacement, and reciprocating pumps.
Types of pumps include centrifugal, positive displacement, and reciprocating pumps
API standards for pumps include API 610 for centrifugal pumps and API 674 for reciprocating pumps
Pump design considerations include flow rate, pressure, material compatibility, and ef
Storage tank design involves following API standards and various types of storage tanks.
API standards such as API 650 for welded steel tanks and API 620 for large, field-erected tanks
Types of storage tanks include atmospheric storage tanks, pressure storage tanks, and refrigerated storage tanks
Design considerations include material selection, tank size, pressure requirements, and safety features
Types of strainers include Y-strainers, basket strainers, duplex strainers, and temporary cone strainers.
Y-strainers are used for applications with low flow rates and are easy to clean.
Basket strainers are commonly used in pipelines to remove larger particles.
Duplex strainers have two separate strainer baskets for continuous operation.
Temporary cone strainers are used during commissioning or maintenance to prevent debr
Dimensionless numbers are used in engineering to simplify equations and compare different systems.
Dimensionless numbers help in scaling and comparing physical phenomena without the need for specific units.
Examples include Reynolds number in fluid mechanics, Mach number in aerodynamics, and Peclet number in heat transfer.
They provide insight into the dominant forces or mechanisms in a system.
Dimensionless numbers are us...
Line sizing procedure involves determining the appropriate diameter of pipes for a given flow rate and pressure drop.
Calculate the required flow rate and pressure drop for the system
Use fluid properties and pipe material to determine the appropriate pipe size
Consider factors such as velocity, friction loss, and future expansion
Ensure the selected pipe size meets safety and regulatory requirements
Common methods include ...
Heat exchanger design involves selecting the appropriate type, size, and materials to efficiently transfer heat between two fluids.
Consider the type of heat exchanger needed (e.g. shell and tube, plate heat exchanger)
Calculate the required heat transfer area based on heat load and temperature difference
Select materials compatible with the fluids and operating conditions
Optimize flow rates to maximize heat transfer effi
Yes, I am willing to travel abroad for work.
I am open to new experiences and cultures
I understand the importance of global collaboration in engineering projects
I have previous experience traveling for work or education
I am willing to adapt to different working environments and challenges
Seeking new challenges and opportunities for growth
Desire for career advancement
Looking for new challenges
Opportunity for professional growth
Seeking better work-life balance
posted on 14 Jan 2025
I applied via Company Website and was interviewed in Dec 2024. There were 4 interview rounds.
posted on 17 Jan 2025
Very friendly interviewer. Just focus on basic things.
I applied via Campus Placement
Coding Round is conducted in HackerRank Test
MySQL is known for its speed and ease of use, while PostgreSQL is known for its advanced features and extensibility.
MySQL is more commonly used in web applications due to its speed and simplicity.
PostgreSQL is preferred for complex applications that require advanced features like JSON support, full-text search, and custom data types.
MySQL has a larger market share and is owned by Oracle, while PostgreSQL is open-source...
OOPS stands for Object-Oriented Programming. It is a programming paradigm based on the concept of objects, which can contain data and code.
OOPS focuses on the use of classes and objects to organize code
Encapsulation: bundling data and methods that operate on the data into a single unit (class)
Inheritance: allows a class to inherit properties and behavior from another class
Polymorphism: the ability for objects of differ...
OOPS stands for Object-Oriented Programming. It is a programming paradigm based on the concept of objects, which can contain data and code.
OOPS focuses on creating objects that interact with each other to solve problems
It involves concepts like classes, objects, inheritance, polymorphism, and encapsulation
Example: In a banking system, you can have classes like Account, Customer, and Transaction, each with their own pro
CSS can be included in HTML using inline, internal, or external methods.
Use inline CSS by adding the style attribute to HTML elements
Use internal CSS by placing CSS code within