Upload Button Icon Add office photos

Prospecta Software

Compare button icon Compare button icon Compare

Filter interviews by

Prospecta Software Development Engineer Interview Questions and Answers

Updated 25 Apr 2024

Prospecta Software Development Engineer Interview Experiences

1 interview found

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

I applied via Campus Placement and was interviewed before Apr 2023. There were 3 interview rounds.

Round 1 - Assignment 

A Spring Boot project

Round 2 - Technical 

(3 Questions)

  • Q1. Basic Java and Spring Boot question
  • Q2. What is TreeMap ?
  • Ans. 

    TreeMap is a class in Java that implements the Map interface using a tree structure.

    • TreeMap stores key-value pairs in a sorted order based on the natural ordering of keys or a custom Comparator.

    • It allows for efficient retrieval, insertion, and deletion operations.

    • Example: TreeMap<String, Integer> treeMap = new TreeMap<>();

  • Answered by AI
  • Q3. SpringBoot API making ?
  • Ans. 

    Creating a Spring Boot API involves setting up a project, defining endpoints, and implementing business logic.

    • 1. Set up a Spring Boot project using Spring Initializr or your IDE.

    • 2. Define RESTful endpoints using @RestController and @RequestMapping annotations.

    • 3. Implement service classes to handle business logic.

    • 4. Use @Autowired to inject dependencies like repositories.

    • 5. Configure application properties for database ...

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Normal interaction where you just need to agree with their terms like reloaction

Skills evaluated in this interview

Top trending discussions

View All
Interview Tips & Stories
2w
boredinlife
·
works at
Mercer
I left in the middle of an interview.
M a self-taught developer. been working really hard, trying to break into tech. Two days ago, I got approached by an hr from this e learning company for an IT role. I was super nervous but also excited because it felt like maybe this is it. The interview was on teams with 9 experienced pros all with degrees and certifications while I had no formal IT background, just self-taught skills. I felt completely out of place. Most of the interviewers were kind and said I could learn on the job. But one person kept throwing back-to-back questions with shady comments after every answer made me feel like I wasn’t good enough. It crushed my confidence About 10 minutes before the interview ended, I panicked. Anxiety took over, so I faked a network issue and left the call. Then I just broke down. I didn’t want to be disrespectful, so I quickly emailed saying I got disconnected. Truth is, I was overwhelmed and felt like a total fraud. I’ve wanted a job in tech for so long.
Got a question about Prospecta Software?
Ask anonymously on communities.

Interview questions from similar companies

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

Round 1 - Coding Test 

If you are a fresher , then this is for you else almost no coding test for experienced candidates.

Round 2 - One-on-one 

(1 Question)

  • Q1. Javascript basics, Angular react general questions depends upon profile.
Round 3 - Behavioral 

(1 Question)

  • Q1. They asked general questions related to some hectic situation faced in previous company / project..

Interview Preparation Tips

Interview preparation tips for other job seekers - Be calm . Clear your basics . That's it.

Development Engineer Interview Questions Asked at Other Companies

asked in FIS
Q1. Describe the technical questions you were asked in the second rou ... read more
Q2. Which projects have you worked on in the telecom sector?
Q3. Given this drawing, how would you manufacture this part?
Q4. How can you inspect a specific tool using simple instruments?
Q5. How will you stay calm and handle suggestions?
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
More than 8 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Nov 2022. There was 1 interview round.

Round 1 - Technical 

(4 Questions)

  • Q1. Operate or control a particualar typing of data device that is attached to a computer
  • Q2. Operate or contriol
  • Q3. In computing a device driver is a computer program that operates or controls a particular type of device that is attached to a computer or automaton
  • Q4. To perform some manual act upon a human body in a methodical manner, and usually with instruments, with a view to restore soundness or health, as in amputation, lithotomy, etc.

Interview Preparation Tips

Interview preparation tips for other job seekers - vdart is supoort
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Jun 2023. There were 3 interview rounds.

Round 1 - Coding Test 

Coding test are just basic Array and linkedList question

Round 2 - Technical 

