Shell
Proud winner of ABECA 2025 - AmbitionBox Employee Choice Awards
Filter interviews by
Multicore processors contain multiple processing units (cores) on a single chip, enabling parallel processing for improved performance.
Each core can execute instructions independently, allowing for multitasking.
Common in modern CPUs, such as Intel Core i7 and AMD Ryzen series.
Enhances performance for applications like gaming, video editing, and scientific simulations.
Operating systems can distribute tasks across c...
Successfully led multiple projects that enhanced operational efficiency and drove significant revenue growth.
Implemented a new CRM system that improved customer tracking, resulting in a 20% increase in sales within six months.
Led a cross-functional team to streamline the supply chain process, reducing delivery times by 30% and cutting costs by 15%.
Developed a data analytics dashboard that provided real-time insigh...
Efficiently managing high-value and high-volume invoice payments requires streamlined processes and robust technology.
Implement automated invoicing systems to reduce manual errors and speed up processing.
Utilize electronic payment methods like ACH transfers or credit cards for faster transactions.
Establish clear approval workflows to expedite high-value invoice approvals.
Regularly reconcile accounts to ensure time...
In my role, I manage SAP PM activities to ensure efficient maintenance and reliability of equipment and assets.
Work Order Management: I create and manage work orders for preventive and corrective maintenance, ensuring timely execution and tracking.
Equipment Maintenance Plans: I develop and maintain maintenance plans for critical equipment, optimizing schedules to minimize downtime.
Notification Handling: I handle m...
Demonstrating loyalty and adherence to company policies involves consistent behavior, communication, and commitment to organizational values.
Understand and follow the employee handbook to ensure compliance with all policies.
Participate in training sessions to stay updated on company policies and procedures.
Communicate openly with management about any concerns regarding policies.
Support company initiatives and goal...
Faced a performance issue in a React Native app due to heavy image loading, resolved by optimizing images and using lazy loading.
Identified performance lag during testing, especially on older devices.
Used tools like React Native Performance Monitor to analyze bottlenecks.
Optimized images by compressing them and using appropriate formats (e.g., WebP).
Implemented lazy loading for images to improve initial load time.
...
Create a REST API in Java to accept a number and return the sum of its digits.
Framework: Use Spring Boot to quickly set up the REST API.
Endpoint: Create a POST endpoint, e.g., /sum, to accept a JSON payload with the number.
Logic: Implement a method to calculate the sum of the digits of the provided number.
Response: Return the sum in a JSON format, e.g., {"sum": 15} for input 12345.
Testing: Use tools like Postman t...
Addressing adhoc requirements involves flexibility, prioritization, and effective communication to meet unexpected business needs.
Assess the urgency and impact of the requirement before taking action.
Communicate with stakeholders to gather necessary information and expectations.
Prioritize tasks based on business goals and resource availability.
Example: If a sudden market opportunity arises, quickly analyze data an...
The P2P process, or Procure-to-Pay, encompasses the steps from purchasing goods/services to payment processing.
Initiation: Identifying the need for goods/services, e.g., a department requests new office supplies.
Purchase Order Creation: Generating a purchase order (PO) to formalize the request, e.g., creating a PO for 100 chairs.
Vendor Selection: Choosing a supplier based on criteria like price and reliability, e....
Mapping business processes and capabilities involves identifying, documenting, and analyzing the steps and functions within an organization.
Identify the key business processes and capabilities within the organization
Document the current state of these processes and capabilities
Analyze the efficiency and effectiveness of the processes
Identify areas for improvement or optimization
Map out the future state of the proc...
I applied via Naukri.com and was interviewed before Feb 2020. There were 3 interview rounds.
I played a key role in data analysis, project management, and stakeholder communication across various projects.
Conducted data analysis to identify trends and insights, such as improving customer satisfaction by 15% through survey analysis.
Collaborated with cross-functional teams to define project scope and objectives, ensuring alignment with business goals.
Developed and maintained project documentation, including repo...
Analyst with a strong background in data analysis and a passion for problem-solving, aiming for leadership in five years.
Bachelor's degree in Economics, providing a solid foundation in analytical skills.
3 years of experience in data analysis at XYZ Corp, where I improved reporting efficiency by 30%.
Proficient in tools like SQL, Python, and Tableau, which I used to create dashboards that informed strategic decisions.
Com...
Structured Change Management process ensures smooth and controlled changes in application support functions.
Reduces the risk of errors and downtime during changes
Ensures proper documentation and communication of changes
Helps in prioritizing and scheduling changes
Enables tracking and reporting of changes
Facilitates stakeholder involvement and buy-in
Example: ITIL Change Management process
Example: Agile Change Management ...
Agile is my preferred way of accepting changes from the customer.
Agile allows for continuous feedback and collaboration with the customer
Waterfall can lead to delays and misunderstandings
Agile promotes flexibility and adaptability to changing requirements
Examples: Scrum, Kanban, Lean
Agile Manifesto subsets include customer collaboration, responding to change, and working software.
Customer collaboration over contract negotiation
Responding to change over following a plan
Working software over comprehensive documentation
I appeared for an interview in May 2025, where I was asked the following questions.
Normal aptitude test containing behavioural, mathematical, English questions
Oopc, dbms, sql, se concepts were there with few os, dsa and got related questions
I applied via Job Fair and was interviewed in Sep 2024. There were 3 interview rounds.
Continuing interviews ensures we find the best fit and have backup options for the role.
To ensure we have a strong pool of candidates in case the selected candidate declines the offer.
To compare skills and experiences of multiple candidates for a better hiring decision.
To maintain a pipeline of talent for future openings, as hiring needs can change quickly.
To assess cultural fit and team dynamics with various candidate...
I applied via Campus Placement and was interviewed in Oct 2024. There were 2 interview rounds.
Basic two coding questions will be and also apptitude questions also included.
Virtual functions enable polymorphism in classes, while friend functions allow access to private members of a class.
Virtual functions are declared in a base class and overridden in derived classes to achieve runtime polymorphism.
Friend functions are not members of a class but can access its private and protected members.
Example of a virtual function: `class Base { virtual void show(); };`
Example of a friend function: `...
Porosity is the measure of empty spaces in a material, often used in geology and engineering.
Porosity is the ratio of void spaces to total volume in a material.
It is expressed as a percentage.
Porosity is important in fields like geology for assessing rock formations and in engineering for determining the strength of materials.
Examples of porous materials include sponges, pumice stones, and aerogels.
Permeability is the property of a material that allows fluids or gases to pass through it.
Permeability is a measure of how easily a substance can pass through a material.
It is often used in geology to describe how easily fluids can flow through rocks or soil.
Permeability can be affected by factors such as pore size, connectivity, and fluid viscosity.
Materials like sandstone have high permeability, while materials like ...
I am passionate about helping others and believe this job will allow me to make a positive impact in the community.
I have a strong desire to contribute to the well-being of others
I am excited about the opportunity to work in a team-oriented environment
I am eager to learn and grow in my career
Oil shale is a rock containing kerogen that can be converted into shale oil through a process called retorting.
Oil shale is a sedimentary rock containing kerogen, a precursor to oil.
Shale oil is the liquid hydrocarbons extracted from oil shale through a process called retorting.
Oil shale deposits are found in various countries like the United States, Estonia, and China.
Shale oil production has increased in recent years...
Asynchronous Apex allows you to run processes in the background, separate from the main transaction.
Asynchronous Apex is used for long-running processes that don't need to be executed immediately.
It helps in improving performance by offloading processing to a separate thread.
Examples include future methods, batch Apex, and queueable Apex.
Decorators in LWC are special functions that enhance the behavior of properties and methods in Lightning Web Components.
Decorators are used to modify the behavior of class properties and methods.
@api: Exposes a property or method to the parent component.
@track: Makes a property reactive, so changes to it will update the UI.
@wire: Connects a property or method to a data source, like an Apex method or a Salesforce data s...
I thrive in pressure situations, staying calm and focused to deliver high-quality results.
I prioritize tasks and focus on the most critical aspects first
I communicate effectively with team members to ensure everyone is on the same page
I remain adaptable and flexible, adjusting my approach as needed to meet deadlines
I utilize stress management techniques such as deep breathing or taking short breaks to stay composed
Overtime (OT) hours calculation involves determining hours worked beyond standard work hours for compensation.
Identify standard work hours (e.g., 40 hours/week).
Calculate total hours worked in a week.
Subtract standard hours from total hours to find OT hours.
Example: If an employee works 50 hours, OT = 50 - 40 = 10 hours.
Consider applicable overtime rates (e.g., 1.5x regular pay).
Daily basis attendance tracking, OT, based on the attendance will process the payroll
personal problem and my experiance 9 years in HR compliance field.
Tell me about experiance
In my previous company, I was responsible for overseeing all aspects of HRD, including recruitment, training, performance management, and employee relations.
Managed recruitment process from sourcing candidates to onboarding new hires
Developed and implemented training programs to enhance employee skills and knowledge
Conducted performance evaluations and provided feedback to employees
Handled employee relations issues and...
Form A under S&E act is a document required to be submitted by establishments under the Sexual Harassment of Women at Workplace (Prevention, Prohibition and Redressal) Act, 2013.
Form A is a mandatory document that needs to be submitted by all establishments with more than 10 employees.
It contains details of the Internal Complaints Committee (ICC) set up by the establishment to address complaints of sexual harassment.
Th...
Top trending discussions
Some of the top questions asked at the Shell interview -
The duration of Shell interview process can vary, but typically it takes about less than 2 weeks to complete.
based on 174 interview experiences
Difficulty level
Duration
based on 2.4k reviews
Rating in categories
Software Engineer
511
salaries
| ₹16.3 L/yr - ₹30 L/yr |
Business Analyst
505
salaries
| ₹19.6 L/yr - ₹36 L/yr |
Data Engineer
253
salaries
| ₹20 L/yr - ₹34 L/yr |
Project Manager
247
salaries
| ₹29 L/yr - ₹47.2 L/yr |
Process Data Engineer
245
salaries
| ₹6 L/yr - ₹12 L/yr |
Reliance Industries
Indian Oil Corporation
Bharat Petroleum
Hindustan Petroleum