Upload Button Icon Add office photos
Premium Employer

i

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

Innovatiview India Ltd Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Innovatiview India Ltd Receptionist Interview Questions and Answers

Updated 12 Jul 2024

Innovatiview India Ltd Receptionist Interview Experiences

1 interview found

Receptionist Interview Questions & Answers

user image Anonymous

posted on 12 Jul 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(2 Questions)

  • Q1. How to handle the visitors
  • Ans. 

    Handle visitors with professionalism, courtesy, and efficiency to create a positive experience.

    • Greet visitors warmly and make them feel welcome

    • Ask how you can assist them and direct them to the appropriate person or department

    • Maintain a tidy and organized reception area

    • Handle inquiries and provide information in a helpful manner

    • Keep track of visitor appointments and schedules

  • Answered by AI
  • Q2. How to engage to interview candidates

Top trending discussions

View All
Interview Hub
4d (edited)
anshitanegi
·
ex -
Planet Spark
When HR’s Chinese English made me drop the interview!
So, I talked to the HR yesterday about the interview. I asked Please send me the location But their English… bro I was shocked! It was like talking to someone jisne english nahi kuch ar hi seekh liya ho, if the HR’s English is this I can only imagine the rest of the company I decided to drop the interview with this chinese english😶‍🌫️
FeedCard Image
Got a question about Innovatiview India Ltd?
Ask anonymously on communities.

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
-

I appeared for an interview before Feb 2024.

Round 1 - One-on-one 

(1 Question)

  • Q1. Sales strategies

Receptionist Interview Questions Asked at Other Companies

Q1. What would you do if you encountered difficulties with your dutie ... read more
asked in Tata Coffee
Q2. What makes receptionist work meaningful?
asked in Oracle
Q3. How much equipment is needed to install one access door?
asked in HDFC Bank
Q4. Short key of back page and what is the work of arrow key
asked in Tata Coffee
Q5. What computer skills are helpful for a receptionist?
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview before Mar 2024, where I was asked the following questions.

  • Q1. What is sale
  • Q2. How to sale
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview before Feb 2024.

Round 1 - One-on-one 

(1 Question)

  • Q1. Why sales and why Watch Your Health
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview before Jun 2024, where I was asked the following questions.

  • Q1. Golden rule of accounting ?
  • Q2. Sales and purchases entry.
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I applied via Naukri.com and was interviewed in Mar 2023. 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 - Technical 

(2 Questions)

  • Q1. I am unable to understand why they conduct interview if the interviewer is not fimilier about the role. waste of time to attend the interview
  • Q2. Unrelated queations
Round 3 - Technical 

(1 Question)

  • Q1. Unrelated scenarios and questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Please try to avoid the company to join.

Innovatiview India Ltd HR Interview Questions

9 questions and answers

Q. How would you overcome rejection of a concept by a senior government offici ... read more
Q. Who is the best person to approach for quick information in a government de ... read more
Q. What is your reason for leaving your current company?

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

Interview Questionnaire 

2 Questions

  • Q1. Technical related questions, based on your domain
  • Q2. Total 3 rounds

Interview Preparation Tips

Interview preparation tips for other job seekers - good communication,
good technical knowledge based on your domain
Are these interview questions helpful?
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Mar 2023. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Leetcode 125: Valid Palindrome
  • Ans. 

    Check if a given string is a palindrome, ignoring non-alphanumeric characters and case sensitivity.

    • Convert the string to lowercase to ensure case insensitivity. Example: 'A man, a plan, a canal: Panama' becomes 'amanaplanacanalpanama'.

    • Use two pointers: one starting at the beginning and the other at the end of the string.

    • Skip non-alphanumeric characters while comparing the characters at both pointers.

    • If characters at bo...

  • Answered by AI
  • Q2. Leetcode 1971: Find if path exists in graph
  • Ans. 

    Check if a path exists between two nodes in a graph

    • Use depth-first search (DFS) or breadth-first search (BFS) to traverse the graph

    • Start from the source node and explore all connected nodes until the destination node is reached

    • If the destination node is found during the traversal, return true; otherwise, return false

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. How will you store passwords in DB
  • Ans. 

    Store passwords securely using hashing algorithms and salt

    • Use strong hashing algorithms like bcrypt or SHA-256

    • Add a unique salt to each password before hashing

    • Store only the hashed password in the database

    • Regularly update hashing algorithms and salts for added security

  • Answered by AI
  • Q2. Explain "this" in JS
  • Ans. 

    In JavaScript, 'this' refers to the current object that is executing the current function.

    • The value of 'this' is determined by how a function is called.

    • When a function is called as a method of an object, 'this' refers to the object itself.

    • When a function is called in the global scope, 'this' refers to the global object (window in a browser, global in Node.js).

    • Arrow functions do not have their own 'this' value and inste...

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Basic HR questions

