Upload Button Icon Add office photos

Filter interviews by

Pranveer Singh Institute of Technology Interview Questions and Answers

Updated 24 Jan 2025

Pranveer Singh Institute of Technology Interview Experiences

Popular Designations

5 interviews found

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

Maths, Code with C, COA, Fundamental

Round 2 - Group Discussion 

Did not gave time to speak

Senior Associate Interview Questions asked at other Companies

Q1. On an average, how many invoices can you process in a day?
View answer (10)

Hostel Warden Interview Questions & Answers

user image Anonymous

posted on 18 Nov 2024

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

(2 Questions)

  • Q1. According to CV
  • Q2. Working Experience

Hostel Warden Interview Questions asked at other Companies

Q1. 1.how to prepare the hostel inventory to maintain the inventory control system . 2.verifying and reporting online of the hostellers . 3.compare online reporting and manual time to time . 4.how to manage the tuck shop in the hostel premises
View answer (1)

Sr Warden Cum Football Coach Interview Questions & Answers

user image Vipin Thapa

posted on 28 Mar 2024

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
-
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed in Feb 2024. There was 1 interview round.

Round 1 - HR 

(1 Question)

  • Q1. Professional aptitude
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Jul 2023. 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. Prepare any one subject from theory like OS, DBMS and any one from practical like Java, C and answers confidently and be cool and calm. Answers point to point. All the best.
  • Q2. What is OS, schedulers etc
  • Ans. 

    OS stands for Operating System, which manages computer hardware and software resources. Schedulers are components of the OS that manage task scheduling.

    • Operating System (OS) is a software that manages computer hardware and software resources.

    • Schedulers are components of the OS that manage task scheduling, deciding which tasks to run and for how long.

    • Examples of schedulers include Round Robin, First Come First Serve, an

  • Answered by AI

Skills evaluated in this interview

Assistant CSE Professor Interview Questions asked at other Companies

Q1. What is OS, schedulers etc
View answer (1)

Pranveer Singh Institute of Technology interview questions for popular designations

 Assistant CSE Professor

 (1)

 Assistant Professor

 (1)

 Hostel Warden

 (1)

 Senior Associate

 (1)

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

I applied via Company Website and was interviewed before Oct 2022. There were 2 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Technical 

(3 Questions)

  • Q1. C programming, data structures
  • Q2. What is AVL tree?
  • Ans. 

    AVL tree is a self-balancing binary search tree where the heights of the two child subtrees of any node differ by at most one.

    • AVL tree was named after its inventors Adelson-Velsky and Landis.

    • It is a type of binary search tree that automatically maintains balance.

    • Insertions and deletions in AVL trees may require rotations to maintain balance.

    • AVL trees are commonly used in database systems and in-memory databases for eff

  • Answered by AI
  • Q3. A tree which has balancing properties
  • Ans. 

    A tree with balancing properties refers to a tree structure in computer science where the heights of the two child subtrees of any node differ by at most one.

    • Balanced trees are important in data structures for efficient searching and insertion/deletion operations.

    • Examples of balanced trees include AVL trees, Red-Black trees, and B-trees.

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Pranveer Singh Institute of Technology Assistant Professor interview:
  • Data Structures
Interview preparation tips for other job seekers - Prepare Data Structures and algorithms

Skills evaluated in this interview

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 - 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
5
Excellent
Difficulty level
-
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed in Aug 2024.

Round 1 - One-on-one 

(1 Question)

  • Q1. Self Intro and details regarding my experiences
Round 2 - HR 

(1 Question)

  • Q1. Details regarding soft skill
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
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Find largest element

Pranveer Singh Institute of Technology Interview FAQs

How many rounds are there in Pranveer Singh Institute of Technology interview?
Pranveer Singh Institute of Technology interview process usually has 1-2 rounds. The most common rounds in the Pranveer Singh Institute of Technology interview process are Resume Shortlist, HR and One-on-one Round.
How to prepare for Pranveer Singh Institute of Technology interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Pranveer Singh Institute of Technology. The most common topics and skills that interviewers at Pranveer Singh Institute of Technology expect are Professor Activities, Publishing, Teaching, Artificial Intelligence and Index.
What are the top questions asked in Pranveer Singh Institute of Technology interview?

Some of the top questions asked at the Pranveer Singh Institute of Technology interview -

  1. A tree which has balancing propert...read more
  2. what is AVL tr...read more
  3. What is OS, schedulers ...read more

Tell us how to improve this page.

Pranveer Singh Institute of Technology Interview Process

based on 6 interviews

Interview experience

3.8
  
Good
View more

Pranveer Singh Institute of Technology Reviews and Ratings

based on 51 reviews

3.4/5

Rating in categories

3.2

Skill development

2.7

Work-life balance

3.4

Salary

3.0

Job security

3.0

Company culture

3.3

Promotions

2.9

Work satisfaction

Explore 51 Reviews and Ratings
Assistant Professor
58 salaries
unlock blur

₹3 L/yr - ₹12 L/yr

Associate Professor
6 salaries
unlock blur

₹8.5 L/yr - ₹12.6 L/yr

Technical Assistant
6 salaries
unlock blur

₹1.8 L/yr - ₹2.5 L/yr

Technical Support Engineer
5 salaries
unlock blur

₹1.8 L/yr - ₹2 L/yr

Trainer
5 salaries
unlock blur

₹5.6 L/yr - ₹5.9 L/yr

Explore more salaries
Compare Pranveer Singh 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

VIT University

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