Upload Button Icon Add office photos

Filter interviews by

Cardlytics Software Engineer Interview Questions and Answers

Updated 28 Aug 2022

Cardlytics Software Engineer Interview Experiences

2 interviews found

I applied via Naukri.com and was interviewed in Jul 2022. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. .net core api authentication
  • Q2. .net core exception handling

Interview Preparation Tips

Interview preparation tips for other job seekers - to be good on .net core web apis, docker, k8s aws
Round 1 - Aptitude Test 

Hacker Rank test is compulsory

Round 2 - Coding Test 

Coding test live by sharing screen. duration time is 30mins

Round 3 - Technical 

(1 Question)

  • Q1. Technical round 2 with in-depth technical questions and live programming duration 1hr
Round 4 - Technical 

(1 Question)

  • Q1. Project Lead explain about projects and company

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well before attending this company

Software Engineer Interview Questions Asked at Other Companies

asked in Qualcomm
Q1. Bridge and torch problem : Four people come to a river in the nig ... read more
asked in Capgemini
Q2. In a dark room,there is a box of 18 white and 5 black gloves. You ... read more
asked in TCS
Q3. Find the Duplicate Number Problem Statement Given an integer arra ... read more
Q4. Tell me something about yourself. Define encapsulation. What is i ... read more
asked in Paytm
Q5. Puzzle : 100 people are standing in a circle .each one is allowed ... read more

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via campus placement at Dhirubhai Ambani Institute of Information and Communication Technology (DA-IICT), Gandhinagar and was interviewed in Oct 2024. There were 2 interview rounds.

Round 1 - Coding Test 

It was a 100-minute test consisting of mcqs and one coding question on articulation points in the graph.

Round 2 - One-on-one 

(2 Questions)

  • Q1. What is the difference between Postgresql and MySQL?
  • Ans. 

    Postgresql is known for its advanced features and support for complex queries, while MySQL is popular for its ease of use and speed.

    • Postgresql is known for its advanced features such as support for complex queries, indexing, and JSON data types.

    • MySQL is popular for its ease of use, speed, and compatibility with various platforms.

    • Postgresql has a strong focus on standards compliance and extensibility, while MySQL is mor...

  • Answered by AI
  • Q2. What are ACID properties in DBMS?
  • Ans. 

    ACID properties in DBMS ensure data integrity and consistency in transactions.

    • Atomicity: All operations in a transaction are completed successfully or none at all.

    • Consistency: Data is always in a valid state before and after a transaction.

    • Isolation: Transactions are executed independently without interference from other transactions.

    • Durability: Once a transaction is committed, changes are permanent and cannot be lost.

    • E...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare your resume well.

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Easy
Process Duration
-
Result
No response

I applied via LinkedIn and was interviewed in Oct 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. What are synthetic Events?
  • Ans. 

    Synthetic Events are events that are created by the browser to mimic real user events.

    • Synthetic Events are used in React to handle events in a consistent manner across different browsers.

    • They are created by React to wrap native browser events and provide additional functionality.

    • Examples include onClick, onChange, and onSubmit events in React.

  • Answered by AI
  • Q2. What is event bubbling?
  • Ans. 

    Event bubbling is the process where an event triggered on a child element is propagated up through its parent elements.

    • Event bubbling allows a single event handler to be attached to a parent element, which will be triggered for all its children.

    • When an event occurs on a child element, it first runs the event handlers on the child, then on its parent, and so on up the DOM tree.

    • Event bubbling can be stopped using event.s

  • Answered by AI

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
No response
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - One-on-one 

(1 Question)

  • Q1. Laravel framework question.
Round 3 - One-on-one 

(1 Question)

  • Q1. Laravel framework question

Interview Preparation Tips

Interview preparation tips for other job seekers - Avoid this company
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Coding Test 

Easy leetcode data structure question

Round 3 - Technical 

(1 Question)

  • Q1. Write working code for calling a rest API, design rate limiter
  • Ans. 

    Code for calling a REST API and designing a rate limiter

    • Use a library like requests or axios to make the API call

    • Implement a token bucket algorithm for rate limiting

    • Set a maximum number of requests per second and queue excess requests

    • Consider using a distributed rate limiter for scalability

  • Answered by AI
Round 4 - Technical 

(1 Question)

  • Q1. Design Database schema for instagram
  • Ans. 

    Design a database schema for Instagram.

    • Create tables for users, posts, comments, likes, and follows.

    • Use primary and foreign keys to establish relationships between tables.

    • Store user data such as username, email, and password securely.

    • Include fields for post content, location, and timestamp.

    • Track likes and comments on posts.

    • Implement a notification system for follows and likes.

    • Consider scalability and performance in the...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - All round was smooth and interviewer were friendly.

Skills evaluated in this interview

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

Interview Questionnaire 

