Upload Button Icon Add office photos
Premium Employer

i

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

PrimeSoft Solutions Verified Tick

Compare button icon Compare button icon Compare
3.4

based on 60 Reviews

Filter interviews by

PrimeSoft Solutions Interview Questions and Answers

Updated 21 Jun 2024

PrimeSoft Solutions Interview Experiences

Popular Designations

9 interviews found

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected
Round 1 - Technical 

(2 Questions)

  • Q1. Jsp related,java basic
  • Q2. Four pillars of java?
  • Ans. 

    The four pillars of Java are abstraction, encapsulation, inheritance, and polymorphism.

    • Abstraction: Hides complex implementation details and only shows the necessary features. Example: Interface in Java.

    • Encapsulation: Bundles data and methods into a single unit. Example: Class in Java.

    • Inheritance: Allows a class to inherit properties and behavior from another class. Example: Parent and child classes.

    • Polymorphism: Allow...

  • Answered by AI

Skills evaluated in this interview

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (167)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Mar 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

They will directly share the test link in zoom meeting

Round 2 - Group Discussion 

They will give one topic you can discuss on the topic

Round 3 - HR 

(2 Questions)

  • Q1. They will ask your academics and basic questions on technical
  • Q2. Say about your academics projects

Interview Preparation Tips

Topics to prepare for PrimeSoft Solutions Software Developer interview:
  • basic coding knowledge
Interview preparation tips for other job seekers - try you level

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray SumGiven an array of numbers, find the maximum sum of any contiguous subarray of the array. For example, given the array [34, -50, 42, 14, -5, 86], the maximum sum would be 137, since we would take elements 42, 14, -5, and ... read more
View answer (39)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
Selected Selected
Round 1 - One-on-one 

(1 Question)

  • Q1. Question related to Manual testing

Quality Analyst Interview Questions asked at other Companies

Q1. How you will maintain the balance between operations and quality so that they do not have any conflicts of interest
View answer (3)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Tell us what did you did in your previous organazation?

Senior Quality Analyst Interview Questions asked at other Companies

Q1. - Difference Between Verification and Vakudation -Difference between Microprocessor and Microcontroller -Test levels - Difference between Smoke and Regression - Who does Verification of software and Validation of Software - If a functionali... read more
View answer (1)

PrimeSoft Solutions interview questions for popular designations

 Associate Engineer

 (1)

 Devops Engineer

 (1)

 Quality Analyst

 (1)

 Senior Quality Analyst

 (1)

 Senior Software Engineer

 (1)

 Software Developer

 (1)

 Software Engineer

 (1)

 UI Frontend Developer

 (1)

Associate Engineer Interview Questions & Answers

user image Md.Abdul Kalam

posted on 5 Feb 2024

Interview experience
3
Average
Difficulty level
Easy
Process Duration
-
Result
No response

I applied via Walk-in and was interviewed in Jan 2024. There was 1 interview round.

Round 1 - Aptitude Test 

The 1st round was appitude & java Technical questions it is easy mode

Interview Preparation Tips

Topics to prepare for PrimeSoft Solutions Associate Engineer interview:
  • arrays
  • threads
  • object & class
  • exceptions
Interview preparation tips for other job seekers - but they are looking only for CSE students

Associate Engineer Interview Questions asked at other Companies

Q1. Count Ways To Reach The N-th StairsYou have been given a number of stairs. Initially, you are at the 0th stair, and you need to reach the Nth stair. Each time you can either climb one step or two steps. You are supposed to return the number... read more
View answer (5)

Btech Interview Questions & Answers

user image Anonymous

posted on 19 Apr 2024

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

I applied via Naukri.com and was interviewed in Jun 2023. There were 2 interview rounds.

Round 1 - HR 

(2 Questions)

  • Q1. What is software testing
  • Q2. What are types of testing
Round 2 - HR 

(2 Questions)

  • Q1. Why are you choose in IT side
  • Q2. How much expected salary

Skills evaluated in this interview

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

I applied via Approached by Company and was interviewed before Jun 2023. There were 2 interview rounds.

Round 1 - One-on-one 

(1 Question)

  • Q1. Angular concepts
Round 2 - One-on-one 

(1 Question)

  • Q1. Angular concepts

Interview Preparation Tips

Topics to prepare for PrimeSoft Solutions Senior Software Engineer interview:
  • Angular
  • HTML
  • CSS
  • Javascript

Senior Software Engineer Interview Questions asked at other Companies

Q1. Pascal's TriangleYou are given an integer N. Your task is to return a 2-D ArrayList containing the pascal’s triangle till the row N. A Pascal's triangle is a triangular array constructed by summing adjacent elements in preceding rows. Pasca... read more
View answer (5)
Round 1 - Technical 

(2 Questions)

  • Q1. React basics like its lifecycle, diff algo and all
  • Q2. Redux basics, syntax, basics and all

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep basics ready for react and redux and its theory

UI Frontend Developer Interview Questions asked at other Companies

