Upload Button Icon Add office photos

Filter interviews by

Accuro Specialist Support Service Interview Questions and Answers

Updated 18 Jan 2023

Accuro Specialist Support Service Interview Experiences

1 interview found

Waiter Interview Questions & Answers

user image Anonymous

posted on 18 Jan 2023

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed in Jul 2022. There were 2 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 - HR 

(2 Questions)

  • Q1. What is your qualification?
  • Q2. Do you have waiter experience?

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview is not much difficult. If you know little english then you can easily pass

Waiter Interview Questions asked at other Companies

Q1. Define the time when you have to deal with an angry customer?
View answer (3)

Interview questions from similar companies

Round 1 - Coding Test 
Round 2 - Technical 

(1 Question)

  • Q1. You should have strong understanding of hashmap. Questions will be asked on hashcode and equals scenarios.
Round 3 - Technical 

(1 Question)

  • Q1. PuZzle type of questions, practical implementation of data structures into real problems.
Round 4 - HR 

(3 Questions)

  • Q1. What are your strengths and weaknesses?
  • Q2. Tell me about yourself.
  • Q3. Share details of your previous job.

Interview Preparation Tips

Interview preparation tips for other job seekers - You should have good understanding of data structures and internal workings of them.

I applied via Referral and was interviewed in Sep 2021. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. There were asked about the company and basic knowledge about the company?
  • Ans. I started giving them info about the company. Razorpay is a company which helps in money management for online business and by providing clean and hassel free platform. It is a fast affordable and secured way of sending and receiving online payment. Which is highly helpful for merchant, E-commerce and other company.
  • Answered Anonymously
  • Q2. And they asked about the basic info of KYC and AML?
  • Ans. AML and KYC is interlinked process. KYC is a path of Due Diligence process. Accurate info about the customer. By perform will be aware of any unusual activities. During KYC process it includes DOB, Name, Photo ID of the customer should be recoverd and verified. When you need to established an organisation or where an individual act on behalf of other person. We need to identify the beneficial owner. AML : Ant...
  • Answered Anonymously

Interview Preparation Tips

Interview preparation tips for other job seekers - We need to be bold at the time of interview. We want speak up boldly in front them. Your answers should be short and sweet. Accept as is and don’t manipulate any answers. Ask for the feedback at the end of interview.

I was interviewed in Jul 2021.

Round 1 - Video Call 

(1 Question)

Round duration - 60 minutes
Round difficulty - Medium

This was a technical round in the evening with a Software Engineer II which included a coding question along with a few questions on Core Java fundamentals. 
I was given the option to either go for the coding round first or java theory. I realised that I might need more time for coding so I decided to opt for the coding round first, followed by the java related questions later. 
The interviewer was extremely pleasant to speak with. He initially asked me to introduce myself and we spoke in depth about a project I worked on in my last organisation. The coding question was given on a google sheet but I was asked to code it on an online IDE without any special syntax correction features.

 

  • Q1. 

    Minimum Count of Balls in a Bag Problem Statement

    You are given an integer array ARR of size N, where ARR[i] represents the number of balls in the i-th bag. Additionally, you have an integer M, which indi...

  • Ans. Brute force

    Let 'X' be the maximum number of balls in a bag that we desire. Let ‘COUNT[i]’ be the number of operations that we need to perform on ‘ARR[i]’ such that the new bags made from it contain less than or equal to 'X' balls. Consider the following examples:

     

    If we want 'X' to be ‘4’, then:

    ‘ARR[i] = 5’, after splitting we get [4, 1], so ‘COUNT[i] = 1’

    ‘ARR[i] = 8’, after splitting we get [4, 4] so ‘COUNT[i] = 1...

  • Answered Anonymously
Round 2 - Video Call 

Round duration - 90 minutes
Round difficulty - Medium

This round was in the evening with a Senior Software Engineer. He introduced himself and immediately presented the question on Google Doc.

Round 3 - HR 

Round duration - 30 minutes
Round difficulty - Easy

This was a half an hour round with a Senior Manager.

Interview Preparation Tips

