Filter interviews by
The size of a standard brick is typically 3 5/8 inches by 2 1/4 inches by 8 inches.
Standard brick size is 3 5/8 inches by 2 1/4 inches by 8 inches
Bricks come in various sizes and shapes depending on the region and purpose
Common brick sizes include modular, jumbo, and queen sizes
The mixture ratio of concrete refers to the ratio of cement, sand, and aggregate used in the concrete mix.
The most common mixture ratio for concrete is 1:2:4, which means 1 part cement, 2 parts sand, and 4 parts aggregate.
The mixture ratio can vary depending on the strength and durability requirements of the concrete being used.
Other common mixture ratios include 1:1.5:3 and 1:3:6.
The mixture ratio is crucial in determ
Factors affecting flow capacity of a pipe include diameter, material, roughness, slope, viscosity, and temperature.
Diameter of the pipe: Larger diameter pipes have higher flow capacity.
Material of the pipe: Smooth materials like PVC allow for better flow compared to rough materials like concrete.
Roughness of the pipe: Rougher surfaces create more friction and reduce flow capacity.
Slope of the pipe: Steeper slopes incre...
I was interviewed in Jul 2023.
MM stands for Material Management in SAP, a module that deals with procurement and inventory management.
MM is one of the core modules in SAP ERP system
It involves processes such as procurement, inventory management, and invoice verification
MM helps organizations streamline their supply chain processes and optimize inventory levels
A purchase order is a document issued by a buyer to a seller, indicating types, quantities, and agreed prices for products or services.
Official document used in purchasing goods or services
Specifies the type, quantity, and agreed price of products or services
Legally binding contract between buyer and seller
Helps track and manage orders and payments
May include terms and conditions of the purchase
Source list is used for procurement of materials from specific vendors, while info record contains vendor-specific purchasing data.
Source list is a list of approved vendors for a material, specifying the sequence in which they should be approached for procurement.
Info record contains purchasing data specific to a vendor, such as pricing, delivery terms, and payment terms.
Source list is at the material level, while info...
Configuration account determination is the process of assigning general ledger accounts to specific transactions or business processes in SAP.
Configuration account determination is done in SAP using transaction code OBYC.
It involves mapping different transaction keys to corresponding general ledger accounts.
This configuration helps in ensuring accurate financial reporting and tracking of transactions.
Examples include a...
I applied via Naukri.com and was interviewed in Jul 2023. There were 3 interview rounds.
Because good at group discussion
I applied via Referral and was interviewed in May 2023. There were 3 interview rounds.
CSE fundamental subject in computer science
Laxmi Infotech interview questions for popular designations
I applied via Naukri.com and was interviewed in Jan 2022. There were 2 interview rounds.
A pump is a mechanical device used to move fluids from one place to another. There are various types of pumps.
Positive displacement pumps
Centrifugal pumps
Axial flow pumps
Mixed flow pumps
Jet pumps
Gear pumps
Diaphragm pumps
Peristaltic pumps
Rotary vane pumps
Screw pumps
Gears are mechanical components that transmit power and motion between rotating shafts. There are various types of gears.
Gears are used to transmit power and motion between rotating shafts
They are mechanical components that have teeth on their outer surface
The teeth of gears mesh with each other to transmit torque and rotation
The most common types of gears are spur gears, helical gears, bevel gears, and worm gears
Spur ...
Top trending discussions
I was interviewed in Jan 2025.
Arrays and string kind of DSA questions
posted on 14 Oct 2024
I applied via Referral and was interviewed in Sep 2024. There were 2 interview rounds.
posted on 31 Oct 2024
I applied via Walk-in and was interviewed in Oct 2024. There were 3 interview rounds.
I applied via Naukri.com and was interviewed in Sep 2024. There were 3 interview rounds.
Runtime polymorphism in C++ is achieved through virtual functions, vptr (virtual pointer), and vtable (virtual table).
Runtime polymorphism allows objects of different classes to be treated as objects of a common superclass.
Virtual functions are declared in a base class and overridden in derived classes to achieve polymorphism.
vptr is a pointer that points to the vtable of an object, allowing dynamic binding of virtual ...
I primarily use C++17, but I am familiar with earlier versions as well.
I am comfortable working with features introduced in C++17 such as structured bindings and constexpr if
I have experience with earlier versions like C++11 and C++14
I stay updated with the latest features and improvements in C++ standards
Yes, I have used Windows API's extensively in my previous projects.
I have used Windows API's for tasks such as creating windows, handling messages, and interacting with system resources.
Examples include using functions like CreateWindow, SendMessage, and ReadFile.
I have also worked with specific Windows API's like Winsock for networking and WinINet for internet-related tasks.
dynamic_cast is a C++ operator used for safe downcasting of pointers and references in polymorphic classes.
dynamic_cast is used to safely downcast a pointer or reference from a base class to a derived class.
It can fail if the object being casted is not of the target type, in which case it returns a null pointer for pointers or throws a std::bad_cast exception for references.
Dynamic_cast can only be used with pointers o...
Union in C++ is a data structure that allows storing different data types in the same memory location.
Unions are similar to structures but all members share the same memory location.
Only one member of a union can be accessed at a time.
Unions are useful when you need to store different data types in the same memory space.
Example: union MyUnion { int i; float f; };
Example: MyUnion u; u.i = 10; // Accessing integer member
Weak pointer is a type of smart pointer in C++ that does not control the lifetime of the object it points to.
Weak pointers are used to break circular references in shared pointers.
They do not increase the reference count of the object.
They are used in scenarios where the object may be deleted while there are still weak pointers pointing to it.
Processes and threads are units of execution in a computer system. Memory is allocated to processes. Mutex and semaphore are synchronization mechanisms. Core refers to a processing unit in a multi-core system. Context switching is the process of switching between different processes or threads.
Processes are independent units of execution with their own memory space and resources.
Threads are lightweight units of executi...
I was interviewed in Dec 2024.
based on 5 interviews
Interview experience
based on 6 reviews
Rating in categories
TCS
Infosys
Wipro
HCLTech