Merck
10+ ACOEM Group Interview Questions and Answers
Q1. proc report/ which argument should be used to modify variables
The argument used to modify variables in proc report is 'define'.
Use the 'define' statement in proc report to modify variables.
The 'define' statement allows you to customize the appearance and behavior of variables in the report.
You can use options like 'format', 'order', 'width', 'style', etc. within the 'define' statement.
Example: define age / display format=comma10. order=data;
Example: define gender / display style(column)={background=lightblue};
Q2. What is the difference between where and if
The main difference between 'where' and 'if' is that 'where' is used for filtering data in SQL queries, while 'if' is used for conditional statements in programming languages.
WHERE clause is used in SQL to filter rows based on a specified condition, while IF statement is used in programming languages to execute a block of code based on a condition.
WHERE clause is used with SELECT, UPDATE, DELETE statements in SQL, while IF statement is used in languages like Python, Java, C++...read more
Q3. what is proc transpose/ what does the by do
Proc transpose is a SAS procedure used to restructure data from a long format to a wide format.
Proc transpose is used to pivot data from rows to columns or vice versa.
The BY statement in proc transpose is used to specify one or more variables that define groups in the input data.
The BY statement is optional and is used to create separate output datasets for each BY group.
Example: proc transpose data=input_data out=output_data prefix=var; by group; id variable; var value;
Q4. what is the difference between sum and +
Sum is a function that calculates the total of a set of numbers, while + is an operator that adds two numbers together.
Sum is a built-in function in many programming languages that calculates the total of a set of numbers.
+ is an operator used to add two numbers together in mathematical operations.
Example: sum(1, 2, 3) = 6, 1 + 2 = 3
Q5. what is data step and what is proc step
Data step is used to read, manipulate, and create datasets in SAS. Proc step is used to analyze and report on datasets.
Data step is used to read data from external sources, manipulate data, and create new datasets.
Proc step is used to analyze and report on datasets created in the data step.
Data step uses statements like SET, MERGE, IF-THEN, and OUTPUT to manipulate data.
Proc step uses procedures like PROC MEANS, PROC FREQ, and PROC PRINT to analyze and report on data.
Example:...read more
Q6. How you will manage multiple initiatives?
I will prioritize tasks based on deadlines and importance, communicate effectively with stakeholders, and utilize project management tools.
Prioritize tasks based on deadlines and importance
Communicate effectively with stakeholders to ensure alignment
Utilize project management tools to track progress and manage resources
Q7. How would you price an item ? What is your approach ?
I would price an item by considering market demand, competition, cost of production, and desired profit margin.
Research market demand and competition to determine pricing strategy
Calculate cost of production including materials, labor, and overhead
Set a desired profit margin based on industry standards and company goals
Consider pricing strategies such as cost-plus pricing, value-based pricing, or competitive pricing
Regularly review and adjust pricing based on market trends an...read more
Q8. Whats expectation in CTC
Expectations in CTC refer to the salary package and benefits that an employee anticipates receiving from the organization.
CTC includes salary, bonuses, benefits, and perks offered by the employer.
Employees expect a competitive CTC package based on their qualifications and experience.
CTC may also include allowances, insurance coverage, and other financial incentives.
Expectations in CTC can vary based on industry standards and company policies.
Q9. Why you are using BODS?
I am using BODS for data integration, transformation, and loading tasks in SAP environments.
Efficiently integrates data from various sources
Transforms data to meet business requirements
Loads data into SAP systems for analysis and reporting
Q10. What is BODS ?
BODS stands for Business Objects Data Services, a data integration tool by SAP for ETL processes.
BODS is used for extracting, transforming, and loading data between different systems.
It can connect to various data sources like databases, applications, and files.
BODS allows for data quality management, data profiling, and metadata management.
It is commonly used for data migration, data warehousing, and data synchronization.
Example: Using BODS to extract customer data from a CR...read more
Q11. Already added in upper column
As an assistant manager, I prioritize customer satisfaction and team collaboration to achieve sales goals.
I have experience in managing inventory and ensuring stock levels are maintained
I am skilled in training and motivating staff to provide excellent customer service
I am able to analyze sales data and implement strategies to increase revenue
I prioritize creating a positive work environment and fostering teamwork among staff
Interview Process at ACOEM Group
Top Interview Questions from Similar Companies
Reviews
Interviews
Salaries
Users/Month