Upload Button Icon Add office photos

Filter interviews by

Poornima College of Engineering Interview Questions and Answers

Updated 12 Jun 2022

Poornima College of Engineering Interview Experiences

2 interviews found

I applied via LinkedIn

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 

(1 Question)

  • Q1. Why you want to join leaving your last organization
  • Ans. For salary increment and good work space
  • Answered Anonymously

Interview Preparation Tips

Interview preparation tips for other job seekers - Basic questions asked. Concepts must be clear

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)

I applied via Company Website and was interviewed before Mar 2021. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. It was bases on my m.tech thesis and a short demo
  • Ans. My thesis was on time synchronization in wireless sensor network
  • Answered Anonymously
Round 2 - HR 

(4 Questions)

  • Q1. What are your salary expectations?
  • Q2. What is your family background?
  • Q3. Why are you looking for a change?
  • Q4. Tell me about yourself.

Interview Preparation Tips

Interview preparation tips for other job seekers - This process was simple. Just be confident

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
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(3 Questions)

  • Q1. About subjects I handled?
  • Q2. About my native place
  • Q3. About the Demo of subject
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

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

Round 1 - Technical 

(13 Questions)

  • Q1. How do you train semi supervised machine learning models?
  • Ans. 

    Train semi supervised machine learning models by using a combination of labeled and unlabeled data.

    • Start by training a model on a small amount of labeled data

    • Use the trained model to make predictions on the unlabeled data

    • Incorporate the predictions into the training set and retrain the model

    • Repeat the process until the model reaches a satisfactory level of performance

  • Answered by AI
  • Q2. What are the parametric types of machine learning?
  • Ans. 

    Parametric types of machine learning are algorithms that make assumptions about the functional form of the relationship between inputs and outputs.

    • Parametric models have a fixed number of parameters that are learned from the training data.

    • Examples include linear regression, logistic regression, and linear SVM.

    • They are often simpler and faster to train compared to non-parametric models.

    • Parametric models are suitable for...

  • Answered by AI
  • Q3. What are the types of Machine Learning?
  • Ans. 

    Types of Machine Learning include supervised learning, unsupervised learning, semi-supervised learning, reinforcement learning, and self-supervised learning.

    • Supervised Learning: The model is trained on labeled data.

    • Unsupervised Learning: The model is trained on unlabeled data.

    • Semi-Supervised Learning: A combination of labeled and unlabeled data is used for training.

    • Reinforcement Learning: The model learns through trial...

  • Answered by AI
  • Q4. Explain Eigen value
  • Ans. 

    Eigen value is a scalar associated with a square matrix that represents how a transformation stretches or compresses space along its eigenvectors.

    • Eigen values are solutions to the characteristic equation det(A - λI) = 0, where A is the matrix, λ is the eigen value, and I is the identity matrix.

    • They represent the factor by which the eigenvector is scaled during the transformation.

    • Eigen values can be real or complex numb...

  • Answered by AI
  • Q5. What is Eigen Vector
  • Ans. 

    Eigen vector is a vector that does not change its direction when a linear transformation is applied to it.

    • Eigen vectors are used in linear algebra to understand the behavior of linear transformations.

    • They represent directions along which a linear transformation has a simple effect, such as scaling.

    • Eigen vectors are associated with eigenvalues, which represent the scaling factor of the eigenvector.

    • For example, in a 2x2 ...

  • Answered by AI
  • Q6. What is the maths behind PCA
  • Ans. 

    PCA is a mathematical technique used for dimensionality reduction by finding the principal components of a dataset.

    • PCA involves calculating the eigenvectors and eigenvalues of the covariance matrix of the data.

    • The eigenvectors represent the directions of maximum variance in the data, while the eigenvalues indicate the amount of variance along each eigenvector.

    • The principal components are the eigenvectors corresponding ...

  • Answered by AI
  • Q7. If you are given a small dataset of 300 samples, what would you choose over a neural network with more number of hidden layers or a neural network with one hidden layer. Justify your explanation in terms o...
  • Ans. 

    For a small dataset of 300 samples, a neural network with one hidden layer would be more suitable for better accuracy.

    • A neural network with one hidden layer is simpler and less prone to overfitting on a small dataset.

    • With a small dataset, a complex neural network with more hidden layers may lead to overfitting and poor generalization.

    • A neural network with one hidden layer can capture the basic patterns in the data effe...

  • Answered by AI
  • Q8. Can a neural network accept complex number as input?
  • Ans. 

    Yes, a neural network can accept complex numbers as input.

    • Neural networks can be designed to accept complex numbers as input by using complex-valued weights and activations.

    • Complex-valued neural networks have been used in applications such as signal processing and image recognition.

    • Complex numbers can represent both magnitude and phase information, making them useful for certain types of data.

    • Complex-valued neural netw...

  • Answered by AI
  • Q9. What is kmeans algorithm, Explain it?
  • Ans. 

    kmeans algorithm is a clustering algorithm that partitions data into k clusters based on similarity.

    • Divides data points into k clusters based on distance from centroid

    • Iteratively assigns data points to nearest centroid and updates centroids

    • Converges when centroids no longer change significantly

    • Commonly used in machine learning for clustering data points

  • Answered by AI
  • Q10. What are the evaluation metrics?
  • Ans. 

    Evaluation metrics are used to measure the performance or effectiveness of a system, project, or process.

    • Evaluation metrics can include quantitative measures such as accuracy, precision, recall, F1 score, and AUC-ROC.

    • They can also include qualitative measures such as user satisfaction, usability, and user engagement.

    • Evaluation metrics help in assessing the success of a project or system and identifying areas for improv...

  • Answered by AI
  • Q11. Machine learning vs Deep Learning
  • Ans. 

    Machine learning is a subset of artificial intelligence that focuses on developing algorithms to make predictions based on data, while deep learning is a subset of machine learning that uses neural networks to learn from large amounts of data.

    • Machine learning involves developing algorithms that can learn from and make predictions or decisions based on data.

    • Deep learning is a subset of machine learning that uses neural ...

  • Answered by AI
  • Q12. How do you select k value in kmeans algorithm?
  • Ans. 

    Selecting k value in kmeans algorithm involves using techniques like elbow method and silhouette score.

    • Use the elbow method to find the point where the rate of decrease sharply shifts, indicating the optimal k value.

    • Calculate silhouette score for different k values and choose the one with the highest score.

    • Consider domain knowledge and the specific problem requirements when selecting k value.

    • Experiment with different k...

  • Answered by AI
  • Q13. How do you calculate precision & recall for n x n confusion matrix?
  • Ans. 

    Precision and recall can be calculated using values from a confusion matrix.

    • Precision = TP / (TP + FP)

    • Recall = TP / (TP + FN)

    • Where TP = True Positive, FP = False Positive, FN = False Negative

    • For an n x n confusion matrix, sum the values in each row and column to get TP, FP, and FN for each class

  • Answered by AI

