Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Primus Global Technologies Team. If you also belong to the team, you can get access from here

Primus Global Technologies Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Clear (1)

Primus Global Technologies HR IT Recruiter Interview Questions and Answers

Updated 8 Apr 2021

Primus Global Technologies HR IT Recruiter Interview Experiences

1 interview found

I applied via LinkedIn and was interviewed in Mar 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. General questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident

Interview questions from similar companies

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

I applied via Naukri.com and was interviewed before Mar 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 Resume tips
Round 2 - Aptitude Test 

General knowledge, work expering, typing speed

Round 3 - HR 

(2 Questions)

  • Q1. 1. Technical quarries, 2. about your shelf ? 3. working experiance ? 4. Good communication
  • Q2. About your shelf? about the organization?

Interview Preparation Tips

Interview preparation tips for other job seekers - good knowledge about the required skills and good communication.

I applied via Recruitment Consulltant and was interviewed in Jul 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 Resume tips
Round 2 - Technical 

(1 Question)

  • Q1. Skill based qualifications
Round 3 - HR 

(1 Question)

  • Q1. Discuss all things like salary, location ,joining date etc.

Interview Preparation Tips

Interview preparation tips for other job seekers - It's so interesting activity am sharing for my experience all about my work .
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Jun 2024. There were 3 interview rounds.

Round 1 - Technical 

(4 Questions)

  • Q1. Question From Regression, classification and clustering Algorithm.
  • Q2. Bagging and boosting
  • Q3. How to handel less dataset for regression problems
  • Ans. 

    Use techniques like regularization, feature selection, cross-validation, and data augmentation.

    • Utilize regularization techniques like Lasso or Ridge regression to prevent overfitting.

    • Perform feature selection to focus on the most important variables and reduce noise.

    • Use cross-validation to assess model performance and generalizability.

    • Consider data augmentation techniques like synthetic data generation or bootstrapping...

  • Answered by AI
  • Q4. Python Coding and some scenario based ML question.
Round 2 - One-on-one 

(2 Questions)

  • Q1. Question from My project and mentioned skills in resume
  • Q2. How will you lead team and what your ways.
  • Ans. 

    I will lead by setting clear goals, providing guidance, fostering collaboration, and recognizing team achievements.

    • Set clear goals and expectations for the team

    • Provide guidance and support to team members

    • Foster collaboration and communication within the team

    • Recognize and reward team achievements

    • Lead by example and demonstrate strong work ethic

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Salary and Notice period

Interview Preparation Tips

Interview preparation tips for other job seekers - Be crips in your resume and have good confidence to express yourself.

Skills evaluated in this interview

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

I applied via Referral and was interviewed before Dec 2021. 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 Resume tips
Round 2 - Technical 

(2 Questions)

  • Q1. What is p value? What is spacy, NLP, NER model?
  • Ans. 

    p value is a statistical measure that helps determine the significance of a hypothesis test.

    • p value is the probability of obtaining a result as extreme or more extreme than the observed result, assuming the null hypothesis is true.

    • A p value of less than 0.05 is considered statistically significant.

    • Spacy is an open-source software library for advanced natural language processing (NLP).

    • NLP is a field of study that focuse...

  • Answered by AI
  • Q2. What is lamda function in python?
  • Ans. 

    Lambda function is an anonymous function in Python that can take any number of arguments and can only have one expression.

    • Lambda functions are defined using the keyword 'lambda'.

    • They are commonly used with built-in functions like filter(), map(), and reduce().

    • Lambda functions can be used to create small, throwaway functions that are not needed elsewhere in the code.

    • They are often used to write more concise and readable...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - If your basics are strong you can clear technical rpund.

Skills evaluated in this interview

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

(1 Question)

  • Q1. Basics of Machine Learning, Gradient Descent, Trade-off, etc.
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Apr 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 Resume tips
Round 2 - Technical 

(1 Question)

  • Q1. 1. 2 python coding questions. First one was to find common elements between given 2 arrays. Second was to reverse the string and return back. 2. Discussions on project, Machine learning, Deep learning conc...
Round 3 - Technical 

(1 Question)

  • Q1. 1.Discussions on project, one case study given related to data science and other behavioral questions asked.

Interview Preparation Tips

Interview preparation tips for other job seekers - 1.Have good understanding of basic python, SQL will suffice.
2.Have a good grasp on project you have done.
Interview experience
4
Good
Difficulty level
Easy
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before Mar 2023. There was 1 interview round.

