3+ years Java Developer Accenture Interview Experience| Java | Spring Boot | Microservices

kajal goyal
14 May 202408:37

Summary

TLDRIn this video, the speaker shares their interview experience for a Java developer role with 3+ years of experience at Accenture. They detail the two interview rounds—technical and HR—focusing heavily on microservices, Spring Boot, and REST APIs. The technical round included questions on microservices communication, asynchronous messaging, and building microservices from scratch. Additionally, the speaker explains coding challenges, including stream API tasks, functional interfaces, and lambda expressions. The HR round involved general questions about the candidate’s reasons for leaving their current job and salary expectations. The speaker provides tips for Java professionals preparing for similar interviews.

Takeaways

  • 😀 The interview process involved two rounds: technical and HR, although Accenture typically conducts three rounds.
  • 💼 The first round focused on microservices-related questions, as the job description mentioned Java, Spring Boot, microservices, and SQL server.
  • 🔄 The first technical question was about how microservices communicate with each other, which is a basic but essential topic in microservices architecture.
  • 🕒 The second question explored asynchronous messaging in microservices, asking for a detailed explanation.
  • 🔧 The third question focused on creating a microservices application from scratch, with a step-by-step explanation of the setup.
  • 📊 The fourth question was about the ways to send data to a server via REST APIs and involved explaining the different methods.
  • 👩‍💻 The interviewer asked about past projects, including challenges faced and solutions implemented.
  • 📱 The technical test involved using Stream API to retrieve employee phone numbers from an Employee class, testing hands-on coding skills.
  • 🔍 Differences between @PathVariable and @RequestParam in REST APIs were discussed, along with API usage examples (POST, GET, PUT, DELETE).
  • 💡 HR questions were more formal and focused on reasons for leaving the current job, expectations for CTC, and willingness to relocate.

Q & A

  • What was the first question asked in the technical interview?

    -The first question asked in the technical interview was 'How do microservices communicate with each other?'

  • What topics were primarily focused on in the technical round?

    -The technical round was heavily focused on microservices, Java, Spring Boot, and REST API-related questions.

  • What is the significance of asynchronous messaging in microservices?

    -Asynchronous messaging in microservices allows different services to communicate without waiting for an immediate response, which helps in improving system performance and scalability.

  • What steps did the interviewer ask for when creating a microservices application from scratch?

    -The interviewer asked for a step-by-step process to create a microservices application from scratch, including project setup, microservices architecture design, and implementation details.

  • What methods are available for transferring data to a server in REST APIs?

    -In REST APIs, data can be transferred to a server using methods like POST, GET, PUT, and DELETE.

  • What was asked about the candidate’s previous project?

    -The interviewer asked the candidate to explain the project they had worked on, including challenges faced, and there were several counter-questions related to the project.

  • What coding task was given to the candidate during the interview?

    -The interviewer asked the candidate to write a code using the Stream API to retrieve phone number details of employees from an employee class.

  • What is the difference between path variables and request parameters in REST API?

    -Path variables are used to specify a variable in the URL itself, while request parameters are used to pass data through query strings in the URL.

  • What is a functional interface, and what was the candidate asked to do with it?

    -A functional interface in Java is an interface with exactly one abstract method. The candidate was asked to write and implement a code using a functional interface.

  • What type of questions were asked in the HR round?

    -In the HR round, general questions were asked, such as why the candidate was leaving their current company (Infosys), why they wanted to join Accenture, their current and expected salary, and willingness to relocate.

Outlines

00:00

👩‍💻 HR and Interview Process Overview

The speaker starts by discussing the HR process for scheduling interviews, focusing on questions about the current company, years of experience, and expected CTC. The interview in Accenture included two rounds: a technical round and an HR round. Typically, Accenture has three rounds (technical, managerial, and HR), but in this case, only two were conducted. The speaker then transitions to explaining the technical round, which focused on microservices, and how HR provided a detailed job description outlining the required skills (Java, Spring Boot, microservices, SQL).

