Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Workcell Solutions Team. If you also belong to the team, you can get access from here

Workcell Solutions Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Workcell Solutions Senior Pharmacist Executive Interview Questions and Answers for Freshers

Updated 12 Mar 2024

Workcell Solutions Senior Pharmacist Executive Interview Experiences for Freshers

1 interview found

Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Mar 2023. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. Medicine related question

Interview Preparation Tips

Interview preparation tips for other job seekers - Good for beginners

Interview questions from similar companies

I applied via Referral and was interviewed before Nov 2021. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Group Discussion 

Introduction initiated by 3 people. 2 people starts technical discussion. 1 started managerial discussion

Round 3 - HR 

(2 Questions)

  • Q1. Normal HR questions. Why to leave current company? Etc why wipro? Salary negotiation
  • Q2. Why join wipro and not other?

Interview Preparation Tips

Interview preparation tips for other job seekers - Be ready for all your answers on resume. Dont fake resume.

I applied via Referral and was interviewed before Oct 2020. There was 1 interview round.

Interview Questionnaire 

4 Questions

  • Q1. I have been asked about what do u understand by accounts payable ?
  • Ans. 

    Accounts payable refers to the money a company owes to its vendors or suppliers for goods or services received.

    • Accounts payable is a liability on the balance sheet.

    • It is recorded when a company receives an invoice from a vendor or supplier.

    • Payment terms are negotiated between the company and the vendor, such as net 30 or net 60.

    • Examples of accounts payable include rent, utilities, and inventory purchases.

    • Accounts payab...

  • Answered by AI
  • Q2. Definition of accounting
  • Ans. 

    Accounting is the process of recording, classifying, and summarizing financial transactions to provide information that is useful in making business decisions.

    • Accounting involves recording financial transactions such as sales, purchases, and payments.

    • It also involves classifying these transactions into categories such as assets, liabilities, and equity.

    • Finally, accounting involves summarizing this information in financ...

  • Answered by AI
  • Q3. What is a credit note and debit note
  • Ans. 

    A credit note is a document issued by a seller to a buyer, indicating that a refund or credit has been made to the buyer's account. A debit note is a document issued by a seller to a buyer, indicating that a debit has been made to the buyer's account.

    • A credit note is issued when a seller owes money to a buyer, such as when a product is returned or a discount is given.

    • A debit note is issued when a buyer owes money to a ...

  • Answered by AI
  • Q4. Learn some journal entries as well if u are looking for AP or AR profiles

Interview Preparation Tips

Interview preparation tips for other job seekers - It was good but salary is worst here they won't give u more then 1,60k as a fresher and not more then 2.5k If u r experienced
Worst company

I applied via Naukri.com and was interviewed before May 2020. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. They asked about IND AS 115 & 116 and whatever is there in resume.

Interview Preparation Tips

Interview preparation tips for other job seekers - Your introduction is very important. The more elaborative introduction you will give, the more confident you will look to the interviewer. Your introduction can cover your complete resume, whatever you did in your last job/articleship/internship, wherever you represented your school, academic qualification, etc.. They basically evaluate your communication skill and how much you are comfortable working in corporate environment and also, if you are comfortable in relocating yourself. All the very best.

I applied via Recruitment Consultant and was interviewed before Feb 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. About work experience in tge past...comm skills as well

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and know your skills and explain well..less grammer error advice

I applied via Walk-in and was interviewed before Oct 2021. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Aptitude Test 

Engilsh, basic maths knowledge

Round 3 - HR 

(2 Questions)

  • Q1. Normally about your self introduction and work experiences
  • Q2. There ask about work experiences

Interview Preparation Tips

Interview preparation tips for other job seekers - Over all good company. Good company for experiences

I applied via Naukri.com and was interviewed in Nov 2019. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. It was all related to my field that is datacenter

Interview Preparation Tips

Interview preparation tips for other job seekers - The first round was the telephonic one which was all about technical and further clearing the round was asked for face to face interview with the manager where the further general questions were asked about the family background ad then further more into depth of technical knowledge Related to my field and then after clearing the round there was another interview with general manager And then further HR round

I applied via Naukri.com and was interviewed in Mar 2020. There were 3 interview rounds.

Interview Questionnaire 

