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

Primus Global Technologies Interview Questions and Answers for Freshers

Updated 9 Jul 2024

Primus Global Technologies Interview Experiences for Freshers

Popular Designations

5 interviews found

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Skillsets hired for?
  • Q2. Monthly onboarding?

Interview Preparation Tips

Interview preparation tips for other job seekers - Overall good experience

Associate Talent Acquisition Interview Questions asked at other Companies

Q1. What are the job boards you habe used to source the quality candidates?
View answer (1)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(2 Questions)

  • Q1. Tell me about your self
  • Q2. Relevant experience
Round 2 - Technical 

(2 Questions)

  • Q1. Related Datacenter infrastructure
  • Q2. Infrastructure VMware backup storage
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 

(2 Questions)

  • Q1. What about yourself?
  • Q2. What is yours high qualification?

Interview Preparation Tips

Interview preparation tips for other job seekers - No advice..only to opportunity for me. Please job seekers give me chance...to proof myself.

Technical Support Executive Interview Questions asked at other Companies

Q1. 1. How to install windows 2. How to make pen drive bootable 3.What is taskbar 4.what is task manager 5.How to make partition in hard drive 6. How to activate windows
View answer (2)

Trainee Interview Questions & Answers

user image Anonymous

posted on 26 May 2021

I applied via Company Website and was interviewed in Apr 2021. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. Introduce yourself
  • Q2. HR related questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident

Trainee Interview Questions asked at other Companies

Q1. Ques1: There is a big file of words which is dynamically changing. We are continuously adding some words into it. How would you keep track of top 10 trending words at each moment? Ques2:Write a function that returns the length of the longes... read more
View answer (2)

Primus Global Technologies interview questions for popular designations

 Senior Data Scientist

 (2)

 SAP SD Consultant

 (1)

 Technical Support Executive

 (1)

 HR Recruiter

 (1)

 Marketing Executive

 (1)

 Process Associate

 (1)

 Technical Recruiter

 (1)

 Senior Manager

 (1)

I applied via Company Website and was interviewed in Jan 2020. There were 3 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. About for Hr? Do you know naukari and like monester
  • Q2. Hr means recruitting selecting screening hiring firing and motivating and training
  • Q3. What you know about it recruitment
  • Q4. It means a set of technical skills and also wants good communication to convince for the candidates

Interview Preparation Tips

Interview preparation tips for other job seekers - It was great plot form to showcase my skills

Talent Acquisition Executive Interview Questions asked at other Companies

Q1. How much exposure is there in real estate or sales ?
View answer (1)

Interview questions from similar companies

I applied via Recruitment Consultant and was interviewed before Oct 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Python file handling, input,output, in a file, Sql joins, list sort in python, basics of GIS, Web service how to test

Interview Preparation Tips

Interview preparation tips for other job seekers - This is hust basics not deep dive, strog ur basics to crack

Software Engineer Interview Questions & Answers

American Megatrends user image R. Arockia Ratheesh Sahayaraj

posted on 6 Nov 2015

Interview Preparation Tips

Round: Test
Experience: Only 24 people from my campus attended the placement process of this company.The experience wasn't really good.I wasn't 
short-listed for next round as my CGPA was 7.5 and need was of above 7.5 ,as they were maintaining standards.

Round: Test
Experience: 1.C aps was really tough.
2.Section 2 we had to choose either Microprocessor or Java,I preferred microprocessor . 3.Simple Questions on 8085 and 8086 instruction set was asked.
4.How much memory are there are 20 address lines,
5.Difference between SRAM and DRAM.
6.ROM is used for stack or not.
7.What are contents of Stack Pointer after PUSH and POP operation.
8.What happens after RET instruction?
9.What is CMC equivalent instruction?

Round: Test
Experience: 16 questions on Quant which are :-
Odd number in a series, Area and Volume, Games of Skill, Time and Work, Average, Trains, Boats 
and Streams, Profit and Gain were asked.
If no. of handshakes is 66,find total number of People.?
A lotus in a pond doubles in size everyday,if it fills the pond on 20th day,when will be the pond would be half?
LOGICAL REASONING-
4 men are on the side of a bridge.One torch light is with them and without it they cannot cross 
the bridge.The bridge can withstand only 2 people at a time.The time required by the persons are 1 
min,2 mins,7 mins,10 mins respectively.Find the shortest time required by all of em to cross the
bridge.
(Answer: 17 minutes)

