Unknown

  1.Introduction:


Good morning sir/Ma'am Thanks for giving me this oppartunity, My Name is xyz. I am 20 years old and I'm from kushinagar. currently I'm pursuing Btech degree in Computer Science From GLA University Mathura. I have done traning cum Internship program which is cunducted by Coding Blocks. Where I learnd html css and JScript and I have done one project with the help of mentor which is E-commerce website by using HTML,CSS and JScript. In addition to academics, I’m actively involved in my college’s assianyan club, where I contribute to community activities such as tree plantations and cleanliness drives.

Hello, my name is Harshit Tripathi. I’m currently a student with a passion for technology and software development, particularly in Java, which is my favorite subject. I recently completed the Apna College Java course, and I’m now working on a health care project that has deepened my understanding of web development. In addition to academics, I’m actively involved in my college’s assianyan club, where I contribute to community activities such as tree plantations and cleanliness drives. My goal is to continuously develop my skills, work on impactful projects, and eventually bring value to an innovative company like [Company Name].


2. Tell me somthing about your projects: 

Basically It is a team project where we have done Health care website by using HTML,CSS,Jscript, Nodejs, Expressjs and MongoDB as my final year project. In health care website there is need to be logged In for both Doctor and Patient's by using their cridetials where doctor and patients can easily connect to each other. Patients can book their opaintment and select the specilized doctor for their treatment where as doctor can review that opointment patient's disease and doctor can accept or reject that opintment on the behalf of details which is provided patients. Doctor and patients can easily chat before and after oppointment accepted.




3. What type of technology that you have used in your project :

We have used many technology in the project. 
For FrontEnd - We have used HTML CSS JScript Bootstrap 

and For BackEnd - We have used NodeJs , ExpressJs and MongoDB is used for the databbase.

Basically It is a team proejct. In this project my contribution in the FrontEnd Part.






4. How to Authanticate User In your Website :

1. User Submits Credentials

  • The user enters their username/email and password in a login form and submits it to the server via a POST request.

2. Server Receives and Validates

  • The server receives the credentials and checks if the username/email exists in the database.

3. Password Verification

  • The server retrieves the hashed password stored in the database for that user.
  • It hashes the submitted password using the same hashing algorithm and compares it with the stored hash.

4. Authentication Success

  • If the credentials match, the user is authenticated.



5. Unsucessfull situation ,how did you overcome : 


I had a task that didn’t go as planned. I made some mistakes and felt stuck. But instead of giving up, I asked for help, learned from the mistakes, and tried again. By working carefully, I was able to fix the problem and finish the task.


6. Challenges faced in projects

In my project, I faced challenges like managing time and keeping everything organized. Sometimes, things didn’t go as planned, but I solved these by staying focused, asking for help when needed, and adjusting the plan to keep moving forward.

7. what are the interpersonal skills learned from the project : 

From the project, I learned to talk and listen better, work well with others, and solve problems together. I also learned how to stay calm when things go wrong and keep the project moving.


8. what certifications apart from academics :


Apart from my academic studies, I completed a basic Java course from Apna College. Where I learned basics of java and I also learned the basics of object-oriented programming.

9. Participation in social activity in college

I actively participate in social activities in college through the assianyan club. We organize events like tree plantation drives and cleanliness campaigns. This involvement helps me connect with others, learn teamwork, and contribute positively to the community.

10.Any questions

What can I do to prepare myself better for this job role if I get selected ? 


11. What is your work as a Assosiate Software Engineer at Accenture ? 

As an associate software engineer at Accenture, I help build and fix software. I work with a team to write code, test programs, and solve problems. I also join meetings to talk about what we need to do for our projects.

12. apart from this what subject that you learn in your academic curriculum in BTech computer science :

In addition to Java, which is one of my favorite subjects, I have studied a wide range of topics in my B.Tech Computer Science curriculum. These include subjects like:
  • Data Structures and Algorithms: Understanding how data can be organized and processed efficiently.
  • Operating Systems: Learning how operating systems manage hardware and software resources.
  • Database Management Systems: Gaining knowledge about how databases are designed, implemented, and managed.
  • Computer Networks: Studying how computers communicate with each other over different types of networks.
  • Web Technologies: Learning about front-end and back-end web development.
13. What is Row & Column :

row is a horizontal set of data in a table, while a column is a vertical set of data. Each row represents a single record, and each column represents a specific field or attribute of that record.


14. Did you get any help from your college :

Yes, my college provides guidance and resources like mentorship from professors, access to labs, and relevant coursework that helps in my project development.

15. Are you comfortable in a rotational shift :
 Yes, I am comfortable working in a rotational shift if required.


16. how do you divide your work in your group project : 

