Upload Button Icon Add office photos
Engaged Employer

i

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

JPM Group Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Clear (1)

JPM Group Application Developer Interview Questions and Answers

Updated 12 Sep 2017

JPM Group Application Developer Interview Experiences

1 interview found

Application Developer Interview Questions & Answers

user image Amanpreet Singh

posted on 12 Sep 2017

Interview Questionnaire 

11 Questions

  • Q1. Explain final year project
  • Ans. 

    Developed a mobile application for tracking daily water intake and providing reminders.

    • Designed user interface for inputting water intake data

    • Implemented push notifications for reminding users to drink water

    • Utilized local storage for storing user data

    • Integrated charts to visualize daily water intake

    • Tested the application on multiple devices for compatibility

  • Answered by AI
  • Q2. Extra curriculars
  • Q3. Details mentioned in the CV
  • Q4. How would you arrange the words in a string based on their order of occurence
  • Ans. 

    The words in a string can be arranged based on their order of occurrence.

    • Split the string into an array of words

    • Create a dictionary to store the count of each word

    • Sort the array based on the count of each word

    • Join the sorted array back into a string

  • Answered by AI
  • Q5. What is inner and outer join
  • Ans. 

    Inner join returns only the matching records from both tables, while outer join returns all records from both tables.

    • Inner join combines rows from two tables based on a related column.

    • Outer join combines rows from two tables, including unmatched rows.

    • Inner join returns only the matching records from both tables.

    • Outer join returns all records from both tables, filling in NULL values for unmatched rows.

    • Example: Inner joi...

  • Answered by AI
  • Q6. How is quality testing performed
  • Ans. 

    Quality testing is performed to ensure that software meets the required standards and functions correctly.

    • Quality testing involves various techniques such as functional testing, performance testing, security testing, and usability testing.

    • Functional testing checks if the software meets the specified requirements.

    • Performance testing evaluates the software's speed, scalability, and stability under different conditions.

    • Se...

  • Answered by AI
  • Q7. You have been consistent with your scores ever wished you could have improved your rank?
  • Ans. 

    I have always strived to improve my rank by consistently working hard and seeking feedback.

    • I have consistently worked hard to improve my skills and knowledge in order to achieve a higher rank.

    • I actively seek feedback from mentors and colleagues to identify areas for improvement.

    • I set specific goals and milestones to track my progress and make adjustments as needed.

    • For example, I took additional online courses to enhanc...

  • Answered by AI
  • Q8. Plans of higher studies...if yes, then what, if no are you certain they wont change soon?
  • Ans. 

    I am currently not planning for higher studies, but I am open to the idea in the future.

    • Currently not planning for higher studies

    • Open to the idea of pursuing further education in the future

    • Will consider options based on career growth and opportunities

  • Answered by AI
  • Q9. Strengths and weaknesses
  • Q10. What if you have to relocate?
  • Ans. 

    I am open to relocation for the right opportunity.

    • I am willing to relocate for the right job opportunity that aligns with my career goals.

    • I have experience moving for previous jobs and am comfortable with the process.

    • I am open to exploring new locations and cultures as part of my career growth.

  • Answered by AI
  • Q11. What if you have a critical project and you wish to leave?
  • Ans. 

    Discuss options with team, provide handover documentation, offer to assist remotely.

    • Discuss the situation with the team and explain the reasons for leaving

    • Provide detailed handover documentation to ensure a smooth transition for the project

    • Offer to assist remotely or provide support after leaving to ensure project success

  • Answered by AI

Interview Preparation Tips

Round: Test
Experience: Paper pencil test
Duration: 1 hour
Total Questions: 60

College Name: K. J. Somaiya College Of Engineering

Skills evaluated in this interview

Interview questions from similar companies

Interview Questionnaire 

2 Questions

  • Q1. OOPS Concepts
  • Q2. Threads Concepts

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared on basic java
Interview experience
4
Good
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Feb 2024. There was 1 interview round.

Round 1 - Box test 

(2 Questions)

  • Q1. Tell me about yourself
  • Q2. What is the difference between HTTp and HTTPS
  • Ans. 

    HTTP is unsecured protocol while HTTPS is secured protocol using SSL/TLS encryption.

    • HTTP stands for Hypertext Transfer Protocol, while HTTPS stands for Hypertext Transfer Protocol Secure.

    • HTTPS uses SSL/TLS encryption to secure the communication between the client and server, while HTTP does not.

    • HTTPS uses port 443 by default, while HTTP uses port 80.

    • HTTPS URLs begin with 'https://' and are secured with a padlock icon i...

  • Answered by AI

Skills evaluated in this interview

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

I applied via LinkedIn and was interviewed in Aug 2023. There were 2 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 Resume tips
Round 2 - Technical 

(2 Questions)

  • Q1. Basic Oops Concepts
  • Q2. 4 Pillars of oops
  • Ans. 

    Encapsulation, Inheritance, Polymorphism, Abstraction are the 4 pillars of OOPs

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

    • Inheritance: Ability of a class to inherit properties and behavior from another class

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

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

  • Answered by AI