05:01

📚 Detailed Breakdown of Technical Interview Questions

The speaker dives into the specifics of their technical interview experience. The first question was about how microservices communicate with each other. The second involved explaining asynchronous messaging in microservices. The third required them to explain how to build a microservices application from scratch, focusing on the setup and architecture. The interviewer also asked how to send data to a server using REST APIs and discussed various challenges faced in the speaker's previous project, leading to in-depth questions about microservices implementation.

Mindmap

Keywords

💡Microservices

Microservices is an architectural style where an application is divided into small, independent services that communicate with each other, typically over a network. In the video, the candidate is asked several questions about microservices, including how they communicate and how to build a microservices-based application from scratch, highlighting its importance in modern software development.

💡Spring Boot

Spring Boot is a framework for Java that simplifies the development of production-ready applications by providing pre-configured settings and features. The speaker mentions its use in job descriptions and interview questions, particularly in conjunction with microservices, showing that it is a core part of their tech stack and essential for their work as a Java developer.

💡REST API

REST API (Representational State Transfer Application Programming Interface) is a set of rules that developers follow when building APIs, allowing different software systems to communicate over the web. In the video, the candidate explains how data is sent to the server using REST APIs and is asked about the different methods like GET, POST, PUT, and DELETE, which are common operations in web development.

💡Asynchronous Messaging

Asynchronous messaging is a communication method where messages are sent between services or systems without waiting for a direct response, enabling efficient and scalable communication. The candidate is questioned about this concept in the context of microservices, reflecting its importance in distributed systems where immediate feedback isn’t always possible or necessary.

💡Stream API

Stream API is a feature in Java 8 and above that allows for functional-style operations on collections of objects, such as filtering, mapping, and collecting data. The interviewer asks the candidate to retrieve employee phone numbers using Stream API, and the conversation explores its use in simplifying data processing, indicating its relevance for Java professionals.

💡Functional Interface

A functional interface in Java is an interface that contains only one abstract method, and it can be implemented using lambda expressions. The candidate is asked to write code for a functional interface, emphasizing the importance of this concept in modern Java programming, especially with lambda expressions and functional programming features.

💡Lambda Expression

Lambda expressions are a feature introduced in Java 8 that allow developers to write more concise code by enabling functional programming. In the video, the candidate is tasked with explaining and demonstrating lambda expressions through coding scenarios, showing how they are used for simplifying code, particularly with functional interfaces.

💡RequestParam vs PathVariable

RequestParam and PathVariable are two ways to extract parameters in a Spring Boot REST API. RequestParam is used to extract query parameters from the URL, while PathVariable extracts parameters from the URI path. The candidate is asked about the difference between them, showing their practical understanding of routing in web applications.

💡Project Explanation

The interviewer asks the candidate to explain the projects they have worked on, focusing on the type of work they did and the challenges they faced. This is a crucial part of the interview where candidates demonstrate their practical experience and ability to handle real-world scenarios in their job.

💡HR Round

The HR round in an interview typically involves questions about the candidate’s background, motivations, salary expectations, and willingness to relocate. The speaker describes this as a formality after the technical round, where they were asked about reasons for leaving their previous company, desired salary, and relocation preferences, highlighting the softer aspects of the interview process.

Highlights

Introduction to the HR round, focusing on common questions like current company, total years of experience, and relevant technologies.

Two interview rounds were conducted at Accenture: technical and HR rounds, instead of the usual three.

Technical round questions were heavily focused on microservices, as mentioned in the job description (JD) shared by HR.

First technical question: How do microservices communicate with each other? A foundational question for microservice architecture.

Second question: What is asynchronous messaging in microservices, and can you explain it?

Third question: If you were to build a microservices application from scratch, what would be the step-by-step process?

Fourth question: How many ways can you send data to the server in a REST API?

The interviewer asked for detailed project work experience and the challenges faced during the project.

A coding task related to the Stream API was given: retrieving employee phone numbers using Stream API.

