Upload Button Icon Add office photos

Filter interviews by

Vidya Jyothi Institute of Technology Interview Questions and Answers

Updated 20 Oct 2024

Vidya Jyothi Institute of Technology Interview Experiences

Popular Designations

2 interviews found

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

I applied via Referral and was interviewed in Sep 2024. There were 2 interview rounds.

Round 1 - Assignment 

Scored well in the assignment process and got qualified

Round 2 - Technical 

(2 Questions)

  • Q1. What is inheritance?
  • Ans. 

    Inheritance is a concept in object-oriented programming where a class can inherit attributes and methods from another class.

    • Inheritance allows for code reusability and promotes the concept of hierarchy in programming.

    • A subclass can inherit attributes and methods from a superclass, and can also add its own unique attributes and methods.

    • For example, a 'Car' class can inherit from a 'Vehicle' class, inheriting attributes

  • Answered by AI
  • Q2. What is polymorphism
  • Ans. 

    Polymorphism is the ability of a function or method to behave differently based on the object it is acting upon.

    • Polymorphism allows objects of different classes to be treated as objects of a common superclass.

    • There are two types of polymorphism: compile-time (method overloading) and runtime (method overriding).

    • Example: Inheritance allows a child class to override a method from its parent class, exhibiting polymorphic b

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Just keep practicing a lot so that u score a good grade and get qualified

Structural Engineer Interview Questions asked at other Companies

Q1. 1. Find weight and COG of an irrrgular shape. Unit weight of member was given. 2. Calculate force required for COG shift. W load was applied at center of rectangle and we had to calculate forces at all four corners to shift the cog. 3. SFD ... read more
View answer (2)

I applied via Walk-in and was interviewed before May 2020. There was 1 interview round.

Interview Questionnaire 

4 Questions

  • Q1. Tell me about yourself
  • Q2. Why you want to join in teaching
  • Q3. Five minutes board presentation
  • Q4. How much salary ur expected

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview was good but least salary even though you have doctorate

Assistant Professor Interview Questions asked at other Companies

Q1. Can you assist pg students project and puplish research article in High impact factor indexed journal
View answer (4)

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(5 Questions)

  • Q1. Tell me something about yourself
  • Ans. 

    I am a motivated and results-driven individual with a background in sales and business development.

    • I have a Bachelor's degree in Business Administration.

    • I have experience working in sales for 3 years.

    • I have successfully developed new business opportunities for my previous company.

    • I am proficient in market research and analysis.

    • I am a strong communicator and negotiator.

  • Answered by AI
  • Q2. What are your short-term and long-term goals?
  • Ans. 

    Short-term goal is to gain experience in business development and contribute to company growth. Long-term goal is to advance to a leadership role and drive strategic initiatives.

    • Short-term goal: Gain experience in business development through hands-on projects and client interactions.

    • Short-term goal: Contribute to company growth by identifying new business opportunities and developing relationships with potential clien...

  • Answered by AI
  • Q3. What's ur expectations
  • Ans. 

    I expect a challenging role with opportunities for growth and learning.

    • Opportunities for career advancement

    • Challenging projects to work on

    • Supportive team environment

    • Training and development programs

    • Competitive salary and benefits

  • Answered by AI
  • Q4. Tell something about your family
  • Ans. 

    I come from a close-knit family of five, with supportive parents and two siblings.

    • My parents have always encouraged me to pursue my goals and dreams.

    • I have two siblings, an older brother who works in finance and a younger sister who is studying to become a doctor.

    • We often spend weekends together, going on hikes or having family dinners.

  • Answered by AI
  • Q5. If you have any doubt ask him /her

Interview Preparation Tips

Interview preparation tips for other job seekers - An internship can be beneficial.
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed in Dec 2024.

Round 1 - Aptitude Test 

Questions were about my work experience, training, and class management strategies. i was also asked how would i choreograph a theme-based dance.