In a group project, we typically divide tasks based on each team member's strengths and expertise. We assign specific roles, set clear deadlines, and collaborate regularly to ensure everyone contributes effectively and the project progresses smoothly.



17. Tell me about your family background : 

We are a nuclear family of 4 members including me. My father is working in a febric company and my mother is a home maker. I have a younger sister, who is pursuing his masters in English. We are a very Close-Knit-Famiy who shares a great bknd with each other. 




For 18 Go to the bottom of the page and click on CN









19. What do you know about Accenture:

Accenture is a global company that provides consulting and technology services. It helps businesses improve by using new technologies. Based in Dublin, Ireland, Accenture is known for being innovative and promoting diversity in the workplace.


20. Which type of services that Accenture provides : 

Accenture offers consulting services in strategy, digital transformation, operations, and technology implementation. They also provide cloud services, cybersecurity, and analytics to help businesses improve efficiency and adapt to change.






For 21 to 24 Go to the bottom of the page and click on OOPs









25. Tell me your Achivements:

In my first year, I developed a WordPress website for Gopal Ashram Akhada in Mathura, which the Ashram manages and uses to post updates. The website has attracted a good number of viewers, giving me valuable web development experience early on."


26. What is motivating factor for you at work:

My key motivating factor at work is the opportunity to learn new skills, solve challenging problems, and see the positive impact of my efforts on projects and team success.



27. If you have chance to take your project to next level which would you opt and why ?

My health care project is focused on providing easy access to medical information and resources. It features a user-friendly interface, offering essential health-related content without the need for APIs. The aim is to empower users with reliable health guidance and information. I’m exploring potential future enhancements, like adding interactive tools or integrating external health services for a more dynamic experience.

28. What is APIs :

An API (Application Programming Interface) is a set of rules and protocols that allows different software applications to communicate with each other, enabling data exchange and functionality integration. 


1. What is an API, and how does it work?
An API is a set of protocols that allow different applications to communicate, enabling them to request and exchange data through defined endpoints.
2. What is the difference between REST and SOAP APIs?
REST is lightweight and uses HTTP for communication, focusing on resources. SOAP is protocol-based, uses XML, and is more rigid, but provides higher security standards.
3. How do you handle authentication in an API?
Authentication is often handled using methods like OAuth, API keys, or tokens, ensuring only authorized users can access the API.
4. What are the common HTTP methods used in REST APIs, and what are their purposes?
GET (retrieve data), POST (submit data), PUT (update data), DELETE (remove data), PATCH (partial update of data).
5. How would you secure an API to prevent unauthorized access?
Securing an API involves using authentication methods (OAuth, API keys), HTTPS for encrypted communication, and rate limiting to prevent abuse.

29 . Tell me about your strength:
I am a people's person and I enjoy working in teams. I am very productive when I work alone but I am super helpful when I work in a team and I really look forward to working under the able guidence of my seniors at this office / organization. Well maa'm this is my first job so I don't really have an experience where I could prove that I have been a very good team player.  


30. Tell me about your weakness : 









For 31 to 35 Go to the bottom of the page and click on DBMS






36. Your Favourite Academic Subject ?

My favorite subject is Java, as I enjoy problem-solving and building applications, and Java's versatility in different platforms makes it particularly engaging for me. 

37. How was Your College life ?

My college life has been a blend of academics and extracurriculars. I enjoyed diving into courses like Java and taking on projects like my health care website, while also being active in the assianyan club, where I contributed to social initiatives like tree plantations and cleanliness drives.

38. Time taken to complete this project ?

The time taken to complete this health care project. we were four people working on it, it took around 4–6 weeks, each person focuses on specific tasks like front-end design, back-end developmentand  testing.

39.If you were the team leader. how did you handle conflicts.

As a team leader, I would handle conflicts by first understanding each team member’s perspective through open communication. I’d encourage a solution-oriented approach by focusing on common goals, clarifying roles, and finding a compromise that aligns with project objectives. If necessary, I’d mediate discussions to ensure respectful collaboration, ultimately maintaining team cohesion and project momentum.

40. Do you prefer being a team member or a leader ?

If I gane some experiance on real time project then I want to be a leader. But in the starting I would prefer to be a team member so from the leaders I can understand the basic concept.

41. What if a colleague does not contribute and adds to your workload ?
https://www.youtube.com/watch?v=QlYaJLmsgTg




1. Introduction 2.koi bhi ek subject acha se prepare karlo 3. Project ke tech stacks ke basics and challenge during project 4. Why Do you use this tech stack... Is there any alternative for AI /ML PROJECTS

Wipro Coding Question ? 

1. Given number is perfect squre or not ?
2. Sum of Even Number ?

Essay Writting ? 
Climate change and its effect on agriculture

Comments