Round: SOFT SKILLS
Experience: scenario based questions were asked:-
1.working on a project in your company and your brother is in urgent need of a project.What will you do?
2.Your friend mails the project details to some other company.what will be you reaction?
3.Your boss allows to take your team members for a treat.Whether you choose costly one or within budget?
4.Your favorite subject in your curriculum and Why?
5.Where you would view yourself in 5 years?
6.What is a dream company in your terms?
7.Any situation were your work was criticized and what was your reaction?

Skills:
College Name: Anna University Chennai
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 - Technical 

(2 Questions)

  • Q1. What is a pointer to pointer
  • Ans. 

    A pointer to pointer is a variable that stores the memory address of another pointer variable.

    • It is used to create dynamic data structures like linked lists and trees.

    • It allows multiple levels of indirection.

    • It is denoted by ** in C and C++.

    • Example: int **ptr;

    • Example: ptr = &p; where p is a pointer variable.

  • Answered by AI
  • Q2. Class, object, inheritance, polymorphism,dbms

Interview Preparation Tips

Interview preparation tips for other job seekers - Work on pointers,work on ds, study network analysis, learn more about the job and company

Skills evaluated in this interview

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

(2 Questions)

  • Q1. What are the main principles of the Java
  • Ans. 

    Main principles of Java include object-oriented programming, platform independence, and automatic memory management.

    • Object-oriented programming: Java is based on classes and objects, allowing for encapsulation, inheritance, and polymorphism.

    • Platform independence: Java code can run on any platform that has a Java Virtual Machine (JVM) installed.

    • Automatic memory management: Java uses garbage collection to automatically m

  • Answered by AI
  • Q2. What is the different between == and equals method
  • Ans. 

    The == operator compares the memory addresses of two objects, while the equals method compares the content of two objects.

    • The == operator is used to compare the memory addresses of two objects in Java.

    • The equals method is used to compare the content of two objects in Java.

    • Example: String str1 = new String("hello"); String str2 = new String("hello"); str1 == str2 will return false, but str1.equals(str2) will return true

  • Answered by AI

Skills evaluated in this interview

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

(1 Question)

  • Q1. What is jdk, string related questions, basic java oops questions?

Primus Global Technologies Interview FAQs

How many rounds are there in Primus Global Technologies interview for freshers?
Primus Global Technologies interview process for freshers usually has 1-2 rounds. The most common rounds in the Primus Global Technologies interview process for freshers are HR, Technical and Resume Shortlist.
How to prepare for Primus Global Technologies interview for freshers?
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 Primus Global Technologies. The most common topics and skills that interviewers at Primus Global Technologies expect are Communication Skills, Back Office, Data Entry, IT Recruitment and MCOM.
What are the top questions asked in Primus Global Technologies interview for freshers?

Some of the top questions asked at the Primus Global Technologies interview for freshers -

  1. What is transmission, types if transmission, what is warranty, difference bet...read more
  2. Hr means recruitting selecting screening hiring firing and motivating and train...read more
  3. It means a set of technical skills and also wants good communication to convinc...read more
How long is the Primus Global Technologies interview process?

The duration of Primus Global Technologies interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Primus Global Technologies Interview Process for Freshers

based on 2 interviews

Interview experience

4.5
  
Good
View more

Interview Questions from Similar Companies

CGS Interview Questions
3.5
 • 25 Interviews
Pitney Bowes Interview Questions
3.7
 • 21 Interviews
BlackBerry Interview Questions
3.9
 • 11 Interviews
Billennium Interview Questions
4.2
 • 11 Interviews
Solera Interview Questions
3.1
 • 11 Interviews
Ricoh Interview Questions
3.8
 • 9 Interviews
View all

Primus Global Technologies Reviews and Ratings

based on 658 reviews

3.9/5

Rating in categories

3.7

Skill development

3.9

Work-life balance

3.7

Salary

3.5

Job security

3.7

Company culture

3.4

Promotions

3.7

Work satisfaction

Explore 658 Reviews and Ratings
Information Technology Recruiter
179 salaries
unlock blur

₹1 L/yr - ₹5.5 L/yr

Senior Software Engineer
101 salaries
unlock blur

₹5.6 L/yr - ₹22 L/yr

Associate Talent Acquisition
99 salaries
unlock blur

₹1.7 L/yr - ₹4 L/yr

Software Engineer
84 salaries
unlock blur

₹4 L/yr - ₹12.1 L/yr

HR Recruiter
68 salaries
unlock blur

₹1.1 L/yr - ₹4 L/yr

Explore more salaries
Compare Primus Global Technologies with

Pitney Bowes

3.7
Compare

Ricoh

3.8
Compare

Parsons International

4.3
Compare

CGS

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