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 Payment Posting Interview Questions and Answers

Updated 10 Mar 2022

Primus Global Technologies Payment Posting Interview Experiences

1 interview found

I applied via Naukri.com and was interviewed in Feb 2022. There were 2 interview rounds.

Round 1 - HR 

(2 Questions)

  • Q1. Tell me about yourself.
  • Q2. What are the job responsibilities in your current organization
Round 2 - One-on-one 

(1 Question)

  • Q1. Why are you looking for a job

Interview Preparation Tips

Interview preparation tips for other job seekers - Communication skill is very important to clear a interview

Interview questions from similar companies

I applied via Naukri.com and was interviewed in Jan 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 - HR 

(7 Questions)

  • Q1. Where do you see yourself in 5 years?
  • Q2. What are your strengths and weaknesses?
  • Q3. Why are you looking for a change?
  • Q4. Why should we hire you?
  • Q5. What are your salary expectations?
  • Q6. What is your family background?
  • Q7. Share details of your previous job.
Round 3 - HR 

(1 Question)

  • Q1. What are your salary expectations?

Interview Preparation Tips

Interview preparation tips for other job seekers - Share personal details clearly

I applied via Naukri.com and was interviewed in Jan 2022. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Almost everything from statistics to EDA & ML models
Round 2 - Technical 

(1 Question)

  • Q1. Mostly on projects I've already done, especially on last project and project of the interviewer
Round 3 - HR 

(6 Questions)

  • Q1. What are your salary expectations?
  • Q2. What is your family background?
  • Q3. Share details of your previous job.
  • Q4. Why should we hire you?
  • Q5. Why are you looking for a change?
  • Q6. Tell me about yourself.

Interview Preparation Tips

Interview preparation tips for other job seekers - learn basics correctly.
understand everything from your projects.
thats it..rock it

I applied via Approached by Company and was interviewed in May 2022. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. ML and python questions at depth

Interview Preparation Tips

Interview preparation tips for other job seekers - Worst HR, very rude. they are paying much less salary than the market and then also their behaviours is not professional.

If you have any other offers don't go for this company as they don't you pay good, you won't get any good work working there.
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
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
1
Bad
Difficulty level
Moderate
Process Duration
-
Result
Not Selected

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

Round 1 - Technical 

(7 Questions)

  • Q1. Difference between attention and self attention
  • Ans. 

    Attention focuses on specific parts of input data, while self attention considers relationships within the input data itself.

    • Attention is used in models like seq2seq for machine translation to focus on relevant parts of the input sequence.

    • Self attention is used in transformer models to capture dependencies between different words in a sentence.

    • Attention mechanisms can be either global or local, while self attention is

  • Answered by AI
  • Q2. Project related questions
  • Q3. Feature engineering
  • Q4. Handling null values
  • Ans. 

    Handling null values is crucial for data integrity and analysis.

    • Identify null values in the dataset using functions like isnull() or isna()

    • Decide on the best strategy to handle null values - imputation, deletion, or flagging

    • Impute missing values using mean, median, mode, or predictive modeling techniques

    • Delete rows or columns with a high percentage of missing values if they cannot be imputed

    • Flag null values to distingu

  • Answered by AI
  • Q5. Handling imbalanced training data
  • Ans. 

    Handling imbalanced training data is crucial for model performance and accuracy.

    • Use techniques like oversampling, undersampling, or SMOTE to balance the dataset

    • Utilize algorithms that are robust to imbalanced data, such as Random Forest or XGBoost

    • Consider using ensemble methods or cost-sensitive learning to address class imbalance

  • Answered by AI
  • Q6. Overfitting optimize
  • Q7. What is text embeddings
  • Ans. 

    Text embeddings are numerical representations of text data that capture semantic meaning.

    • Text embeddings convert words or sentences into numerical vectors.

    • They are used in natural language processing tasks like sentiment analysis, text classification, and machine translation.

    • Popular techniques for generating text embeddings include Word2Vec, GloVe, and BERT.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - The interviewer wanted bookish answers and was kinda rude for no reason and wasn't interested in listening

Skills evaluated in this interview

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

Primus Global Technologies Interview FAQs

How many rounds are there in Primus Global Technologies Payment Posting interview?
Primus Global Technologies interview process usually has 2 rounds. The most common rounds in the Primus Global Technologies interview process are HR and One-on-one Round.

Recently Viewed

SALARIES

The Akshaya Patra Foundation

INTERVIEWS

Primus Global Technologies

No Interviews

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

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 Payment Posting Reviews and Ratings

based on 1 review

5.0/5

Rating in categories

5.0

Skill development

5.0

Work-life balance

5.0

Salary

5.0

Job security

5.0

Company culture

5.0

Promotions

5.0

Work satisfaction

Explore 1 Review and Rating
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