6 Questions

  • Q1. Promises and observables?
  • Q2. Component communication in Angular with example.
  • Ans. 

    Component communication in Angular involves passing data between components.

    • Parent to child communication using @Input decorator

    • Child to parent communication using @Output decorator and EventEmitter

    • Sibling component communication using a shared service

    • Example: Passing data from parent component to child component using @Input() decorator

    • Example: Emitting an event from child component to parent component using @Output()

  • Answered by AI
  • Q3. Css positions
  • Q4. Life cycles in Angular and React
  • Ans. 

    Angular and React have different life cycle methods for components.

    • Angular has OnInit, OnDestroy, and ngOnChanges methods.

    • React has componentDidMount, componentWillUnmount, and componentDidUpdate methods.

    • These methods allow developers to control what happens at different stages of a component's life cycle.

    • For example, ngOnInit in Angular is called when a component is initialized, while componentDidMount in React is cal

  • Answered by AI
  • Q5. Call,apply and bind methods
  • Ans. 

    Call, apply and bind are methods used to manipulate the 'this' keyword in JavaScript.

    • Call method allows you to call a function with a specified 'this' value and arguments provided individually.

    • Apply method allows you to call a function with a specified 'this' value and arguments provided as an array.

    • Bind method returns a new function with a specified 'this' value and arguments provided as a list.

    • Example: function greet...

  • Answered by AI
  • Q6. Es6 features
  • Ans. 

    ES6 features are new additions to JavaScript that make coding easier and more efficient.

    • Arrow functions for concise syntax

    • Let and const for block scoping

    • Template literals for string interpolation

    • Destructuring for easy object and array manipulation

    • Spread and rest operators for easy array manipulation

    • Classes for object-oriented programming

    • Promises for asynchronous programming

    • Default parameters for function arguments

    • Modul

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Basically every interview starts with basics so my advise to Brush up basics on frond end technology like html,css and js. Based on the answers interviewer will take you to next level, with live examples and asks us how to handle those examples.
I faced 3 technical interviews phone & skype and one hr interview.

Skills evaluated in this interview

I applied via Recruitment Consultant and was interviewed in Oct 2020. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. I was having experience in accounts payable so I was interviewed about the same process only. They will ask questions about what knowledge you are having in AP .
  • Q2. 3way match PO,2way match PO .Basic accounting questions.

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be confident about the process for which you are about to apply. Just have a good knowledge about what experience you are carrying.

I applied via Newspaper Ad and was interviewed before Jul 2021. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - One-on-one 

(2 Questions)

  • Q1. Tell me about Debit credit golden rules
  • Ans. 

    Debit credit golden rules are principles that guide the recording of financial transactions in accounting.

    • Debit the receiver, credit the giver: When an asset is received, it is debited, and when an asset is given, it is credited.

    • Debit what comes in, credit what goes out: When there is an increase in assets, it is debited, and when there is a decrease in assets, it is credited.

    • Debit expenses and losses, credit income an...

  • Answered by AI
  • Q2. Tell me Purchases comes under which account , Purchase returns like wise Sales account and Sales Returns account
  • Ans. Purchases shows-Debit balance & Purchase Returns credit balance simultaneously Sales - Credit balance & Sales Returns- Debit balance.
  • Answered Anonymously
Round 3 - HR 

(1 Question)

  • Q1. Are you comfortable to relocate to Vizag
  • Ans. Yes, As its my home town I am comfortable to relocate to vizag
  • Answered Anonymously

Interview Preparation Tips

Topics to prepare for Wipro Senior Officer interview:
  • Basic rules of account.
  • Journal entries
  • Trail balance, P&L Blance sheet
Interview preparation tips for other job seekers - Greetings Job Seekers,
When you are attending any Interview first your resume should be clear about 3 things:
1. Qualification
2. Experience
3. Roles & Responsibilities - point wise you should write in a clear crystal to understand the other person what you had done in past works.

note: Be clear on your points and try to explain clearly the nature of Job which you have done in current or past.

Thanks
Srini.

Workcell Solutions Interview FAQs

How many rounds are there in Workcell Solutions Senior Pharmacist Executive interview for freshers?
Workcell Solutions interview process for freshers usually has 1 rounds. The most common rounds in the Workcell Solutions interview process for freshers are One-on-one Round.

Tell us how to improve this page.

Workcell Solutions Senior Pharmacist Executive Interview Process for Freshers

based on 1 interview

Interview experience

3
  
Average
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Accenture Interview Questions
3.8
 • 8.2k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Cognizant Interview Questions
3.7
 • 5.6k Interviews
Capgemini Interview Questions
3.7
 • 4.8k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
IBM Interview Questions
4.0
 • 2.3k Interviews
AstraZeneca Interview Questions
4.1
 • 53 Interviews
View all
Workcell Solutions Senior Pharmacist Executive Salary
based on 6 salaries
₹2.4 L/yr - ₹3.2 L/yr
19% less than the average Senior Pharmacist Executive Salary in India
View more details

Workcell Solutions Senior Pharmacist Executive Reviews and Ratings

based on 1 review

3.0/5

Rating in categories

3.0

Skill development

2.0

Work-life balance

3.0

Salary

2.0

Job security

3.0

Company culture

2.0

Promotions

2.0

Work satisfaction

Explore 1 Review and Rating
Pharmacist
172 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Pharmacist
75 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Store Manager
36 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Executive Accountant
11 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Retail Pharmacist
9 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Workcell Solutions with

TCS

3.7
Compare

Infosys

3.6
Compare

Wipro

3.7
Compare

HCLTech

3.5
Compare
Did you find this page helpful?
Yes No
write
Share an Interview