Upload Button Icon Add office photos

Filter interviews by

Neural Integrated Systems Senior Store Keeper Interview Questions and Answers

Updated 19 Nov 2021

Neural Integrated Systems Senior Store Keeper Interview Experiences

1 interview found

I applied via Naukri.com and was interviewed before Nov 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Simple question will asked as per your experience & Designation about your skills, Knowledge u have and etc

Interview Preparation Tips

Interview preparation tips for other job seekers - They will ask you about your what you learn in your previous company. Why u leaving your previous company. About your skills are your ready to work for long hours as per company requirements. Can u work on weekends. If company add more work can you able to do. Etc

Interview questions from similar companies

I appeared for an interview before Jul 2021.

Round 1 - Aptitude Test 

Logical reasoning, GAAP and English

Round 2 - Technical 

(1 Question)

  • Q1. Taxation and business finance questions mostly
Round 3 - HR 

(1 Question)

  • Q1. Personal experiences and preferences

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and answer only if you know what you are talking about

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

Interview Questionnaire 

3 Questions

  • Q1. How to do store audits?
  • Ans. 

    Store audits involve inspecting and evaluating the store's operations, processes, and performance.

    • Determine the audit scope and objectives

    • Create an audit checklist

    • Conduct the audit by observing, interviewing, and reviewing documents

    • Identify areas for improvement and make recommendations

    • Follow up on corrective actions taken

    • Examples of areas to audit include inventory management, customer service, and store cleanliness

  • Answered by AI
  • Q2. How to maintain store?
  • Ans. 

    Maintaining a store requires regular cleaning, organizing, restocking, and monitoring of inventory and customer feedback.

    • Clean the store regularly to maintain a hygienic environment.

    • Organize products and displays to make it easy for customers to find what they need.

    • Restock inventory regularly to avoid running out of popular items.

    • Monitor customer feedback and address any concerns or complaints promptly.

    • Train staff to p...

  • Answered by AI
  • Q3. How to manage stock
  • Ans. 

    Stock management involves tracking inventory levels, forecasting demand, and optimizing ordering and storage processes.

    • Regularly monitor inventory levels to avoid stockouts or overstocking

    • Use inventory management software to track stock levels and automate ordering

    • Forecast demand based on historical sales data and market trends

    • Optimize storage processes to maximize space and minimize damage

    • Implement a system for receiv...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - We need system work
We need to do a stock maintained

I applied via Naukri.com and was interviewed before Feb 2021. There was 1 interview round.

Round 1 - One-on-one 

Interview Preparation Tips

Interview preparation tips for other job seekers - Gujarati executive for inbound or outbound process

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 Recruitment Consultant and was interviewed before Mar 2020. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. What do u want to join techm
  • Q2. What is your goal

Interview Preparation Tips

Interview preparation tips for other job seekers - Go for it ..communication should be good enough that is it

I applied via Recruitment Consultant and was interviewed before Dec 2020. There were 5 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. 1. Share your complete work exp.? 2. Discuss your Educational qualifications? 3. Why HCL tech. and where do you see yourself after 5years? 4.. How do you handle employment cases ? 5. Discuss about register...
  • Q2. How will you manage a legal under you?
  • Ans. 

    Managing a legal team requires clear communication, delegation, and trust.

    • Establish clear goals and expectations for the team

    • Delegate tasks based on individual strengths and expertise

    • Encourage open communication and feedback

    • Provide resources and support for professional development

    • Build trust through transparency and accountability

    • Ensure compliance with legal regulations and ethical standards

    • Collaborate with other depa...

  • Answered by AI
  • Q3. How do you present yourself before a court of law? what all do you require to prepare a case ?
  • Q4. Is there anything you think you want to share wtih us ? (professional experience)

Interview Preparation Tips

Interview preparation tips for other job seekers - 1 Discuss your package and designation clearly. 2 Reach the interview venue early.3 read about your interviewer on linkdin profile.4 Know about the company before the interview.

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 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 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

Tell us how to improve this page.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.7k Interviews
Accenture Interview Questions
3.8
 • 8.3k Interviews
Infosys Interview Questions
3.6
 • 7.7k Interviews
Wipro Interview Questions
3.7
 • 5.7k Interviews
Cognizant Interview Questions
3.7
 • 5.7k Interviews
Amazon Interview Questions
4.0
 • 5.1k Interviews
Capgemini Interview Questions
3.7
 • 4.9k Interviews
HCLTech Interview Questions
3.5
 • 3.9k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.9k Interviews
Genpact Interview Questions
3.8
 • 3.2k Interviews
View all
Project Executive
9 salaries
unlock blur

₹2 L/yr - ₹6 L/yr

Project Coordinator
5 salaries
unlock blur

₹3.2 L/yr - ₹4.8 L/yr

Store Executive
4 salaries
unlock blur

₹2.5 L/yr - ₹2.8 L/yr

Accounts & Finance Manager
4 salaries
unlock blur

₹5.3 L/yr - ₹6.6 L/yr

Executive Engineer
4 salaries
unlock blur

₹2.2 L/yr - ₹3 L/yr

Explore more salaries
Compare Neural Integrated Systems with

TCS

3.7
Compare

Accenture

3.8
Compare

Wipro

3.7
Compare

Cognizant

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