Face to face. Was called for interview and made to wait for 4 hours just to hear that interview wont be face to face but telephonic. They could have avoided wasting valuable time of more than 30 people hoping to give an interview
You are given a spring boot application (version 2.0.5) with
spring-boot-starter-data-jpa module included. Database
access is fully configured.
The database contains table "person_data" with columns:
• id (bigint)
• first_name (varchar)
• last_name (varchar)
All columns are not nullable.
Tasks
• Use annotations to configure Person class as hibernate entity
that corresponds to table person_data"
• Implement method getFullName in Person class, so that it
would return full name for given entity. For example: " John
Smith (when first_name= John, last_name=Smith)
• Register Person Service class as spring bean
• Implement method findAll in PersonService. It should return all
entities from database
Requirements
• Names of classes Person and Person Service cannot be
changed
◦ Sequence is not available
• Make sure to use proper types for fields eg. Person id D
should notbe int D
Hints
• Donotuse @GeneratedValue D foridfield @Id 0 will
be enough.
Environment
• Java 8
• Spring Boot version
Password changed successfully. Your User Id is : RKS158. Password is : Ez1EscPue
I am giving my consent for recording
Interview questions [1]
Question 1
You are given a spring boot application (version 2.0.5) with
spring-boot-starter-data-jpa module included. Database
access is fully configured.
The database contains table "person_data" with columns:
• id (bigint)
• first_name (varchar)
• last_name (varchar)
All columns are not nullable.
Tasks
• Use annotations to configure Person class as hibernate entity
that corresponds to table person_data"
• Implement method getFullName in Person class, so that it
would return full name for given entity. For example: " John
Smith (when first_name= John, last_name=Smith)
• Register Person Service class as spring bean
• Implement method findAll in PersonService. It should return all
entities from database
Requirements
• Names of classes Person and Person Service cannot be
changed
◦ Sequence is not available
• Make sure to use proper types for fields eg. Person id D
should notbe int D
Hints
• Donotuse @GeneratedValue D foridfield @Id 0 will
be enough.
Environment
• Java 8
• Spring Boot version
Password changed successfully. Your User Id is : RKS158. Password is : Ez1EscPue
I am giving my consent for recording
I applied through college or university. The process took 1 day. I interviewed at Wipro (Patiala) in Sep 2017
Interview
i was nervous but i cracked it just because i was well prepared.Practice as many aptitude questions as you can and be quick and accurate to at least clear first round. Work hard and revise concepts to clear second round of interview.