I applied via Naukri.com and was interviewed in Oct 2022. 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 Resume tips
Round 2 - HR 

(4 Questions)

  • Q1. What is java? What is variable?
  • Ans. 

    Java is a popular programming language used for developing various applications. A variable is a named memory location used to store data.

    • Java is an object-oriented language

    • It is platform-independent

    • Variables in Java have a specific data type

    • Variables can be assigned values and their values can be changed

    • Example: int age = 25; String name = "John";

  • Answered by AI
  • Q2. What is inheritance? types of inheritance
  • Ans. 

    Inheritance is a concept in object-oriented programming where a class inherits properties and behaviors from another class.

    • Inheritance allows code reuse and promotes code organization.

    • There are different types of inheritance: single inheritance, multiple inheritance, multilevel inheritance, and hierarchical inheritance.

    • Single inheritance involves a class inheriting from a single base class.

    • Multiple inheritance involves...

  • Answered by AI
  • Q3. 1.Java is a high level language 2.java is a programme is called a set of instructions 3.java run time environment (jre) 4.java is a platform independent. Variable: A variable which is container that some d...
  • Q4. Inheritance; 1.Acquring the properties of parent class to the child class with out changeing the properties of parent class is known as inheritance 2.inheritanc is a is relationship 3.extends keyword is us...
  • Ans. 

    Inheritance is acquiring properties of parent class to child class without changing parent class properties. It is classified into 5 types.

    • Inheritance is a way to reuse code and establish a relationship between classes

    • The 'extends' keyword is used to implement inheritance in Java

    • Examples of inheritance include a 'Car' class inheriting properties from a 'Vehicle' class

    • Single level inheritance involves one parent class a...

  • Answered by AI
Round 3 - Group Discussion 

May I about you ? Which your qualification and which stream

Interview Preparation Tips

Topics to prepare for Tata Group Software Developer interview:
  • Core Java
  • Web Technologies
Interview preparation tips for other job seekers - My strength is quick learner, self motivated, Hard working
My weakness is if any body ask for help me,I never say know.

Skills evaluated in this interview

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

I applied via Company Website and was interviewed in Dec 2022. 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 Resume tips
Round 2 - Aptitude Test 

An aptitude test is an exam used to determine an individual's skill or propensity to succeed in a given activity

Round 3 - Coding Test 

Programming questions are an integral part of an interview for the developer's position

Interview Preparation Tips

Interview preparation tips for other job seekers - The hard truth is that this is a terrible job market for job seekers. The salaries are lower in general and more positions are being reduced to freelance or part-time. The work you have always loved may not have the same title and may be shared by a team now. Instead of viewing this as a negative, though, consider the opportunities. Maybe you like sales, but always wanted to do some consulting

I applied via Recruitment Consultant and was interviewed in Aug 2021. There were 4 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Can you accept me as the employee in your company
  • Q2. Will you accept what type of post give to me

Interview Preparation Tips

Interview preparation tips for other job seekers - For you checking any type of qualifications in my resume like 10th,10+2,graduation
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Questions based on work experience
  • Q2. And all the spftware architecture
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

30 technical questions

Round 2 - Technical 

(2 Questions)

  • Q1. Technical process
  • Q2. What are oops concept
  • Ans. 

    Object-oriented programming concepts that focus on objects and classes.

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

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

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

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

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. Oops questions Database SQL Logic building along with case study

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

Interview Questionnaire 

1 Question

  • Q1. Question are asked majorly on SQL language

Interview Preparation Tips

Interview preparation tips for other job seekers - I have been selected as Axiom developer, and question are asked majorly about sql languages. Which is basic need for Axiom.
Contribute & help others!
anonymous
You can choose to be anonymous

JPM Group Interview FAQs

What are the top questions asked in JPM Group Application Developer interview?

Some of the top questions asked at the JPM Group Application Developer interview -

  1. How would you arrange the words in a string based on their order of occure...read more
  2. What is inner and outer j...read more
  3. How is quality testing perfor...read more

Recently Viewed

SALARIES

Influexo Technologies

INTERVIEWS

Standard Chartered

No Interviews

INTERVIEWS

Zinnov Management Consulting

No Interviews

JOBS

Zinnov Management Consulting

No Jobs

JOBS

Zinnov Management Consulting

No Jobs

SALARIES

Techinfini Solutions

INTERVIEWS

Zinnov Management Consulting

No Interviews

SALARIES

Zinnov Management Consulting

INTERVIEWS

Cimpress

No Interviews

INTERVIEWS

JPM Group

No Interviews

Tell us how to improve this page.

Interview Questions from Similar Companies

Tata Group Interview Questions
4.2
 • 358 Interviews
Adani Group Interview Questions
3.9
 • 187 Interviews
Zetwerk Interview Questions
4.1
 • 83 Interviews
View all
Quality Engineer
36 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Engineer
34 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Engineer
24 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Production Engineer
23 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Assistant Manager
23 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare JPM Group with

Tata Group

4.2
Compare

Reliance Industries

4.0
Compare

Adani Group

3.9
Compare

Mahindra & Mahindra

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