What is the difference between PathVariable and RequestParam? Explanation required for REST API.

Discussion on the use of GET, POST, PUT, and DELETE APIs, including an example of retrieving and updating user information.

Stream API question: What happens if we don't use the .collect method in the Stream API?

Question on functional interfaces in Java: Write and implement code to explain functional interfaces.

Explanation of lambda expressions with an example code scenario.

HR round focused on general questions like current CTC, expected CTC, reasons for leaving Infosys, and willingness to relocate.

Transcripts

play00:00

हाय एवरीवन सो वेलकम बैक टू माय

play00:29

क्वेश्चंस पूछती है लाइक आपकी करंट कंपनी

play00:32

कौन सी है टोटल नंबर ऑफ इयर्स ऑफ

play00:34

एक्सपीरियंस कितना है रिलेवेंट

play00:35

एक्सपीरियंस कितना है और आपने कौन-कौन से

play00:38

टेक्स टैक पे काम किया हुआ है एंड आपका

play00:40

करंट सीटीसी क्या है और आपका एक्सपेक्टेड

play00:42

सीटीसी क्या है तो इस टाइप के क्वेश्चंस

play00:44

के बाद जो एचआर है उन्होंने मेरा इंटरव्यू

play00:46

जो है वो स्केड्यूल कर दिया तो एसेंशन में

play00:48

मेरे दो राउंड हुए थे फर्स्ट वाज द

play00:49

टेक्निकल राउंड एंड सेकंड वाज द एचआर

play00:51

राउंड तो जनरली ऐसा भी होता है कि जो

play00:53

एसेंचर है उनमें थ्री राउंड्स होते हैं

play00:55

फर्स्ट भी टेक्निकल सेकंड मैनेजरियल और

play00:57

थर्ड एचआर बट मेरे जो है वो ओवरऑल टू

play00:59

राउंड्स ही हुए थे तो सबसे पहले मैं बताती

play01:01

हूं अपने टेक्निकल राउंड के बारे में तो

play01:03

टेक्निकल राउंड स्टार्ट करते हैं तो सबसे

play01:05

पहले जो मेरा टेक्निकल राउंड था वो वन आर

play01:07

का था और मुझसे जो क्वेश्चंस है पूछे गए

play01:09

थे वो काफी ज्यादा माइक्रो सर्विसेस

play01:11

ओरिएंटेड पूछे गए थे एक और चीज बताना

play01:13

चाहती हूं जब मेरा इंटरव्यू शेड्यूल कि

play01:15

एचआर ने तो उन्होंने उसके साथ ही अटैच

play01:17

जेडी भेजा था दैट इज जॉब डिस्क्रिप्शन तो

play01:19

वहां पे लिखा हुआ था क्या-क्या स्किल्स

play01:21

रिक्वायरमेंट है उसमें क्लीयरली मेंशन था

play01:23

जावा स्प्रिंग बूट माइक्रो सर्विसेस

play01:25

सीक्वल सर्वर डेटाबेस तो वहां माइक्रो

play01:27

सर्विसेस भी मेंशन था सो दैट मींस मी ये

play01:30

प्रोबेबिलिटी थी कि जो इंटरव्यूअर है वो

play01:32

मुझसे माइक्रो सर्विसेस से रिलेटेड

play01:33

क्वेश्चंस भी पूछ सकता था तो उसके लिए भी

play01:35

मैं प्रिपेयर्ड थी तो स्टार्ट करती हूं

play01:37

मैं अपना जो है वो इंटरव्यू एक्सपीरियंस

play01:39

सो सबसे पहले जो इंटरव्यूअर है वो सबसे

play01:41

पहले मेरी इंट्रो मुझसे पूछता है इंट्रो

play01:43

के बाद आफ्टर दैट ही स्टार्टेड आस्किंग द

play01:45

क्वेश्चन हाउ डू माइक्रो सर्विसेस

play01:48

कम्युनिकेट विद ईच अदर तो ये सबसे पहला

play01:50

