Filter interviews by
Be the first one to contribute and help others!
posted on 8 Oct 2024
I applied via Campus Placement
C programming coding
I am comfortable with C, C++, and Python for embedded software development.
Proficient in C for low-level programming
Experienced in C++ for object-oriented design
Skilled in Python for scripting and automation tasks
Class object is an instance of a class, inheritance allows a class to inherit properties and methods from another class, function overloading is defining multiple functions with the same name but different parameters, function overriding is redefining a function in a subclass, encapsulation is bundling data and methods that operate on the data into a single unit, abstraction is hiding the implementation details and sho...
A pointer is a variable that stores the memory address of another variable.
Types of pointers include null pointers, void pointers, function pointers, and array pointers.
Example: int *ptr; // pointer to an integer variable
Example: char *str = 'hello'; // pointer to a character array
Semaphores and mutex are synchronization mechanisms in multithreading. Threads are lightweight processes, while processes are independent execution units.
Semaphore: used to control access to a shared resource by multiple threads. Example: controlling access to a printer in a networked system.
Mutex: similar to a semaphore but only allows one thread to access a resource at a time. Example: protecting a critical section o...
posted on 9 Oct 2024
I applied via Referral and was interviewed in Sep 2024. There was 1 interview round.
The main reason for belt joint failure is usually due to improper installation or maintenance.
Improper installation of the belt joint, such as incorrect alignment or tensioning
Lack of proper maintenance, leading to wear and tear of the joint
Use of low-quality materials for the joint
Excessive load or stress on the belt joint
Environmental factors like temperature or humidity affecting the joint
The alignment maximum tolerance refers to the maximum allowable deviation from the specified alignment.
Alignment maximum tolerance is the maximum allowable deviation from the specified alignment.
It is typically expressed in terms of a percentage or a specific measurement unit.
For example, a machine part may have an alignment maximum tolerance of +/- 0.005 inches.
Exceeding the alignment maximum tolerance can lead to per
To replace the bucket wheel reclaimer luffing cylinder, follow these steps.
1. Shut down the machine and ensure all power sources are disconnected.
2. Remove any surrounding components that may obstruct access to the luffing cylinder.
3. Use appropriate tools to disconnect the hydraulic hoses and fittings from the cylinder.
4. Support the weight of the cylinder as it is removed to prevent damage to surrounding components.
5...
JSA stands for Job Safety Analysis, focusing on specific job tasks, while HIRA stands for Hazard Identification and Risk Assessment, focusing on overall workplace hazards.
JSA is task-specific, focusing on individual job tasks and potential hazards
HIRA is broader, looking at overall workplace hazards and assessing risks
JSA involves breaking down a job into steps and identifying potential hazards for each step
HIRA involv...
To create a PR in SAP, you can use transaction code ME51N or ME21N.
Use transaction code ME51N to create a purchase requisition in SAP.
Enter the necessary details such as material, quantity, delivery date, etc.
Save the purchase requisition and it will be created in the system.
Alternatively, you can also use transaction code ME21N to create a purchase order directly.
The procedure of pulley replacement involves identifying the faulty pulley, removing the old pulley, installing the new pulley, and testing the system.
Identify the faulty pulley by checking for any signs of wear or damage.
Use appropriate tools to remove the old pulley, such as a pulley puller or wrench.
Install the new pulley by aligning it properly and securing it in place.
Test the system to ensure the new pulley is fu...
PTW stands for Permit to Work, a procedure used to ensure that work is carried out safely in potentially hazardous environments.
PTW is a formal written system used to control certain types of work that are identified as potentially hazardous.
Before starting work, a permit must be obtained from a designated authority.
The permit outlines the work to be done, the hazards involved, and the necessary precautions to be taken...
I applied via LinkedIn and was interviewed in Nov 2024. There were 3 interview rounds.
Logic test and personality test
I am a sustainability consultant with a background in environmental science and experience in implementing sustainable practices.
Background in environmental science
Experience in implementing sustainable practices
Passionate about promoting sustainability in various industries
Passionate about promoting sustainable practices and making a positive impact on the environment.
Passionate about environmental conservation and sustainability
Believe in the importance of implementing sustainable practices in businesses
Excited about the opportunity to help organizations reduce their carbon footprint
Previous experience in sustainability projects or initiatives
I faced a challenge in my previous role when implementing a sustainability program for a large corporation.
Resistance from upper management to allocate resources for sustainability initiatives
Difficulty in engaging employees at all levels to participate in sustainability efforts
Lack of buy-in from stakeholders outside of the organization
Balancing short-term financial goals with long-term sustainability objectives
Sliding window leet code style
Computer vision task. Image segmentation
I used the Random Forest algorithm for the task.
Random Forest is an ensemble learning method that builds multiple decision trees and merges them together to get a more accurate and stable prediction.
It is commonly used for classification and regression tasks.
Example: RandomForestClassifier in scikit-learn library.
Metrics for evaluating machine learning tasks
Accuracy
Precision
Recall
F1 Score
ROC AUC
Confusion Matrix
I applied via LinkedIn and was interviewed in Aug 2024. There were 3 interview rounds.
Major factoring MWF got affected due to changes in the market demand and supply dynamics.
Market demand for the product decreased significantly
Increased competition from other manufacturers
Changes in consumer preferences impacting sales
Supply chain disruptions affecting production
To resolve technical issues, I follow a systematic process involving identification, analysis, troubleshooting, and implementation of solutions.
Identify the issue by gathering information and analyzing symptoms
Troubleshoot the problem by testing different solutions and isolating the root cause
Implement the solution by making necessary changes or repairs
Verify the resolution by testing the system to ensure the issue is ...
Rectification in complaint and complaint handling process involves identifying and resolving issues to improve customer satisfaction.
Identify root cause of the complaint
Take necessary actions to rectify the issue
Communicate the resolution to the customer
Implement measures to prevent similar complaints in the future
posted on 22 Dec 2024
I applied via Job Portal and was interviewed in Jun 2024. There was 1 interview round.
Hydrostatic Head unit is a measure of water resistance in textiles. Formula: HH = height of water column in mm.
Hydrostatic Head unit measures the pressure water exerts on a fabric.
Formula: HH = height of water column in mm.
Higher HH value indicates better water resistance.
Example: Fabric with HH of 10,000mm can withstand a 10,000mm water column before leaking.
The largest unit of density is g/cm^3. Water is not directly used in drilling due to its low density compared to drilling fluids.
The largest unit of density is grams per cubic centimeter (g/cm^3)
Water has a density of 1 g/cm^3, which is relatively low compared to drilling fluids
Drilling fluids are used in drilling operations to provide lubrication, cooling, and pressure control
Packer is used for creating identical machine images for multiple platforms from a single source configuration.
Packer helps in automating the process of creating machine images for different platforms like AWS, Azure, VMware, etc.
It allows for consistent and repeatable builds, ensuring that the images are always up-to-date and secure.
Packer can be integrated with configuration management tools like Ansible, Chef, or Pu...
Newton's 1st law states that an object will remain at rest or in uniform motion unless acted upon by an external force. The 2nd law states that the acceleration of an object is directly proportional to the net force acting on it and inversely proportional to its mass.
1. Newton's 1st Law: An object will remain at rest or in uniform motion unless acted upon by an external force.
2. Newton's 2nd Law: The acceleration of an...
Bernoulli's principle states that as the speed of a fluid increases, its pressure decreases.
The principle is based on the conservation of energy in a flowing fluid.
It is commonly used in aviation to explain lift on an airplane's wings.
Another example is the flow of water through a pipe where the pressure decreases as the velocity increases.
Python is commonly used for data manipulation tasks due to its powerful libraries like Pandas and NumPy.
Use Pandas library for data manipulation tasks in Python
Pandas provides data structures like DataFrame for easy manipulation
Use NumPy for numerical operations on data arrays
Example: df['new_column'] = df['column1'] + df['column2']
I applied via Referral and was interviewed in Jul 2024. There were 2 interview rounds.
They given me to solve 50 appittude question on different topics such as probability and statistics and various mathematics concepts etc
I am a dedicated and detail-oriented Business Analyst with experience in data analysis and process improvement.
Experienced in conducting data analysis to identify trends and insights
Skilled in process improvement and optimization
Strong communication and presentation skills
Proficient in using tools like Excel, SQL, and Tableau
Certified in Business Analysis (e.g. CBAP)
I applied via Referral and was interviewed before Jan 2024. There were 3 interview rounds.
Moderate aptitude questions.
String-based questions and DMA-based questions.
based on 4 reviews
Rating in categories
Senior Accountant
4
salaries
| ₹5.1 L/yr - ₹6.2 L/yr |
Accountant
3
salaries
| ₹3 L/yr - ₹5.1 L/yr |
Reconciliation Analyst
3
salaries
| ₹3.6 L/yr - ₹4 L/yr |
Assistant Accounts Manager
3
salaries
| ₹5.1 L/yr - ₹7.7 L/yr |
Sterling Oil Exploration & Energy Production
NTPC GE Power Services
Vcs Quality Services
Balajee Group