Open In App

Kantar Interview Experience | On-Campus 2021

Last Updated : 27 Oct, 2021
Improve
Improve
Like Article
Like
Save
Share
Report

Kantar visited our campus for software developer role and senior analyst role. I appeared for Software Developer role. The technical test was of two hours on MyAnatomy platform.

Technical Test:

  1. Questions were on Aptitude(it was time based for each question, and was tough), it included quantitative reasoning and data interpretation.
  2. Next section was on analyzing comprehensions, like what you infer from it, what option supports the fact in comprehension, etc.
  3. Next sections were on C++ output questions, C/C++ fundamentals, DBMS basics, DS/Algo MCQs.
  4. MCQs on OOPs were also there.
  5. There was one coding question. Given two arrays A and B, find if B is the subsequence of A. The approach was also asked, so I explained it very properly.

Tip: Do write the most optimal clean code with comments. Write the time complexity and space complexity.

Only 4 students were selected for the interview. My interview was on the same day, others had it on the other day.

Interview Round:

  1. It started with tell me about yourself.
  2. Interviewer asked me about my projects, and how can you extend your project, ie. add new features or how can you scale it up.
  3. I had mentioned some open source development on my resume, so the interviewer asked about those.
  4. Interviewer asked me to explain the code I wrote in the test.
  5. Some questions were based on achievements mentioned in my resume.

Some questions were:

  • Tuple vs list(I have mentioned Python as my skill)
  • Lambda functions and why are they used?
  • How to add CSS? (inline CSS, internal CSS, external CSS).
  • Tell the syntax of adding the CSS file externally? (I have mentioned HTML/CSS as my skill)
  • Explain Normalization
  • Can I use email as the primary key?
  • Asked me to write some SQL queries based on joins, and a few subqueries.
  • Tell some data structures you know? What are the uses of data structures in real life?
  • OOPs concepts, questions were based on constructor, inheritance, polymorphism, and the interviewer was asking questions through C++ code snippets. Do practice such types of input/output questions of OOPs from GeeksforGeeks.

Verdict: Result for software developer role was not announced due to some noc requirements by company from college.


Like Article
Suggest improvement
Share your thoughts in the comments

Similar Reads