Interview Preparation Tips

Topics to prepare for IIT Guwahati Junior Research Fellow interview:
  • Based on the project

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - One-on-one 

(3 Questions)

  • Q1. Why would you fit the role
  • Q2. What is your experience
  • Q3. Are you ok to work in Bangalore

sales profile Interview Questions & Answers

Canam Consultants user image Anonymous

posted on 17 Nov 2023

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
No response

I applied via LinkedIn and was interviewed in Jun 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 - One-on-one 

(2 Questions)

  • Q1. One one one round seemed to be very positive
  • Q2. I was told there will be a second round by the head sales and it never happened inspite of getting reminders that it will happen soon. please dont play with candidates CANAM
Round 3 - One-on-one 

(2 Questions)

  • Q1. Talked abt experience in team handling and international exposure
  • Q2. Generic sales process questions and kras

Interview Preparation Tips

Interview preparation tips for other job seekers - It was a very upsetting experience. 2 rounds Hr and process round were cleared. Twice I was told on calls n in person that the final round will be with the CEO. Twice messages also came from the HR that my round with CEO will happen soon. After 1.5 months of wait I messaged them again n I was told the position has been ed nclos they picked someone. Not fair I wasted my time and energy.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Jun 2023. There were 4 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. Related your research and subject
  • Q2. Algorithm design techniques
  • Ans. 

    Algorithm design techniques involve strategies for solving problems efficiently.

    • Divide and conquer: Break problem into smaller subproblems, solve them recursively (e.g. merge sort)

    • Dynamic programming: Store solutions to subproblems to avoid redundant calculations (e.g. Fibonacci sequence)

    • Greedy algorithms: Make locally optimal choices at each step to find global optimum (e.g. Dijkstra's algorithm)

    • Backtracking: Try all ...

  • Answered by AI
  • Q3. Data structures and related concepts
Round 3 - HR 

(1 Question)

  • Q1. Document submission and related queries
Round 4 - One-on-one 

(1 Question)

  • Q1. Introduction, and vision for improving academics for the organisation

Skills evaluated in this interview

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

I applied via Indeed and was interviewed in Jun 2023. There were 5 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Aptitude Test 

Logical reasoning and analytical thinking and written skills

Round 3 - HR 

(1 Question)

  • Q1. Basic screening understanding the contribution and expertise from previous experience, expectations, family background, how role can be justified if they hire
Round 4 - Technical 

(1 Question)

  • Q1. Process related, knowledge related, team management,sales management, planning of business, who can one can add value,how one can withstand with competition.
Round 5 - HR 

(1 Question)

  • Q1. Salary discussion for remuneration round.

Interview Preparation Tips

Interview preparation tips for other job seekers - Just know the role you applied, if you are experienced or fresher understand the role requirements match to the expectations, do bit reaserch on company before you go for interview, can help to add value
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. How sallary pay for previous university
  • Ans. 

    The salary pay for previous university is not available.

    • Salary pay for previous university is not disclosed.

    • I don't have access to the salary information of previous university.

    • Unfortunately, I cannot provide the salary pay for previous university.

  • Answered by AI
Round 2 - Assignment 

Vitals assignment on bsc nursing

Interview Preparation Tips

Interview preparation tips for other job seekers - NIMS University is of absolutely no standard, no salary on time basis and really very bad university in Rajasthan.
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. How to arrange files in the order of most money collected
  • Ans. 

    Arrange files by most money collected

    • Create a list of files with corresponding amounts collected

    • Sort the list in descending order based on the amount collected

    • Arrange the files in the order of most money collected

  • Answered by AI
Round 2 - HR 

(1 Question)

  • Q1. What was previous salary

Interview Preparation Tips

Interview preparation tips for other job seekers - just pass 10th required

Poornima College of Engineering Interview FAQs

How many rounds are there in Poornima College of Engineering interview?
Poornima College of Engineering interview process usually has 2 rounds. The most common rounds in the Poornima College of Engineering interview process are HR, Technical and Resume Shortlist.

Tell us how to improve this page.

Poornima College of Engineering Interview Process

based on 2 interviews

Interview experience

1.5
  
Bad
View more

Poornima College of Engineering Reviews and Ratings

based on 46 reviews

3.9/5

Rating in categories

3.6

Skill development

3.7

Work-life balance

3.5

Salary

3.3

Job security

3.7

Company culture

3.6

Promotions

3.6

Work satisfaction

Explore 46 Reviews and Ratings
Assistant Professor
24 salaries
unlock blur

₹2.2 L/yr - ₹6 L/yr

Associate Professor
8 salaries
unlock blur

₹6 L/yr - ₹8.4 L/yr

Technical Assistant
5 salaries
unlock blur

₹0.9 L/yr - ₹1.9 L/yr

Executive Officer
4 salaries
unlock blur

₹1.7 L/yr - ₹2 L/yr

Technical Support Engineer
3 salaries
unlock blur

₹1.8 L/yr - ₹2.1 L/yr

Explore more salaries
Compare Poornima College of Engineering with

Narayana e-Techno School

3.6
Compare

Sunstone

3.7
Compare

Nettur Technical Training Foundation

3.9
Compare

Sharda University

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