Skills evaluated in this interview

I applied via LinkedIn and was interviewed in Nov 2022. 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 - Technical 

(2 Questions)

  • Q1. Describe the Project Architecture End-to-End
  • Ans. 

    The project architecture end-to-end includes the overall design and structure of the project from start to finish.

    • The architecture should include the hardware and software components, as well as the communication protocols and data flow.

    • It should also consider the scalability, security, and performance of the system.

    • Examples of project architecture include client-server, microservices, and event-driven architectures.

    • Th...

  • Answered by AI
  • Q2. Explain how will you implement SCD Type 2.
Round 3 - Technical 

(2 Questions)

  • Q1. Display only those elements which do not occur more than once.
  • Ans. 

    Display non-repeated elements

    • Iterate through the elements and count their occurrences

    • Display only those elements with occurrence count of 1

    • Use a hash table or dictionary to store the counts

    • Time complexity: O(n)

  • Answered by AI
  • Q2. Difference between a list and a tuple. Explain a use case where you will use a tuple.
  • Ans. 

    List vs Tuple and use case for Tuple

    • List is mutable while Tuple is immutable

    • List uses square brackets while Tuple uses parentheses

    • Tuple is used when data needs to be protected from modification

    • Tuple is also used for returning multiple values from a function

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - - Understanding Basics is the key to success.
- Work on SQL Problems

Skills evaluated in this interview

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

I applied via Recruitment Consulltant and was interviewed before Jun 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 - One-on-one 

(2 Questions)

  • Q1. How does RNN work?
  • Ans. 

    RNN stands for Recurrent Neural Network, a type of neural network designed to handle sequential data by maintaining a memory of previous inputs.

    • RNNs have loops within their architecture, allowing information to persist.

    • They are commonly used in natural language processing, speech recognition, and time series analysis.

    • An example of RNN is predicting the next word in a sentence based on previous words.

  • Answered by AI
  • Q2. What do you mean by topic modeling?
  • Ans. 

    Topic modeling is a technique used in natural language processing to discover the hidden thematic structure in a collection of texts.

    • Topic modeling is a type of statistical modeling that allows for the discovery of hidden patterns in a collection of documents.

    • It is often used in text mining to identify topics within a set of documents without the need for manual labeling.

    • One popular algorithm for topic modeling is Late...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basics and have overall crisp responses

Skills evaluated in this interview

Innovatiview India Ltd Interview FAQs

How many rounds are there in Innovatiview India Ltd Receptionist interview?
Innovatiview India Ltd interview process usually has 1 rounds. The most common rounds in the Innovatiview India Ltd interview process are HR.
What are the top questions asked in Innovatiview India Ltd Receptionist interview?

Some of the top questions asked at the Innovatiview India Ltd Receptionist interview -

  1. How to engage to interview candida...read more
  2. How to handle the visit...read more

Tell us how to improve this page.

Overall Interview Experience Rating

5/5

based on 1 interview experience

Assistant Manager
85 salaries
unlock blur

₹4 L/yr - ₹7 L/yr

Project Coordinator
68 salaries
unlock blur

₹2.7 L/yr - ₹5.2 L/yr

Senior Associate
55 salaries
unlock blur

₹3.2 L/yr - ₹5 L/yr

Deputy Manager
47 salaries
unlock blur

₹5.8 L/yr - ₹8.7 L/yr

Regional Manager
25 salaries
unlock blur

₹3 L/yr - ₹8 L/yr

Explore more salaries
Compare Innovatiview India Ltd with

Fractal Analytics

4.0
Compare

Kiya.ai

3.4
Compare

MathCo

3.1
Compare

Watchyourhealth.com

4.7
Compare
write
Share an Interview