Upload Button Icon Add office photos
Engaged Employer

i

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

PreludeSys Verified Tick

Compare button icon Compare button icon Compare
3.5

based on 243 Reviews

Filter interviews by

PreludeSys Software Engineer Interview Questions and Answers

Updated 25 Dec 2024

PreludeSys Software Engineer Interview Experiences

2 interviews found

Interview experience
4
Good
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Not Selected

I applied via campus placement at Francis Xavier Engineering College, Tirunelveli and was interviewed in Aug 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

(2 Questions)

  • Q1. Basics of communication test
  • Q2. Finding mistakes between two same sentences
  • Ans. 

    Use string comparison functions to find differences between two sentences.

    • Use string comparison functions like strcmp or difflib to compare two sentences.

    • Look for differences in spelling, punctuation, capitalization, or word order.

    • Consider using regular expressions to identify patterns of mistakes.

    • Check for extra spaces or special characters that may cause discrepancies.

    • Utilize tools like online diff checkers or text c

  • Answered by AI
Round 2 - Coding Test 

Prime number,MCQ on DSA,Python, JAVA,MySQL

Round 3 - Technical 

(3 Questions)

  • Q1. Asked me to compile pattern printing program.
  • Q2. About my projects.
  • Q3. SQL joins and procedures.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected
Round 1 - Aptitude Test 

Nothing it went well

Round 2 - Coding Test 

Same here , asked basics of java and C#

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare well and go! don't stammer

Software Engineer Interview Questions Asked at Other Companies

asked in Qualcomm
Q1. Bridge and torch problem : Four people come to a river in the nig ... read more
asked in Capgemini
Q2. In a dark room,there is a box of 18 white and 5 black gloves. You ... read more
asked in TCS
Q3. Find the Duplicate Number Problem Statement Given an integer arra ... read more
Q4. Tell me something about yourself. Define encapsulation. What is i ... read more
asked in Paytm
Q5. Puzzle : 100 people are standing in a circle .each one is allowed ... read more

Interview questions from similar companies

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

I applied via Referral and was interviewed in Nov 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Starts with a introduction, Core Java concepts, OOPS concepts, Singleton design pattern, Spring boot annotations like service, restcontroller.
  • Q2. DSA logical questions like 2nd highest number. How to find missing number from an array.
Round 2 - Behavioral 

(4 Questions)

  • Q1. Tell me about yourself.
  • Ans. 

    I am a software engineer with 5 years of experience in developing web applications using Java, Spring Boot, and Angular.

    • 5 years of experience in software development

    • Proficient in Java, Spring Boot, and Angular

    • Strong problem-solving skills

    • Experience working in Agile development environment

    • Bachelor's degree in Computer Science from XYZ University

  • Answered by AI
  • Q2. Tell me about your family.
  • Ans. 

    I come from a close-knit family of five, including my parents, older sister, and younger brother.

    • Close-knit family of five

    • Parents, older sister, and younger brother

    • We enjoy spending time together traveling and trying new restaurants

  • Answered by AI
  • Q3. Why do you want to change the company
  • Ans. 

    Seeking new challenges and opportunities for growth in a different environment.

    • Desire for new challenges and learning opportunities

    • Seeking a better work-life balance

    • Interested in working with new technologies or industries

    • Looking for a more collaborative team environment

  • Answered by AI
  • Q4. After that interviewer describes my work and position in the company.

Interview Preparation Tips

Interview preparation tips for other job seekers - I have applied for Java position through the referral. I have received a call on Thursday that we want to schedule your interview on Saturday. And on Saturday both the rounds happened with positive feedback.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
Not Selected
Round 1 - Technical 

(2 Questions)

  • Q1. What are the Object-Oriented Programming (OOP) concepts implemented in PHP?
  • Ans. 

    PHP supports all major Object-Oriented Programming concepts including classes, objects, inheritance, encapsulation, and polymorphism.

    • Classes: PHP allows you to define classes using the 'class' keyword.

    • Objects: You can create objects of a class using the 'new' keyword.

    • Inheritance: PHP supports inheritance where a class can inherit properties and methods from another class.

    • Encapsulation: PHP allows you to restrict access...

  • Answered by AI
  • Q2. What are the pre-defined functions available for string manipulation in PHP?
  • Ans. 

    PHP provides a variety of pre-defined functions for string manipulation.

    • strlen() - returns the length of a string

    • str_replace() - replaces all occurrences of a search string with a replacement string

    • substr() - returns a part of a string

    • strtolower() - converts a string to lowercase

    • strtoupper() - converts a string to uppercase

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. How do you manage third-party services within the MVC framework?
  • Ans. 

    Third-party services can be managed by integrating them into the MVC framework using libraries or APIs.

    • Use libraries or APIs provided by the third-party service to interact with it within the MVC framework.

    • Create service classes or components to encapsulate the logic for interacting with the third-party service.

    • Utilize dependency injection to inject the third-party service dependencies into the controllers or models.

    • Ha...

  • Answered by AI
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed in Jul 2024.

