Upload Button Icon Add office photos
Engaged Employer

i

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

Prosys Infotech Verified Tick

Compare button icon Compare button icon Compare
2.8

based on 12 Reviews

Filter interviews by

Prosys Infotech Senior Developer Interview Questions and Answers

Updated 27 Nov 2024

Prosys Infotech Senior Developer Interview Experiences

1 interview found

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - Technical 

(4 Questions)

  • Q1. Difference between Delete vs Truncate ?
  • Q2. Types of views ?
  • Q3. Types of parameters used in SSIS ?
  • Q4. What is Stored Procedures ?

Interview Preparation Tips

Topics to prepare for Prosys Infotech Senior Developer interview:
  • SSIS
  • SQL

Interview questions from similar companies

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

Nuts and bolts game, to output date in a certain format, one SQL query

Round 2 - Technical 

(2 Questions)

  • Q1. Stacks and Queues
  • Q2. Linked lists, arrays, and many more basic fundamental Dsa questions.
Round 3 - Technical 

(2 Questions)

  • Q1. More about your resume projects.
  • Q2. Puzzles and reasoning is asked

Interview Preparation Tips

Interview preparation tips for other job seekers - Try Puzzles on gfg, knows your projects that you have mentioned in your cv or resume, basic dsa is mostly asked with a focus on dbms.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Data structure and aptitude

Round 2 - Coding Test 

10 mins given for prepare for the problem and after completing the problem (program ) they asked to explain and asked to upgrade the program by reduce time complexity

Round 3 - Technical 

(2 Questions)

  • Q1. Topic given and want to explain
  • Q2. Reverse string without buildin funtion and for loop
  • Ans. 

    Reverse a string without using built-in functions or for loops

    • Use recursion to reverse the string

    • Pass the substring excluding the first character to the recursive function

    • Base case: return the character itself if the length of the string is 1

    • Concatenate the last character of the string with the result of the recursive call

  • Answered by AI
Round 4 - HR 

(2 Questions)

  • Q1. Introduce your self
  • Ans. 

    I am a passionate software developer with experience in Java, Python, and web development.

    • Experienced in Java and Python programming languages

    • Skilled in web development technologies like HTML, CSS, and JavaScript

    • Worked on projects involving database management with SQL

  • Answered by AI
  • Q2. Are you ok with agreement
  • Ans. 

    Yes, I am okay with agreement.

    • I am comfortable with signing agreements related to software development projects.

    • I understand the importance of agreements in protecting both parties involved in a project.

    • I am willing to review and negotiate agreements to ensure they are fair and reasonable.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - be confidence
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Aptitude Test 

Divisibility, LCM, HCF.
Numbers, Decimals, Fractions, Powers.
Profit, Loss.
Simple interest and Compound interest.
Speed, Distance, Time.
Work and wages.
Trains, Boats, Streams-upstream/downstream, Circular track questions.
Cistern and pipes.

Round 2 - Coding Test 

Coding interviews test candidates' technical knowledge, coding ability, problem solving skills, and creativity, typically on a whiteboard.

Round 3 - Assignment 

Choose a topic based on the assignment.
2 Conduct research.
3 Write a thesis statement

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

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

Round 1 - Technical 

(1 Question)

  • Q1. Promises in javascript
  • Ans. 

    Promises in JavaScript are objects representing the eventual completion or failure of an asynchronous operation.

    • Promises are used to handle asynchronous operations in JavaScript.

    • They can be in one of three states: pending, fulfilled, or rejected.

    • Promises can be chained using .then() to handle success and .catch() to handle errors.

  • Answered by AI

Skills evaluated in this interview

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

I applied via Naukri.com and was interviewed in Apr 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

C,c++ questions and two coding questions. basic mcq

Round 2 - Technical 

(3 Questions)

  • Q1. Treeset, hashset difference
  • Ans. 

    TreeSet and HashSet are both implementations of the Set interface in Java, but they have some key differences.

    • TreeSet is a sorted set that maintains elements in ascending order, while HashSet does not guarantee any specific order.

    • TreeSet uses a Red-Black tree data structure for storage, which allows for efficient retrieval of elements in sorted order.

    • HashSet uses a hash table for storage, which provides constant-time p...

  • Answered by AI
  • Q2. Oops concept, dbms, programming questions
  • Q3. Set and treeset and hashset

Interview Preparation Tips

