Upload Button Icon Add office photos
Engaged Employer

i

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

Perforce Software Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Perforce Software Interview Questions, Process, and Tips

Updated 14 Nov 2024

Top Perforce Software Interview Questions and Answers

View all 8 questions

Perforce Software Interview Experiences

Popular Designations

8 interviews found

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

I applied via Naukri.com and was interviewed in Oct 2024. There was 1 interview round.

Round 1 - Technical 

(3 Questions)

  • Q1. Currying, closure, es6 features
  • Q2. Event looping, prototype chaining
  • Q3. Html structure, meta tag, viewport

Interview Preparation Tips

Topics to prepare for Perforce Software Senior Software Engineer interview:
  • React.Js
  • Javascript
  • Typescript
  • Es6

Senior Software Engineer Interview Questions asked at other Companies

Q1. Nth Prime Number Problem Statement Find the Nth prime number given a number N. Explanation: A prime number is greater than 1 and is not the product of two smaller natural numbers. A prime number has exactly two distinct positive divisors: 1... read more
View answer (1)
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com and was interviewed in Sep 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Scenario based question on Elasticsearch startup issues on a K8s cluster.
  • Q2. Write a terraform script to create a VM in a cloud provider of your choice and run a service on it.
  • Ans. 

    Use Terraform to create a VM and run a service on a cloud provider

    • Define provider and resource in Terraform script

    • Specify VM instance type, disk size, and networking configurations

    • Provision a script to install and start the service on the VM

  • Answered by AI

Skills evaluated in this interview

Senior Software Engineer Interview Questions asked at other Companies

Q1. Nth Prime Number Problem Statement Find the Nth prime number given a number N. Explanation: A prime number is greater than 1 and is not the product of two smaller natural numbers. A prime number has exactly two distinct positive divisors: 1... read more
View answer (1)
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 Aug 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Aptitude and problem solving, puzzles more were asked.

Round 2 - Coding Test 

Deeper data structures and algorithm questions on trees, stack, dfs etc.

AWS Devops Engineer Interview Questions asked at other Companies

Q1. how do you troubleshoot a docker container that is going to die?
View answer (1)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I was interviewed in Aug 2024.

Round 1 - Coding Test 

Hackertank Test containing dsa question

Round 2 - HR 

(2 Questions)

  • Q1. Define success for you
  • Ans. 

    Success for me is achieving personal and professional goals while maintaining a healthy work-life balance.

    • Achieving personal goals such as learning new technologies or completing a project

    • Receiving positive feedback from colleagues or clients

    • Maintaining a healthy work-life balance by setting boundaries and taking time for self-care

    • Feeling fulfilled and satisfied with my work

  • Answered by AI
  • Q2. Why changing your job
  • Ans. 

    Seeking new challenges and opportunities for growth in a different environment.

    • Looking for a new challenge to expand my skills and knowledge

    • Interested in exploring different technologies and industries

    • Seeking better career advancement opportunities

    • Wanting to work in a more collaborative team environment

  • Answered by AI

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)

Perforce Software interview questions for popular designations

 Senior Software Engineer

 (2)

 AWS Devops Engineer

 (1)

 Reactjs Developer

 (1)

 Software Developer

 (1)

 Software Engineer

 (1)

Reactjs Developer Interview Questions & Answers

user image Himanshu Suryawanshi

posted on 23 Jul 2024

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

(2 Questions)

  • Q1. Why react over other framework
  • Ans. 

    React offers a component-based architecture, virtual DOM for performance, and strong community support.

    • Component-based architecture allows for reusability and easier maintenance of code.

    • Virtual DOM ensures efficient updates to the actual DOM, improving performance.

    • Strong community support provides a wealth of resources, libraries, and tools for development.

    • React's declarative approach simplifies UI development by focus

  • Answered by AI
  • Q2. How to get real time data
  • Ans. 

    Real time data can be obtained using websockets, server-sent events, or polling.

    • Use websockets to establish a two-way communication channel between client and server.

    • Server-sent events allow servers to push data to clients over a single, long-lived connection.

    • Polling involves making periodic requests to the server to fetch updated data.

  • Answered by AI

Skills evaluated in this interview

Reactjs Developer Interview Questions asked at other Companies

Q1. Implement counter such that it has 2 buttons to increment and decrement the values and also add a input field such that, whatever input is given, the value should be to that and value should should be decreased and increased from the input ... read more
View answer (1)

Lead - Revenue Operations Interview Questions & Answers

user image Anonymous

posted on 4 Dec 2023

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(3 Questions)

  • Q1. All job profile related general questions not very hard
  • Q2. Nothing specific asked about technical things. General simple questions
  • Q3. Leadership related questions

Interview Preparation Tips

Interview preparation tips for other job seekers - No technical questions
Ask clear questions about your job role.

Jobs at Perforce Software

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

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

Round 1 - Technical 

(1 Question)

  • Q1. Basics of javascript
Round 2 - Technical 

(1 Question)

  • Q1. Advance javascript coding questions

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 (169)

Seni Interview Questions & Answers

user image Anonymous

posted on 9 Aug 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 before Aug 2023. There were 2 interview rounds.

Round 1 - Technical 

