Upload Button Icon Add office photos

Filter interviews by

Pishon Primetech Interview Questions and Answers

Be the first one to contribute and help others!

Interview questions from similar companies

I applied via Naukri.com and was interviewed before Jan 2018. There were 5 interview rounds.

Interview Preparation Tips

Round: Resume Shortlist
Experience: Take a new job... I have special skill in sales . I ll be the. Best

General Tips: Try try try sure u I'll be that best in all... Work hard... Till u achieve...
Skills: Sales, Public Speaking Skills, Communication, Body Language, Problem Solving, Leadership, Time Management, Decision Making Skills
Duration: <1 week

I applied via Naukri.com and was interviewed in Dec 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. How many numbers consulting in this year?

Interview Preparation Tips

Interview preparation tips for other job seekers - Introduction your self. project. skills
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed before Jan 2024.

Round 1 - Technical 

(1 Question)

  • Q1. What is your basic knowledge of Web Forms, ASP.NET, .NET Core, and SQL Server?
  • Ans. 

    I have a strong understanding of Web Forms, ASP.NET, .NET Core, and SQL Server.

    • Proficient in creating web forms using ASP.NET

    • Experience with .NET Core for building modern web applications

    • Skilled in working with SQL Server for database management

    • Knowledge of integrating ASP.NET with SQL Server for data-driven applications

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Fundamental knowledge of Webform, .NET, and SQL Server.
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Jul 2024. There were 2 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Have you read the job description
  • Q2. What you know about Vision India Services Pvt Ltd and Why do you wish to join us
  • Ans. 

    Vision India Services Pvt Ltd is a leading software development company known for its innovative solutions and client satisfaction.

    • Vision India Services Pvt Ltd is known for its expertise in software development and IT services

    • The company has a strong reputation for delivering high-quality solutions to clients

    • Vision India Services Pvt Ltd values employee growth and provides opportunities for career advancement

    • I wish to...

  • Answered by AI
Round 2 - One-on-one 

(2 Questions)

  • Q1. What did you like the best in Job Description
  • Ans. 

    I enjoyed the opportunity to work on cutting-edge technologies and collaborate with a talented team.

    • Exciting projects using the latest technologies

    • Collaboration with a talented team

    • Opportunity for professional growth and learning

  • Answered by AI
  • Q2. Get me 2 best reason we should hire you
  • Ans. 

    I have a strong technical background and a proven track record of delivering high-quality software solutions.

    • Extensive experience in software development with proficiency in multiple programming languages such as Java, Python, and JavaScript

    • Strong problem-solving skills and ability to work well in a team environment, demonstrated by successful completion of complex projects on time and within budget

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Read JD description properly & prepare accordingly
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via Recruitment Consulltant and was interviewed in Jun 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Methodologies in Agile .
  • Ans. 

    Agile methodologies focus on iterative development, collaboration, and flexibility.

    • Agile methodologies include Scrum, Kanban, and Extreme Programming (XP).

    • Scrum involves sprints, daily stand-up meetings, and a product backlog.

    • Kanban focuses on visualizing work, limiting work in progress, and continuous delivery.

    • Extreme Programming (XP) emphasizes coding standards, pair programming, and test-driven development.

  • Answered by AI
  • Q2. How do you manage requirement changes.
  • Ans. 

    I manage requirement changes by documenting them, analyzing impact, communicating with stakeholders, and updating project plans.

    • Document all requirement changes in a centralized system

    • Analyze the impact of the changes on project scope, timeline, and budget

    • Communicate changes to stakeholders and seek their approval

    • Update project plans and documentation accordingly

    • Ensure all team members are aware of the changes and thei

  • Answered by AI

I applied via Company Website and was interviewed before Nov 2020. There were 4 interview rounds.

Interview Questionnaire 

5 Questions

  • Q1. Basic Hr question
  • Q2. 1. Introduce your self.
  • Q3. 2.Why you want to join vision india.
  • Q4. 3. What do you know about vision india.
  • Q5. Skills

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basic about companies and introduction and basic hr

I was interviewed in Mar 2021.

Round 1 - Coding Test 

(2 Questions)

Round duration - 120 minutes
Round difficulty - Easy

There were few mcqs. MCQs were easy but coding questions were little complex.

  • Q1. 

    Minimum and Maximum Candy Cost Problem

    Ram is in Ninjaland, visiting a unique candy store offering 'N' candies each with different costs. The store has a special offer: for every candy you purchase, you c...

  • Ans. 

    Determine the minimum and maximum amounts of money needed to purchase all candies with a special offer.

    • Iterate through each test case to calculate the minimum and maximum costs

    • For minimum cost, sort the candy costs and take the lowest 'K' values

    • For maximum cost, sort the candy costs in descending order and take the highest 'K' values

    • Consider edge cases like when K is 0 or equal to N

  • Answered by AI
  • Q2. 

    Multiply Linked Lists Problem Statement

    Your task is to multiply two numbers represented as linked lists and return the resultant multiplied linked list.

    Explanation:

    The multiplied list should be a lin...

  • Ans. 

    Multiply two numbers represented as linked lists and return the resultant multiplied linked list.

    • Create a function that takes two linked lists as input and returns the product as a linked list

    • Traverse both linked lists to extract the numbers, multiply them, and create a new linked list with the result

    • Handle carry over digits appropriately while multiplying the numbers

  • Answered by AI