Round 1 - Coding Test 

Leet code medium level question

Round 2 - Technical 

(2 Questions)

  • Q1. About Java Streams
  • Q2. Restful API coding completion based on given file
Round 3 - HR 

(2 Questions)

  • Q1. To check your attitude
  • Q2. Given detailed about company and what project you are going to work on?
Round 4 - One-on-one 

(5 Questions)

  • Q1. Hashmap working
  • Ans. 

    Hashmap is a data structure that stores key-value pairs and allows for fast retrieval of values based on keys.

    • Hashmap uses a hashing function to map keys to indices in an array.

    • It allows for constant time complexity O(1) for insertion, deletion, and retrieval operations.

    • Example: HashMap<String, Integer> map = new HashMap<>(); map.put("key", 123); int value = map.get("key");

  • Answered by AI
  • Q2. Multithreading cases
  • Q3. Scenario specific on how to handle multiple events on a single variable to have accurate result
  • Q4. Database indexing
  • Q5. Architecture level
Interview experience
1
Bad
Difficulty level
Easy
Process Duration
4-6 weeks
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Two simple coding with technical questions
Round 2 - Technical 

(1 Question)

  • Q1. One simple coding and technical questions along with system design questions
Round 3 - Technical 

(1 Question)

  • Q1. Work experience

Interview Preparation Tips

Interview preparation tips for other job seekers - Please dont attend interview they wouldn't select you. Instead they will waste your time. And the HR chitranshi is too bad
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Oops concept ? SQL Queries ?
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

60 MCQ questions are there

Round 2 - Technical 

(2 Questions)

  • Q1. Simple java questions are there
  • Q2. Array list vs Linked List
  • Ans. 

    Array list is faster for accessing elements by index, while Linked List is better for frequent insertions and deletions.

    • Array list has constant time access to elements by index, while Linked List requires traversing the list to find an element.

    • Linked List is better for frequent insertions and deletions as it only requires changing pointers, while Array list may require shifting elements.

    • Array list uses contiguous memor...

  • Answered by AI

Skills evaluated in this interview

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

I applied via Job Fair and was interviewed in May 2024. There were 4 interview rounds.

Round 1 - Aptitude Test 

About front end , html, css, reasoning,

Round 2 - Technical 

(1 Question)

  • Q1. What.is let , var, const
Round 3 - Technical 

(2 Questions)

  • Q1. What is angular
  • Q2. Services in angular
Round 4 - HR 

(1 Question)

  • Q1. Communication skills.

Interview Preparation Tips

Interview preparation tips for other job seekers - Good for freshers
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Python memory management

PreludeSys Interview FAQs

How many rounds are there in PreludeSys Software Engineer interview?
PreludeSys interview process usually has 3 rounds. The most common rounds in the PreludeSys interview process are Aptitude Test, Coding Test and Resume Shortlist.
How to prepare for PreludeSys Software 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 PreludeSys. The most common topics and skills that interviewers at PreludeSys expect are JQuery, Javascript, .Net, MVC and SQL.
What are the top questions asked in PreludeSys Software Engineer interview?

Some of the top questions asked at the PreludeSys Software Engineer interview -

  1. Finding mistakes between two same senten...read more
  2. Asked me to compile pattern printing progr...read more
  3. Basics of communication t...read more

Tell us how to improve this page.

PreludeSys Software Engineer Interview Process

based on 2 interviews

Interview experience

4
  
Good
View more
PreludeSys Software Engineer Salary
based on 76 salaries
₹2 L/yr - ₹8.6 L/yr
37% less than the average Software Engineer Salary in India
View more details

PreludeSys Software Engineer Reviews and Ratings

based on 11 reviews

3.2/5

Rating in categories

3.8

Skill development

2.9

Work-life balance

2.9

Salary

3.0

Job security

3.7

Company culture

2.8

Promotions

3.4

Work satisfaction

Explore 11 Reviews and Ratings
Medical Record Analyst
113 salaries
unlock blur

₹1.5 L/yr - ₹5.1 L/yr

Software Engineer
76 salaries
unlock blur

₹2 L/yr - ₹8.6 L/yr

Senior Software Engineer
71 salaries
unlock blur

₹6 L/yr - ₹16 L/yr

Lead Generation Executive
55 salaries
unlock blur

₹1.8 L/yr - ₹4 L/yr

HR Executive
33 salaries
unlock blur

₹2.5 L/yr - ₹6 L/yr

Explore more salaries
Compare PreludeSys with

Infosys

3.6
Compare

TCS

3.7
Compare

Wipro

3.7
Compare

HCLTech

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