Upload Button Icon Add office photos

Filter interviews by

Ram Ratna Vidya Mandir Interview Questions and Answers

Updated 7 Aug 2024

Ram Ratna Vidya Mandir Interview Experiences

1 interview found

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
More than 8 weeks
Result
No response

I applied via Indeed and was interviewed in Feb 2024. There were 2 interview rounds.

Round 1 - HR 

(2 Questions)

  • Q1. Tell me something about yourself
  • Ans. 

    I am a detail-oriented and organized individual with a strong background in procurement and supply chain management.

    • I have a Bachelor's degree in Business Administration with a focus on logistics.

    • I have 5 years of experience working as a Purchase Officer for a manufacturing company.

    • I am proficient in negotiating contracts and managing vendor relationships.

    • I have a track record of reducing costs and improving efficiency

  • Answered by AI
  • Q2. What job profiles you have handled in past
  • Ans. 

    I have handled job profiles such as Procurement Officer, Inventory Manager, and Supply Chain Coordinator.

    • Procurement Officer

    • Inventory Manager

    • Supply Chain Coordinator

  • Answered by AI
Round 2 - One-on-one 

(2 Questions)

  • Q1. Why do you want to join our school?
  • Ans. 

    I want to join your school because of its reputation for academic excellence and commitment to student success.

    • Impressed by the school's academic reputation

    • Believe in the school's commitment to student success

    • Excited about the opportunities for professional growth and development

  • Answered by AI
  • Q2. What value you will add in this organisation.
  • Ans. 

    I will add value by optimizing procurement processes, reducing costs, and building strong supplier relationships.

    • Implementing cost-saving strategies such as bulk purchasing or negotiating better terms with suppliers

    • Streamlining procurement processes to improve efficiency and reduce lead times

    • Developing strong relationships with suppliers to ensure timely delivery of goods and services

    • Staying updated on market trends an...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - They dont have value of another persons time. You have to take full day leave to attend the interview, School is in very remote place where traveling is a big Issue. They have made me wait for 2 - 3 Hours for first round. They have confirmed on call about my selection and confirmed salary but when i asked for offer letter they told me that your position is on hold indefinitely and will let me know shortly and never called back. Kindly do not trust these unprofessional people.

Purchase Officer Interview Questions asked at other Companies

Q1. HOW YOU WILL HANDLE SITUATIONS WHERE THE USER LACKS KNOWLEDGE AND IS UNABLE TO UNDERSTAND THE EXECUTION OF SOME PURCHASE WORKS?
View answer (5)

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(2 Questions)

  • Q1. They ask about yourself
  • Q2. Need to sign agreement

Interview Preparation Tips

Interview preparation tips for other job seekers - Think twice before joining Victorious Kidss Educares!

I want to share my experience to help others make informed decisions. Many employees at Victorious Kidss Educares have not received their November salary even till now, causing financial stress. Worse, every month, staff members have to personally approach the principal to ask for their salary—something that should be a basic right, not a favor.

Additionally, PF deductions appear on salary slips, but the amounts are not credited to PF accounts monthly, raising serious concerns. The institution also lacks professionalism, with misleading promises during interviews about IB training and career growth—which never materialize.

If you're considering joining this school, please do thorough research before making a decision. Employees deserve timely payments and ethical workplace practices!

#WorkplaceEthics #SalaryIssues #EmployeeRights #EducationSector
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Approached by Company and was interviewed in Oct 2024. There were 2 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. Difference between useMemo and useCallback ?
  • Ans. 

    useMemo is used to memoize a value, while useCallback is used to memoize a function.

    • useMemo is used to memoize a computed value and recompute it only when its dependencies change.

    • useCallback is used to memoize a callback function and prevent unnecessary re-renders.

    • Example: useMemo can be used to memoize the result of a complex computation, while useCallback can be used to memoize an event handler function.

  • Answered by AI
  • Q2. How we do error handling in js ?
  • Ans. 

    Error handling in JavaScript involves using try-catch blocks, throwing errors, and using error objects.

    • Use try-catch blocks to catch errors and handle them gracefully

    • Throw errors using the throw keyword to indicate when something goes wrong

    • Use error objects like Error, SyntaxError, TypeError, etc. to provide more information about the error

    • Handle asynchronous errors using promises and the .catch() method

  • Answered by AI
  • Q3. What is Promises ? Write a Polyfill of Promise.all()
  • Ans. 

    Promises are objects representing the eventual completion or failure of an asynchronous operation.

    • Promises are used to handle asynchronous operations in JavaScript.

    • Promise.all() takes an array of promises and returns a single promise that resolves when all of the input promises have resolved.

    • A polyfill for Promise.all() can be implemented using a combination of Promise and Array.prototype.reduce().

  • Answered by AI
Round 2 - Assignment 

Frontend assignment make the CRUD application using of reactj.s

Interview Preparation Tips

Topics to prepare for Interview Kickstart Front end Developer interview:
  • Reactjs
  • Javascript
  • NextJs
  • HTML
  • CSS