Round 2 - Coding Test 

(2 Questions)

Round duration - 90 minutes
Round difficulty - Hard

Round was very difficult . I prefer first just try to learn how to operate hackerrank site, only then you can good with it. It was an online coding round. To clear coding rounds you have to clear your basics.

  • Q1. 

    Right View of Binary Tree

    Given a binary tree of integers, your task is to output the right view of the tree.

    The right view of a binary tree includes the nodes that are visible when the tree is observed...

  • Ans. 

    The task is to output the right view of a binary tree given its level order traversal.

    • Traverse the tree level by level and keep track of the rightmost node at each level

    • Use a queue to perform level order traversal

    • Print the rightmost node at each level to get the right view

    • Example: For input 1 2 3 4 -1 5 6 -1 7 -1 -1 -1 -1 -1 -1, the output should be 1 3 6 7

  • Answered by AI
  • Q2. 

    Buy and Sell Stock Problem Statement

    Imagine you are Harshad Mehta's friend, and you have been given the stock prices of a particular company for the next 'N' days. You can perform up to two buy-and-sell ...

  • Ans. 

    The task is to determine the maximum profit that can be achieved by performing up to two buy-and-sell transactions on a given set of stock prices.

    • Iterate through the array of stock prices to find the maximum profit that can be achieved by buying and selling stocks.

    • Keep track of the maximum profit that can be achieved by considering all possible combinations of buy and sell transactions.

    • Ensure that you sell the stock be...

  • Answered by AI
Round 3 - Face to Face 

Round duration - 35 minutes
Round difficulty - Medium

Basic interview questions, few related to basic domain questions, few from behavioral questions, few from projects. This round was not that much hard.

Interview Preparation Tips

Professional and academic backgroundI applied for the job as Software Developer in JaipurEligibility criteriaAbove 7.5 CGPAScaleneWorks People Solutions LLP interview preparation:Topics to prepare for the interview - C++, Data Structures, Algorithms, Graph and Trees, Operating Systems, Object Oriented Programming, Database Management System, Project, Development, Programming Language, Dynamic Programming, AptitudeTime required to prepare for the interview - 3 monthsInterview preparation tips for other job seekers

Tip 1 : Interviews ask few questions from Oops, DBMS, OS
Tip 2 : Brush up fundamental concepts 
Tip 3 : Have a good hold on your projects and have some internships in your resume
Tip 4 : Practice as many questions as you can

Application resume tips for other job seekers

Tip 1 : Never lie something in resume. Do not fake any skills, projects or achievements.
Tip 2 : Only write about those certificates which were related to your important things.
Tip 3 : Keep it simple (It should not be long)
Tip 4 : Do internships so that you can highlight that in your resume

Final outcome of the interviewSelected

Skills evaluated in this interview

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

(1 Question)

  • Q1. About Experience and Operations

Interview Preparation Tips

Interview preparation tips for other job seekers - It's a really good company..

I was interviewed before Aug 2021.

Round 1 - HR 

(2 Questions)

  • Q1. HR round consist of your education qualification, prior work experience
  • Q2. They even ask about the company (Hire Glocal) to check your knowledge about the company.
Round 2 - One-on-one 

(2 Questions)

  • Q1. This round is the most tricky and important .
  • Q2. As your interview is taken by the senior department head, In this round, your industry aptitude is tested, metrics of the particular market, on-going situation etc.

Interview Preparation Tips

Interview preparation tips for other job seekers - make sure you are well updated with the current market scenario if you are going for an analyst position, as it is a very crucial position in the business.

I applied via Walk-in and was interviewed before Aug 2021. 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 - HR 

(3 Questions)

  • Q1. Tell me about Yourself ?
  • Q2. Your previous employment history ?
  • Q3. Your strength and weakness ?
Round 3 - Technical 

(3 Questions)

  • Q1. Roles and responsibilities you held in your previous job ?
  • Q2. Why did you choose the HR sector ?
  • Q3. Current market trends in the industry ?
  • Ans. 

    The current market trends in the industry are shifting towards digitalization and personalization.

    • Increased focus on digital marketing and e-commerce

    • Growing demand for personalized products and services

    • Rising importance of data analytics and customer insights

    • Shift towards sustainable and eco-friendly products

    • Emergence of new technologies such as AI and IoT

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - In HR round your Communication skills and confidence is the key factor
In technical round you must be updated about the market and should be aware about the company operations.

Pishon Primetech Interview FAQs

How to prepare for Pishon Primetech 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 Pishon Primetech. The most common topics and skills that interviewers at Pishon Primetech expect are .NET, Business Development, HRIS, HTML and Java.

Tell us how to improve this page.

Pishon Primetech Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Pishon Primetech Reviews and Ratings

based on 15 reviews

4.7/5

Rating in categories

4.8

Skill development

4.7

Work-life balance

4.5

Salary

4.8

Job security

4.8

Company culture

4.7

Promotions

4.8

Work satisfaction

Explore 15 Reviews and Ratings
Compare Pishon Primetech with

Vision India Services

3.6
Compare

Creative Hands HR Consultancy

3.9
Compare

Gi Group

3.9
Compare

Scaleneworks

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