Introduction
Infosys arranged a national level event called HackWithInfy
in 2019 in which around 1,20,000 students participated. Among which in Round 1 around 7000 students got selected for round 2.
Both these rounds were conducted on Hackerrank βοΈ online platform.
Read my experience of HackWithInfy Round 1 and Round 2 here.
From round 2, the top 109 students got selected for the Grand Finale of HackWithInfy which was a hackathon in Pune. All these 109 students were given PPI(Pre Placement Interview) for PP (Power Programmer).
Also, I will be sharing the questions as well which I remember at this point, this might give you insights on what things could be expected from you during the interview.
My Experience
So on 22nd August 2019 my PPI for PP was scheduled at Mukesh Patel School of Technology Management & Engineering βοΈ. The interview was remote so it was conducted through Zoom Meetings βοΈ.
There were 2 Rounds
- Technical Interview (30-45 mins long)
- HR Interview
After waiting for good 7 hours my interview started.
Technical Round
So the interviewer was a full stack developer with 8 years of experience. Also for the past 4 years, he was into ML and AI
Let us call the interviewer Mr. X
Iβm good. So let me first introduce myself and then weβll discuss you
Then he gave his short introduction which Iβve mentioned above
I gave a brief introduction about myself. Key points I included were Me being a Part-time teacher (the reason behind it), participation in hackathons and other competitions, and why I started doing part-time freelancing.
Make sure you prepare this answer in such a way that it shows your skills and helps the interviewer understand why you are the best fit for the company
Thatβs great. So Akash I read on your resume that you are a Full Stack Developer. Can you explain any of the project which you have mentioned on your resume?
For this question, I picked up one of my freelance projects. It was a big project which included an Android/iOS App and Backend Server.
I gave a brief idea about the actual app and explained the challenges that I faced building some of its features. The challenges that came and how I was able to solve them and deliver the product on time.
This discussion continued roughly for around 10-12 minutes and I was satisfied with the positive impact my explanation made.
My final year project is based on Natural Language Processing. We call it LexiContext: Understanding the context between different sentences and provide a confidence score based on the similarity of two sentences
And then I gave a quick walk-through about the project. He liked the project idea and the use case which we were targeting by implementing this.
So Akash, letβs quickly assess your code solving skills.
He started screen sharing and showed me the question.
And the question was based on strings and regular expressions, According to me, it could be tagged as a leetcode easy/medium level question.
You know about regular expression? Will you be able to solve this?
Donβt worry about typos or syntax mistakes, just walk me through your thought process while approaching this problem.
I switched to my screen and was asked to write on WordPad. I started with the algorithm and it was going well untilβ¦
I cannot see anything on my screen. Itβs blacked out
But I can see your shared screen as well as you from the webcam. Can you call anyone available there for technical help?
I called someone from there to look into this and the best possible solution was to continue like this for now and they will fix this before the next interview starts.
Now I was confused as to how will I be able to demonstrate the code if I cannot see anything that Iβm typingβ¦
Luckily the interview was already satisfied with my explanation for the algorithm and replied
Donβt worry Akash, you are almost there. Just tell me orally the ending part of it.
I was relieved after hearing this and quickly explained the edge case and completed the coding part.
Coming to the next question. Tell me something, So being a full stack developer, what stack do you prefer the most?
Sir, I am JavaScript Developer so I prefer to use Node.js for the server-side, React.js, or Angular for the frontend with more preference to React.js and MongoDB for Database. I have experience in using Amazon Web Services for deployment. Also, I have a little experience using Docker for containerization and looking forward to learn more in-depth about it.
Apart from this I have worked with Django and Flask which are Python web frameworks with Jinja Templating as well as experimented Django Rest API with integration in React.js
Thatβs nice, In your resume Iβve read that you have used Ionic Framework in some of your projects, any specific reason why?
Yes, Ionic is a hybrid mobile application framework. So basically I can target both Android as well as iOS platforms from a single codebase. But⦠(gets interrupted)
Yeah so I was saying that but recently I have started looking into Flutter for developing cross-platform applications
Yes, exactly what I was going to talk about..Flutter.. So you know what programming language is used to build apps in Flutter
Okay. So moving ahead, I see you have used MongoDB right? Do you know the types of NoSQL Databases?
There are mainly 4 types of NoSQL databases viz Key-value stores, Column stores, Document based and Graph database
Redis which is Key-value store, Cassandra and HBase for Column stores, MongoDB for Document based and Neo4j for Graph Databases
From this, I have tried MongoDB for database and Redis for implementing caching mechanism
Okay. So basically we are done with the interview. Any questions you have for me?
I wanted to know more about the work culture and roles and responsibilities of Power Programmer in Infosys so we had a brief talk about that.
And this is how my interview ended. We waited in the waiting room for around half-hour more and then the HR called my name for the HR Interview
HR Interview
This was rather more like getting confirmation about my details than an HR Interview. Let us call the HR person Mr. Y (because why not)
I was almost under the impression that I am not selected.
He started filling in my details on the form. Made me go through the details that relocation might be done and was okay with it. Asked me for preference for job location (again by saying If you get selected) what would be your preference etc.
HR interview finished and I was asked to wait in the waiting room for the results
Results
So finally it was the time, HR came with the results. Along with me, 5 other people were called outside and told thatβ¦
Congratulations guys you all are selected for the role of Power Programmer at Infosys!
After that, a few questions like training period and bond was discussed with all of us together and we all were asked to leave for the day
I met many amazing people from different colleges there and all of them were also selected for the Power Programmer Role.
Conclusion
- As you might have already deduced, most of the time of my interview revolved around the topics which were from my resume. So make sure you know what exactly you are putting on your resume and donβt try to put fake information.
- If you have done any good projects or any certification or course taken, make sure you know all the inβs and outβs about it.
- This is the most common thing but still, Iβll repeat. Be calm during the interview. Even though my screen got blacked out and I was quite scared but donβt show that on your face. Be confident in what you are saying. This was one of the reasons why the technical assistant said that
You can continue like this for now because I can see you through the webcam
. Because they not only hear your answers but also look for the confidence with which you are answering. - And last but not least, keep talking. I mean literally, even while coding, donβt just sit and start typing the code. The interviewer usually is not interested in the actual code. He is more interested to see your thought process on how you approach the solution. Another benefit of this is that if you are thinking in the wrong direction they guide you by giving hints. But this would only happen if you let them know what exactly you are thinking by saying out things loud
- Tips to work on this is to find yourself an empty room with just a single person. No matter if the person is technically sound or not. Just have a person in a quiet room and get comfortable by speaking out your thought process while approaching any problem. This will help you a lot during an actual interview
So this was my experience and I hope you enjoyed reading it. You can drop your views in the comment section and share the article with other colleagues as well. Have a great day and Good luck with your next interview!