Professional and academic backgroundI completed Computer Science Engineering from University of Massachusetts Lowell. I applied for the job as SDE - 2 in BangaloreEligibility criteriaNo criteriaHashedIn interview preparation:Topics to prepare for the interview - Java, Data Structures and Algorithms, System and Database Design, OOPSTime required to prepare for the interview - 4 MonthsInterview preparation tips for other job seekers

Tip 1 : If you are a newbie to programming, I will strongly recommend to practice LC/GFG/CodingNinjas Easy questions for clearing the basics. Once you gain confidence, you can move on to tackle medium and hard questions.
Tip 2 : Most companies require individuals to know System Design well. For somebody with 1-3 years of experience, database designing (identifying entities, their relationships and constraints), OOP concepts and API designing for Low Level Design is a must. I would recommend the "System Design Interview by Alex Xu" book for HLD preparation.
 

Application resume tips for other job seekers

Tip 1 : Have an updated and properly formatted resume
Tip 2 : The resume tells your story so you ought to know and be able to explain whatever you've written. 
Tip 3 : Do not include technologies/skills that you've not worked on at all. It can blow the interview if the interviewer questions you about it.

Final outcome of the interviewSelected

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Aug 2021. There was 1 interview round.

Interview Questionnaire 

4 Questions

  • Q1. How to switch between Tabs in a browser using selenium
  • Ans. 

    To switch between tabs in a browser using Selenium, we can use the getWindowHandles() method and switchTo() method.

    • Use getWindowHandles() method to get the handles of all open tabs

    • Store the handles in a Set

    • Use switchTo() method to switch to a specific tab by passing the handle as an argument

  • Answered by AI
  • Q2. Write code to give rating in webta le given applicant name and rating as input to the method.
  • Ans. 

    Code to give rating in webtable for given applicant name and rating as input.

    • Create a function that takes applicant name and rating as input.

    • Search for the applicant name in the webtable.

    • Update the rating for the applicant in the webtable.

    • Return the updated webtable.

  • Answered by AI
  • Q3. I was given one website link where there is option to generate random photo, full name and last name when clicked on a button. Write code to check first name, last name and photo are not repeated for atlea...
  • Q4. Find how many numbers are repeated from given integer array
  • Ans. 

    Count the number of repeated integers in an array

    • Iterate through the array and use a hash table to keep track of the count of each number

    • Return the count of numbers with a count greater than 1

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Please be prepared on windows switching, handling tables, Java questions

Skills evaluated in this interview

I applied via Recruitment Consultant and was interviewed in May 2021. There were 4 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Best way Escalation Process.
  • Ans. 

    The best way to handle escalation process is to have a clear and defined escalation path.

    • Establish a clear escalation path with defined levels of authority

    • Ensure all stakeholders are aware of the escalation process

    • Set clear response times for each level of escalation

    • Regularly review and update the escalation process

    • Document all escalations and their outcomes for future reference

  • Answered by AI
  • Q2. Team Management/ Team player situations.
  • Q3. Check confidence and behaviour

Interview Preparation Tips

Interview preparation tips for other job seekers - UKG interviews are very friendly and make you feel relaxed.
Just enjoy the journey and give your best.

I applied via Company Website and was interviewed in Mar 2021. There was 1 interview round.

Interview Questionnaire 

5 Questions

  • Q1. Mostly UI and browser related questions were asked. few of them are below
  • Q2. Denouncing code in jsfiddle
  • Ans. 

    To denounce code in jsfiddle, click on the 'Share' button and select 'Embed' to get the code.

    • Click on the 'Share' button in the top menu bar.

    • Select 'Embed' from the dropdown menu.

    • Copy the code provided in the 'Embed' section and paste it where needed.

  • Answered by AI
  • Q3. Promise related questions
  • Q4. Css grid , css positioning
  • Q5. Semantic HTML tags, web accessibility

Interview Preparation Tips

Interview preparation tips for other job seekers - For thoughtworks you will have to go through 5 interview rounds.
1. coding assignment & code pairing
2. JavaScript HTML CSS
3. framework/ performance
4. leadership
5.social change

