Upload Button Icon Add office photos

Prospecta Software

Compare button icon Compare button icon Compare

Filter interviews by

Prospecta Software Full Stack Software Developer Interview Questions and Answers

Updated 10 May 2024

Prospecta Software Full Stack Software Developer Interview Experiences

1 interview found

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

I applied via Approached by Company and was interviewed in Apr 2024. There were 2 interview rounds.

Round 1 - One-on-one 

(3 Questions)

  • Q1. STS annotations, abstract classes and interface, diamond problem, spring actuators,
  • Q2. Static syncronisation, Java 8
  • Q3. Spring query should vs must, kafka basics
Round 2 - One-on-one 

(3 Questions)

  • Q1. How elastic works
  • Ans. 

    Elasticsearch is a distributed, RESTful search and analytics engine capable of solving a growing number of use cases.

    • Elasticsearch is a search engine based on the Lucene library.

    • It stores data in JSON format and allows for real-time search and analysis.

    • Elasticsearch can be used for full-text search, structured search, analytics, and more.

    • It is highly scalable and can be easily integrated with other tools like Logstash ...

  • Answered by AI
  • Q2. How microservices talks
  • Ans. 

    Microservices communicate through lightweight protocols like HTTP or messaging queues.

    • Microservices communicate using lightweight protocols like HTTP, REST, or messaging queues.

    • Each microservice is responsible for a specific business function and communicates with other microservices through APIs.

    • Microservices can be deployed independently, allowing for easier scalability and maintenance.

    • Communication between microserv...

  • Answered by AI
  • Q3. Explain the latwst complex problem
  • Ans. 

    Developing a real-time collaborative code editor with live chat feature

    • Implemented WebSocket for real-time communication between users

    • Utilized Operational Transformation algorithm to handle concurrent edits

    • Integrated chat functionality using Socket.io

    • Ensured data consistency and synchronization across all connected clients

  • Answered by AI

Skills evaluated in this interview

Top trending discussions

View All
Interview Tips & Stories
2w
toobluntforu
·
works at
Cvent
Can speak English, can’t deliver in interviews
I feel like I can't speak fluently during interviews. I do know english well and use it daily to communicate, but the moment I'm in an interview, I just get stuck. since it's not my first language, I struggle to express what I actually feel. I know the answer in my head, but I just can’t deliver it properly at that moment. Please guide me
Got a question about Prospecta Software?
Ask anonymously on communities.

Interview questions from similar companies

I applied via Referral and was interviewed in Nov 2020. There were 4 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Basic programming concepts, OOPs & logical questions
  • Q2. Particular technology related and basic array programming

Interview Preparation Tips

Interview preparation tips for other job seekers - interview process was very smooth

Full Stack Software Developer Interview Questions Asked at Other Companies

asked in Synergy
Q1. Oops in Java Patterns in Java JDK,JRE,JVM MVC Array questions str ... read more
asked in UST
Q2. If an application is running slowly, what process would you follo ... read more
asked in Cognizant
Q3. Briefly explain the method you would use to implement an array-ba ... read more
asked in Cognizant
Q4. What is the difference between a primary key, foreign key, candid ... read more
asked in Cognizant
Q5. What are streams in C++? What are predefined streams in C++?

I applied via Referral and was interviewed before Dec 2021. There were 5 interview rounds.

Round 1 - Aptitude Test 

20 basic coding and non coding mcq with 60 min time.

Round 2 - Coding Test 

5 basic coding problems with 60 min time based on arrays string and numbers.

Round 3 - Technical 

(1 Question)

  • Q1. 1St Technical Interview 3 coding problems 1) leap Year 2)binary to decimal 3)prime number
Round 4 - Technical 

(1 Question)

  • Q1. 2nd Technical Interview 1)input: "Raja Software Labs" output: "Raja%20Software%20Labs" 2) find contigious subarray with max sum
Round 5 - Technical 

(1 Question)

  • Q1. 3rd Technical Interview did not qualify for this round

Interview Preparation Tips

Interview preparation tips for other job seekers - Practice questions on array, numbers and string.
explain logic before coding

I applied via Naukri.com and was interviewed in Mar 2021. There were 3 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Drill Down,Drill through
  • Q2. Dax functions like date add,date diff,time Intelligence
  • Q3. Import direct query

Interview Preparation Tips

Interview preparation tips for other job seekers - Interviewer was very nice.If u are confident u can easily crack the interview

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.

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

I applied via Walk-in and was interviewed before Mar 2021. There were 3 interview rounds.

Round 1 - Aptitude Test 

Aptitude test

Round 2 - Group Discussion 

Current affairs

Round 3 - Technical 

(1 Question)

  • Q1. Puzzle , sql related questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Be yourself, whatever you know just be confident
Are these interview questions helpful?

I applied via Recruitment Consultant and was interviewed in Apr 2020. There were 4 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Object Oriented Concepts and basic list/tuple/dictionary/ datetime conversion
  • Q2. Project done in last company and how will you help Saama?

Interview Preparation Tips

Interview preparation tips for other job seekers - Try to frame answers end to end and stick to what you have done. Don't try to exaggerate.

I applied via Naukri.com and was interviewed in Apr 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. What is MVC architecture?, What is partial view in MVC , state purpose of it & how to define it? , Prepare SQL query
  • Ans. 

    MVC is a software architecture pattern that separates an application into three interconnected components: Model, View, and Controller.

    • MVC stands for Model-View-Controller

    • Model represents the data and business logic

    • View represents the user interface

    • Controller handles user input and updates the model and view accordingly

    • Partial view is a reusable view component that can be rendered within another view

    • It is used to reduc...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basic things, focus on concepts

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

Prospecta Software Interview FAQs

How many rounds are there in Prospecta Software Full Stack Software Developer interview?
Prospecta Software interview process usually has 2 rounds. The most common rounds in the Prospecta Software interview process are One-on-one Round.
What are the top questions asked in Prospecta Software Full Stack Software Developer interview?

Some of the top questions asked at the Prospecta Software Full Stack Software Developer interview -

  1. How microservices ta...read more
  2. Explain the latwst complex prob...read more
  3. How elastic wo...read more

Tell us how to improve this page.

Overall Interview Experience Rating

5/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
Development Engineer
18 salaries
unlock blur

₹5 L/yr - ₹7.1 L/yr

Senior Solution Consultant
16 salaries
unlock blur

₹7.6 L/yr - ₹13.5 L/yr

Business Analyst
15 salaries
unlock blur

₹4.6 L/yr - ₹11 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