Upload Button Icon Add office photos

Filter interviews by

Prime Focus Technologies Softwaretest Engineer Interview Questions, Process, and Tips

Updated 9 Jul 2024

Prime Focus Technologies Softwaretest Engineer Interview Experiences

1 interview found

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Basic OOP questions for python programming language

Round 2 - HR 

(2 Questions)

  • Q1. What's abstraction
  • Ans. 

    Abstraction is the concept of hiding complex implementation details and showing only the necessary information to the user.

    • Abstraction allows users to focus on what an object does instead of how it does it

    • It helps in reducing complexity and improving efficiency in software development

    • Example: In object-oriented programming, abstract classes and interfaces are used to achieve abstraction

  • Answered by AI
  • Q2. What's the difference between SQL and NoSQL database
  • Ans. 

    SQL databases are relational databases with structured data, while NoSQL databases are non-relational databases with flexible, unstructured data.

    • SQL databases use structured query language for defining and manipulating data, while NoSQL databases use different query languages or APIs.

    • SQL databases are table-based, with a predefined schema, while NoSQL databases are document, key-value, wide-column, or graph-based.

    • SQL d...

  • Answered by AI
Round 3 - Technical 

(2 Questions)

  • Q1. Reverse a linked list
  • Ans. 

    Reverse a linked list by changing the direction of pointers

    • Start with three pointers: current, prev, and next

    • Iterate through the linked list, updating pointers to reverse the direction

    • Update the head of the linked list to the last node after reversing

  • Answered by AI
  • Q2. Implement binary search algorithm
  • Ans. 

    Binary search algorithm efficiently finds the target value in a sorted array.

    • Start by defining the low and high indices of the array.

    • Calculate the mid index and compare the target value with the value at mid.

    • If target is less than mid value, update high to mid-1; if greater, update low to mid+1.

    • Repeat until target is found or low is greater than high.

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

(2 Questions)

  • Q1. Brief Introduction and basic questions
  • Q2. Future plans and how am i going to achieve them

Skills evaluated in this interview

Interview questions from similar companies

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 

(3 Questions)

  • Q1. How to sort the array?
  • Ans. 

    To sort an array of strings, use the built-in sort() method.

    • Use the sort() method with a callback function to specify the sorting order.

    • For ascending order, use the function (a, b) => a.localeCompare(b).

    • For descending order, use the function (a, b) => b.localeCompare(a).

  • Answered by AI
  • Q2. How to write the test cases in jira
  • Ans. 

    Test cases can be written in Jira using the 'Test' issue type and the 'Test Steps' field.

    • Create a new issue in Jira with the 'Test' issue type

    • Fill in the 'Summary' and 'Description' fields with relevant information

    • Add test steps in the 'Test Steps' field, including expected results

    • Assign the issue to the appropriate team member for execution

    • Track test execution and results in Jira

  • Answered by AI
  • Q3. How to push the code to jira
  • Ans. 

    Code can be pushed to Jira using Jira REST API or by integrating with a CI/CD tool.

    • Jira REST API can be used to create an issue and attach code to it

    • Integrating with a CI/CD tool like Jenkins can automate the process of pushing code to Jira

    • Jira plugins like Git Integration for Jira can also be used to push code to Jira

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Tell me about yourself.
  • Ans. 

    I am a Software Test Engineer with experience in testing various software applications.

    • I have a strong understanding of software testing methodologies and techniques.

    • I am proficient in using testing tools and frameworks such as Selenium and JUnit.

    • I have experience in creating test plans, test cases, and executing test scripts.

    • I am skilled in identifying and reporting software defects and working closely with developers...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Good company so you can join here.

Skills evaluated in this interview

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

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

Round 1 - Technical 

(2 Questions)

  • Q1. About yourself, selenium waits, failures u faced,
  • Q2. == and. equals() difference
  • Ans. 

    The difference between == and .equals() in Java

    • The == operator checks if two objects reference the same memory location

    • The .equals() method checks if two objects have the same content

    • For primitive data types, == compares values while .equals() is not applicable

    • For objects, == compares memory addresses while .equals() compares content

    • Example: String str1 = new String("hello"); String str2 = new String("hello"); str1 == ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident.

Skills evaluated in this interview

I applied via Approached by Company and was interviewed before Feb 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 tips
Round 2 - HR 