क्वेश्चन होता है जो इंटरव्यू मुझसे पूछता

play01:52

है कि माइक्रो सर्विसेस एक दूसरे से कैसे

play01:53

इंटैक्ट करती हैं दैट वाज द फर्स्ट

play01:55

क्वेश्चन और जो भी क्वेश्चन मैं आपको बता

play01:57

रही हूं आप इंटरनेट पे सर्च कर सकते हो आप

play01:59

मेरे पास बहुत सारी वेबसाइट हैं आप चजी

play02:01

पीटी यूज़ कर सकते हो यू कैन गो टू गग व

play02:04

गग जावा t पॉइंट दे सो मेनी वेबसाइट्स आप

play02:19

youtube4 जीपीटी पे टाइप कर सकते हो या

play02:23

google2 क्वेश्चन वाज हाउ माइक्रो

play02:25

सर्विसेस कम्युनिकेट विद ईच अदर तो यह

play02:27

बहुत ही बेसिक क्वेश्चन था जो भी माइक्रोस

play02:29

सर्विसेस पढ़ता है तो उसका एक बहुत ही

play02:31

बेसिक क्वेश्चन उन्होंने मुझसे पूछा सो

play02:33

सेकंड क्वेश्चन था डू यू नो अस सिंक्रोनस

play02:35

मैसेजिंग इन माइक्रो सर्विसेस एंड कैन यू

play02:38

एक्सप्लेन अबाउट दैट तो असंक्रामक

play02:45

सो दैट वाज द सेकंड क्वेश्चन नाउ मूविंग

play02:48

ऑन टू द थर्ड क्वेश्चन इफ यू वांट टू

play02:50

क्रिएट अ माइक्रो सर्विसेस एप्लीकेशन तो

play02:52

अगर आपको कोई माइक्रो सर्विसेस एप्लीकेशन

play02:54

बनानी है स्क्रैच से तो उसका स्टेप बाय

play02:57

स्टेप आप बताओ कि कैसे एक माइक्रो

play02:59

सर्विसेस एप्लीकेशन आप बिल्ड कर सकते हो

play03:01

तो दैट वाज अ क्वेश्चन जो मुझसे पूछा गया

play03:04

था और काफी इंटरव्यू उसमें डीप डाइव अ

play03:07

क्वेश्चंस पूछ रहा था कि कैसे-कैसे आप

play03:09

इनिशियली स्टार्ट करोगे आपका प्रोजेक्ट

play03:11

सेटअप क्या होगा फिर उसमें कैसे-कैसे आप

play03:14

माइक्रो सर्विसेस आर्किटेक्चर को बिल्ड

play03:15

करोगे अपनी एप्लीकेशन में तो ये मुझसे

play03:18

क्वेश्चन था कि अगर आपने अपने प्रोजेक्ट

play03:19

में माइक्रो सर्विसेस इंप्लीमेंट करनी है

play03:21

माइक्रो सर्विसेस क्रैच से इंप्लीमेंट

play03:23

करनी है तो उसके स्टेप्स क्या होंगे तो वो

play03:25

आप कैसे इंप्लीमेंट कर सकते हो दैट वाज द

play03:27

थर्ड क्वेश्चन मूविंग ऑन टू द नेक्स्ट ने

play03:30

क्वेश्चन द फोर्थ क्वेश्चन सो फोर्थ

play03:31

क्वेश्चन मुझसे पूछा गया दैट देयर आर हाउ

play03:33

मेनी वेज दैट यू कैन सेंड द डाटा टू सर्वर

play03:36

इन रेस्ट एपीआई तो रेस्ट एपीआई में आप

play03:39

सर्वर को अगर डाटा ट्रांसफर करना चाहते हो

play03:41

तो आपके पास कौन-कौन से वेज अवेलेबल है तो

play03:43

वो आप ब्रीफ आउट करो एक्सप्लेन करो तो ये

play03:45

मेरा क्वेश्चन था जो मुझसे पूछा गया आप ग

play03:47