(5 Questions)

  • Q1. Test cases for vending machine.
  • Ans. 

    Test cases for a vending machine to ensure it functions correctly.

    • Test inserting coins of different denominations

    • Test selecting different products

    • Test adding items to the vending machine

    • Test removing items from the vending machine

    • Test refunding money if product is out of stock

  • Answered by AI
  • Q2. Default parameters in Python
  • Ans. 

    Default parameters in Python allow you to specify default values for function parameters.

    • Default parameters are specified in the function definition using the assignment operator (=).

    • If a parameter is not provided when calling the function, the default value will be used.

    • Example: def greet(name='World'): print('Hello, ' + name)

    • Calling greet() will print 'Hello, World' since 'World' is the default value for name.

  • Answered by AI
  • Q3. Some questions on list and dictionary
  • Q4. Any Experience in IDE plugin testing.
  • Ans. 

    Yes, I have experience in IDE plugin testing.

    • Tested compatibility of IDE plugins with different versions of IDEs

    • Identified and reported bugs in IDE plugins

    • Ensured proper functionality of IDE plugins in various scenarios

  • Answered by AI
  • Q5. Any idea in Static code analysis product testing.
  • Ans. 

    Static code analysis product testing involves analyzing source code without executing it to find potential bugs and security vulnerabilities.

    • Static code analysis tools scan source code for potential bugs, security vulnerabilities, and code smells.

    • Testing involves running the tool on sample code to see if it accurately detects issues.

    • Test cases should cover a variety of programming languages, frameworks, and coding styl...

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. Difference in python2 and python3
  • Ans. 

    Python 2 and Python 3 are two different versions of the Python programming language with various differences.

    • Python 3 has print() function as opposed to print statement in Python 2.

    • Python 3 uses Unicode for strings by default while Python 2 uses ASCII.

    • Python 3 has different syntax for exception handling compared to Python 2.

    • Python 3 has different integer division behavior compared to Python 2.

  • Answered by AI
  • Q2. Selenium waits, Select dropdown etc

Interview Preparation Tips

Interview preparation tips for other job seekers - QA should be good in python. But make sure if the project is Klocwork then there is nothing much to learn. Legacy python2 is getting used and no learnings.

Skills evaluated in this interview

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I was interviewed in Jun 2023.

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 - Aptitude Test 

Basic aptitude questions, computer fundaments and DSA questions.

Round 3 - Technical 

(2 Questions)

  • Q1. Questions Related to topics & projects in Resume on various topics like DBMS, OOPS, CN, Git, React, Javascript.
  • Q2. 2 very easy coding questions. 1. Flip the number 2. Move all the zeroes to the end of the array
Round 4 - Technical 

(2 Questions)

  • Q1. Questions Related to projects mentioned in Resume. SQL queries.
  • Q2. One coding Question 1. Number of pairs in array having sum k.
  • Ans. 

    Count pairs in array with sum k.

    • Use a hashmap to store the frequency of each element in the array.

    • For each element, check if k - element exists in the hashmap.

    • Increment the count of pairs if found and update the hashmap accordingly.

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Progress Software Development Engineer interview:
  • OOPS
  • DBMS
  • SQL
  • Javascript
  • Javascript Frameworks
  • Git
  • DSA

Skills evaluated in this interview

Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Questions on Ruby on Rails
Round 2 - Coding Test 

Online Coding test reviewed by Hiring Manager

Interview Preparation Tips

Interview preparation tips for other job seekers - The interview process is frustratingly slow and the India HR is just for taking approvals from US. Everything is managed by the US Team. The process can even take more than 2 months.
They copied their process from Amazon but compensation is not even near to what Amazon pays.

Perforce Software Interview FAQs

How many rounds are there in Perforce Software interview?
Perforce Software interview process usually has 1-2 rounds. The most common rounds in the Perforce Software interview process are Technical, Coding Test and Resume Shortlist.
How to prepare for Perforce Software 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 Perforce Software. The most common topics and skills that interviewers at Perforce Software expect are Recruitment, Python, Agile Coaching, Linux Administration and C++.
What are the top questions asked in Perforce Software interview?

Some of the top questions asked at the Perforce Software interview -

  1. Write a terraform script to create a VM in a cloud provider of your choice and ...read more
  2. Any idea in Static code analysis product testi...read more
  3. Any Experience in IDE plugin testi...read more
How long is the Perforce Software interview process?

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

Tell us how to improve this page.

Perforce Software Interview Process

based on 8 interviews

Interview experience

4.4
  
Good
View more

Interview Questions from Similar Companies

IBM Interview Questions
4.0
 • 2.4k Interviews
Oracle Interview Questions
3.7
 • 902 Interviews
SAP Interview Questions
4.2
 • 308 Interviews
Salesforce Interview Questions
4.0
 • 272 Interviews
Adobe Interview Questions
3.9
 • 251 Interviews
VMware Software Interview Questions
4.4
 • 157 Interviews
Intuit Interview Questions
3.5
 • 88 Interviews
Autodesk Interview Questions
4.3
 • 39 Interviews
Gen Interview Questions
4.0
 • 17 Interviews
View all

Perforce Software Reviews and Ratings

based on 12 reviews

3.8/5

Rating in categories

4.1

Skill development

3.8

Work-life balance

3.8

Salary

3.4

Job security

3.6

Company culture

3.5

Promotions

3.7

Work satisfaction

Explore 12 Reviews and Ratings
Principal Software Engineer I

Pune

5-9 Yrs

Not Disclosed

Principal DevOps Engineer II

Pune

7-11 Yrs

Not Disclosed

Explore more jobs
Software Engineer
18 salaries
unlock blur

₹17.5 L/yr - ₹38 L/yr

Senior Software Engineer
18 salaries
unlock blur

₹20 L/yr - ₹40 L/yr

Technical Support Engineer
8 salaries
unlock blur

₹4.5 L/yr - ₹17.5 L/yr

Technical Product Owner
4 salaries
unlock blur

₹42 L/yr - ₹46.7 L/yr

Product Manager
3 salaries
unlock blur

₹31 L/yr - ₹49 L/yr

Explore more salaries
Compare Perforce Software with

Microsoft Corporation

4.0
Compare

IBM

4.0
Compare

Oracle

3.7
Compare

SAP

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