(4 Questions)

  • Q1. Why should we hire you?
  • Q2. Why are you looking for a change?
  • Q3. Where do you see yourself in 5 years?
  • Q4. What are your strengths and weaknesses?

Interview Preparation Tips

Interview preparation tips for other job seekers - Mindfire all collegue are very much supportive & co-operative .My exprience was very nice with team
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Questions related to OOP's , SQL, .Net core.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed in Jan 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 tips
Round 2 - Technical 

(1 Question)

  • Q1. - MVVM & Clean Architecture - Protocol Oriented Programming and other iOS Basics - AVFoundation, AVPlayer, DRM (Digital Right Management) - Offline Playback - Live Streaming (Linear Streaming) - Core Data...
Round 3 - One-on-one 

(1 Question)

  • Q1. Scenario Based System Design like - Design the homepage of Zee5 - Design Player of infinite feeds

Interview Preparation Tips

Interview preparation tips for other job seekers - - Brush up the basics of iOS
- Be good in architecture pattern
- Gather Knowledge on Player
Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed in Jul 2024.

Round 1 - Coding Test 

Create an API using Notepad to check if a string is a palindrome or not.

Round 2 - One-on-one 

(1 Question)

  • Q1. Solid principal

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't join worst company

I applied via Other and was interviewed in May 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Sorting arrays without using inbuilt function
  • Ans. 

    Sorting array of strings without using inbuilt function.

    • Implement bubble sort algorithm

    • Compare adjacent elements and swap if necessary

    • Repeat until no swaps are needed

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Good

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected
Round 1 - One-on-one 

(1 Question)

  • Q1. Questions on OOPS, Core Concepts of C#, SQL
Round 2 - One-on-one 

(1 Question)

  • Q1. Questions on System Design and tricky questions on OOPS
Round 3 - HR 

(1 Question)

  • Q1. Previous organization work culture and expectations
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Jun 2022. 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 tips
Round 2 - Technical 

(3 Questions)

  • Q1. There were two interviewers. I was interviewed in python. Two coding questions on python and one SQL question and few questions on projects and previous working experience and knowledge on linux.
  • Q2. What is your work experience
  • Q3. What are the projects you worked on

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be confident. Your hardwork will definitely pays off.

Prime Focus Technologies Interview FAQs

How many rounds are there in Prime Focus Technologies Softwaretest Engineer interview?
Prime Focus Technologies interview process usually has 4 rounds. The most common rounds in the Prime Focus Technologies interview process are Aptitude Test, HR and Technical.
What are the top questions asked in Prime Focus Technologies Softwaretest Engineer interview?

Some of the top questions asked at the Prime Focus Technologies Softwaretest Engineer interview -

  1. what's the difference between SQL and NoSQL datab...read more
  2. implement binary search algori...read more
  3. What's abstract...read more

Tell us how to improve this page.

Prime Focus Technologies Softwaretest Engineer Interview Process

based on 1 interview

Interview experience

3
  
Average
View more

Interview Questions from Similar Companies

RGBSI Interview Questions
3.5
 • 24 Interviews
MapmyIndia Interview Questions
3.8
 • 24 Interviews
Backbase Interview Questions
3.9
 • 22 Interviews
Technicolor Interview Questions
3.7
 • 21 Interviews
3Pillar Global Interview Questions
3.3
 • 19 Interviews
Mentor Graphics Interview Questions
4.0
 • 18 Interviews
Workday Interview Questions
4.1
 • 17 Interviews
View all

Fast track your campus placements

View all
Prime Focus Technologies Softwaretest Engineer Salary
based on 32 salaries
₹2.4 L/yr - ₹10.8 L/yr
14% more than the average Softwaretest Engineer Salary in India
View more details

Prime Focus Technologies Softwaretest Engineer Reviews and Ratings

based on 3 reviews

1.7/5

Rating in categories

1.3

Skill development

1.0

Work-life balance

1.3

Salary

4.0

Job security

1.6

Company culture

1.3

Promotions

1.1

Work satisfaction

Explore 3 Reviews and Ratings
Software Engineer
97 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Engineer
86 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Media Associate
85 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Video Editor
76 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Executive
47 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Prime Focus Technologies with

Eros International

2.7
Compare

Reliance Media Works

4.6
Compare

Zee Entertainment Enterprises

3.5
Compare

Balaji Telefilms

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