कर सकते हैं और आपको रिलेवेंट आंसर मिल

play03:50

जाएगा तो उसके बाद उन्होंने मुझसे नेक्स्ट

play03:52

क्वेश्चन पूछा दैट ही आस्ड अबाउट माय

play03:54

प्रोजेक्ट कि मैंने प्रोजेक्ट में किस-किस

play03:56

टाइप का वर्क किया है इनिशियली कई बार

play03:58

क्या होता है कि इंटरव्यू स्टार्ट स्टिंग

play04:00

में पूछ लेते हैं कि आपने किस प्रोजेक्ट

play04:01

पे काम किया है एंड सम टाइम्स ऐसा भी होता

play04:03

है कि वो मिडल में आके पूछते हैं कि आपने

play04:05

कौन से प्रोजेक्ट पे काम किया और आप अपने

play04:07

प्रोजेक्ट को एक्सप्लेन कर दो उन्होंने

play04:09

मुझसे मिडल में आके पूछा कि मैंने कौन से

play04:11

प्रोजेक्ट पे काम किया एंड व्हाट टाइप ऑफ

play04:13

चैलेंज आई फेस्ड विद इन माय प्रोजेक्ट तो

play04:15

मैंने अपने जो प्रोजेक्ट है उसको डिटेल

play04:17

में एक्सप्लेन किया और उसी से रिलेटेड

play04:19

उन्होंने काफी काउंटर क्वेश्चंस भी पूछे

play04:21

सो नाउ मूविंग ऑन टू द नेक्स्ट क्वेश्चन

play04:23

उसके बाद उन्होंने मुझसे पूछा व्हाट इज

play04:24

स्ट्रीम एआई तो स्ट्रीम एआई बहुत ही

play04:26

ज्यादा इंपॉर्टेंट है इफ यू आर

play04:28

एक्सपीरियंस प्रोफेशन ल अगर स्ट्रीम एपीआई

play04:30

के क्वेश्चन नहीं इंटरव्यू पूछ रहे हैं तो

play04:32

इट्स अ डाउट मींस स्ट्रीम एपीआई तो जनरली

play04:34

पूछ ही लेते हैं तो उन्होंने नेक्स्ट

play04:36

क्वेश्चन मुझसे पूछा स्ट्रीम एपीआई बताओ

play04:38

और उसके बाद उन्होंने मुझे बोला कि आप

play04:40

अपनी स्क्रीन शेयर करो और उन्होंने कोड

play04:42

दिया तो नेक्स्ट क्वेश्चन था ही गिव कोड

play04:44

रिलेटेड टू स्ट्रीम एपीआई तो उन्होंने एक

play04:46

एंप्लॉई क्लास मुझे बता दी कि एंप्लॉई

play04:48

क्लास में एंप्लॉई नेम है एंप्लॉई आईडी है

play04:50

एंप्लॉई का फोन नंबर है तो मुझे एंप्लॉई

play04:53

के जितनी भी फोन नंबर की डिटेल्स है वो

play04:55

रिट्रीव करनी थी वाया स्टीम एपीआई तो यह

play04:58

कोड उन्होंने लिखने को बोला कोड हम किसी

play05:00

भी आईडी पे लिख सकते हैं तो मेरे पास

play05:02

ऑलरेडी एसटीएस था स्प्रिंग टूल सूट तो

play05:04

मैंने वहीं पर ही जो अपना कोड है वो लिख

play05:06

दिया सो दैट वाज द क्वेश्चन दैट बीन आस्क

play05:09

टू मी और उन्होंने मुझे रन करने के लिए भी

play05:11

कहा था और मैंने प्रॉपर क्लास बनाई है और

play05:13

उसके बाद स्ट्रीम एपीआई के थ्रू इस कोड को

play05:15

किया एंड देन आफ्टर वर्ड ही वाज

play05:16

सेटिस्फाइड एंड या द नेक्स्ट क्वेश्चन ही

play05:18