Skills evaluated in this interview

I applied via Campus Placement and was interviewed in Feb 2021. There was 1 interview round.

Interview Questionnaire 

6 Questions

  • Q1. 1. Tell me about Yourself..?
  • Q2. 2.What is your final year project..?
  • Q3. 3.How will you present this project in front of your Principal...?
  • Q4. 4.What is Testing...?
  • Ans. 

    Testing is the process of evaluating a system or its component(s) with the intent to find whether it satisfies the specified requirements or not.

    • Testing is done to identify defects or errors in the system

    • It involves executing a system or component with test cases

    • The goal of testing is to ensure that the system meets the requirements and works as expected

    • Types of testing include functional, performance, security, and us

  • Answered by AI
  • Q5. 5.Difference between Manual Testing & Automation Testing
  • Ans. 

    Manual testing is done manually by humans while automation testing is done using tools and scripts.

    • Manual testing is time-consuming and prone to human errors while automation testing is faster and more reliable.

    • Manual testing is suitable for exploratory testing while automation testing is best for regression testing.

    • Manual testing requires human skills and knowledge while automation testing requires programming skills.

    • ...

  • Answered by AI
  • Q6. 6.Any Questions for me...?

Interview Preparation Tips

Interview preparation tips for other job seekers - Read the basics of testing, prepare your resume & most important thing is your project

Skills evaluated in this interview

I applied via Recruitment Consultant

Interview Questionnaire 

2 Questions

  • Q1. Round 1: Fundamentals questions related to Javascript and React. In React questions were focused on react-hooks. lifecycle components and optimization techniques in react. Basic to intermediate questions r...
  • Q2. Round 2: The interview panel will ask you to code some basic coding problem depending on your relevant experience and if you're not able to solve it they'll directly say they're done with the interview. In...

Interview Preparation Tips

Interview preparation tips for other job seekers - I cleared Round 1 after which there was a delay of more than 2 weeks and got a call for Round 2 without any prior notice. Their L2 level interview is very bad, in my case I ended the interview from my side as it looked very clear that the panel was least interested.

I applied via Company Website and was interviewed in Mar 2021. There were 5 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Tell me about Your project.
  • Q2. Challenges faced while working on project
  • Q3. Why you choose to build this project

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared with your project in every aspect . Technology stack and idea should be good of your project

Accuro Specialist Support Service Interview FAQs

How many rounds are there in Accuro Specialist Support Service interview?
Accuro Specialist Support Service interview process usually has 2 rounds. The most common rounds in the Accuro Specialist Support Service interview process are Resume Shortlist and HR.

Tell us how to improve this page.

Accuro Specialist Support Service Interview Process

based on 2 interviews

Interview experience

4.5
  
Good
View more

Interview Questions from Similar Companies

NeoSOFT Interview Questions
4.0
 • 263 Interviews
Episource Interview Questions
3.9
 • 221 Interviews
Xoriant Interview Questions
4.1
 • 181 Interviews
Portea Medical Interview Questions
4.3
 • 26 Interviews
Healthvista Interview Questions
3.2
 • 3 Interviews
Care24 Interview Questions
4.4
 • 2 Interviews
View all

Accuro Specialist Support Service Reviews and Ratings

based on 12 reviews

3.1/5

Rating in categories

3.3

Skill development

2.9

Work-life balance

3.1

Salary

3.2

Job security

3.0

Company culture

2.5

Promotions

3.0

Work satisfaction

Explore 12 Reviews and Ratings
Senior Catering Supervisor
4 salaries
unlock blur

₹6 L/yr - ₹8.5 L/yr

Assistant Supervisor
3 salaries
unlock blur

₹4 L/yr - ₹4 L/yr

Continental Cook
3 salaries
unlock blur

₹1 L/yr - ₹1.2 L/yr

Explore more salaries
Compare Accuro Specialist Support Service with

MAXICARE

5.0
Compare

Healthcare At Home

3.7
Compare

Portea Medical

4.3
Compare

Nightingales Home Health Services

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