Skip to main content

Cognizant Interview Experience



Hi all, I am back again with a new interview experience with cognizant.
The interview was held on 11th March 18, at Unitech, Kolkata…. The candidates who cleared an online assessment by amcat were called for the interview.
The assessment was on quantitative, verbal and non verbal questions. Also, there was a coding test of one hour that comprised of two programs. The problems were quite simple based on loops, arrays and functions. However, it must not be taken lightly because some Of the problems were quite challenging.
I insists one to solve some questions from hackerank before you sit for the automata round.
Let's move on to the interview experience now.
My reporting time was 11:00 am and I reached there on time with all the asked documents. The amcat team was present there to assess and check the documents. I must highlight that they are very strict with the documents, so don't miss out carrying any of the document they have asked for.
Each of the candidate was given a serial number and they were called for the technical interview accordingly.
While I was impatiently waiting for my turn to come, I was often interacting with the candidates who have had appeared for the technical round.
I got to know that a lot of questions on project work was being asked.
Hardly an hour was passed when I was called for the interview. I was pretty excited and prepared. I greeted the interviewer.
He went through my cv and asked me about my schooling and graduation.
When he noticed in my cv that I was have an experience as a web developer, he asked me to show a project of mine.
I shared with him the url of one of my recent live project.
He asked me the portions on which I had worked and how long did I take to complete it. He also asked me how did I coded a particular section in the website. I explained him the whole process well and he seemed convinced with my explanation.
He continued asking me more questions. They are-
  • Write a query to get the second highest salary from an employee table having employee name, ID and salary as the fields.
(I used offset and limit to use it.)
  • He asked me to use max function to do the same.
(I did the same using max.)
  • What do u know about cognizant.


He then gave me a logical problem to solve
  • Twice my age - 1 is equal to the age of my father.
           And when the digits of my age is reversed it becomes equal to the age of my father. What is my age.
  • Write a program is C to reverse your name.
  • What is regression testing.?
  • You have been given a electrical balance and ten plates each having 10 marbles of 10gm each. But there is a plate with all ten marbles of 9gm. How can you detect the faulty plate by using the balance just once.
I answered all of the questions and moved to the Hr round. The questions in the Hr round were very simple.
  • Where do you stay?
  • Why you are interested in this job.
  • Do you have any relocation issue.
So this was all about my interview experience at cognizant. Hope it will be helpful to you.
To know what happened thereafter click here

Comments

Post a Comment

Popular posts from this blog

KPMG Interview Experience

Hello Readers, This blog is about my interview experience with KPMG India. I have covered the intricacies of the interview process along with the questions asked. I must highlight my profile to you guys so that you get the context of the interview. I had 1 year of experience working as a web developer and had worked as an ETL developer at cognizant for 3 years. During my stint, I got to work on tools and technologies like Informatica Powercenter, Informatica B2B Dx, Informatica MFT, Splunk, Python, Shell Scripting, PHP, MongoDB, Laravel, NodeJS, and SQL.  So, let me begin. I have divided it into parts so that it gets easy to comprehend the sections separately.  The Application. I have been applying for jobs since September 2020. In the beginning, I hardly received any calls for the interview. I applied using Naukri and even got a Linkedin premium account. I must admit that most of the calls that I received later were via my applications over LinkedIn but during the initial per...

Interview at Servian

 Hi All, I am back again with another wonderful blog sharing my experience about my interview at one of the very promising Australia Based Company, Servian. I happen to know about it from linkedin. After a good deal of research and seeing reviews from Glassdoor I finally applied for it.  the JD was for ETL Developer. At the very begining I received a call from their HR who was based on Bangalore. He asked me about my current job role and my relocation preference. They have been hiring for just Banagalore location so my saying that "I don't have any specific location preference did help!". I was asked about my current and expected CTC and then followed a question to justify such a hike :p Machine Round I was finally considered for a machine round and the interview was supposed to be scheduled once I clear this round. There were 15 Questions and the allocated time was 1 hour. The difficulty was not much. Question based on joins, aggregator and group by were there. I felt th...

Starting with Amazon Athena

Hi All! Its long since I have offered my readers something  technical to go through. The wait is over and its really worth it. We will dive into  cloud  today. I will be explaining you in details how can you use one of the popular service of AWS known as  Athena . The blog is written keeping in mind that you have little or no idea about any AWS service. Albeit, a tad bit of knowledge on  S3  service will help you to understand the blog better. Lets take an use case before proceeding ahead. Suppose we have a csv file that contains some data into it. lets say it has details of Employees in a company. I have another csv file that contains details of the department of a company. Now, I wish to do some operations that needs data from the employee file and department file to be joined. e.g to get max salary of employee in every department etc. If we had the same data in 2 tables in a database, things had been simple. right? We could have just joined both ...