आस्क व्हाट इज द डिफरेंस बिटवीन पाथ

play05:19

वेरिएबल एंड रिक्वेस्ट पैरम तो रिक्वेस्ट

play05:22

पैरम में और पाथ वेरिएबल में क्या डिफरेंस

play05:24

होता है तो उसके क्वेश्चन मुझसे पूछे गए

play05:26

एंड द नेक्स्ट क्वेश्चन ही आस्क मी

play05:28

रिगार्डिंग द एपी लाइक आपने कौन-कौन सी

play05:31

एपीआई यूज़ किए पोस्ट एपीआई पुट एपीआई गेट

play05:34

एपीआई डिलीट एपीआई तो इस टाइप की एपीआई के

play05:37

बारे में मुझसे डिटेल डिस्कशन किया गया कि

play05:39

यह सारी एपीआई को एक्सप्लेन करो इनकी

play05:41

वर्किंग क्या है ठीक है और इसी से रिलेटेड

play05:44

उन्होंने मेरे को एक एग्जांपल दिया कि मान

play05:46

लो यूजर इंफो को आप रिट्रीव करना चाहते हो

play05:48

तो गेट एपीआई आप कैसे इंप्लीमेंट करोगे

play05:50

अगर आप यूजर को ऐड करना चाहते हो तो पोस्ट

play05:53

एपीआई और अगर आप कोई सर्टेन इंफो को अपडेट

play05:56

करना चाहते हो सो हाउ विल यू यूज योर पुट

play05:59

एपीआई तो दिस टाइप ऑफ क्वेश्चन ही आस्ड और

play06:01

एक और क्वेश्चन उन्होंने मुझसे पूछा जो हम

play06:03

स्ट्रीम एपीआई का कोड लिखते हैं जो भी

play06:05

जावा डेवलपर होंगे उनको पता होगा हम डॉट

play06:07

कलेक्ट करते हैं तो उन्होंने पूछा अगर हम

play06:09

डॉट कलेक्ट जो है वो नहीं करेंगे तो इसका

play06:12

क्या इंपैक्ट पड़ेगा तो उन्होंने मुझसे ये

play06:14

क्वेश्चन जरूर पूछा कि आप स्ट्रीम एपीआई

play06:16

यूज़ कर रहे हो तो कलेक्ट यूज़ करने का

play06:17

क्या सिग्निफिकेंट है स्ट्रीम एपीआई में

play06:20

एंड नाउ मूविंग ऑन टू द नेक्स्ट देन ही

play06:22

आस्क मी द क्वेश्चन व्हाट इज फंक्शनल

play06:24

इंटरफेस तो उन्होंने मुझे बोला कि आप

play06:25

फंक्शनल इंटरफेस का कोड लिखो और उसे

play06:27

इंप्लीमेंट करके बताओ एंड आफ्टर दैट ही कम

play06:29

न टू द नेक्स्ट क्वेश्चन दैट वाज रिलेटेड

play06:31

टू लैडा एक्सप्रेशन कि लैडा एक्सप्रेशन

play06:33

क्या होता है और लैडा एक्सप्रेशन का भी

play06:35

उन्होंने कहा एक कोई कोड आप कोई सिनेरियो

play06:37

के थ्रू आप एक्सप्लेन करो कि लैडा

play06:39

एक्सप्रेशन क्या होता है सो दिस वाज द

play06:41

ओवरऑल एक्सपीरियंस ऑफ माइन रिलेटेड टू

play06:44

जावा सो यही टाइप के क्वेश्चंस है जो

play06:46

उन्होंने मुझसे पूछे तो उसमें उन्होंने

play06:47

स्प्रिंग बूट कवर किया एंड जावा कवर किया

play06:50

एंड नाउ टॉकिंग अबाउट द सीक्वल तो मुझसे

play06:52

सीक्वल के क्वेश्चन नहीं पूछे गए माइक्रो

play06:53

सर्विसेस पूछा गया सो ये मेरा ओवरऑल

play06:56

