Contents:
Can anyone help please?
Anyone using Intellij community edition for spring and spring boot?
What should be my first setups be?
Can anyone help please?
Anyone using Intellij community edition for spring and spring boot?
What should be my first setups be?
smartcoder69 2022-08-24 11:27:36
can you send me sample query
Shweta . 2022-08-24 11:36:35
anyone have idea about GS LAB coding round questions
Krishna G 2022-08-24 11:37:34
Shweta . 2022-08-24 11:36:35
anyone have idea about GS LAB coding round questions
check this out swetha https://medium.com/@sargam123india/goldman-sachs-questions-asked-in-coding-test-and-interviews-selected-53f4f5cc9cc1
GOLDMAN SACHS QUESTIONS asked in coding test and interviews (SELECTED !) – Medium
Hey there 😃
Hey there 😃
Jitendra bansal 2022-08-24 11:45:58
Shweta . 2022-08-24 11:36:35
anyone have idea about GS LAB coding round questions
Question shre kerna
Shweta . 2022-08-24 11:49:50
Jitendra bansal 2022-08-24 11:45:58
Question shre kerna
I want to know what kind of coding questions are there..it is 1hr round..i have coding round in gs lab this saturday
Jitendra bansal 2022-08-24 11:52:28
Shweta . 2022-08-24 11:49:50
I want to know what kind of coding questions are there..it is 1hr round..i have coding round in gs lab this saturday
Which platform they use
Krishna G 2022-08-24 11:52:29
https://prepinsta.com/goldman-sachs/technical-test/advance-coding/
Goldman Sachs Advance Coding with Solutions PDF | PrepInsta – PREP INSTA
Goldman Sachs Advance Coding is an additional section to the round 2 of goldman sachs hiring. The section test your advance coding skills.
Goldman Sachs Advance Coding is an additional section to the round 2 of goldman sachs hiring. The section test your advance coding skills.
Krishna G 2022-08-24 11:52:41
Shweta . 2022-08-24 11:49:50
I want to know what kind of coding questions are there..it is 1hr round..i have coding round in gs lab this saturday
https://www.codingninjas.com/codestudio/interview-bundle/goldman-sachs
Krishna 2022-08-24 12:09:51
Please give a solution for this doc
ashu4792 2022-08-24 12:48:47

Can anyone help please?
Toufik_Shaikh_1097 2022-08-24 13:16:40