Round 2 - One-on-one 

(2 Questions)

  • Q1. For the second round , I participated in a demo session where i taught a group of children in front of observers. This round highlighted my teaching style and ability to connect with students effectively.
  • Q2. My Final round was with the managing director, where i was asked about my future plans and my family. During this conversation, i was also introduced to the school's culture.

Interview Preparation Tips

Interview preparation tips for other job seekers - Learn about the school's culture, values and vision.
Showcase what sets you apart, such as your expertise, certification, or choreography methods.
show intrest by asking about the school's philosophy, opportunities for professional growth.
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
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Dec 2024. There was 1 interview round.

Round 1 - HR 

(10 Questions)

  • Q1. What is the role of computer literacy in education
  • Q2. How to Speed up work with AI
  • Q3. Will AI replace manpower
  • Q4. How would you contribute to organisation in NAAC accreditation
  • Q5. What is NAAC
  • Q6. What is affiliation
  • Q7. Why NAAC is necessary
  • Q8. What is changed in New education policy for HEI
  • Q9. What is education policy change
  • Q10. How photo Shop will be used

Interview Preparation Tips

Topics to prepare for ITM Vocational University Assistant Professor interview:
  • New education policy
  • Content Management
Interview preparation tips for other job seekers - Considering the mismanagement by the university's top authorities and the delays in salary payments, I do not recommend it to new candidates.
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
-

I applied via Naukri.com and was interviewed in Dec 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. No response two time going for interview fisrt secound and third around cleyer but till the time no response...
  • Q2. Yet no response for interview result. Three raund complete my interview but no response...all most 1 month and 5 day completed
Interview experience
2
Poor
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed in Dec 2024.

Round 1 - One-on-one 

(1 Question)

  • Q1. Only self introduction
Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. General questions about you, with intro etc
Round 2 - One-on-one 

(1 Question)

  • Q1. General questions abot your work / exp
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
-

I applied via LinkedIn and was interviewed in Dec 2024. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Excel and Google sheet
Round 2 - Assignment 

Good interaction with Founder

Vidya Jyothi Institute of Technology Interview FAQs

How many rounds are there in Vidya Jyothi Institute of Technology interview?
Vidya Jyothi Institute of Technology interview process usually has 2 rounds. The most common rounds in the Vidya Jyothi Institute of Technology interview process are Assignment and Technical.
What are the top questions asked in Vidya Jyothi Institute of Technology interview?

Some of the top questions asked at the Vidya Jyothi Institute of Technology interview -

  1. what is inheritan...read more
  2. what is polymorph...read more
  3. Five minutes board presentat...read more

Tell us how to improve this page.

Vidya Jyothi Institute of Technology Interview Process

based on 2 interviews

Interview experience

5
  
Excellent
View more

Vidya Jyothi Institute of Technology Reviews and Ratings

based on 11 reviews

4.1/5

Rating in categories

3.9

Skill development

4.1

Work-life balance

3.7

Salary

4.4

Job security

3.9

Company culture

3.7

Promotions

3.8

Work satisfaction

Explore 11 Reviews and Ratings
Assistant Professor
10 salaries
unlock blur

₹2 L/yr - ₹5 L/yr

Associate Professor
5 salaries
unlock blur

₹2.8 L/yr - ₹10.5 L/yr

Placement Coordinator
3 salaries
unlock blur

₹2 L/yr - ₹2.8 L/yr

Associate Professor of English
3 salaries
unlock blur

₹5 L/yr - ₹6 L/yr

Accountant & Admin
3 salaries
unlock blur

₹1.2 L/yr - ₹1.3 L/yr

Explore more salaries
Compare Vidya Jyothi Institute of Technology with

Indian Institute of Technology Gandhinagar

4.1
Compare

National Institute of Technology

4.2
Compare

Birla Institute of Technology, Mesra

4.2
Compare

Manipal Institute of Technology

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