Interview preparation tips for other job seekers - i submit my assignment, but hr not giving feedback for next interview rounds. They do not reply for my messages after submit the assignment.

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(5 Questions)

  • Q1. Sales experience
  • Ans. 

    I have 3 years of sales experience in a previous role, where I successfully met and exceeded sales targets.

    • Demonstrate ability to build relationships with clients

    • Highlight experience in meeting and exceeding sales targets

    • Discuss any specific sales strategies or techniques used

  • Answered by AI
  • Q2. Edtech experience
  • Ans. 

    I have extensive experience with various educational technologies, including online learning platforms and interactive whiteboards.

    • Implemented online learning platforms to enhance student engagement

    • Utilized interactive whiteboards for interactive lessons

    • Trained teachers on how to effectively integrate technology into their curriculum

  • Answered by AI
  • Q3. What's your highest education
  • Q4. What are your dreams and goals
  • Q5. Where do you see yourself in another 5 years

Interview Preparation Tips

Interview preparation tips for other job seekers - Edtech sales experience required
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Jul 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Tell about data structure
  • Ans. 

    Data structure is a way of organizing and storing data in a computer so that it can be accessed and modified efficiently.

    • Data structures include arrays, linked lists, stacks, queues, trees, graphs, etc.

    • They are essential for efficient algorithms and problem-solving.

    • Example: An array is a data structure that stores a collection of elements in contiguous memory locations.

  • Answered by AI
  • Q2. What is aaray and its types
  • Ans. 

    An array is a data structure that stores a collection of elements of the same type. There are different types of arrays like one-dimensional, two-dimensional, and multi-dimensional arrays.

    • One-dimensional array: Stores elements in a single row or column.

    • Two-dimensional array: Stores elements in rows and columns.

    • Multi-dimensional array: Stores elements in more than two dimensions.

    • Example: ['apple', 'banana', 'orange']

  • Answered by AI

Skills evaluated in this interview

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Find largest element

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Walk-in and was interviewed in Apr 2024. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. Introduce yourself and research paper publications Details

Interview Preparation Tips

Interview preparation tips for other job seekers - Vice Chancellor will ask only about the publication in Scopus. His interaction with the job candidates was worst experience. He shows his negative attitude. Even though well qualified job candidates, he rejects without proper reasons. Simply they will conduct the interviews but they won't select. Waste of time. Full day they will conduct the interviews but finally they will select very very less people. Its better to go with some reference. Vice Chancellor method of selection only wrong. They will conduct simply offline interviews from morning to evening. But finally they will reject. They do not have the time sense. They will least bother about the candidates. No basic humanity.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Mar 2024. There were 3 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. What is your favourite movie
  • Q2. Tell me about your family
Round 2 - Group Discussion 

Do you consider online shopping or offline shopping which one will you support and why

Round 3 - HR 

(1 Question)

  • Q1. Why do you like to join in our company

Interview Preparation Tips

Topics to prepare for IILM Primary English Teacher interview:
  • Programming
  • Creativity
Interview preparation tips for other job seekers - Be confident while answering the questions.
Speak fluently and make eye contact with the interviewer.
Be maintain well dress sense.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Indeed and was interviewed in May 2024. There were 3 interview rounds.

Round 1 - HR 

(2 Questions)

  • Q1. Why do you want to change your job?
  • Q2. What is your weak point ?
Round 2 - Technical 

(2 Questions)

  • Q1. What is stroke?
  • Q2. Describe PNF techniques.
Round 3 - One-on-one 

(2 Questions)

  • Q1. Why should we hire you?
  • Q2. Tell me about yourself

Skills evaluated in this interview

Trainer motivator Interview Questions & Answers

Entrepreneurship Development Institute of India user image Anonymous

posted on 30 May 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(3 Questions)

  • Q1. Program Related questions
  • Q2. I will answer the required questions
  • Q3. No other any questions

Ram Ratna Vidya Mandir Interview FAQs

How many rounds are there in Ram Ratna Vidya Mandir interview?
Ram Ratna Vidya Mandir interview process usually has 2 rounds. The most common rounds in the Ram Ratna Vidya Mandir interview process are HR and One-on-one Round.

Tell us how to improve this page.

Ram Ratna Vidya Mandir Interview Process

based on 1 interview

Interview experience

1
  
Bad
View more

Interview Questions from Similar Companies

FIITJEE Interview Questions
3.3
 • 53 Interviews
Career Point Interview Questions
3.3
 • 14 Interviews
Bansal Classes Interview Questions
2.8
 • 8 Interviews
View all

Ram Ratna Vidya Mandir Reviews and Ratings

based on 8 reviews

4.7/5

Rating in categories

4.4

Skill development

4.3

Work-life balance

4.3

Salary

4.7

Job security

4.7

Company culture

4.3

Promotions

4.2

Work satisfaction

Explore 8 Reviews and Ratings
Teacher
4 salaries
unlock blur

₹1.8 L/yr - ₹5.5 L/yr

Assistant Teacher
4 salaries
unlock blur

₹1.6 L/yr - ₹6 L/yr

PGT Accountancy
3 salaries
unlock blur

₹4.8 L/yr - ₹5 L/yr

Explore more salaries
Compare Ram Ratna Vidya Mandir with

Delhi Public School

3.9
Compare

The Shri Ram School

4.4
Compare

Podar International School

4.2
Compare

Aakash Educational Services

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