Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save kellatirupathi/ec2bd1a5e1a5539554b0453b848c65e8 to your computer and use it in GitHub Desktop.

Select an option

Save kellatirupathi/ec2bd1a5e1a5539554b0453b848c65e8 to your computer and use it in GitHub Desktop.
Transcript for transcript_1y2MkkMkJlAZJ0MCY_GyOSgNMqxrmEfxZ_3125_5390_5b0c7f9bc422_14.txt
[00:00:00] Yeah, day before yesterday.
[00:00:02] We already spoke, right?
[00:00:03] I think everything.
[00:00:05] Yeah, yeah.
[00:00:07] You got again.
[00:00:08] I didn't understand.
[00:00:11] I got message from the next trip.
[00:00:14] You know, ma'am, like Rajesh, so I think we already interviewed him on 6th.
[00:00:20] One minute, I'm just checking it.
[00:00:23] Zubir, you can just leave the meet as you already got interviewed.
[00:00:27] Okay, okay, ma'am.
[00:00:28] Thank you.
[00:04:55] Hi, sir.
[00:05:01] Good afternoon, sir.
[00:05:06] Okay, you can start by introducing yourself and your education, background, everything.
[00:05:16] Myself, Mahesh.
[00:05:18] I am from Janram district.
[00:05:19] I have completed my graduation in the stream of computer science and engineering in the year 2024 from Indore Institute of Engineering and Technology near Siddhivet.
[00:05:29] After completion of my graduation, I have been relocated to Hyderabad and 2K course on Java technology, which I have been trained on core Java, JDBC, Springwood, MySQL database, HTML and CSS.
[00:05:44] And I have gained hands-on experience on building simple web application using Java and MySQL as a backend.
[00:05:51] And I'm a quick learner and good at time management and enjoy solving problems.
[00:06:00] As a fresher, I bring positive learning attitude with good communication skills and ability to adapt to changes quickly.
[00:06:10] I am highly motivated to work under the experienced professionals and learn from them and contribute my best to the team.
[00:06:18] Currently, I am looking for an opportunity where I can contribute my technical skills and gain hands-on experience and solve real-world challenges.
[00:06:30] grow professionally by adding value to the organization.
[00:06:35] That's all about myself, sir.
[00:06:38] Okay.
[00:06:40] That's fine.
[00:06:43] Can you explain about any of your projects?
[00:06:48] Okay, sir.
[00:06:49] One of my project is house price prediction using machine learning, which we have worked on in my graduation.
[00:06:58] The main aim of our project is to predict the house prices by considering various factors like location, square feet, number of bedrooms or number of bathrooms wanted by the user.
[00:07:10] For developing this project, we mainly use Python for the backend model development and use SQLite database for storing the user data and HTML and CSS for developing the simple user interface.
[00:07:25] Where I have worked on developing the simple user interface using HTML just where I have developed
[00:07:38] user registration form, user login form, and the homepage of our project.
[00:07:53] Main or the final outcome of the project is to predict the house price accurately when the user
[00:08:05] enters like specific location and what are the needs wanted by the user like now he wanted a thousand square feet house so we have the product for the real estate and new home buyers
[00:08:20] that is one of my
[00:08:29] Just a second.
[00:08:30] I got it.
[00:08:31] And I'm not unable and I can't see you as well.
[00:08:35] Can you check your internet?
[00:08:42] Yeah, I can't hear or like I'm unable to.
[00:08:46] And your audio and video is not syncing.
[00:08:48] So can you adjust your internet, please?
[00:08:52] Can I hear you?
[00:08:57] Okay, sir.
[00:09:10] Ah, Mahesh, just a second.
[00:09:12] Just a second.
[00:09:16] Now it's clear, is it?
[00:09:17] Yeah, it's clear.
[00:11:41] Yes, I agree.
[00:11:42] Okay.
[00:11:46] Can you share your screen?
[00:11:47] We'll just go with some coding questions.
[00:12:05] Can you hear me?
[00:12:06] Yes, sir.
[00:12:08] Yeah, welcome.
[00:12:13] We can open some notepad kind.
[00:12:18] My screen is visible.
[00:12:23] Your screen is visible, but your voice is a bit tough.
[00:12:28] No, no.
[00:12:39] Right.
[00:12:42] Yeah, I can hear you.
[00:12:43] Can you write a code to find the second adjust element in an array of integers?
[00:14:10] Don't use any shorting techniques, Mahesh.
[00:14:12] Okay.
[00:14:12] Let's let him in.
[00:14:16] What's that?
[00:14:17] Don't sorting techniques.
[00:14:19] Don't use anything.
[00:14:22] Okay.
[00:18:19] Yes, sir.
[00:18:20] I am done.
[00:18:21] My quote, sir.
[00:18:26] Hello, sir.
[00:18:27] Okay, can I explain?
[00:18:32] First of all, I've taken a class named with demo and I'm writing my entire code in the main method.
[00:18:41] First of all, I declared an array.
[00:18:44] I've given predefined values.
[00:18:49] Not given dynamically and statically giving the values into the array that is 4, 7, 9, 10 and 2.
[00:18:59] And I have taken two variables and I have forgotten to place the data type.
[00:19:06] Okay.
[00:19:09] I have taken two variables max1 and max2 in which max1 variable which contains first max elements in array and max2 variable which can store second max element in array.
[00:19:22] First of all, instead of filling empty elements, I have in the max1 variable, I have stored an integer dot minimum value.
[00:19:32] Which is the minimum value will be stored in the max1 variable and the same value will be always stored in max2 variable.
[00:19:43] Then I have iterated a loop from zero position to length of the array.
[00:19:54] Then I am going to check a condition if array of 0 that is
[00:20:00] 0 position in the index 4 4 is greater than max 1 initially max is a lowest elements integers lowest element
[00:20:11] and the current element is 4.
[00:20:15] So 4 is greater than integer lowest element.
[00:20:17] So if the condition is true and it go in and it enter into the if condition, then
[00:20:26] first of all, whatever the value which is present in the max1 variable will all stored in the max2.
[00:20:33] Then max1 variable
[00:20:36] replaced with the current element that is 4.
[00:20:40] Now max 1 is 4, max 2 is lowest element only.
[00:20:45] Then I think it must be else if condition.
[00:20:54] Then it will not enter into this condition.
[00:20:58] And again, I value will be incremented by one.
[00:21:02] Then it goes to the second position, that is seventh element.
[00:21:11] That is second, that is seventh element.
[00:21:16] Then I'm going to check array of one that is seventh element array of one position in which seven is the number seven is greater than max one where initially max one stores the
[00:21:32] So 7 is greater than 4.
[00:21:34] Then it will again enter into the if block and whatever the element placed in max1.
[00:21:39] Initially in max1 we have 4.
[00:21:42] So 4 is stored into the max2 element and 7 is going to store in the max1 element.
[00:21:49] Then it's not going to enter the else if condition.
[00:21:52] Then again i value will be incremented by one and and second index of the array it has a value nine again it won't enter into the loop
[00:22:07] again nine is greater than max max that is nine is greater than max one has seven nine is greater than seven again it is true it is enter into the f block and
[00:22:20] whatever the element is present in the max one will store it in the max two that is max one previous element is seven
[00:22:27] and that 7 will be stored into the max 2.
[00:22:31] That is 4 is eliminated and max 2 is now 7.
[00:22:34] And max 1, present element 9 is stored into max 1, that is 9.
[00:22:41] It will not enter into the else of condition.
[00:22:43] And again, i value incremented by 1.
[00:22:46] And again, now it is in third index, that is element number is 10.
[00:22:52] And it will enter into the loop.
[00:22:56] And it's like array of 3.
[00:23:00] That is 10.
[00:23:01] 10 is greater than max 1.
[00:23:04] That is max 1 is 9.
[00:23:07] It is true.
[00:23:08] Again, it will enter into the block and what are the element in max 1?
[00:23:12] That is 9.
[00:23:14] 9 is stored into the max 2.
[00:23:17] And present element 10 is stored in the max 1.
[00:23:21] And this it will not enter into the else if condition and again it could i value incremented by one and it start from again it check the condition that is i is less than the length of the array and array of i that is the law
[00:23:38] Fourth index that is value is 2.
[00:23:40] Array of 5 that is 2 is greater than max 1.
[00:23:43] Present max 1 is 10.
[00:23:46] 2 is greater than max 2.
[00:23:47] No, it is condition fails.
[00:23:49] It will not enter into the block.
[00:23:51] Then we again check the condition.
[00:23:53] Array of 5.
[00:23:54] 2 is greater than max 2.
[00:23:57] 2 is greater than max 2 our element is 9.
[00:24:00] 2 is greater than max 2?
[00:24:01] No, it will also condition fails.
[00:24:04] And again, I value incremented by 1.
[00:24:06] And again, it checks the condition.
[00:24:09] I is less than the length of the array.
[00:24:11] It condition fails.
[00:24:13] Array length is incremented.
[00:24:15] Condition fails.
[00:24:16] Then it come out from the loop, for loop.
[00:24:19] And finally, whatever the element is present in the max2 variable, I am printing here.
[00:24:25] That's it.
[00:24:28] Okay, nice.
[00:24:29] Yeah, good explanation.
[00:24:32] Thank you, sir.
[00:24:32] Okay, yeah.
[00:24:33] Can you maximize your like notepad?
[00:24:45] Okay.
[00:24:46] So, I'm sorry, like, I couldn't tell you, like,
[00:24:51] about like the role that we are actually offering here.
[00:24:55] Okay.
[00:24:56] So we will offer like L1 support.
[00:25:01] L1 support.
[00:25:03] Yeah, L1 support monitoring role.
[00:25:05] Okay.
[00:25:06] Okay.
[00:25:07] So this is not absolutely involved in coding or like one plus year.
[00:25:16] Okay.
[00:25:18] Are you okay with that kind of role and 18 months bond?
[00:25:25] Okay, and it doesn't fully, it is not related for the coding?
[00:25:33] Yeah, I mean like for one month it's not related.
[00:25:35] So later it depends on your performance and your promotion and everything.
[00:25:39] So we'll move further.
[00:25:41] So but for one, I mean like a minimum of one year, so you will be like a monitoring resource.
[00:25:49] Okay, sir.
[00:25:52] Do you think like, are you okay with the role and like 18 months bond?
[00:26:00] Okay, sir.
[00:26:03] No problem.
[00:26:05] No problem.
[00:26:06] Okay, let's move further then.
[00:26:08] Okay, so like I said, the job role is like monitoring results, right?
[00:26:14] So your job is to catch the issues and report the issues.
[00:26:20] Okay, it is also IT related.
[00:26:24] I need to monitor.
[00:26:26] It's like an IT job only, but like the initial someone will think like I want like a D1 role or like I want to make explicit code changes or like project like how an MNC offer.
[00:26:36] MNC will take you as like a system engineer or like a junior developer.
[00:26:41] There's all things right.
[00:26:42] So normally we won't put that way, but we will call it as an L1.
[00:26:46] And support roles okay okay so i want to see like you are the monitoring resource right like said so you are monitoring the automations okay
[00:26:58] so based on your job so like normally your job like you'll check if uh everything is functioning well so we do have some logs messages printed on like an ui
[00:27:09] a kind of screen we will have.
[00:27:10] So if everything is functioning well, we won't get any errors.
[00:27:13] If there is something going wrong, we will get to see a kind of
[00:27:17] Error logs.
[00:27:18] Yes, sir.
[00:27:20] So I want, I'll put a scenario for you.
[00:27:23] So you are monitoring some kind of automation and you're seeing a lot of error logs, like login failed with so-so reason.
[00:27:34] Right.
[00:27:34] So.
[00:27:35] Yes.
[00:27:36] Since you are not a developer, you cannot make a change, code updates or anything, right?
[00:27:41] So you need to inform to your manager.
[00:27:45] Yes.
[00:27:46] That should be done through an email.
[00:27:50] So can you draft an email on the notepad?
[00:27:53] Hi.
[00:27:54] On that.
[00:27:57] So in monitoring, you come across a login issue.
[00:27:59] How will you drop an email to your manager?
[00:28:01] I want to see like your...
[00:28:04] Good communication.
[00:28:07] Je ne comprends pas.
[00:30:21] Are you looking at something?
[00:30:23] No, sir.
[00:30:25] I'm looking at a screen.
[00:30:28] You have been looking at left and right.
[00:30:30] That makes me a bit suspect.
[00:32:24] Where is your screen on left or right part?
[00:32:31] I'm not really like...
[00:32:33] Just like seeing left and right at the same time.
[00:32:36] So that is the reason.
[00:32:39] I'm just seeing the screen.
[00:32:45] Yeah.
[00:32:47] It's all that's true.
[00:34:32] That's good.
[00:34:36] Okay.
[00:34:38] Can you just like explain like how what you found it and how will you report in like a scrum calls?
[00:34:48] When I was testing using testing that application, if I found any error, it is a login failure.
[00:34:57] So I will report it.
[00:35:01] to the manager that simply write a mail that I am using the applications and I am getting a facing a issue at login login into the application
[00:35:12] so please inform to the development development team
[00:35:17] to fix the issue and make new changes make the application works correctly and that is it
[00:35:33] Okay.
[00:35:42] Anything else, Mahesh, you want to know?
[00:35:44] I mean, like, we were fine, like, you did well.
[00:35:51] Nothing, sir.
[00:35:53] Okay.
[00:35:53] One advice you might need to work on a bit on your communication.
[00:35:58] So that's a bit like not that very bad at this point of time, but if you can even focus on like having some good clear communication, that would help you.
[00:36:09] Okay, sir.
[00:36:09] I'll work on it.
[00:36:11] I'll do my best.
[00:36:13] Thank you, Mahesh.
[00:36:14] Thank you.
[00:36:15] Thank you, sir.
[00:36:43] Yeah, man, you can drop from meeting.
[00:36:47] Can I leave, sir?
[00:36:49] Yeah, you can leave.
[00:37:02] Ma'am, I mean, how many candidates are still left?
[00:37:16] Hello?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment