Upload Button Icon Add office photos

Filter interviews by

Prophoenix Technologies Interview Questions, Process, and Tips

Updated 22 Mar 2025

Top Prophoenix Technologies Interview Questions and Answers

Prophoenix Technologies Interview Experiences

Popular Designations

6 interviews found

Senior Software Engineer Interview Questions & Answers

user image Gowdhami Duraiswamy

posted on 7 Sep 2024

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

(2 Questions)

  • Q1. How will you call am API from c#.net?
  • Ans. 

    To call an API from C#.NET, you can use HttpClient class or WebClient class.

    • Use HttpClient class for making HTTP requests to the API.

    • Create an instance of HttpClient and use its methods like GetAsync or PostAsync to send requests.

    • Use WebClient class if you need to download data from the API.

    • Create an instance of WebClient and use its DownloadString or DownloadData methods.

  • Answered by AI
  • Q2. What are different types of execution process in Ado.net
  • Ans. 

    Different types of execution process in Ado.net include connected and disconnected modes.

    • Connected mode involves opening a connection to the database, executing a command, and closing the connection.

    • Disconnected mode involves using DataAdapters to fill a DataSet with data from the database, making changes to the data in the DataSet, and then updating the database with those changes.

    • Examples: SqlCommand.ExecuteReader() ...

  • Answered by AI

Skills evaluated in this interview

Senior Software Engineer Interview Questions asked at other Companies

Q1. Tell me about yourself. What technology are you using? What is a Collection? What are the different types of collection there? What is the difference between ArrayList and LinkedList What are the basic building blocks of Stream operators, s... read more
View answer (2)
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I appeared for an interview in Feb 2025, where I was asked the following questions.

  • Q1. Create Employee Details dotnet application
  • Q2. Like Add,Get,delete,update

Interview Preparation Tips

Interview preparation tips for other job seekers - Growth through some crud operation prepare some small project

Senior Software Developer Interview Questions asked at other Companies

Q1. Intersection of Linked List Problem You are provided with two singly linked lists containing integers, where both lists converge at some node belonging to a third linked list. Your task is to determine the data of the node at which they sta... read more
View answer (1)
Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Duration time 90 mins. Topics Hotel room booking. Platform Vb.Net

Interview Preparation Tips

Interview preparation tips for other job seekers - Here no virtual test. candidate should go face to face only. Before they going briefly ask the job description and how many rounds of interview with HR.

Automation Engineer Interview Questions asked at other Companies

Q1. 16) What is modbus ? Types of modbus? How many slaves we can connect to one master
View answer (1)

I applied via Walk-in and was interviewed in Jun 2022. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Self introdction,why u r change non IT to IT,explain SDLC,STLC,DLC,smoke test ,sanity test,regression test ,compatablity test,security test
Round 2 - Technical 

(1 Question)

  • Q1. Self intro,SDLC,STLC,DLC ,regrasion with real time example,and functional test with real time example
Round 3 - HR 

(1 Question)

  • Q1. Why shoud i hire u ,company rules

Interview Preparation Tips

Interview preparation tips for other job seekers - Good experience this company only for based on your resume, very friendly and easy to communicate.

QA Test Engineer Interview Questions asked at other Companies

Q1. Selenium web driver What is POM file why we are using it Xpath Types Which is Effective locators Framework creation related questions Runner class related questions What is BDD and TDD What is Data Drive frame work Cucumber related question... read more
View answer (1)

Prophoenix Technologies interview questions for popular designations

 QA Test Engineer

 (1)

 Automation Engineer

 (1)

 Senior Software Developer

 (1)

 Senior Software Engineer

 (1)

 QA Trainee

 (1)

 Senior Test Engineer

 (1)

I applied via Approached by Company and was interviewed in Aug 2021. There were 4 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 - Aptitude Test 

For Freshers

Round 3 - One-on-one 

(2 Questions)

  • Q1. Basics of The domain
  • Q2. Need to go through the domain we are in.
Round 4 - HR 

(7 Questions)

  • Q1. Share details of your previous job.
  • Q2. What are your salary expectations?
  • Q3. Why should we hire you?
  • Q4. Why are you looking for a change?
  • Q5. Where do you see yourself in 5 years?
  • Q6. What are your strengths and weaknesses?
  • Q7. Tell me about yourself.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be attentive and get through knowledge

Senior Test Engineer Interview Questions asked at other Companies

Q1. From Selenium -> Which Automation framework I have implemented in my project . Explain each framework components. How to handle dynamic web element. how to handle hidden element. how to upload file in selenium, where hashmap is used in s... read more
View answer (1)

QA Trainee Interview Questions & Answers

user image Anonymous

posted on 8 May 2022

I applied via Naukri.com and was interviewed before May 2021. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Explain about basics of testing and STLC, SDLC, Regression
  • Ans. 

    Testing is a process of evaluating a system or its component(s) with the intent to find whether it satisfies the specified requirements or not.

    • Software Testing Life Cycle (STLC) is a sequence of activities performed to ensure the quality of the software product.

    • Software Development Life Cycle (SDLC) is a process followed by a development team within a software organization.

    • Regression testing is a type of software testi...

  • Answered by AI
  • Q2. Explain about the test case and write test case on login scenario
  • Ans. 

    Test case is a set of instructions to validate if a system meets its requirements. Login scenario test case checks if user can successfully login.

    • Test case should have a unique ID and a clear description

    • Test data should be prepared for valid and invalid inputs

    • Test steps should be written in a logical order

    • Expected results should be defined for each step

    • Test case should be reviewed and approved before execution

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be Strong in Basics, learn about SDLC STLC, functional non functional testing types to tackle interview