Topics to prepare for ResMed Software Developer interview:
  • DBMS
  • OOPS
Interview preparation tips for other job seekers - none

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I applied via campus placement at Lovely Professional University (LPU) and was interviewed in Mar 2024. There were 2 interview rounds.

Round 1 - Assignment 

Create a movie app which fetches data from an API

Round 2 - Technical 

(4 Questions)

  • Q1. General questions from Android development.
  • Q2. DSA round + project discussion
  • Q3. Stock span problem (leetcode)
  • Ans. 

    Stock span problem is a financial problem where we have a series of n daily price quotes for a stock and we need to calculate the span of stock's price for all n days.

    • Use a stack to keep track of the previous days' prices and their spans.

    • For each day, pop the stack until a price greater than the current day's price is found, then calculate the span.

    • Push the current day's price and span onto the stack.

  • Answered by AI
  • Q4. Search in a list of strings
  • Ans. 

    Use a loop to search for a specific string in an array of strings.

    • Iterate through each string in the array

    • Use a conditional statement to check if the current string matches the search string

    • Return the index of the matching string or -1 if not found

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus more on topics that are provided by the company

Skills evaluated in this interview

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

I applied via campus placement at National Institute of Engineering (NIE) and was interviewed in Apr 2024. There were 4 interview rounds.

Round 1 - Coding Test 

2 questions, Easy and medium based

Round 2 - Technical 

(1 Question)

  • Q1. Stacks queues and array questions
Round 3 - One-on-one 

(1 Question)

  • Q1. Technical questions on projects
Round 4 - HR 

(1 Question)

  • Q1. How to tackle any uncertain situations? Behavioural questions
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. Angle between needle of clock hour hand and minute hand at a particular time . they will definitely ask this question .
  • Ans. 

    The angle between the hour hand and minute hand of a clock at a particular time.

    • The angle between the hour hand and minute hand can be calculated using the formula: angle = 30 * (hour % 12) + 0.5 * minutes

    • If the angle is greater than 180 degrees, subtract it from 360 to get the smaller angle

    • For example, at 3:15, the hour hand is at 97.5 degrees and the minute hand is at 90 degrees, so the angle between them is 7.5 degr

  • Answered by AI
  • Q2. Asked everything from resume
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Company Website and was interviewed in Jan 2024. There were 3 interview rounds.

Round 1 - Coding Test 

Online Coding Test on their platform

Round 2 - Technical 

(1 Question)

  • Q1. Which data structure would you use to find the topper of a college
  • Ans. 

    Use a max heap data structure to find the topper of a college.

    • Max heap is a complete binary tree where the value of each node is greater than or equal to the values of its children.

    • Insert all students' scores into a max heap and then extract the top element to find the topper.

    • Example: If student A scored 90, student B scored 85, and student C scored 95, the max heap would have [95, 85, 90].

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. Questions on project

Skills evaluated in this interview

Prosys Infotech Interview FAQs

How many rounds are there in Prosys Infotech Senior Developer interview?
Prosys Infotech interview process usually has 1 rounds. The most common rounds in the Prosys Infotech interview process are Technical.
What are the top questions asked in Prosys Infotech Senior Developer interview?

Some of the top questions asked at the Prosys Infotech Senior Developer interview -

  1. Difference between Delete vs Truncat...read more
  2. Types of parameters used in SSI...read more
  3. What is Stored Procedure...read more

Tell us how to improve this page.

People are getting interviews through

based on 1 Prosys Infotech interview
Job Portal
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.
Prosys Infotech Senior Developer Salary
based on 4 salaries
₹6.5 L/yr - ₹7.2 L/yr
57% less than the average Senior Developer Salary in India
View more details
Msbi Developer
11 salaries
unlock blur

₹2 L/yr - ₹6.6 L/yr

Data Analyst
10 salaries
unlock blur

₹3.6 L/yr - ₹7.6 L/yr

Power BI Developer
8 salaries
unlock blur

₹3 L/yr - ₹8.5 L/yr

Trainee Developer
5 salaries
unlock blur

₹1.4 L/yr - ₹5.5 L/yr

Software Developer
4 salaries
unlock blur

₹3 L/yr - ₹5.2 L/yr

Explore more salaries
Compare Prosys Infotech with

Infosys

3.7
Compare

TCS

3.7
Compare

Wipro

3.7
Compare

HCLTech

3.5
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