Upload Button Icon Add office photos
Engaged Employer

i

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

Propeltech Labs India Verified Tick

Compare button icon Compare button icon Compare
3.0

based on 7 Reviews

Filter interviews by

Propeltech Labs India Software Developer Interview Questions and Answers

Updated 15 Dec 2024

Propeltech Labs India Software Developer Interview Experiences

8 interviews found

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

I applied via Campus Placement and was interviewed in Jun 2024. There were 2 interview rounds.

Round 1 - Coding Test 

From string and array

Round 2 - Technical 

(2 Questions)

  • Q1. Oops concept,core java,prepared code
  • Q2. From sql ,and comfortable with worklocation
  • Ans. 

    The question is likely asking if the candidate is comfortable working with SQL and at the specified work location.

    • Yes, I am proficient in SQL and have experience working with databases.

    • I am comfortable working at the specified work location and have no issues commuting to the office.

    • I have successfully completed projects that involved SQL queries and database management.

    • I am familiar with optimizing SQL queries for per

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - nothing to say dont ask to me
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in May 2024. There were 4 interview rounds.

Round 1 - Aptitude Test 

Normal aptitude questions

Round 2 - Technical 

(1 Question)

  • Q1. Technical mcq & coding questions were asked. The coding questions were of easy to medium difficulty.
Round 3 - Coding Test 

Another coding round was conducted and also a few mcq's were asked. There was also an english comprehension pen and paper test.

Round 4 - One-on-one 

(1 Question)

  • Q1. Face-to-face technical interview was conducted. Questions were asked on projects mentioned in resume, Databases, SQL, oops concepts etc.

Interview Preparation Tips

Interview preparation tips for other job seekers - They can ask anything in the interview and be prepared for follow up questions based on your answers. Also they said only 3 rounds will be there but they conducted additional coding round.

Software Developer Interview Questions Asked at Other Companies

asked in Amazon
Q1. Maximum Subarray SumGiven an array of numbers, find the maximum s ... read more
asked in Cognizant
Q2. Nth Fibonacci NumberNth term of Fibonacci series F(n), where F(n) ... read more
asked in Rakuten
Q3. Merge two sorted arraysNinja has been given two sorted integer ar ... read more
asked in GlobalLogic
Q4. Terms Of APAyush is given a number ‘X’. He has been told that he ... read more
asked in Amazon
Q5. Minimum Number of Platform NeededYou are given the arrival and de ... read more
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via campus placement at Government College of Technology, Coimbatore and was interviewed in Jul 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Multiple sections: comprehension, coding MCQs, verbal, math.

Round 2 - Coding Test 

1 Medium string problem.
1 Medium array problem.

Interview Preparation Tips

Topics to prepare for Propeltech Labs India Software Developer interview:
  • Data Structures
  • Javascript
  • Core Java
  • HTML
  • CSS
  • MySQL
  • RDBMS
  • Python
Interview preparation tips for other job seekers - Complete both coding questions to advance to the next round.

Software Developer Interview Questions & Answers

user image MUTHU AKALYA A ECE2019

posted on 19 Jul 2024

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Indeed and was interviewed in Jun 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

It contains three section verbal , logical reasoning, quantitative aptitude

Round 2 - Coding Test 

20 technical mcq questions based on sql, java , python , javascript, c, cpp, data Structures and algorithms . Basic knowledge about programming will help you to clear these. And it contains 2 coding questions one question is based on string another question is based on array

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare and practice programming questions with your favorite programming language. Practice until you crack your interview otherwise you will forget what you learned. This my personal opinion

Propeltech Labs India interview questions for designations

 Associate Software Developer

 (2)

 Software Engineer

 (1)

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Oct 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

General aptitude as multiple choice questions as ratio and proposition

Round 2 - Coding Test 

General computer based questions and 3 coding question and more to practice with challenge token

Round 3 - Coding Test 

Direct coding round in company and written test

Interview Preparation Tips

Interview preparation tips for other job seekers - Practice more on challenge token to solve coding questions better
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Jun 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

It is all basic questions only

Round 2 - Coding Test 

Questions on array and strings medium level

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

I applied via LinkedIn and was interviewed in Oct 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

Comprehensive, time and work, Time speed distance, line chart, pie chart

Round 2 - Coding Test 

String based array question like encryption decryption

Round 3 - HR 

(2 Questions)

  • Q1. There are 3 rounds in office Online coding test Reading comprehensive test Technical HR interview
  • Q2. Questions from Resume, OOPs concepts, Databases, and Operating System. Asked to write some SQL queries and to draw flowchart for the given scenario Code Debugging & Explanation (Java OOPs based)
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in Dec 2022. There were 2 interview rounds.