Skills evaluated in this interview

QA Trainee Interview Questions asked at other Companies

Q1. What is regression testing, smoke testing,unit testing?
View answer (1)

Jobs at Prophoenix Technologies

View all

Interview questions from similar companies

Interview Questionnaire 

3 Questions

  • Q1. OOPS concepts
  • Q2. SQL questions
  • Q3. Write a program..
  • Ans. 

    Program to print the Fibonacci series up to a given number.

    • Take input from user for the limit of the series.

    • Initialize two variables with 0 and 1 respectively.

    • Use a loop to generate the series and print each number.

    • Add the previous two numbers to get the next number in the series.

  • Answered by AI

Skills evaluated in this interview

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

I applied via Referral and was interviewed before Feb 2021. There were 3 interview rounds.

Round 1 - HR 

(1 Question)

  • Q1. Tell me about yourself
Round 2 - Technical 

(1 Question)

  • Q1. 1 Project Explanation 2 SDLC & STLC. 3 Differentiate Smoke vs Sanity 4 What is Regression testing? 5 Bug life cycle. 6 Scenarios on real time example. 7 Questions on agile
  • Ans. 

    Interview questions for Software Engineer position

    • Project explanation should include details on the project's purpose, scope, and technologies used

    • SDLC (Software Development Life Cycle) and STLC (Software Testing Life Cycle) are methodologies used in software development and testing respectively

    • Smoke testing is a type of testing that checks if the basic functionalities of the software are working fine, while Sanity tes...

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

(1 Question)

  • Q1. All basic HR questions and salary discussion.

I appeared for an interview before May 2016.

Interview Preparation Tips

Round: Test
Experience: The first round had two programming questions and one question of database concepts.
Duration: 1 hour
Total Questions: 3

Round: Technical Interview
Experience: In the first technical interview, I was asked basic questions about the domain and my resume. There was also a lot of emphasis on problem solving abilities since I was asked to solve some puzzles.

Round: Technical Interview
Experience: The second technical interview was a written round where I was asked to code some searching / sorting variants , to test my ability to write quality code.

Round: Technical Interview
Experience: The last and the final round was probably the toughest and I was asked to design databases, with some constraints. I was given ample time to do it and it did take a lot of time. After that, we had some interesting questions about data structures and trees and that was it.

College Name: RNSIT, Bangalore

Prophoenix Technologies Interview FAQs

How many rounds are there in Prophoenix Technologies interview?
Prophoenix Technologies interview process usually has 1-2 rounds. The most common rounds in the Prophoenix Technologies interview process are Technical, One-on-one Round and HR.
How to prepare for Prophoenix Technologies 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 Prophoenix Technologies. The most common topics and skills that interviewers at Prophoenix Technologies expect are C#, SQL Server, Javascript, OOPS and ASP.Net.
What are the top questions asked in Prophoenix Technologies interview?

Some of the top questions asked at the Prophoenix Technologies interview -

  1. Explain about the test case and write test case on login scena...read more
  2. What are different types of execution process in Ado....read more
  3. Explain about basics of testing and STLC, SDLC, Regress...read more

Tell us how to improve this page.

Prophoenix Technologies Interview Process

based on 3 interviews

Interview experience

3
  
Average
View more

Interview Questions from Similar Companies

ClaySys Interview Questions
2.9
 • 24 Interviews
Contus Interview Questions
4.2
 • 22 Interviews
Pitney Bowes Interview Questions
3.7
 • 21 Interviews
ZingHR Interview Questions
3.2
 • 21 Interviews
DynPro Interview Questions
3.8
 • 20 Interviews
View all

Prophoenix Technologies Reviews and Ratings

based on 38 reviews

3.9/5

Rating in categories

4.1

Skill development

3.7

Work-life balance

3.3

Salary

4.1

Job security

3.5

Company culture

3.5

Promotions

4.0

Work satisfaction

Explore 38 Reviews and Ratings
Cloud Manager

Chennai

12-16 Yrs

Not Disclosed

Explore more jobs
Software Engineer
81 salaries
unlock blur

₹1.8 L/yr - ₹7.2 L/yr

Senior Software Engineer
29 salaries
unlock blur

₹5.4 L/yr - ₹10 L/yr

Team Lead
27 salaries
unlock blur

₹5.5 L/yr - ₹16 L/yr

QA Engineer
22 salaries
unlock blur

₹2 L/yr - ₹5.4 L/yr

Softwaretest Engineer
17 salaries
unlock blur

₹2.6 L/yr - ₹7.2 L/yr

Explore more salaries
Compare Prophoenix Technologies with

Accel Frontline

4.0
Compare

Northcorp Software

4.3
Compare

Elentec Power India (EPI) Pvt. Ltd.

3.7
Compare

HyScaler

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