Upload Button Icon Add office photos

Filter interviews by

Experian Marketing Services Software Developer Interview Questions and Answers

Updated 30 Jun 2022

Experian Marketing Services Software Developer Interview Experiences

1 interview found

Round 1 - Technical 

(1 Question)

  • Q1. Stack using other datastructures
  • Ans. 

    A stack can be implemented using arrays, linked lists, or queues.

    • Arrays: use a fixed-size array and keep track of the top element

    • Linked lists: use a singly linked list and keep track of the head

    • Queues: use two queues to implement a stack

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Learn ds, one programming language, mysql

Skills evaluated in this interview

Interview questions from similar companies

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 Dec 2024. There were 5 interview rounds.

Round 1 - Aptitude Test 

An aptitude test is an assessment to measure a candidate mental aptitude/mental ability

Round 2 - Technical 

(3 Questions)

  • Q1. Can you briefly Tell us about yourself?
  • Ans. 

    I am a passionate software developer with 5 years of experience in web development and a strong background in computer science.

    • 5 years of experience in web development

    • Strong background in computer science

    • Passionate about software development

  • Answered by AI
  • Q2. What do you consider to be your strongest points?
  • Ans. 

    My strongest points include problem-solving skills, attention to detail, and ability to work well in a team.

    • Strong problem-solving skills - I enjoy tackling complex issues and finding creative solutions.

    • Attention to detail - I am meticulous in my work and strive for perfection in every task.

    • Team player - I collaborate effectively with colleagues, communicate openly, and contribute positively to group projects.

  • Answered by AI
  • Q3. Which programming languages do you use regularly in your work
  • Ans. 

    I regularly use Java, Python, and SQL in my work as a Software Developer.

    • Java

    • Python

    • SQL

  • Answered by AI
Round 3 - Group Discussion 

A group discussion is a structured conversation in which participants share their ideas, perspectives, and solutions on a specific topic.

Round 4 - HR 

(2 Questions)

  • Q1. What motivates you to seek employment at Wipro?
  • Ans. 

    I am motivated to seek employment at Wipro because of their reputation for innovation and opportunities for growth.

    • Impressed by Wipro's track record of delivering cutting-edge solutions

    • Excited about the chance to work with a diverse and talented team

    • Eager to take advantage of Wipro's professional development programs

  • Answered by AI
  • Q2. What are your long-term career goals?
  • Ans. 

    My long-term career goal is to become a lead software developer and eventually move into a management role.

    • Advance to a lead software developer position

    • Gain experience in managing a team of developers

    • Develop strong leadership and communication skills

    • Continue learning new technologies and staying updated with industry trends

  • Answered by AI
Round 5 - Assignment 

Assignment details refer to the specifics of an assignment, including any documents and/or emails or subsequent correspondence between the company and the client.

Interview Preparation Tips

Topics to prepare for Wipro Software Developer interview:
  • Your academic achievement
  • Responsibility related to your p
  • The way you address mistakes at
Interview preparation tips for other job seekers - Reflect on the activities you enjoy and what brings you happiness, while also taking into account your skills and strengths.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

I applied via Job Portal and was interviewed in Nov 2024. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. Given the start and end times of the meetings, how can you determine if you are able to attend all of them?
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-

I applied via Walk-in

Round 1 - Technical 

(2 Questions)

  • Q1. How make a queue using a stack
  • Ans. 

    To implement a queue using a stack, use two stacks and simulate the queue operations.

    • Use two stacks, one for enqueue operation and one for dequeue operation.

    • For enqueue operation, simply push elements onto the stack used for enqueueing.

    • For dequeue operation, if the dequeue stack is empty, pop all elements from enqueue stack and push onto dequeue stack.

    • Then pop from the dequeue stack to simulate dequeue operation.

  • Answered by AI
  • Q2. Create a linked list
  • Ans. 

    A linked list is a data structure consisting of nodes where each node points to the next node in the sequence.

    • Create a Node class with data and next pointer

    • Initialize a head pointer to null

    • Add nodes by updating next pointers

    • Traverse the list by following next pointers

  • Answered by AI

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Aug 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. How does consumer, producer work in kafka
  • Ans. 

    Consumers read data from topics, while producers write data to topics in Kafka.

    • Consumers subscribe to topics to read messages from them

    • Producers publish messages to topics for consumers to read

    • Consumers can be part of a consumer group to scale out consumption

    • Producers can specify key for messages to control partitioning

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

(4 Questions)

  • Q1. Basic JavaScript and React.js questions
  • Q2. Questions on functions, hooks and DOM
  • Q3. Questions on SSR
  • Q4. Questions on strings and arrays
Round 2 - Coding Test 

Api related questions

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

I applied via Campus Placement and was interviewed in Aug 2023. There was 1 interview round.

Round 1 - Technical 

(5 Questions)

  • Q1. Easy-Medium level Leetcode questions on linkedlists
  • Q2. Simple recursion question
  • Q3. An SQL query Basic question in OOPS and resume description..
  • Q4. Basic questions regarding SQL
  • Q5. Difference between thread and process
  • Ans. 

    A process is an instance of a program while a thread is a subset of a process that can run concurrently with other threads.

    • Processes have their own memory space while threads share the same memory space within a process.

    • Processes are independent of each other while threads within the same process can communicate with each other.

    • Processes are heavier in terms of resource consumption compared to threads.

    • Example: A web br...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be thorough with your basics

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
-

I applied via Referral and was interviewed in Apr 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Spring security, JWT , Kakfa , Reverse vowels , suffix sum
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Project Explain
  • Ans. 

    Project Explain is a question where you are asked to describe a project you have worked on in detail.

    • Provide an overview of the project including its purpose and goals

    • Explain the technologies used and your role in the project

    • Discuss any challenges faced and how they were overcome

    • Highlight the outcomes and impact of the project

  • Answered by AI

Software Developer Interview Questions & Answers

HGS user image Gajendrula Deepika

posted on 2 Nov 2021

I applied via Company Website and was interviewed in Oct 2021. There were 3 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. About c and c++ excel, ms world
  • Q2. Programs, programs of company, marks, any thing
  • Q3. In ms world we can do any thing

Interview Preparation Tips

Interview preparation tips for other job seekers - I am a fresher of a company I don't have ny experience but i will try my in a company

Experian Marketing Services Interview FAQs

How many rounds are there in Experian Marketing Services Software Developer interview?
Experian Marketing Services interview process usually has 1 rounds. The most common rounds in the Experian Marketing Services interview process are Technical.

Tell us how to improve this page.

Software Engineer
5 salaries
unlock blur

₹15 L/yr - ₹19.2 L/yr

Software Developer
3 salaries
unlock blur

₹9 L/yr - ₹20 L/yr

Senior Analytics Consultant
3 salaries
unlock blur

₹43 L/yr - ₹46.7 L/yr

Datapower Developer
3 salaries
unlock blur

₹14 L/yr - ₹14 L/yr

Oracle Financial Analyst
3 salaries
unlock blur

₹18 L/yr - ₹20 L/yr

Explore more salaries
Compare Experian Marketing Services with

Epsilon

4.0
Compare

TransUnion

4.0
Compare

Equifax

3.3
Compare

Dun & Bradstreet

3.3
Compare
Did you find this page helpful?
Yes No
write
Share an Interview