Created
June 13, 2026 12:19
-
-
Save kellatirupathi/12caadd751d532a39391feae5d08b5d5 to your computer and use it in GitHub Desktop.
Transcript for transcript_1MNkx1RUHqd3zoMmecJ5fm3gEnofdyH2a_1_1320_63dc6600bd08_7.txt
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [00:02:22] Yeah, Robert. | |
| [00:02:25] Yes. | |
| [00:02:26] We'll wait for two minutes. | |
| [00:02:28] Okay. | |
| [00:03:10] Hi, Shubham. | |
| [00:03:11] This is Mohan from Nixie. | |
| [00:03:19] I am Mohan from NextWave. | |
| [00:03:21] So I will be coordinating with the students. | |
| [00:03:24] We have Rohit, our first candidate. | |
| [00:03:33] Hello, Vivi. | |
| [00:03:49] Next week, sorry, can you please again repeat your name, sir? | |
| [00:03:53] Yeah, I am Mohan Shubham and Vivek. | |
| [00:03:57] So we have our first candidate, Rohit. | |
| [00:04:00] You can start your interview. | |
| [00:04:04] Okay. | |
| [00:04:06] So. | |
| [00:04:08] Let's begin. | |
| [00:04:09] So, Rohit, please introduce yourself. | |
| [00:04:14] Yes, sir. | |
| [00:04:15] Good evening, sir. | |
| [00:04:16] My name is Rohit. | |
| [00:04:17] I am currently pursuing my B.Tech in Computer Science Engineering with a specialization in Artificial Intelligence and Machine Learning at Wignan Institute of Technology and Science, Hyderabad. | |
| [00:04:28] My academic background mainly focuses on the artificial intelligence and machine learning, data structures and algorithms. | |
| [00:04:34] And the TPMS, which is a subject I have a strong foundation in both four subjects and | |
| [00:04:44] practical knowledge, the problem solving skills. | |
| [00:04:47] And coming to my core technologies, I have an experience, I have a hands-on experience and some practical knowledge on the React.js, JavaScript, Node.js and MongoDB. | |
| [00:05:00] And rest of the APS, I have recently built a project called multi-agent system, multi-agent interview preparatory system, sir. | |
| [00:05:08] Using the React.js, sir. | |
| [00:05:11] React.js and crew A and LLMs, crew A and some LLMs. | |
| [00:05:18] And I completed my internships at Edunita as a front-end developer and at Microsoft Elevator as a data analyst. | |
| [00:05:28] And my career goal is to become a skill gap for full-stack developer and a bully as scalable web applications. | |
| [00:05:40] Thank you. | |
| [00:05:43] Okay, Rohit, nice introduction. | |
| [00:05:47] And you said when you did you, when you pass out, I mean, I just forgot it. | |
| [00:05:56] When you pass out? | |
| [00:05:58] 2027, sir. | |
| [00:06:00] Okay, you will be passing out it out in 2027 in next next next next year. | |
| [00:06:07] Yes, sir. | |
| [00:06:07] Yes, sir. | |
| [00:06:08] I'm finally a student. | |
| [00:06:11] Okay. | |
| [00:06:11] And what are your hobbies? | |
| [00:06:16] I mean, in code. | |
| [00:06:19] Obviously do you love coding and what do you found in it I mean how do you feel when how much time you in general you code or you | |
| [00:06:35] Basically, I am trying to solve a code in multiple ways, sir. | |
| [00:06:41] But I am trying to do it optimized way. | |
| [00:06:45] Initially, I tried the solution, but after then I will try to rewrite the code optimal way. | |
| [00:06:54] Okay. | |
| [00:06:54] Reducing the time complexity and space complexity. | |
| [00:07:01] Have you done the DSA part, data structures? | |
| [00:07:04] Not the DSA, data structures only. | |
| [00:07:08] Yes, sir. | |
| [00:07:09] Okay. | |
| [00:07:17] Why we, what is the English? | |
| [00:07:22] Have you linked list is a type of array which connects which can be accessible only when the previous element is known and | |
| [00:07:31] it can be accessible only when with the previous element like if you have an element array list with 10 elements we have | |
| [00:07:41] We can access the fourth element by using the third element address. | |
| [00:07:46] Fourth element address can be stored in the third element address. | |
| [00:07:53] Okay, so this is the only one way or the other way we can also traverse back in the LinkedIn. | |
| [00:08:04] Yes, sir, we can traverse from the front end. | |
| [00:08:09] No, no, not with the front end. | |
| [00:08:11] I mean, have you heard about it, the W link list? | |
| [00:08:15] Yes, sir. | |
| [00:08:16] Single link or double link. | |
| [00:08:18] So, double link or double link. | |
| [00:08:20] We use both the previous and next node addresses. | |
| [00:08:23] Okay. | |
| [00:08:24] So, okay. | |
| [00:08:27] And have you read the DBMS? | |
| [00:08:34] Have you know about it? | |
| [00:08:35] Do you know about it? | |
| [00:08:37] Database? | |
| [00:08:37] Yes, sir. | |
| [00:08:39] Yes, sir. | |
| [00:08:40] Okay. | |
| [00:08:42] So, | |
| [00:08:46] What is the difference between the primary key and foreign key? | |
| [00:08:50] Primary key is the unique element, unique key which can be identifies the data | |
| [00:08:57] and various foreign key is used to verify, I mean, access the key in the other tables. | |
| [00:09:09] So what is the speciality of the primary key that yeah, this can be the candidate, this can be the primary key. | |
| [00:09:19] What are the, I mean, what are the necessary part of the data which can be said it can be a primary key of any of a particular table? | |
| [00:09:33] What are the criteria basically? | |
| [00:09:36] The primary key is used to identify an element by using their IDs like a role number in college | |
| [00:09:44] and various foreign keys used to create a relationship between the tables. | |
| [00:09:53] Okay. | |
| [00:09:55] Is it the value of the primary key can be null? | |
| [00:10:02] can be the value of a primary key be null. | |
| [00:10:14] Hello. | |
| [00:10:15] Hello. | |
| [00:10:17] Sir, I'm sorry. | |
| [00:10:20] I'm just asking you, can it be possible for a primary key to be its value null? | |
| [00:10:27] No, sir. | |
| [00:10:28] Okay. | |
| [00:10:30] Because it is used to identify the indexing of the table. | |
| [00:10:36] Okay, so it is a unique element. | |
| [00:10:39] Yes, sir. | |
| [00:10:39] Unique and not null is the main criteria for the primary key. | |
| [00:10:45] Okay. | |
| [00:10:45] Yes, sir. | |
| [00:10:47] Okay. | |
| [00:10:51] What is an operating system? | |
| [00:10:58] Operating system | |
| [00:11:06] It is a software system. | |
| [00:11:09] Is there a software system? | |
| [00:11:14] User interface and a packet. | |
| [00:11:16] I mean, computer hardware. | |
| [00:11:22] Basically, it is an interface. | |
| [00:11:24] Yeah. | |
| [00:11:25] Yes, sir. | |
| [00:11:25] It is an interface between a user and the computer system hardware. | |
| [00:11:30] I mean, display and the computer hardware inside the parts like RAM and other. | |
| [00:11:39] Okay. | |
| [00:11:40] So, | |
| [00:11:42] What was your language? | |
| [00:11:43] I mean, what language do you prefer to code? | |
| [00:11:50] Pythons. | |
| [00:11:51] Pythons. | |
| [00:11:52] Okay. | |
| [00:11:53] And... | |
| [00:11:56] Have you done projects where you're using all the stops like its packages and all? | |
| [00:12:05] In Python, sir. | |
| [00:12:08] In Python, which packages you generally use or have used in your projects or something? | |
| [00:12:15] I used multiple libraries like Nampai, SKA, IDLAN and Pandas. | |
| [00:12:26] And some others are. | |
| [00:12:32] Okay, it's okay for my side and now the way we'll proceed this further if | |
| [00:12:44] Okay. | |
| [00:12:45] So, by the way, do you know Hindi language and are you comfortable with the, you know, talking in Hindi? | |
| [00:12:57] I can understand the English, Hindi language, but I can't speak fluently. | |
| [00:13:01] Okay. | |
| [00:13:04] So, okay. | |
| [00:13:09] So Vivek will ask you some questions. | |
| [00:13:13] It is the combination of Hindi and English also. | |
| [00:13:16] So and you may answer in English, you know, and he will just ask you from your projects and all. | |
| [00:13:27] So Vivek, please ask. | |
| [00:13:31] I will help you out. | |
| [00:13:47] To major project? | |
| [00:13:48] No. | |
| [00:13:52] No. | |
| [00:13:57] I have multi-agent system. | |
| [00:14:02] Excuse me, Rohit. | |
| [00:14:04] If you are able to share your screen and let us show your major project. | |
| [00:14:11] I mean, Vivek wants to see that project. | |
| [00:14:15] Please share it. | |
| [00:14:16] Okay. | |
| [00:14:18] Yeah. | |
| [00:14:18] Thank you. | |
| [00:14:20] Thank you. | |
| [00:16:09] Rohit, can you please explain its working mechanism and all the stops you have added in this project? | |
| [00:16:22] Yes, sir, I can explain. | |
| [00:16:25] Please explain. | |
| [00:16:28] Sir, the project, the main problem statement of this project is nowadays many of the final students and job seekers are facing issues, sir. | |
| [00:16:38] How to prepare for the interview and how they are skilled and is the job description matched with their skills? | |
| [00:16:47] For that I have developed a system called multi-agent interview preparatory system, which consists of multi-agents like a resume analyzer, skill gap analyzer and a job description analyzer and some | |
| [00:17:03] interview agents. | |
| [00:17:07] Technical interviewer, HR interviewer, which will provide the | |
| [00:17:12] technical and HR questions based on the job description and the resume. | |
| [00:17:17] If the job description is not matched with the resume skills, the agent will provide what are the skills required to apply for the job and learning plan system for the jobs. | |
| [00:17:32] And the architecture of the system, coming to the architecture, the user will upload a resume and a targeted role and company name and the job description, the | |
| [00:17:47] front-end development. | |
| [00:17:52] The REST API will open the, by using the REST API, it will connect to the agents and analyze the resume using my prompts. | |
| [00:18:10] Coming to the tech stacks, I used the React.js for the front end, Vue.js for the... | |
| [00:18:16] Vue.js. | |
| [00:18:18] And the REST API is... | |
| [00:18:40] Open router API. | |
| [00:18:43] Okay. | |
| [00:18:47] And doing this project, I faced issues. | |
| [00:18:53] Like integrated. | |
| [00:19:18] I didn't get you. | |
| [00:19:22] Actually, he was asking if you have used speech to text or text to speech | |
| [00:19:30] modules also in this or it is simply just uploading the resume and by filling the desired targeted role and the company name, it will give the result. | |
| [00:19:45] So, initially it is a basic project I have developed recently. | |
| [00:19:53] I use the text to text translations and generating the reports. | |
| [00:19:57] In future scope, I have to add the | |
| [00:20:01] Like market analysis. | |
| [00:20:04] Okay, I'm getting it. | |
| [00:20:05] So, okay. | |
| [00:20:07] So, Vivek? | |
| [00:20:11] मेरे साथ से questions complete हो गए हैं. | |
| [00:20:14] Okay. | |
| [00:20:15] So, Rohit, we have completed this interview. | |
| [00:20:19] Okay. | |
| [00:20:20] Okay. | |
| [00:20:20] We'll let you know. | |
| [00:20:24] Okay. | |
| [00:20:25] Thanks. | |
| [00:20:27] Okay. | |
| [00:20:40] Rohit, you can leave the meet. | |
| [00:20:43] Okay, sir. | |
| [00:20:43] Thank you. | |
| [00:20:47] Is there any other candidate? | |
| [00:20:49] Yeah, there is one more candidate. | |
| [00:20:51] Can we ask the candidate to join? | |
| [00:20:53] Yeah, sure. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment