Upload Button Icon Add office photos
Engaged Employer

i

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

PMaps Verified Tick

Compare button icon Compare button icon Compare
4.9

based on 47 Reviews

Filter interviews by

PMaps Software Developer Intern Interview Questions and Answers

Updated 8 Feb 2023

PMaps Software Developer Intern Interview Experiences

1 interview found

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

I applied via campus placement at Narsee Monjee Institute Of Management Studies (NMIMS) and was interviewed in Jan 2023. There were 3 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 

Question was pretty much logical and you need to focus on details

Round 3 - Technical 

(2 Questions)

  • Q1. In this round it was based on what all languages you know and how much experience you have working with that language , dbms question was more focused.
  • Q2. Joins , java concepts , oops , triggers, views, normalisation etc etc

Interview Preparation Tips

Topics to prepare for PMaps Software Developer Intern interview:
  • DBMS
  • Java
  • C#.Net
  • DSA
Interview preparation tips for other job seekers - you will get to learn on the daily basis because you will start working from day 1 . simantenously with learning.

Interview questions from similar companies

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

I applied via Indeed and was interviewed in Apr 2023. There were 3 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 - Coding Test 

1 on 1 Technical Interview based on basic DSA questions topics like Math, String, Arrays and Duration of Interview was 45-60 minutes.

Round 3 - HR 

(2 Questions)

  • Q1. Introduce Yourself
  • Ans. 

    I am a software developer with experience in Java and Python.

    • I have completed a Bachelor's degree in Computer Science.

    • I have worked on projects involving web development and data analysis.

    • I am familiar with Agile methodology and version control systems like Git.

    • I am a quick learner and enjoy working in a team environment.

  • Answered by AI
  • Q2. Why should i hire you ?
  • Ans. 

    I am a quick learner with strong problem-solving skills and a passion for software development.

    • I have experience in programming languages such as Java, Python, and C++

    • I have completed several projects that demonstrate my ability to work independently and as part of a team

    • I am always eager to learn new technologies and improve my skills

    • I am a good communicator and can explain technical concepts to non-technical stakehol

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't worry, The Interview will not be out of the box, whatever you had learned the questions are from those technologies only, they just test your problem solving ability.
Didn't expect development skills beforehand.
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I was interviewed in Jan 2025.

Round 1 - HR 

(2 Questions)

  • Q1. What details can you provide about your profile and professional experience?
  • Q2. About work and salary details
Round 2 - Aptitude Test 

Discussion on logical thinking and problem-solving.

Round 3 - Assignment 

Please provide an assignment related to my skills.

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

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

Round 1 - Aptitude Test 

Reasoning , maths , coding, english

Round 2 - Coding Test 

Java python css c programming sql, html.

Interview Preparation Tips

Interview preparation tips for other job seekers - No comments
Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Group Discussion 

Water scarcity, 3 mins , name-area-parents-topic

Round 2 - One-on-one 

(2 Questions)

  • Q1. Tell me about yourself
  • Ans. 

    I am a passionate software engineer with experience in developing web applications using various technologies.

    • Experienced in developing web applications using HTML, CSS, JavaScript, and frameworks like React and Angular

    • Proficient in backend development with Node.js and databases like MySQL and MongoDB

    • Familiar with version control systems like Git and deployment tools like Docker

    • Strong problem-solving skills and ability

  • Answered by AI
  • Q2. What is your background
  • Ans. 

    I have a Bachelor's degree in Computer Science and 5 years of experience in software development.

    • Bachelor's degree in Computer Science

    • 5 years of experience in software development

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - whatever just enjoy the experiance
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

MCQ - 20 (aptitude), 20(c+ and sql)

Round 2 - Coding Test 

Pattern, array and sql questions

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Spark architecture.
  • Q2. Narrow and wide transformations
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before Oct 2023. There were 2 interview rounds.

Round 1 - Assignment 

Giva a Full stack project. based on MERN AND MEAN stack

Round 2 - One-on-one 

