Tip 1 : Practice from Geek For Geeks Coding examples
Tip 2 : Hands on DBMS
Tip 3 : Hands on any subject you like
Tip 1 : Mention your skills in any of the language
Tip 2 : Do not put false things on resume.
- Evening time
- Environment was good.
- No
- Interviewer was good



Given array ‘ARR = { 1, 2, 3, 3, 3, 3, 4, 4, 4, 1, 2 ,0}’ and ‘K = 4’



Input: 'N' = 4 'K' = 3
Output: 1
There is only one permutation [0, 1, 2, 3] such that a number of elements with 'ARR[I] = I' is 'K' = 3.
Design Facebook Messenger or WhatsApp (a global chat service)
Things to discuss and analyze:
Answer -
step 1- Approach for one-on-one text messaging between users.
step 2- Approach for extending the design to support group chats.
step 3- Delivered and read status
step 4- What action needs to be taken if user is not connected to the internet.
step 5- Push notifications
step 6- Sending media like images or other documents
step 7- Approach for providing end-to-end message encryption.
- Morning time
- Environment was good.
- No
- Interview was good
- Tell me about yourself
- Why you wants to join capgemini?
- What is your hobby?
- Strength and weekness?
- How many OS exists?
Tip 1 : Think practically and keep your voice normal
Tip 2 : Stay calm and dress good
Tip 3 : Keep interaction and communication good

Here's your problem of the day
Solving this problem will increase your chance to get selected in this company
How do you remove whitespace from the start of a string?