1 Question

  • Q1. Questions on Projects.

Interview Preparation Tips

Interview preparation tips for other job seekers - Interviewers are very friendly.
Brush up technical concepts and coding
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed in Feb 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

Software testing and coding related questions

Round 2 - Coding Test 

Programming test coding

Round 3 - Technical 

(7 Questions)

  • Q1. Myself intro HR subject question with answer
  • Q2. Subject related questions
  • Q3. What is types software testing
  • Ans. 

    Types of software testing include unit testing, integration testing, system testing, and acceptance testing.

    • Unit testing focuses on testing individual components or modules of the software.

    • Integration testing involves testing how different modules work together.

    • System testing checks the entire system as a whole.

    • Acceptance testing ensures that the software meets the requirements of the end users.

  • Answered by AI
  • Q4. What is unit testing
  • Ans. 

    Unit testing is a software testing method where individual units or components of a software are tested in isolation.

    • Unit testing helps in identifying bugs early in the development process.

    • It ensures that each unit of code is working as expected.

    • Unit tests are automated and can be run frequently to catch regressions.

    • Mocking and stubbing are often used in unit testing to isolate the unit being tested.

    • Example: Testing a ...

  • Answered by AI
  • Q5. What is integration testing
  • Ans. 

    Integration testing is testing the interactions between different components/modules of a software system.

    • Tests how well different parts of the system work together

    • Ensures that data flows correctly between components

    • Identifies any issues with communication or data transfer

    • Examples: testing API integrations, testing database connections

  • Answered by AI
  • Q6. What is types of software testing
  • Ans. 

    Types of software testing include unit testing, integration testing, system testing, and acceptance testing.

    • Unit testing focuses on testing individual components or modules of the software.

    • Integration testing involves testing the interactions between different components/modules.

    • System testing tests the entire system as a whole.

    • Acceptance testing is performed to validate if the software meets the requirements of the st

  • Answered by AI
  • Q7.  What is integration testing
  • Ans. 

    Integration testing is testing the interactions between different components or systems to ensure they work together correctly.

    • Integration testing verifies that different modules or components of a software work together as expected.

    • It focuses on testing the interfaces and interactions between components.

    • Examples include testing the integration between a front-end user interface and a back-end database, or between diff

  • Answered by AI

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Difference between SQL and PL/SQL
  • Ans. 

    SQL is a standard language for managing relational databases, while PL/SQL is Oracle's proprietary extension for SQL with procedural features.

    • SQL is a standard language used to manage and manipulate relational databases.

    • PL/SQL is Oracle's proprietary extension to SQL that adds procedural programming capabilities.

    • SQL is used for querying and updating data, while PL/SQL is used for writing stored procedures, functions, a...

  • Answered by AI
  • Q2. What is trigger
  • Ans. 

    A trigger is a special kind of stored procedure that is automatically executed when certain events occur in a database.

    • Triggers can be used to enforce business rules, perform data validation, or automate tasks.

    • Examples of trigger events include INSERT, UPDATE, and DELETE operations on a table.

    • Triggers can be defined to execute before or after the triggering event.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - i have given its good

Skills evaluated in this interview

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

I applied via LinkedIn and was interviewed before Sep 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Ledger details posting profile
  • Q2. Fixed Asset project management and accounting

Interview Preparation Tips

Interview preparation tips for other job seekers - Gain knowledge as much as possible

Cardlytics Interview FAQs

How many rounds are there in Cardlytics Software Engineer interview?
Cardlytics interview process usually has 2-3 rounds. The most common rounds in the Cardlytics interview process are Technical, Aptitude Test and Coding Test.
What are the top questions asked in Cardlytics Software Engineer interview?

Some of the top questions asked at the Cardlytics Software Engineer interview -

  1. Technical round 2 with in-depth technical questions and live programming durati...read more
  2. .net core api authenticat...read more
  3. .net core exception handl...read more

Tell us how to improve this page.

Cardlytics Software Engineer Salary
based on 6 salaries
₹15.5 L/yr - ₹22 L/yr
134% more than the average Software Engineer Salary in India
View more details
Senior Software Engineer
11 salaries
unlock blur

₹28.5 L/yr - ₹55 L/yr

Software Engineer II
7 salaries
unlock blur

₹19.5 L/yr - ₹26.5 L/yr

Software Engineer
6 salaries
unlock blur

₹15.5 L/yr - ₹22 L/yr

Data Scientist
4 salaries
unlock blur

₹24 L/yr - ₹31.5 L/yr

Technical Lead
4 salaries
unlock blur

₹19 L/yr - ₹38 L/yr

Explore more salaries
Compare Cardlytics with

Groupm Media

4.0
Compare

Omnicom Media Group

2.9
Compare

Z1 Tech

4.0
Compare

7Search PPC

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