NinjaTele1 2022-08-24 13:52:18
ashu4792 2022-08-24 12:48:47
Can anyone help please?
Initialise it through constructor instead of autowire
Debiprasad Dash 2022-08-24 13:54:25
Anyone using Intellij community edition for spring and spring boot?
Please dm me need some help
Please dm me need some help
Member 2022-08-24 14:06:39
Backend
1. Expose a REST API that takes pincode and returns store data as below:
■ URL: Follow widely accepted API naming conventions (App should run on localhost)
■ Method: GET
■ Query Params:pincode String Min Length: 6 Max Length: 6
■ Response:
[
{
“storeName”: “STRING”,
“storeAddress”: “STRING”,
“storeCity”: “STRING”,
“storeStatus”: “STRING”
}
]
2. Your API should internally make an external API call as indicated below to get stores for a given pincode
■ URL: https://dell-stage.hashconnect.in/api/ui/store/pincode
■ Method: GET
■ Query Params:
● pincode String Min Length: 6 Max Length: 6
● type Always = s
● records Always = 2
● page Always = 0
■ Response:
[
{
“id”: “NUMBER”
“name”: “STRING”,
“address”: “STRING”,
“city”: {
“name”: “STRING”
},
“status”: {
“name”: “STRING”
}
}
]
1. Expose a REST API that takes pincode and returns store data as below:
■ URL: Follow widely accepted API naming conventions (App should run on localhost)
■ Method: GET
■ Query Params:pincode String Min Length: 6 Max Length: 6
■ Response:
[
{
“storeName”: “STRING”,
“storeAddress”: “STRING”,
“storeCity”: “STRING”,
“storeStatus”: “STRING”
}
]
2. Your API should internally make an external API call as indicated below to get stores for a given pincode
■ URL: https://dell-stage.hashconnect.in/api/ui/store/pincode
■ Method: GET
■ Query Params:
● pincode String Min Length: 6 Max Length: 6
● type Always = s
● records Always = 2
● page Always = 0
■ Response:
[
{
“id”: “NUMBER”
“name”: “STRING”,
“address”: “STRING”,
“city”: {
“name”: “STRING”
},
“status”: {
“name”: “STRING”
}
}
]
Member 2022-08-24 14:06:55
i done 1 st step
how to do second
how to do second
Member 2022-08-24 14:07:18
how to use resttemplate on this
Member 2022-08-24 14:08:53
If any 1 know
Give help
Give help
Sa161910 2022-08-24 14:12:07
happy wednesday
Saurabh Rai 2022-08-24 14:16:32
Any good in springboot microservice ,angular
Saurabh Rai 2022-08-24 14:16:36
Any one is here who is very good in springboot, microservice ,angular
Sahar Bel 2022-08-24 14:18:02
Saurabh Rai 2022-08-24 14:16:36
Any one is here who is very good in springboot, microservice ,angular
The same question
beautifulcode01 2022-08-24 15:26:13
All the users of the group are request to post the doubts in the group itself. If someone is free and knows the solution, he/she will help automatically. We don’t allow Unnecessary DM’s in this group for help. Unnecessary DM’s === BAN. So, If have any issues, directly post your issue in the group itself.
Member 2022-08-24 15:31:20
Member 2022-08-24 14:06:39
Backend
1. Expose a REST API that takes pincode and returns store data as below:
■ URL: Follow widely accepted API naming conventions (App should run on localhost)
■ Method: GET
■ Query Params:pincode String Min Length: 6 Max Length: 6
■ Response:
[
{
“storeName”: “STRING”,
“storeAddress”: “STRING”,
“storeCity”: “STRING”,
“storeStatus”: “STRING”
}
]
2. Your API should internally make an external API call as indicated below to get stores for a given pincode
■ URL: https://dell-stage.hashconnect.in/api/ui/store/pincode
■ Method: GET
■ Query Params:
● pincode String Min Length: 6 Max Length: 6
● type Always = s
● records Always = 2
● page Always = 0
■ Response:
[
{
“id”: “NUMBER”
“name”: “STRING”,
“address”: “STRING”,
“city”: {
“name”: “STRING”
},
“status”: {
“name”: “STRING”
}
}
]
1. Expose a REST API that takes pincode and returns store data as below:
■ URL: Follow widely accepted API naming conventions (App should run on localhost)
■ Method: GET
■ Query Params:pincode String Min Length: 6 Max Length: 6
■ Response:
[
{
“storeName”: “STRING”,
“storeAddress”: “STRING”,
“storeCity”: “STRING”,
“storeStatus”: “STRING”
}
]
2. Your API should internally make an external API call as indicated below to get stores for a given pincode
■ URL: https://dell-stage.hashconnect.in/api/ui/store/pincode
■ Method: GET
■ Query Params:
● pincode String Min Length: 6 Max Length: 6
● type Always = s
● records Always = 2
● page Always = 0
■ Response:
[
{
“id”: “NUMBER”
“name”: “STRING”,
“address”: “STRING”,
“city”: {
“name”: “STRING”
},
“status”: {
“name”: “STRING”
}
}
]
If any 1 know help
Hardik Dhuri 2022-08-24 15:37:12
I am new to the microservices architecture
Hardik Dhuri 2022-08-24 15:37:29
I am trying to build a chat application similiar as whatsapp
Hardik Dhuri 2022-08-24 15:37:42
What should be my first setups be?
SHARINGAN 2022-08-24 15:40:00

how to resolve this
Zeref 2022-08-24 15:41:02
SHARINGAN 2022-08-24 15:40:00
how to resolve this
Check your controller mapping
Azert123007 2022-08-24 15:41:37
Member 2022-08-24 14:06:39
Backend
1. Expose a REST API that takes pincode and returns store data as below:
■ URL: Follow widely accepted API naming conventions (App should run on localhost)
■ Method: GET
■ Query Params:pincode String Min Length: 6 Max Length: 6
■ Response:
[
{
“storeName”: “STRING”,
“storeAddress”: “STRING”,
“storeCity”: “STRING”,
“storeStatus”: “STRING”
}
]
2. Your API should internally make an external API call as indicated below to get stores for a given pincode
■ URL: https://dell-stage.hashconnect.in/api/ui/store/pincode
■ Method: GET
■ Query Params:
● pincode String Min Length: 6 Max Length: 6
● type Always = s
● records Always = 2
● page Always = 0
■ Response:
[
{
“id”: “NUMBER”
“name”: “STRING”,
“address”: “STRING”,
“city”: {
“name”: “STRING”
},
“status”: {
“name”: “STRING”
}
}
]
1. Expose a REST API that takes pincode and returns store data as below:
■ URL: Follow widely accepted API naming conventions (App should run on localhost)
■ Method: GET
■ Query Params:pincode String Min Length: 6 Max Length: 6
■ Response:
[
{
“storeName”: “STRING”,
“storeAddress”: “STRING”,
“storeCity”: “STRING”,
“storeStatus”: “STRING”
}
]
2. Your API should internally make an external API call as indicated below to get stores for a given pincode
■ URL: https://dell-stage.hashconnect.in/api/ui/store/pincode
■ Method: GET
■ Query Params:
● pincode String Min Length: 6 Max Length: 6
● type Always = s
● records Always = 2
● page Always = 0
■ Response:
[
{
“id”: “NUMBER”
“name”: “STRING”,
“address”: “STRING”,
“city”: {
“name”: “STRING”
},
“status”: {
“name”: “STRING”
}
}
]
Zeref did u have any idea
SHARINGAN 2022-08-24 15:47:51
Zeref 2022-08-24 15:41:02
Check your controller mapping
okay