Round 1 - Aptitude Test 

The aptitude consists of numerical,logical reasoning,and verbal

Round 2 - Coding Test 

This roun was quiet tough and the questions from strings and array

Interview Preparation Tips

Topics to prepare for Propeltech Labs India Software Developer interview:
  • arrays
  • Data Structures

Interview questions from similar companies

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

I was interviewed in Nov 2024.

Round 1 - Aptitude Test 

The aptitude test evaluates problem-solving, coding skills, and logical reasoning, offering a fair challenge to showcase technical expertise.

Round 2 - One-on-one 

(2 Questions)

  • Q1. How do you handle conflicts in a team project?
  • Ans. 

    I address conflicts in team projects by promoting open communication, active listening, and seeking compromise.

    • Encourage open communication among team members to address conflicts early on

    • Practice active listening to understand all perspectives and concerns

    • Seek compromise and find common ground to resolve conflicts effectively

  • Answered by AI
  • Q2. What is the difference between an interface and an abstract class?
  • Ans. 

    Interface is a contract that defines the methods a class must implement, while an abstract class can have both implemented and abstract methods.

    • Interface can only have abstract methods and cannot have any implementation, while abstract class can have both abstract and implemented methods.

    • A class can implement multiple interfaces but can only inherit from one abstract class.

    • Interfaces are used to achieve multiple inheri...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Research the company, practice technical skills, communicate, showcase problem-solving abilities, stay confident, and demonstrate enthusiasm for the role
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is the difference between an abstract class and an interface in object-oriented programming?
  • Ans. 

    Abstract class can have both abstract and non-abstract methods, while interface can only have abstract methods.

    • Abstract class can have method implementations, while interface cannot.

    • A class can implement multiple interfaces, but can only inherit from one abstract class.

    • Interfaces are used to define contracts for classes to implement, while abstract classes are used to provide a common base for subclasses.

    • Example: Abstr...

  • Answered by AI
  • Q2. Abstract classes can have implemented methods; interfaces can only have declarations (before JAVA 8).

Interview Preparation Tips

Interview preparation tips for other job seekers - Stay updated with the latest tools and technologies in your field to remain competitive.

Propeltech Labs India Interview FAQs

How many rounds are there in Propeltech Labs India Software Developer interview?
Propeltech Labs India interview process usually has 2-3 rounds. The most common rounds in the Propeltech Labs India interview process are Coding Test, Aptitude Test and Resume Shortlist.
What are the top questions asked in Propeltech Labs India Software Developer interview?

Some of the top questions asked at the Propeltech Labs India Software Developer interview -

  1. from sql ,and comfortable with worklocat...read more
  2. Face-to-face technical interview was conducted. Questions were asked on project...read more
  3. Questions from Resume, OOPs concepts, Databases, and Operating System. Asked to...read more
How long is the Propeltech Labs India Software Developer interview process?

The duration of Propeltech Labs India Software Developer interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Propeltech Labs India Software Developer Interview Process

based on 6 interviews in last 1 year

2 Interview rounds

  • Aptitude Test Round
  • Coding Test Round
View more

People are getting interviews through

based on 8 Propeltech Labs India interviews
Campus Placement
Job Portal
63%
38%
Moderate Confidence
?
Moderate Confidence means the data is based on a sufficient number of responses received from the candidates
Propeltech Labs India Software Developer Salary
based on 12 salaries
₹3 L/yr - ₹8.5 L/yr
20% less than the average Software Developer Salary in India
View more details

Propeltech Labs India Software Developer Reviews and Ratings

based on 4 reviews

4.4/5

Rating in categories

4.8

Skill development

3.1

Work-Life balance

3.2

Salary & Benefits

3.5

Job Security

3.8

Company culture

3.1

Promotions/Appraisal

4.0

Work Satisfaction

Explore 4 Reviews and Ratings
Software Engineer
28 salaries
unlock blur

₹3.5 L/yr - ₹8.2 L/yr

Devops Engineer
16 salaries
unlock blur

₹5.5 L/yr - ₹8.5 L/yr

Softwaretest Engineer
13 salaries
unlock blur

₹2.2 L/yr - ₹7.3 L/yr

Software Developer
12 salaries
unlock blur

₹3 L/yr - ₹8.5 L/yr

Automation Test Engineer
7 salaries
unlock blur

₹4.8 L/yr - ₹7.5 L/yr

Explore more salaries
Compare Propeltech Labs India with

TCS

3.7
Compare

Infosys

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