एक्सपीरियंस था अगर आप एक एक्सपीरियंस

play06:57

प्रोफेशनल है तो जो इंटरव्यू है सबसे पहले

play06:59

स्टार्ट करते हैं जावा से कोर जावा पूछते

play07:02

हैं देन ही जंप टू योर स्प्रिंग बूट

play07:04

स्प्रिंग बूट के क्वेश्चंस पूछे जाते हैं

play07:05

माइक्रो सर्विसेस के क्वेश्चन पूछे जाते

play07:07

हैं एंड देन फिर अगर आपने कोई डिप्लॉयड की

play07:09

है या कोई टेस्टिंग की है तो उससे रिलेटेड

play07:12

क्वेश्चंस पूछे जाते हैं एंड देन आफ्टर

play07:13

वर्ड्स आपके सीक्वल सर्वर पे क्वेश्चंस

play07:15

पूछे जाते हैं यानी इस टाइप का जो है

play07:17

इंटरव्यू जनरली रहता है बट ये इंटरव्यूअर

play07:19

ने मेरे से बहुत ही मिक्स्ड और रैंडम

play07:21

क्वेश्चंस पूछे थे तो जनरली ऐसे ही बाकी

play07:23

के जितने भी इंटरव्यूज मैंने फेस किए थे

play07:25

उन्होंने इस टाइप की ही प्रोसेस को फॉलो

play07:28

किया था स्टार्टिंग में बेसिक जावा पूछ

play07:30

लिया फिर जावा का एडवांस फिर स्प्रिंग बूट

play07:32

पूछ लिया फिर स्प्रिंग डटा जेपीएन डेटा

play07:34

बेस से कनेक्टिविटी हो गया या माइक्रो

play07:36

सर्विसेस और अगर मैंने कोई डिप्लॉयड की है

play07:39

जेनकिंस कोई भी टूल्स यूज किए हैं वो पूछ

play07:41

लिया एंडन आफ्टर वर्ड्स सीक्वल सर्वर दैट

play07:43

इज डेटाबेस तो इस टाइप का जो इंटरव्यू

play07:46

रहता है एक एक्सपीरियंस जावा डेवलपर

play07:48

प्रोफेशनल का तो इस टाइप से आप अपनी

play07:50

प्रिपरेशन कर सकते हो तो ये था मेरा

play07:52

एक्सपीरियंस एज अ जावा डेवलपर अ थ्री प्लस

play07:56

इयर्स एक्सपीरियंस जावा डेवलपर विद इन द

play07:58

सेंचर कंपनी एंड फाइनली इसके बाद मेरा

play08:01

एचआर राउंड होता है एंड एचआर राउंड वाज

play08:03

जस्ट अ फॉर्मेलिटी तो एचआर ने सिंपल पूछा

play08:05

था आप इंफोसिस क्यों छोड़ रहे हो और क्यों

play08:07

आपको एसेंशियल कंपनी जॉइन करनी है एंड

play08:09

आपका करंट सीटीसी क्या है आप एक्सपेक्ट

play08:10

कितना कर रहे हो आर यू विलिंग टू रीलोकेट

play08:12

तो दिस टाइप ऑफ सिंपल क्वेश्चंस दैट वर

play08:14

बीन आस्क एंड इट वाज वेरी जनरल कन्वर्सेशन

play08:17

सो इसी के बाद मुझे जो है फाइनली ऑफर लेटर

play08:19

मिल जाता है एंड दिस वाज माय ओवरऑल

play08:21

एक्सपीरियंस एंड होप फुली दिस वीडियो वुड

play08:23

हैव बीन हेल्पफुल फॉर यू ऑल एंड थैंक यू

play08:26

सो मच

Rate This

5.0 / 5 (0 votes)

Étiquettes Connexes
Java InterviewMicroservicesSpring BootAPI DevelopmentProject ExperienceAccentureHR RoundTechnical QuestionsSoftware DevelopmentCareer Growth
Besoin d'un résumé en anglais ?