Upload Button Icon Add office photos

Filter interviews by

Gfk Neilsen India Senior Software Engineer 2 Interview Questions and Answers

Updated 18 Oct 2024

Gfk Neilsen India Senior Software Engineer 2 Interview Experiences

1 interview found

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

I applied via Referral and was interviewed in Apr 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Springboot exception handler using controller advice

Round 2 - Technical 

(2 Questions)

  • Q1. Mock vs Stubs difference to be stated
  • Ans. 

    Mock objects are pre-programmed with expectations about calls they will receive, while stubs provide canned answers to calls.

    • Mocks are used to verify interactions between objects, while stubs are used to provide canned responses.

    • Mocks are used in behavior testing, while stubs are used in state testing.

    • Mocks are used when testing interactions between objects, while stubs are used when testing the state of an object.

    • Exam...

  • Answered by AI
  • Q2. Lambda streams , Java 8 features etc

Skills evaluated in this interview

Interview questions from similar companies

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Nov 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

The aptitude test was relatively straightforward, consisting of both aptitude and technical questions, with a difficulty level ranging from easy to medium.

Round 2 - Technical 

(2 Questions)

  • Q1. Was asked to write a code on basic DSA concept
  • Q2. Then was asked basic questions on DSA and SQL

Interview Preparation Tips

Interview preparation tips for other job seekers - Make sure you have good understanding of everything you mentioned on your resume
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Nov 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Can you please introduce yourself?
  • Ans. 

    I am a Software Development Engineer with 5 years of experience in developing web applications using Java, Spring, and Angular.

    • 5 years of experience in software development

    • Proficient in Java, Spring, and Angular

    • Strong problem-solving skills

    • Experience in developing web applications

    • Good team player

  • Answered by AI
  • Q2. What type of questions are being asked?

Interview Preparation Tips

Interview preparation tips for other job seekers - I am Anjali Singh from Prayagraj in Uttar Pradesh, and I have completed a Postgraduate Diploma in Computer Applications.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is the difference between an abstract class and an interface in object-oriented programming?
  • Ans. 

    Abstract class can have both abstract and non-abstract methods, while interface can only have abstract methods.

    • Abstract class can have method implementations, while interface cannot.

    • A class can implement multiple interfaces, but can only inherit from one abstract class.

    • Interfaces are used to define contracts for classes to implement, while abstract classes are used to provide a common base for subclasses.

    • Example: Abstr...

  • Answered by AI
  • Q2. Abstract classes can have implemented methods; interfaces can only have declarations (before JAVA 8).

Interview Preparation Tips

Interview preparation tips for other job seekers - Stay updated with the latest tools and technologies in your field to remain competitive.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is the implementation of Merge Sort in Java?
  • Ans. 

    Merge Sort is a divide and conquer algorithm that divides the input array into two halves, recursively sorts them, and then merges the sorted halves.

    • Divide the input array into two halves

    • Recursively sort the two halves

    • Merge the sorted halves back together

  • Answered by AI
  • Q2. What is the implementation of the Quick Sort algorithm in Java?
  • Ans. 

    Quick Sort is a popular sorting algorithm that uses a divide-and-conquer approach to sort elements in an array.

    • Choose a pivot element from the array.

    • Partition the array into two sub-arrays: elements less than the pivot and elements greater than the pivot.

    • Recursively apply the same process to the sub-arrays.

    • Combine the sorted sub-arrays to get the final sorted array.

  • Answered by AI
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Design tinyurl system design
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Apr 2024. There were 3 interview rounds.

Round 1 - HR 

(3 Questions)

  • Q1. They ask me about my previous job description details and education details
  • Q2. About carrier goals
  • Q3. About my responsibility in side the current company
Round 2 - Technical 

(2 Questions)

  • Q1. They ask me about core concept of react js and next js
  • Q2. Ask me about core concepts of mongo Db and Node js
Round 3 - HR 

(1 Question)

  • Q1. They told me about company curriculum, goals and ethics

Interview Preparation Tips

Topics to prepare for HyScaler Junior Software Developer interview:
  • React.Js
  • Node.Js
  • MongoDB
  • Linux
Interview preparation tips for other job seekers - This is one of the most well structured company and they used latest technology to build product and services. Very supportive seniors and Hrs. So i highly recommend for job seekers to work in this company
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Queue question - create queue from array

Round 2 - HR 

(3 Questions)

  • Q1. Working structure preference
  • Q2. Salary preference
  • Q3. No more questions

Interview Preparation Tips

Interview preparation tips for other job seekers - NA
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Company Website and was interviewed in Sep 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

First round is apti when in placement

Round 2 - Coding Test 

Too hard all are dsa questions

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Jan 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

1.30
Basic profit/loss,percentages questions

Round 2 - Technical 

(4 Questions)

  • Q1. 1 hr Asked about closures, hoisting, map, hash
  • Q2. Closures and scopes
  • Q3. Dsa 2 sum problem
  • Q4. Projects and basicjs
Round 3 - HR 

(1 Question)

  • Q1. Basic related to location, timings

Gfk Neilsen India Interview FAQs

How many rounds are there in Gfk Neilsen India Senior Software Engineer 2 interview?
Gfk Neilsen India interview process usually has 2 rounds. The most common rounds in the Gfk Neilsen India interview process are Coding Test and Technical.
What are the top questions asked in Gfk Neilsen India Senior Software Engineer 2 interview?

Some of the top questions asked at the Gfk Neilsen India Senior Software Engineer 2 interview -

  1. Mock vs Stubs difference to be sta...read more
  2. Lambda streams , Java 8 features ...read more

Tell us how to improve this page.

People are getting interviews through

based on 1 Gfk Neilsen India interview
Referral
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.

Interview Questions from Similar Companies

AmbitionBox Interview Questions
5.0
 • 144 Interviews
HCL Infosystems Interview Questions
3.9
 • 141 Interviews
Nielsen Interview Questions
3.7
 • 113 Interviews
Webdew Interview Questions
4.5
 • 106 Interviews
Kantar Interview Questions
3.6
 • 103 Interviews
Data Entry Interview Questions
4.1
 • 95 Interviews
JioMart Interview Questions
3.9
 • 92 Interviews
HyScaler Interview Questions
4.5
 • 90 Interviews
CapitalOne Interview Questions
4.0
 • 74 Interviews
View all
Analyst
19 salaries
unlock blur

₹3.3 L/yr - ₹4.2 L/yr

Junior Analyst
8 salaries
unlock blur

₹3 L/yr - ₹4.2 L/yr

Senior Executive
8 salaries
unlock blur

₹8.4 L/yr - ₹13.5 L/yr

Manager
6 salaries
unlock blur

₹16.2 L/yr - ₹30 L/yr

Assistant Manager
5 salaries
unlock blur

₹10.4 L/yr - ₹16 L/yr

Explore more salaries
Compare Gfk Neilsen India with

Kantar

3.6
Compare

Telecom Network Solutions

4.0
Compare

Millward Brown

2.8
Compare

Nielsen

3.7
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview