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 Associate Software Developer Interview Questions and Answers

Updated 21 Aug 2024

Propeltech Labs India Associate Software Developer Interview Experiences

2 interviews found

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

I applied via campus placement at Meenakshi College of Engineering, Chennai and was interviewed in Feb 2024. There were 5 interview rounds.

Round 1 - Aptitude Test 

Basic Aptitude Questions, Technical Questions on Core CS Basics

Round 2 - Coding Test 

Leetcode Medium Questions

Round 3 - Coding Test 

Leetcode Medium Questions

Round 4 - Comprehension Test 

(1 Question)

  • Q1. Answer the MCQs based on the given paragraph (Food Desert from ReadTheory website)
Round 5 - Technical 

(1 Question)

  • Q1. All from your resume

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well on all the fundamentals. If you are from CS Background you should concentrate more on the basics.
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 2 interview rounds.

Round 1 - Aptitude Test 

Time and work, Time speed distance
Syllogism, Simple interest, compound interest

Round 2 - Coding Test 

Arrays ,string ,DSA, scheduling

Associate Software Developer Interview Questions Asked at Other Companies

asked in Accenture
Q1. Nth Fibonacci NumberNth term of Fibonacci series F(n), where F(n) ... read more
asked in Xoriant
Q2. Tell me some of the data types that are used in python?
asked in Xoriant
Q3. What are joins in SQL? Explain each with the real life example?
asked in Xoriant
Q4. How will you delete a file in python module using a python code?
asked in Xoriant
Q5. Do python has any destructor? If yes then what is that destructor ... read more

Interview questions from similar companies

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

I applied via Walk-in and was interviewed in Jun 2024. There was 1 interview round.

Round 1 - One-on-one 

(3 Questions)

  • Q1. What programming languages are you most proficient in?
  • Ans. 

    I am most proficient in Java, Python, and JavaScript.

    • Java

    • Python

    • JavaScript

  • Answered by AI
  • Q2. Can you explain your experience with front-end and back-end development?
  • Ans. 

    I have experience in both front-end and back-end development, including creating user interfaces and working with databases.

    • Experience with front-end technologies such as HTML, CSS, and JavaScript

    • Proficiency in back-end languages like Java, Python, or Node.js

    • Knowledge of databases like MySQL, MongoDB, or PostgreSQL

    • Ability to integrate front-end and back-end systems to create functional applications

  • Answered by AI
  • Q3. Have you worked with cloud platforms like AWS, Azure, GCP?
  • Ans. 

    Yes, I have experience working with AWS, Azure, and GCP.

    • Worked on deploying applications on AWS EC2 instances

    • Utilized Azure Functions for serverless computing

    • Managed Google Cloud Storage for data storage

    • Implemented AWS Lambda functions for event-driven architecture

  • Answered by AI
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Simple level Questions MCQ based

Round 2 - Group Discussion 

Group of 5 students foe gd

Round 3 - Coding Test 

Moderate Coding Questions

Round 4 - Technical 

(4 Questions)

  • Q1. DSA Questions and write the code
  • Q2. Question no 1:- Matrix Manipulation Question no 2:- Reverse string
  • Q3. Same no personal information asked
  • Q4. Introduction:- Introduce yourself

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare for DSA and other related coding Question
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(5 Questions)

  • Q1. Palindrome code should design
  • Ans. 

    Palindrome code should be designed to check if a given string is the same forwards and backwards.

    • Create a function that takes a string as input

    • Remove any spaces and punctuation from the string

    • Reverse the string and compare it to the original string to check if it is a palindrome

  • Answered by AI
  • Q2. Regarding sql topics like joins and acid
  • Q3. Project explain and domain
  • Q4. Project explain and domain and internal working
  • Q5. Oops concepts and coding

Interview Preparation Tips

Interview preparation tips for other job seekers - Plzzzz don't join this worst company...they treat u like daily wages person
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Diff btw vite and webpack
  • Q2. What is currying in js
Round 2 - Technical 

(2 Questions)

  • Q1. What is currying in javascript?
  • Q2. Diff btw webpack and vite

Interview Preparation Tips

Interview preparation tips for other job seekers - Just cover the basics of javascript. Learn about polyfills.
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 Nov 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

The aptitude test was relatively straightforward, consisting of both aptitude and technical questions, with a difficulty level ranging from easy to medium.

Round 2 - Technical 

(2 Questions)

  • Q1. Was asked to write a code on basic DSA concept
  • Q2. Then was asked basic questions on DSA and SQL

Interview Preparation Tips

Interview preparation tips for other job seekers - Make sure you have good understanding of everything you mentioned on your resume
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.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. 3 Question was there related to architecture and Computer networks.
Round 2 - Technical 

(2 Questions)

  • Q1. Microservices and Monolith.
  • Q2. Leetcode hard Sum.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Four Pillars of OOPS in Java?
  • Ans. 

    Encapsulation, Inheritance, Polymorphism, Abstraction are the four pillars of OOPS in Java.

    • Encapsulation: Bundling data and methods that operate on the data into a single unit.

    • Inheritance: Allows a class to inherit properties and behavior from another class.

    • Polymorphism: Ability to present the same interface for different data types.

    • Abstraction: Hiding the implementation details and showing only the necessary features.

  • Answered by AI
  • Q2. What is a constructor in Java?
  • Ans. 

    A constructor in Java is a special type of method that is used to initialize objects.

    • Constructors have the same name as the class they are in.

    • They do not have a return type, not even void.

    • Constructors are called when an object of a class is created.

    • Example: public class Car { public Car() { // constructor code } }

  • Answered by AI

Skills evaluated in this interview

Propeltech Labs India Interview FAQs

How many rounds are there in Propeltech Labs India Associate Software Developer interview?
Propeltech Labs India interview process usually has 4 rounds. The most common rounds in the Propeltech Labs India interview process are Coding Test, Aptitude Test and Technical.

Tell us how to improve this page.

People are getting interviews through

based on 2 Propeltech Labs India interviews
Job Portal
Campus Placement
50%
50%
Moderate Confidence
?
Moderate Confidence means the data is based on a sufficient number of responses received from the candidates
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