Q1. What are pseudo classes and pseudo elements in CSS?
View answer (1)

I applied via Recruitment Consultant and was interviewed in Aug 2020. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. Total practical scenario based questions on Azure and DevOps
  • Q2. Log monitoring questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Be clear and frank while you speak and be to the point.

Devops Engineer Interview Questions asked at other Companies

Q1. Reverse the StringYou are given a string 'STR'. The string contains [a-z] [A-Z] [0-9] [special characters]. You have to find the reverse of the string. For example: If the given string is: STR = "abcde". You have to print the string "edcba... read more
View answer (3)

Interview questions from similar companies

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

I applied via Instahyre and was interviewed in Nov 2024. There was 1 interview round.

Round 1 - Technical 

(4 Questions)

  • Q1. Coalesce, SQL Order of Execution
  • Q2. Given a table with fields(id, name, salary, managerId) find out the managers who have atleast 5 reportees under him/her.
  • Ans. 

    Use SQL query to count number of reportees for each manager and filter out those with atleast 5 reportees.

    • Write a SQL query to count number of reportees for each manager using GROUP BY clause

    • Add HAVING clause to filter out managers with atleast 5 reportees

    • Example: SELECT managerId, COUNT(id) AS num_reportees FROM table_name GROUP BY managerId HAVING num_reportees >= 5

  • Answered by AI
  • Q3. How to manage large datasets in python
  • Ans. 

    Use libraries like pandas and dask to efficiently manage large datasets in Python.

    • Use pandas library for data manipulation and analysis.

    • Use dask library for parallel computing and out-of-core processing.

    • Optimize memory usage by loading data in chunks or using data types efficiently.

    • Consider using cloud services like AWS S3 or Google BigQuery for storing and processing large datasets.

  • Answered by AI
  • Q4. Name few of the commonly used python libraries used by DA
  • Ans. 

    Some commonly used Python libraries for Data Analysts are Pandas, NumPy, Matplotlib, and Scikit-learn.

    • Pandas - used for data manipulation and analysis

    • NumPy - used for numerical computing and working with arrays

    • Matplotlib - used for data visualization

    • Scikit-learn - used for machine learning and data mining

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Nineleaps Technology Solutions Data Analyst interview:
  • SQL
  • Python
Interview preparation tips for other job seekers - Focus on basics of SQL, Python and practice tricky SQL interview questions.

PrimeSoft Solutions Interview FAQs

How many rounds are there in PrimeSoft Solutions interview?
PrimeSoft Solutions interview process usually has 1-2 rounds. The most common rounds in the PrimeSoft Solutions interview process are HR, One-on-one Round and Technical.
How to prepare for PrimeSoft Solutions 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 PrimeSoft Solutions. The most common topics and skills that interviewers at PrimeSoft Solutions expect are Javascript, Automation, Agile, SQL and Coding.
What are the top questions asked in PrimeSoft Solutions interview?

Some of the top questions asked at the PrimeSoft Solutions interview -

  1. What is software test...read more
  2. What are types of test...read more
  3. Four pillars of ja...read more

Tell us how to improve this page.

PrimeSoft Solutions Interview Process

based on 7 interviews in last 1 year

Interview experience

3.9
  
Good
View more

People are getting interviews through

based on 5 PrimeSoft Solutions interviews
Job Portal
WalkIn
Recruitment Consultant
40%
20%
20%
20% candidates got the interview through other sources.
Moderate Confidence
?
Moderate Confidence means the data is based on a sufficient number of responses received from the candidates

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10k Interviews
Infosys Interview Questions
3.7
 • 7.4k Interviews
Wipro Interview Questions
3.7
 • 5.5k Interviews
Tech Mahindra Interview Questions
3.6
 • 3.7k Interviews
HCLTech Interview Questions
3.6
 • 3.6k Interviews
LTIMindtree Interview Questions
3.9
 • 2.7k Interviews
Mphasis Interview Questions
3.4
 • 772 Interviews
View all

PrimeSoft Solutions Reviews and Ratings

based on 60 reviews

3.4/5

Rating in categories

3.0

Skill development

3.3

Work-Life balance

3.3

Salary & Benefits

2.7

Job Security

3.0

Company culture

2.9

Promotions/Appraisal

3.0

Work Satisfaction

Explore 60 Reviews and Ratings
Devops Engineer
74 salaries
unlock blur

₹4 L/yr - ₹10 L/yr

Software Engineer
72 salaries
unlock blur

₹4 L/yr - ₹13.5 L/yr

Senior Software Engineer
41 salaries
unlock blur

₹8 L/yr - ₹24.1 L/yr

DevOps Support Engineer
36 salaries
unlock blur

₹3 L/yr - ₹10 L/yr

QA Engineer
27 salaries
unlock blur

₹3.5 L/yr - ₹9 L/yr

Explore more salaries
Compare PrimeSoft Solutions with

Infosys

3.7
Compare

TCS

3.7
Compare

Wipro

3.7
Compare

HCLTech

3.6
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview