Filter interviews by
I applied via Referral and was interviewed in Jul 2024. There was 1 interview round.
Development in sales can be defined as the process of improving skills, knowledge, and strategies to achieve sales goals. Monitoring can be done through regular performance evaluations and tracking key metrics.
Development in sales involves continuous learning and improvement of sales skills, product knowledge, and sales strategies.
Monitoring can be done through regular performance evaluations to assess progress and ide...
I have provided solutions for region progress by implementing targeted sales strategies and fostering strong relationships with key clients.
Developed customized sales plans to address specific needs of each region
Collaborated with cross-functional teams to identify growth opportunities
Implemented training programs to enhance sales team performance
Established partnerships with local businesses to expand market reach
Packing refers to the process of wrapping and securing items for transportation or storage.
Packing involves selecting appropriate materials such as boxes, bubble wrap, and tape.
Items are carefully wrapped and cushioned to prevent damage during transit.
Labeling boxes with contents and destination is important for organization.
Proper packing techniques can help maximize space and prevent items from shifting.
Examples: Pac...
Eris Therapeutics interview questions for popular designations
I was interviewed before Nov 2022.
I am currently located in [location]. My current CTC is [current CTC]. I am open to discussing the salary based on the responsibilities and benefits offered.
Currently located in [location]
Current CTC is [current CTC]
Open to discussing salary based on responsibilities and benefits
As a Store Officer, my job profile involves managing inventory, ensuring stock availability, and coordinating with suppliers.
Managing inventory and stock levels
Coordinating with suppliers for timely delivery
Ensuring stock availability for smooth operations
Maintaining records of incoming and outgoing stock
Conducting regular stock audits
Handling purchase orders and invoices
Managing stock discrepancies and resolving issue...
Top trending discussions
I applied via Company Website and was interviewed in Jul 2024. There were 2 interview rounds.
I have 3 years of experience in the Record to Report domain, including preparing financial statements and reconciling accounts.
Prepared monthly financial statements in compliance with GAAP standards
Performed account reconciliations to ensure accuracy of financial data
Assisted in the implementation of new accounting software for improved efficiency
Collaborated with cross-functional teams to streamline RTR processes
Revenue expenditure is for day-to-day expenses while capital expenditure is for long-term assets.
Revenue expenditure is incurred for maintaining the business operations and generating revenue.
Capital expenditure is for acquiring assets that will provide benefits over multiple years.
Revenue expenditure is recorded in the income statement and is fully deductible in the year it is incurred.
Capital expenditure is recorded ...
Amortisation is the allocation of the cost of intangible assets over their useful life, while depreciation is the allocation of the cost of tangible assets over their useful life.
Amortisation is used for intangible assets like patents, copyrights, and trademarks.
Depreciation is used for tangible assets like buildings, machinery, and vehicles.
Amortisation is typically calculated using the straight-line method or the dec...
To calculate a rate in Excel, use the formula: Rate = (Value 1 / Value 2) * 100
Enter the values you want to calculate the rate for in separate cells
In a new cell, use the formula: Rate = (Value 1 / Value 2) * 100
Value 1 is the numerator and Value 2 is the denominator
Multiply the result by 100 to get the rate percentage
For example, if Value 1 is 50 and Value 2 is 100, the formula would be: (50 / 100) * 100 = 50%
Journal entries for prepaid expenses and accruals involve recognizing expenses before they are paid or revenue before it is received.
Prepaid expenses are initially recorded as assets and then expensed over time as they are used up.
Accruals involve recognizing expenses or revenue before cash is exchanged.
For prepaid expenses, a journal entry would involve debiting an expense account and crediting a prepaid expense accou...
Accrual accounting recognizes revenue and expenses when they are incurred, regardless of when cash is exchanged. Deferred accounting recognizes revenue and expenses when cash is is exchanged.
Accrual accounting records revenue when it is earned and expenses when they are incurred, regardless of when cash is received or paid.
Deferred accounting involves postponing the recognition of revenue or expenses until a later date...
A contingent liability is a potential liability that may occur depending on the outcome of a future event.
Contingent liabilities are not recorded on the balance sheet but disclosed in the footnotes.
Examples include pending lawsuits, warranties, and guarantees.
The likelihood of the contingent liability and the amount involved must be assessed.
Genpact is a global professional services firm specializing in digital transformation, analytics, and process optimization.
Genpact was founded in 1997 as a business unit within General Electric.
It became an independent company in 2005 and is headquartered in New York City.
Genpact offers services in areas such as finance and accounting, procurement, supply chain, and customer service.
The company has a presence in over 3...
posted on 18 Dec 2024
I applied via Naukri.com and was interviewed in Dec 2024. There were 2 interview rounds.
I applied via Walk-in and was interviewed in Dec 2024. There were 2 interview rounds.
Process planning refers to the methodical approach of determining the best possible way to manufacture a product or deliver a service by considering various aspects such as resources, timelines, and methodologies involved in production or execution.
I applied via Naukri.com and was interviewed in Dec 2024. There was 1 interview round.
Development dependencies are needed for development and testing, while regular dependencies are needed for the application to run.
Development dependencies are used during the development process, such as testing frameworks or build tools.
Regular dependencies are required for the application to function properly in production.
Development dependencies are typically listed in the devDependencies section of package.json, w...
Symbols ^ and ~ in package.json represent version ranges for dependencies.
The symbol ^ represents a range that allows minor version updates.
The symbol ~ represents a range that allows only patch updates.
For example, ^1.2.3 allows any version from 1.2.3 to <2.0.0, while ~1.2.3 allows any version from 1.2.3 to <1.3.0.
404 page can be handled in React routing by creating a Route component with a path of '*' at the end of all other routes.
Create a Route component with a path of '*' at the end of all other routes in the Switch component.
Inside the '*' Route component, render a custom 404 page component.
Use the Switch component to ensure that only one Route is rendered at a time.
Component lifecycle in functional components involves useEffect hook for side effects.
Functional components use useEffect hook to handle side effects like fetching data, subscribing to events, etc.
useEffect hook can be used to mimic componentDidMount, componentDidUpdate, and componentWillUnmount lifecycle methods.
useEffect hook takes a callback function as its first argument and an optional array of dependencies as its...
Redux data flow is a unidirectional flow of data in React applications using a centralized store.
Actions are dispatched to the store
Reducers update the state based on the action
Components subscribe to the store to access the updated state
I applied via Naukri.com and was interviewed in Dec 2024. There was 1 interview round.
I have 2 years of experience working with Docker in various projects.
2 years of experience working with Docker in various projects
Proficient in creating Docker containers, managing images, and orchestrating containers using Docker Compose
Familiar with Docker Swarm and Kubernetes for container orchestration
Experience in troubleshooting Docker-related issues and optimizing container performance
Yes, I have experience in Kubernetes.
I have worked on deploying and managing applications on Kubernetes clusters.
I am familiar with creating and managing Kubernetes resources such as pods, deployments, services, and ingresses.
I have experience in using tools like kubectl and Helm for interacting with Kubernetes clusters.
I have implemented CI/CD pipelines using Kubernetes for automated deployment and scaling of applicat
OOP stands for Object-Oriented Programming, a programming paradigm based on the concept of objects.
OOP focuses on creating objects that contain data and methods to manipulate that data.
Encapsulation, inheritance, and polymorphism are key principles of OOP.
Examples of OOP languages include Java, C++, and Python.
Polymorphism in Java refers to the ability of a method to do different things based on the object it is acting upon.
Types of polymorphism in Java include method overloading and method overriding.
Method overloading is when multiple methods have the same name but different parameters.
Method overriding is when a subclass provides a specific implementation of a method that is already defined in its superclass.
Threads in Java allow multiple tasks to run concurrently within a single program.
Threads are lightweight sub-processes that share the same memory space.
They are used to improve performance by allowing tasks to run simultaneously.
Examples include creating a new thread using the Thread class or implementing the Runnable interface.
Spring profile is a way to segregate parts of your application configuration and make it only available in certain environments.
Spring profiles allow you to define different configurations for different environments such as development, testing, and production.
You can use @Profile annotation to specify which beans should be loaded based on the active profile.
Profiles can be activated in various ways such as through app...
Annotations used in Spring Security to apply authorization rules before and after a method is called.
Used in Spring Security to define authorization rules
@PreAuthorize is used to apply authorization rules before a method is called
@PostAuthorize is used to apply authorization rules after a method is called
Both annotations support SpEL expressions for defining rules
Interview experience
based on 35 reviews
Rating in categories
Senior Officer
11
salaries
| â‚ą4.2 L/yr - â‚ą6 L/yr |
Assistant Manager
5
salaries
| â‚ą6 L/yr - â‚ą11 L/yr |
Officer
4
salaries
| â‚ą1.7 L/yr - â‚ą3.8 L/yr |
Senior Executive
4
salaries
| â‚ą6.3 L/yr - â‚ą9.2 L/yr |
Senior Manager
4
salaries
| â‚ą14 L/yr - â‚ą22 L/yr |
Sun Pharmaceutical Industries
DRJ & CO
Cipla
Biocon Limited