(3 Questions)

  • Q1. Explain 4 pillar of oops
  • Q2. Internal working of Hashmap
  • Q3. Crud operation implementation
Round 3 - HR 

(1 Question)

  • Q1. Why are you chaning the organisation?

Interview Preparation Tips

Interview preparation tips for other job seekers - Medium level

Skills evaluated in this interview

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

I applied via Job Portal and was interviewed in Feb 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

30 mins Aptitude Question

Round 2 - Coding Test 

30 mins - 3 Coding Question

Round 3 - Technical 

(2 Questions)

  • Q1. Describe Rest API
  • Q2. What is various Response code. Diffenrence b/w 200 & 201, 400 & 403
  • Ans. 

    Response codes indicate the status of a HTTP request. 200 & 201 are success codes, while 400 & 403 are client error codes.

    • 200 - OK: Request was successful

    • 201 - Created: Request was successful and a new resource was created

    • 400 - Bad Request: The server cannot process the request due to a client error

    • 403 - Forbidden: The server understood the request, but refuses to authorize it

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
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. 30min technical round
  • Q2. Project manager round
  • Q3. HR round for salary discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview is going good . They informed status day after

I applied via Campus Placement and was interviewed in Mar 2021. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. I was asked a question on counting continuous max occurences of 1 in a string
  • Ans. 

    Count the maximum continuous occurrences of '1' in a binary string.

    • Initialize a counter to track current streak of '1's.

    • Use a variable to store the maximum streak found.

    • Iterate through each character in the string.

    • If the character is '1', increment the current counter.

    • If the character is '0', compare and reset the current counter.

    • At the end of the iteration, ensure to check the last streak.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Deep knowledge of programming is a must
Are these interview questions helpful?

I applied via Company Website and was interviewed in Sep 2022. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Aptitude Test 

Basic Aptitude questions like quantitative and logical

Round 3 - Coding Test 

Programs have to written for given questions

Round 4 - Technical 

(2 Questions)

  • Q1. F2F interview programming questions were asked
  • Q2. Questions were asked about projects and technology used in project

Interview Preparation Tips

Interview preparation tips for other job seekers - Be strong enough in data structures and algorithms you can easily crack the interview

I applied via Company Website and was interviewed in May 2022. 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 

The test contains basic programming output questions and some aptitude questions.

Round 3 - Coding Test 

We have to solve 5 programming questions in 1 hour. Questions are on arrays and strings.

Round 4 - Technical 

(2 Questions)

  • Q1. Parenthesis balancing Reversing the string Finding the angle between hour and minute hand of clock
  • Ans. 

    Three technical questions related to string manipulation and clock calculations.

    • For parenthesis balancing, use a stack data structure to keep track of opening and closing brackets.

    • To reverse a string, use two pointers starting from the beginning and end of the string and swap characters until they meet in the middle.

    • To find the angle between hour and minute hand of clock, use the formula (30H - 11/2M) degrees, where H ...

  • Answered by AI
  • Q2. Prime no Add all digits in a number
  • Ans. 

    The question asks to check if a number is prime and add all its digits.

    • To check if a number is prime, we can use a loop to divide it by all numbers from 2 to its square root.

    • If the number is divisible by any of these numbers, it is not prime.

    • To add all digits in a number, we can use a loop to extract each digit and add it to a running total.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Practice all previously asked questions which are on internet. Questions are based on arrays, mathematics (prime no.,leap year etc) strings, stack and queue.
Try to optimise the code as much as possible.

Skills evaluated in this interview

I applied via Campus Placement and was interviewed in Jun 2022. There were 5 interview rounds.

Round 1 - Aptitude Test 

20 questions were given.
aptitude + simple coding output based.

Round 2 - Coding Test 

5 questions were shared on a doc file. We need to code them paste their solutions in the file. Level was easy to medium. Array-string based Questions.

Round 3 - Technical 