Round 1 - Technical 

(4 Questions)

  • Q1. What is F Score
  • Ans. 

    F Score is a measure of a test's accuracy that considers both the precision and recall of the test.

    • F Score is calculated using the formula: 2 * (precision * recall) / (precision + recall)

    • It is used in binary classification tasks to balance precision and recall.

    • A high F Score indicates a model with both high precision and high recall.

  • Answered by AI
  • Q2. What is TFIDF in NLP
  • Ans. 

    TFIDF stands for Term Frequency-Inverse Document Frequency, a numerical statistic that reflects how important a word is to a document in a collection or corpus.

    • TFIDF is used in natural language processing to evaluate the importance of a word in a document relative to a collection of documents.

    • It combines two metrics: term frequency (TF) and inverse document frequency (IDF).

    • TFIDF helps in identifying the significance of...

  • Answered by AI
  • Q3. What is cosine similarity
  • Ans. 

    Cosine similarity is a measure of similarity between two non-zero vectors of an inner product space.

    • It measures the cosine of the angle between two vectors.

    • Values range from -1 (completely opposite) to 1 (identical), with 0 indicating orthogonality.

    • Commonly used in text mining for document similarity and recommendation systems.

  • Answered by AI
  • Q4. How do you generate embeddings
  • Ans. 

    Embeddings are generated by converting words or entities into numerical vectors in a high-dimensional space.

    • Use pre-trained word embeddings like Word2Vec, GloVe, or FastText

    • Train your own embeddings using algorithms like Word2Vec, GloVe, or FastText on a large corpus of text data

    • Fine-tune pre-trained embeddings on domain-specific data to improve performance

  • Answered by AI

Skills evaluated in this interview

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

I applied via Recruitment Consulltant and was interviewed in Jul 2024. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Deep questions about Machine learning, Deep learning, Generative AI, the working of transformers etc.
Round 2 - Technical 

(1 Question)

  • Q1. Deep questions about Machine learning and deep learning with projects done. This was a client round.
Round 3 - HR 

(1 Question)

  • Q1. Salary discussion, project discussion, why change? Why Wipro
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Explain BERT Model Architecture and It differs form GPT
  • Ans. 

    BERT is a bidirectional transformer model for pre-training language representations, while GPT is a generative model.

    • BERT is a pre-training model that learns contextual representations of words by considering both left and right context.

    • GPT is a generative model that uses a transformer decoder to generate text based on the context.

    • BERT is bidirectional, meaning it can understand the context of a word by looking at both...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Know your Project well , what are problem you faced how you solved them techniques used concept behind the technique

Skills evaluated in this interview

Contribute & help others!
anonymous
You can choose to be anonymous

Recently Viewed

SALARIES

The Akshaya Patra Foundation

SALARIES

The Akshaya Patra Foundation

SALARIES

The Akshaya Patra Foundation

SALARIES

Magneti Marelli Motherson Auto System

SALARIES

The Akshaya Patra Foundation

INTERVIEWS

Kiswok Industries

No Interviews

INTERVIEWS

Primus Global Technologies

No Interviews

SALARIES

Magneti Marelli Motherson Auto System

No Salaries

LIST OF COMPANIES

Deenanath Mangeshkar Hospital

Locations

SALARIES

The Akshaya Patra Foundation

Tell us how to improve this page.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Accenture Interview Questions
3.8
 • 8.2k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Cognizant Interview Questions
3.7
 • 5.6k Interviews
Capgemini Interview Questions
3.7
 • 4.8k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
IBM Interview Questions
4.0
 • 2.3k Interviews
View all
Primus Global Technologies HR IT Recruiter Salary
based on 7 salaries
₹1.1 L/yr - ₹3.3 L/yr
At par with the average HR IT Recruiter Salary in India
View more details

Primus Global Technologies HR IT Recruiter Reviews and Ratings

based on 3 reviews

3.2/5

Rating in categories

3.2

Skill development

3.9

Work-life balance

2.8

Salary

2.4

Job security

3.4

Company culture

2.2

Promotions

3.8

Work satisfaction

Explore 3 Reviews and Ratings
Information Technology Recruiter
181 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Engineer
100 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Associate Talent Acquisition
99 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer
83 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

HR Recruiter
68 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Primus Global Technologies with

TCS

3.7
Compare

Infosys

3.6
Compare

Wipro

3.7
Compare

HCLTech

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