(2 Questions)

  • Q1. Dsa , were easy to medium
  • Q2. Some backend and azure related questions
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before Jun 2023. There were 2 interview rounds.

Round 1 - One-on-one 

(15 Questions)

  • Q1. Oops Concept in c#
  • Ans. 

    Oops concept in C# refers to Object-Oriented Programming principles like inheritance, encapsulation, polymorphism, and abstraction.

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

    • Encapsulation hides the internal state of an object and only exposes necessary information.

    • Polymorphism allows objects of different classes to be treated as objects of a common superclass.

    • Abstraction focuses on...

  • Answered by AI
  • Q2. Manage and unmanaged code
  • Q3. Dependency injection
  • Q4. Filter and its type
  • Ans. 

    A filter is a tool used to select specific data from a larger set based on certain criteria.

    • Filters can be used in various programming languages and databases to narrow down results.

    • Types of filters include text filters, numeric filters, date filters, and custom filters.

    • Examples of filters include WHERE clause in SQL, filter() function in Python, and filter() method in JavaScript.

  • Answered by AI
  • Q5. View in sql server
  • Ans. 

    A view in SQL Server is a virtual table that contains the result set of a SELECT statement.

    • Views are used to simplify complex queries by storing them as a virtual table.

    • Views can be used to restrict access to specific columns or rows of a table.

    • Views can be created using the CREATE VIEW statement.

    • Example: CREATE VIEW vwEmployee AS SELECT FirstName, LastName FROM Employees;

  • Answered by AI
  • Q6. Primary key vs unique key
  • Ans. 

    Primary key uniquely identifies a record in a table, while unique key ensures uniqueness but allows null values.

    • Primary key enforces uniqueness and not null constraint on a column

    • Primary key can consist of multiple columns

    • Unique key enforces uniqueness but allows null values

    • Unique key can be applied to multiple columns as well

  • Answered by AI
  • Q7. Procedure vs function
  • Ans. 

    Procedures are a set of instructions that perform a specific task, while functions return a value after performing a task.

    • Procedures do not return a value, while functions do.

    • Functions can be called within expressions, while procedures cannot.

    • Functions are more versatile and reusable compared to procedures.

  • Answered by AI
  • Q8. Trigger in sql server
  • Ans. 

    A trigger in SQL Server is a special type of stored procedure that automatically executes when certain events occur in a database.

    • Triggers can be used to enforce business rules, audit changes, or replicate data.

    • There are two main types of triggers in SQL Server: DML triggers and DDL triggers.

    • DML triggers fire in response to data manipulation language (DML) events like INSERT, UPDATE, and DELETE.

    • DDL triggers fire in res...

  • Answered by AI
  • Q9. Interface in c#
  • Ans. 

    Interface in C# is a reference type that defines a contract for classes to implement certain methods and properties.

    • Interfaces cannot have implementation, only method signatures and properties.

    • Classes can implement multiple interfaces in C#.

    • Interfaces are used to achieve abstraction and multiple inheritance in C#.

    • Example: public interface IShape { void Draw(); }

    • Example: public class Circle : IShape { public void Draw()

  • Answered by AI
  • Q10. Abstract class vs interface
  • Ans. 

    Abstract class is a class that can have both abstract and non-abstract methods, while interface is a contract that defines methods that must be implemented by a class.

    • Abstract class can have constructor, fields, and methods, while interface cannot have any implementation.

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

    • Abstract classes are used when some common functionality needs ...

  • Answered by AI
  • Q11. Partial view in.det
  • Ans. 

    Partial view in ASP.NET MVC allows reusing common UI elements across multiple views.

    • Partial views are like reusable components that can be included in multiple views

    • They help in reducing code duplication and improving maintainability

    • Partial views are rendered using Html.Partial or Html.RenderPartial methods

  • Answered by AI
  • Q12. Method overloading vs overriding
  • Ans. 

    Method overloading is having multiple methods in the same class with the same name but different parameters. Method overriding is redefining a method in a subclass with the same name and parameters as in the superclass.

    • Method overloading involves multiple methods with the same name but different parameters.

    • Method overriding involves redefining a method in a subclass with the same name and parameters as in the superclas...

  • Answered by AI
  • Q13. Union vs union all
  • Ans. 

    Union combines and removes duplicates, while union all combines all rows including duplicates.

    • Union removes duplicates, while union all includes duplicates.

    • Union is slower as it has to remove duplicates, while union all is faster.

    • Use union when you want to remove duplicates, use union all when duplicates are acceptable.

  • Answered by AI
  • Q14. Foreign key In sql
  • Ans. 

    Foreign key in SQL is a field in a table that links to a primary key in another table, enforcing referential integrity.

    • Foreign key constraints ensure data consistency between related tables

    • Foreign key values must exist in the referenced table's primary key column

    • Foreign key can be used to establish relationships between tables

  • Answered by AI
  • Q15. Constructor in c#
  • Ans. 

    Constructor in C# is a special type of method that is automatically called when an instance of a class is created.

    • Constructors have the same name as the class and do not have a return type.

    • They can be used to initialize the data members of the class.

    • Constructors can be overloaded to have multiple versions with different parameters.

    • Example: public class Person { public Person(string name) { this.Name = name; } }

  • Answered by AI
Round 2 - HR 

(2 Questions)

  • Q1. Tell me about your project
  • Q2. Salary discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - Create a good resume and practice common interview questions and improve your logic using pattern printing and continuous learning.

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Strecture of sql statement
  • Ans. 

    SQL statements are used to interact with databases by performing operations like querying, updating, and deleting data.

    • SQL statements are made up of keywords like SELECT, INSERT, UPDATE, DELETE, etc.

    • They are structured in a specific order, with clauses like WHERE, ORDER BY, GROUP BY, etc.

    • Tables are referenced using their names, and conditions are specified to filter data.

    • Joins can be used to combine data from multiple

  • Answered by AI

Skills evaluated in this interview

PMaps Interview FAQs

How many rounds are there in PMaps Software Developer Intern interview?
PMaps interview process usually has 3 rounds. The most common rounds in the PMaps interview process are Resume Shortlist, Aptitude Test and Technical.
How to prepare for PMaps Software Developer Intern 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 PMaps. The most common topics and skills that interviewers at PMaps expect are .Net, Java, Javascript and Python.
What are the top questions asked in PMaps Software Developer Intern interview?

Some of the top questions asked at the PMaps Software Developer Intern interview -

  1. in this round it was based on what all languages you know and how much experien...read more
  2. joins , java concepts , oops , triggers, views, normalisation etc ...read more

Tell us how to improve this page.

PMaps Software Developer Intern Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

CGS Interview Questions
3.5
 • 26 Interviews
ElectrifAi Interview Questions
2.5
 • 17 Interviews
Fusion Interview Questions
3.2
 • 17 Interviews
View all

PMaps Software Developer Intern Reviews and Ratings

based on 2 reviews

5.0/5

Rating in categories

5.0

Skill development

4.5

Work-life balance

3.0

Salary

4.0

Job security

4.5

Company culture

3.5

Promotions

4.5

Work satisfaction

Explore 2 Reviews and Ratings
Associate Architect
5 salaries
unlock blur

₹20 L/yr - ₹25 L/yr

Account Assistant
4 salaries
unlock blur

₹1.5 L/yr - ₹2.4 L/yr

Software Analyst
3 salaries
unlock blur

₹4.2 L/yr - ₹6.2 L/yr

Financial Accountant
3 salaries
unlock blur

₹3 L/yr - ₹3 L/yr

Content Writer
3 salaries
unlock blur

₹1.4 L/yr - ₹6 L/yr

Explore more salaries
Compare PMaps with

Primus Global Technologies

3.9
Compare

TriGeo Technologies

3.2
Compare

GrapplTech

4.7
Compare

Webixy Technologies

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