(3 Questions)

  • Q1. There Were 3 Technical rounds. In 1st Round Basic coding Questions were Asked on Array like find minimum angle between hour and minute hand. 0,1 array sort and there was another question too which I don't...
  • Q2. Find minimum angle between hour and minute hand.
  • Ans. 

    Find minimum angle between hour and minute hand.

    • Calculate the angle made by hour hand with 12 o'clock position and minute hand with 12 o'clock position.

    • Calculate the difference between the two angles.

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

  • Answered by AI
  • Q3. 0, 1 array sort (keep complexity low)
Round 4 - Technical 

(3 Questions)

  • Q1. Then on next day Technical Round 2 happened Same another Interviewer and same process. Round was 1 hour long. I was given a question and I had to solve it. I was not asked puzzles but some of my friends we...
  • Q2. Maximum span of 1 in a 0,1 array
  • Ans. 

    Find the maximum span of 1 in a 0,1 array.

    • Iterate through the array and keep track of the first and last occurrence of 1.

    • Calculate the difference between the last and first occurrence of 1.

    • Repeat the process for all 1's in the array and return the maximum difference.

  • Answered by AI
  • Q3. Upside down triangle pattern
Round 5 - Technical 

(3 Questions)

  • Q1. Next day Technical Round 3 This time my interviewer was a Senior Engineer Interview round was 1 hour+ I was given 2 coding questions then hr questions were asked. In hr they asked me a lot regarding my pro...
  • Q2. First non repeating Character
  • Q3. Sort a binary array using one traversal and no extra space
  • Ans. 

    Sort a binary array using one traversal and no extra space.

    • Use two pointers, one starting from the beginning and one from the end of the array.

    • Swap the elements if the left pointer points to 1 and the right pointer points to 0.

    • Continue traversing until the pointers meet in the middle.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Just clear your basics and have a good command on easy to medium array string questions.
Mention only those things in resume which you really did.
prepare common puzzle questions from GFG or some other platform.

Skills evaluated in this interview

Prospecta Software Interview FAQs

How many rounds are there in Prospecta Software Development Engineer interview?
Prospecta Software interview process usually has 3 rounds. The most common rounds in the Prospecta Software interview process are Assignment, Technical and HR.
How to prepare for Prospecta Software Development Engineer 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 Prospecta Software. The most common topics and skills that interviewers at Prospecta Software expect are Javascript, CSS, JQuery, Java and Ajax.
What are the top questions asked in Prospecta Software Development Engineer interview?

Some of the top questions asked at the Prospecta Software Development Engineer interview -

  1. What is TreeMa...read more
  2. SpringBoot API makin...read more
  3. basic Java and Spring Boot quest...read more

Tell us how to improve this page.

Overall Interview Experience Rating

3/5

based on 1 interview experience

Difficulty level

Easy 100%

Duration

Less than 2 weeks 100%
View more

Interview Questions from Similar Companies

VDart Interview Questions
4.0
 • 29 Interviews
DISYS Interview Questions
3.0
 • 27 Interviews
Ciklum Interview Questions
3.4
 • 22 Interviews
View all
Prospecta Software Development Engineer Salary
based on 18 salaries
₹5 L/yr - ₹7.1 L/yr
33% less than the average Development Engineer Salary in India
View more details

Prospecta Software Development Engineer Reviews and Ratings

based on 2 reviews

1.0/5

Rating in categories

1.7

Skill development

1.0

Work-life balance

2.0

Salary

1.0

Job security

1.0

Company culture

1.7

Promotions

1.7

Work satisfaction

Explore 2 Reviews and Ratings
Development Engineer
18 salaries
unlock blur

₹5 L/yr - ₹7.1 L/yr

Senior Solution Consultant
16 salaries
unlock blur

₹4 L/yr - ₹16 L/yr

Business Analyst
15 salaries
unlock blur

₹3 L/yr - ₹8 L/yr

Solution Consultant
14 salaries
unlock blur

₹3.3 L/yr - ₹10 L/yr

Quality Engineer
12 salaries
unlock blur

₹3 L/yr - ₹8.5 L/yr

Explore more salaries
Compare Prospecta Software with

Saama Technologies

3.7
Compare

Jumio

3.8
Compare

DISYS

3.0
Compare

Data-Core Systems

3.1
Compare
write
Share an Interview