AmbitionBox

AmbitionBox

Search

Interview Questions

  • Reviews
  • Salaries
  • Interview Questions
  • About Company
  • Benefits
  • Jobs
  • Office Photos
  • Community
  • Home
  • Companies
  • Reviews
  • Salaries
  • Jobs
  • Interviews
  • Salary Calculator
  • Awards 2024
  • Campus Placements
  • Practice Test
  • Compare Companies
+ Contribute
notification
notification
Login
  • Home
  • Communities
  • Companies
    • Companies

      Discover best places to work

    • Compare Companies

      Compare & find best workplace

    • Add Office Photos

      Bring your workplace to life

    • Add Company Benefits

      Highlight your company's perks

  • Reviews
    • Company reviews

      Read reviews for 6L+ companies

    • Write a review

      Rate your former or current company

  • Salaries
    • Browse salaries

      Discover salaries for 6L+ companies

    • Salary calculator

      Calculate your take home salary

    • Are you paid fairly?

      Check your market value

    • Share your salary

      Help other jobseekers

    • Gratuity calculator

      Check your gratuity amount

    • HRA calculator

      Check how much of your HRA is tax-free

    • Salary hike calculator

      Check your salary hike

  • Interviews
    • Company interviews

      Read interviews for 40K+ companies

    • Share interview questions

      Contribute your interview questions

  • Jobs
  • Awards
    pink star
    VIEW WINNERS
    • ABECA 2025
      VIEW WINNERS

      AmbitionBox Employee Choice Awards - 4th Edition

    • ABECA 2024

      AmbitionBox Employee Choice Awards - 3rd Edition

    • AmbitionBox Best Places to Work 2022

      2nd Edition

    Participate in ABECA 2026 right icon dark
For Employers
Upload Button Icon Add office photos
logo
Engaged Employer

i

This company page is being actively managed by GoDaddy Team. If you also belong to the team, you can get access from here

GoDaddy Verified Tick

Compare button icon Compare button icon Compare
3.0

based on 24 Reviews

Play video Play video Video summary
  • About
  • Reviews
    24
  • Salaries
    262
  • Interviews
    14
  • Jobs
    21
  • Benefits
    -
  • Photos
    3

Filter interviews by

GoDaddy Interview Questions and Answers

Updated 24 Feb 2025
Popular Designations

17 Interview questions

A Senior Data Engineer was asked 7mo ago
Q. How would you configure a cluster for 100 TB of data?
Ans. 

To configure a cluster for 100 TB data, consider factors like storage capacity, processing power, network bandwidth, and fault tolerance.

  • Choose a distributed storage system like HDFS or Amazon S3 for scalability and fault tolerance.

  • Select high-capacity servers with sufficient RAM and CPU for processing large volumes of data.

  • Ensure high-speed network connections between nodes to facilitate data transfer.

  • Implement d...

View all Senior Data Engineer interview questions
A Senior Data Engineer was asked 7mo ago
Q. Explain your current project from end to end.
Ans. 

Developed a real-time data processing pipeline for analyzing customer behavior

  • Designed and implemented data ingestion process using Apache Kafka

  • Utilized Apache Spark for data processing and analysis

  • Built data models and visualizations using tools like Tableau

  • Implemented machine learning algorithms for predictive analytics

View all Senior Data Engineer interview questions
A Senior Data Engineer was asked 7mo ago
Q. Can you explain your current project from beginning to end?
Ans. 

Developed a real-time data processing pipeline for analyzing customer behavior

  • Designed and implemented data ingestion process using Apache Kafka

  • Utilized Apache Spark for data processing and analysis

  • Built data models and visualizations using tools like Tableau

  • Implemented machine learning algorithms for predictive analytics

View all Senior Data Engineer interview questions
A Senior Data Engineer was asked 7mo ago
Q. Describe the end-to-end architecture of your current project.
Ans. 

Our current project architecture involves a microservices-based approach with data pipelines for real-time processing.

  • Utilizing microservices architecture for scalability and flexibility

  • Implementing data pipelines for real-time processing of large volumes of data

  • Leveraging cloud services such as AWS or Azure for infrastructure

  • Using technologies like Apache Kafka for streaming data

  • Ensuring data quality and reliabil...

View all Senior Data Engineer interview questions
A Senior Data Engineer was asked 7mo ago
Q. Explain the spark-submit command in detail.
Ans. 

Spark submit command is used to submit Spark applications to a cluster

  • Used to launch Spark applications on a cluster

  • Requires specifying the application JAR file, main class, and any arguments

  • Can set various configurations like memory allocation, number of executors, etc.

  • Example: spark-submit --class com.example.Main --master yarn --deploy-mode cluster myApp.jar arg1 arg2

View all Senior Data Engineer interview questions
A Senior Data Engineer was asked 7mo ago
Q. Which AWS services have you used, and what AWS architecture did you implement for those services?
Ans. 

AWS services used include S3, Redshift, Glue, EMR, and Lambda in a scalable and cost-effective architecture.

  • AWS S3 for storing large amounts of data

  • AWS Redshift for data warehousing and analytics

  • AWS Glue for ETL processes

  • AWS EMR for big data processing

  • AWS Lambda for serverless computing

View all Senior Data Engineer interview questions
A Senior Data Engineer was asked 7mo ago
Q. Write an SQL query to find the second most ordered item in a category.
Ans. 

Use a SQL query with a subquery to find the 2nd most ordered item in a category.

  • Use a subquery to rank items within each category based on the number of orders

  • Select the item with rank 2 within each category

  • Order the results by category and rank to get the 2nd most ordered item in each category

View all Senior Data Engineer interview questions
Are these interview questions helpful?
A Senior Data Engineer was asked 7mo ago
Q. Write a Python program to print all even numbers in a given range.
Ans. 

This task involves printing even numbers within a specified range using Python.

  • Use the range() function to define the range of numbers.

  • Utilize a for loop to iterate through the numbers in the range.

  • Check if a number is even using the modulus operator (%).

  • Print the number if it is even.

  • Example: for i in range(1, 11): if i % 2 == 0: print(i) will print 2, 4, 6, 8, 10.

View all Senior Data Engineer interview questions
A Senior Data Engineer was asked 7mo ago
Q. Create facts and dimensions for Amazon orders in an order management case study.
Ans. 

Designing a data model for Amazon orders with facts and dimensions for effective order management.

  • Fact Table: Order Facts - Contains metrics like order_id, total_amount, order_date, and customer_id.

  • Dimension Table: Customer Dimension - Includes customer_id, name, email, and address.

  • Dimension Table: Product Dimension - Contains product_id, product_name, category, and price.

  • Dimension Table: Time Dimension - Includes...

View all Senior Data Engineer interview questions
A Senior Data Engineer was asked 7mo ago
Q. Write a SQL query using a self join.
Ans. 

Self join in SQL allows a table to be joined with itself to compare rows within the same table.

  • A self join is used when you want to compare rows in the same table.

  • It requires an alias for the table to differentiate between the two instances.

  • Example: SELECT a.EmployeeID, b.ManagerID FROM Employees a JOIN Employees b ON a.EmployeeID = b.ManagerID;

  • Self joins can be used to find hierarchical data, such as employee-man...

View all Senior Data Engineer interview questions
1 2

GoDaddy Interview Experiences

14 interviews found

Senior Data Engineer Interview Questions & Answers

user image ABHISHEK JHA

posted on 26 Nov 2024

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

I applied via Company Website and was interviewed in Oct 2024. There were 4 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Deep dive on current migration project and architecture, Type of dimensional modelling , normalization & de normalization
  • Add your answer
  • Q2. Which AWS services used and AWS architecture for those services
  • Ans. 

    AWS services used include S3, Redshift, Glue, EMR, and Lambda in a scalable and cost-effective architecture.

    • AWS S3 for storing large amounts of data

    • AWS Redshift for data warehousing and analytics

    • AWS Glue for ETL processes

    • AWS EMR for big data processing

    • AWS Lambda for serverless computing

  • Answered by AI
    Add your answer
Round 2 - One-on-one 

(5 Questions)

  • Q1. Current project end to end explanation
  • Ans. 

    Developed a real-time data processing pipeline for analyzing customer behavior

    • Designed and implemented data ingestion process using Apache Kafka

    • Utilized Apache Spark for data processing and analysis

    • Built data models and visualizations using tools like Tableau

    • Implemented machine learning algorithms for predictive analytics

  • Answered by AI
    Add your answer
  • Q2. Questions on spark optimization, Coalesce/Repartition, Handling data skew
  • Add your answer
  • Q3. Explain spark submit command in detail
  • Ans. 

    Spark submit command is used to submit Spark applications to a cluster

    • Used to launch Spark applications on a cluster

    • Requires specifying the application JAR file, main class, and any arguments

    • Can set various configurations like memory allocation, number of executors, etc.

    • Example: spark-submit --class com.example.Main --master yarn --deploy-mode cluster myApp.jar arg1 arg2

  • Answered by AI
    Add your answer
  • Q4. SQL question on self join
  • Ans. 

    Self join in SQL allows a table to be joined with itself to compare rows within the same table.

    • A self join is used when you want to compare rows in the same table.

    • It requires an alias for the table to differentiate between the two instances.

    • Example: SELECT a.EmployeeID, b.ManagerID FROM Employees a JOIN Employees b ON a.EmployeeID = b.ManagerID;

    • Self joins can be used to find hierarchical data, such as employee-manager ...

  • Answered by AI
    Add your answer
  • Q5. Easy Python question on printing even numbers in a range
  • Ans. 

    This task involves printing even numbers within a specified range using Python.

    • Use the range() function to define the range of numbers.

    • Utilize a for loop to iterate through the numbers in the range.

    • Check if a number is even using the modulus operator (%).

    • Print the number if it is even.

    • Example: for i in range(1, 11): if i % 2 == 0: print(i) will print 2, 4, 6, 8, 10.

  • Answered by AI
    Add your answer
Round 3 - One-on-one 

(4 Questions)

  • Q1. Current project explanation end to end
  • Ans. 

    Developed a real-time data processing pipeline for analyzing customer behavior

    • Designed and implemented data ingestion process using Apache Kafka

    • Utilized Apache Spark for data processing and analysis

    • Built data models and visualizations using tools like Tableau

    • Implemented machine learning algorithms for predictive analytics

  • Answered by AI
    Add your answer
  • Q2. PySpark coding question
  • Add your answer
  • Q3. Question on spark internals JVM & GC
  • Add your answer
  • Q4. Configure Cluster for 100 TB data
  • Ans. 

    To configure a cluster for 100 TB data, consider factors like storage capacity, processing power, network bandwidth, and fault tolerance.

    • Choose a distributed storage system like HDFS or Amazon S3 for scalability and fault tolerance.

    • Select high-capacity servers with sufficient RAM and CPU for processing large volumes of data.

    • Ensure high-speed network connections between nodes to facilitate data transfer.

    • Implement data r...

  • Answered by AI
    Add your answer
Round 4 - One-on-one 

(3 Questions)

  • Q1. Current project architecture end to end
  • Ans. 

    Our current project architecture involves a microservices-based approach with data pipelines for real-time processing.

    • Utilizing microservices architecture for scalability and flexibility

    • Implementing data pipelines for real-time processing of large volumes of data

    • Leveraging cloud services such as AWS or Azure for infrastructure

    • Using technologies like Apache Kafka for streaming data

    • Ensuring data quality and reliability t...

  • Answered by AI
    Add your answer
  • Q2. Case study with order management , Create Facts & dimension for Amazon orders
  • Add your answer
  • Q3. SQL query to find the 2nd most order item in a category
  • Ans. 

    Use a SQL query with a subquery to find the 2nd most ordered item in a category.

    • Use a subquery to rank items within each category based on the number of orders

    • Select the item with rank 2 within each category

    • Order the results by category and rank to get the 2nd most ordered item in each category

  • Answered by AI
    Add your answer

Interview Preparation Tips

Topics to prepare for GoDaddy Senior Data Engineer interview:
  • AWS
  • Pyspark
  • SQL
  • Python
  • Data Modeling
Interview preparation tips for other job seekers - All rounds are around 30-45 mins, Majorly focused on Previous work + Data engineering basic concepts.

Skills evaluated in this interview

Anonymous

Software Developer Interview Questions & Answers

user image Anonymous

posted on 13 Oct 2024

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 Sep 2024. There were 3 interview rounds.

Round 1 - Coding Test 

2 coding questions 1 easy ,1 hard , 20 MCQ question and 1 SQL question

Round 2 - Technical 

(2 Questions)

  • Q1. Asked questions of coding round
  • Add your answer
  • Q2. Questions about project ,jwt architecture,nextjs vs react
  • Add your answer
Round 3 - Technical 

(2 Questions)

  • Q1. 2 SQL query using group by
  • Ans. 

    SQL queries using GROUP BY aggregate data based on specified columns, allowing for summary statistics.

    • GROUP BY is used to arrange identical data into groups.

    • Example: SELECT department, COUNT(*) FROM employees GROUP BY department; - counts employees per department.

    • You can use aggregate functions like SUM, AVG, MAX, MIN with GROUP BY.

    • Example: SELECT department, AVG(salary) FROM employees GROUP BY department; - calculates...

  • Answered by AI
    Add your answer
  • Q2. Question about projects and cs fundamentals
  • Add your answer

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare your project well,learn theory of technology used
Anonymous

Software Developer Interview Questions & Answers

user image Anonymous

posted on 3 Oct 2024

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 Sep 2024. There was 1 interview round.

Round 1 - Technical 

(4 Questions)

  • Q1. What are statics functions in OOPS
  • Ans. 

    Static functions in OOP are functions that belong to the class itself, rather than to instances of the class.

    • Static functions can be called without creating an instance of the class.

    • They are commonly used for utility functions that do not require access to instance-specific data.

    • Static functions are declared using the 'static' keyword in many programming languages.

    • Example: In Java, a static function in a class can be c...

  • Answered by AI
    Add your answer
  • Q2. What is Polymorphism in OOPs
  • Ans. 

    Polymorphism in OOPs allows objects of different classes to be treated as objects of a common superclass.

    • Polymorphism allows methods to be called on objects of different classes that all inherit from a common superclass.

    • It enables a single interface to be used for different data types or classes.

    • Examples include method overriding in inheritance and method overloading within the same class.

  • Answered by AI
    Add your answer
  • Q3. What is websockets and its alternative
  • Ans. 

    Websockets are a communication protocol that allows for full-duplex communication between a client and a server over a single, long-lived connection.

    • Websockets provide real-time, bi-directional communication between a client and a server.

    • They are commonly used in applications that require instant updates, such as chat applications, online gaming, and financial trading platforms.

    • Websockets use a persistent connection, u...

  • Answered by AI
    Add your answer
  • Q4. What is JWT and How it works
  • Ans. 

    JWT stands for JSON Web Token, a compact and self-contained way for securely transmitting information between parties as a JSON object.

    • JWT is composed of three parts: header, payload, and signature.

    • Header typically consists of the type of token and the hashing algorithm being used.

    • Payload contains the claims, which are statements about an entity and additional data.

    • Signature is created by encoding the header, payload, ...

  • Answered by AI
    Add your answer

Skills evaluated in this interview

Anonymous

Software Engineer Interview Questions & Answers

user image Anonymous

posted on 26 Aug 2024

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed in Jul 2024. There were 3 interview rounds.

Round 1 - HR 

(1 Question)

  • Q1. Basic details around experience
  • Add your answer
Round 2 - One-on-one 

(1 Question)

  • Q1. Basic details and system design
  • Add your answer
Round 3 - Technical 

(1 Question)

  • Q1. Coding for a solution
  • Add your answer
Anonymous

Full Stack Developer Interview Questions & Answers

user image Anonymous

posted on 26 Dec 2024

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

I applied via Walk-in and was interviewed in Nov 2024. There were 2 interview rounds.

Round 1 - Coding Test 

DSA and coding problem

Round 2 - Assignment 

AWS related question

Anonymous

Senior Software Developer Interview Questions & Answers

user image Anonymous

posted on 13 Sep 2024

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

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

Round 1 - One-on-one 

(2 Questions)

  • Q1. Max heap DSA question
  • Add your answer
  • Q2. Amazon like system design
  • Add your answer
Anonymous

Interview Questions & Answers

user image Anonymous

posted on 24 Feb 2025

Interview experience
4
Good
Difficulty level
Easy
Process Duration
2-4 weeks
Result
-

I appeared for an interview in Jan 2025.

Round 1 - HR 

(1 Question)

  • Q1. Why did you leave your last job?
  • Add your answer
Anonymous

Interview Questions & Answers

user image Anonymous

posted on 8 Oct 2024

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 Sep 2024. There was 1 interview round.

Round 1 - Coding Test 

Normal dsa ques and aptitude was asked in the first round followed by interview asking subjects and DSA

Interview Preparation Tips

Interview preparation tips for other job seekers - ok
Anonymous

SDE-2 Interview Questions & Answers

user image Anonymous

posted on 23 Jun 2024

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

I applied via Approached by Company and was interviewed in Dec 2023. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Question related to current work in an organization. DSA questions easy-medium level
  • Add your answer
  • Q2. Docker, Kafka, AWS related some questions, unit testing,etc.
  • Add your answer
Anonymous

Senior Engineering Manager Interview Questions & Answers

user image Anonymous

posted on 28 Jun 2024

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

I applied via Indeed and was interviewed in Dec 2023. There were 2 interview rounds.

Round 1 - Behavioral 

(2 Questions)

  • Q1. What have you worked on?
  • Ans. 

    I have worked on developing software solutions for various industries including healthcare, finance, and e-commerce.

    • Developed a healthcare management system for a hospital to streamline patient records and appointments

    • Led a team in creating a financial analytics platform for a banking institution

    • Implemented an e-commerce website with personalized recommendation engine for a retail company

  • Answered by AI
    Add your answer
  • Q2. Do you know how to optimise the slow sql queries?
  • Ans. 

    Yes, slow SQL queries can be optimized through various methods.

    • Identify slow queries using tools like EXPLAIN or query logs

    • Optimize queries by adding indexes, rewriting queries, or using query hints

    • Consider denormalizing data or using caching mechanisms

    • Monitor query performance regularly to identify bottlenecks

  • Answered by AI
    Add your answer
Round 2 - System Design 

(1 Question)

  • Q1. Design a vehicle violation system?
  • Ans. 

    Design a vehicle violation system to track and penalize traffic offenses.

    • Implement a database to store vehicle information, violations, and penalties.

    • Utilize cameras and sensors for automated detection of violations such as speeding, running red lights, and illegal parking.

    • Develop a user interface for law enforcement to review violations, issue tickets, and track offenders.

    • Integrate with payment systems for fine collec...

  • Answered by AI
    Add your answer

Skills evaluated in this interview

Anonymous

Top trending discussions

View All
Interview Tips & Stories
5d (edited)
a team lead
Why are women still asked such personal questions in interview?
I recently went for an interview… and honestly, m still trying to process what just happened. Instead of being asked about my skills, experience, or how I could add value to the company… the questions took a totally unexpected turn. The interviewer started asking things like When are you getting married? Are you engaged? And m sure, if I had said I was married, the next question would’ve been How long have you been married? What does my personal life have to do with the job m applying for? This is where I felt the gender discrimination hit hard. These types of questions are so casually thrown at women during interviews but are they ever asked to men? No one asks male candidates if they’re planning a wedding or how old their kids are. So why is it okay to ask women? Can we please stop normalising this kind of behaviour in interviews? Our careers shouldn’t be judged by our relationship status. Period.
Got a question about GoDaddy?
Ask anonymously on communities.
More about working at GoDaddy
  • HQ - Tempe, AZ
  • Media & Entertainment
  • 51-200 Employees (India)

GoDaddy Interview FAQs

How many rounds are there in GoDaddy interview?
GoDaddy interview process usually has 1-2 rounds. The most common rounds in the GoDaddy interview process are One-on-one Round, Technical and Coding Test.
How to prepare for GoDaddy interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at GoDaddy. The most common topics and skills that interviewers at GoDaddy expect are Python, SQL, Product Management, Scrum and MySQL.
What are the top questions asked in GoDaddy interview?

Some of the top questions asked at the GoDaddy interview -

  1. Which AWS services used and AWS architecture for those servi...read more
  2. SQL query to find the 2nd most order item in a categ...read more
  3. Case study with order management , Create Facts & dimension for Amazon ord...read more
How long is the GoDaddy interview process?

The duration of GoDaddy interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

GoDaddy Interviews By Designations

  • GoDaddy Software Developer Interview Questions
  • GoDaddy SDE-2 Interview Questions
  • GoDaddy Senior Engineering Manager Interview Questions
  • GoDaddy Software Engineer Interview Questions
  • GoDaddy Senior Software Developer Interview Questions
  • GoDaddy Senior Data Engineer Interview Questions
  • GoDaddy Full Stack Developer Interview Questions
  • GoDaddy Web Developer Interview Questions
  • Show more
  • GoDaddy QA QC Engineer Interview Questions
  • GoDaddy Service Engineer Interview Questions

Interview Questions for Popular Designations

  • Analyst Interview Questions
  • Intern Interview Questions
  • Business Analyst Interview Questions
  • Sales Executive Interview Questions
  • Consultant Interview Questions
  • Associate Software Engineer Interview Questions
  • Graduate Engineer Trainee (Get) Interview Questions
  • System Engineer Interview Questions
  • Show more
  • Assistant Manager Interview Questions
  • Deputy Manager Interview Questions

Overall Interview Experience Rating

3.7/5

based on 12 interview experiences

Difficulty level

Easy 20%
Moderate 80%

Duration

Less than 2 weeks 60%
2-4 weeks 20%
4-6 weeks 20%
View more

Interview Questions from Similar Companies

Comcast
Comcast Interview Questions
3.9
 • 77 Interviews
Cinépolis
Cinépolis Interview Questions
3.9
 • 66 Interviews
Pocket FM
Pocket FM Interview Questions
2.7
 • 59 Interviews
The Times of India
The Times of India Interview Questions
3.6
 • 38 Interviews
Warner Bros. Discovery
Warner Bros. Discovery Interview Questions
3.5
 • 19 Interviews
Hindustan Times
Hindustan Times Interview Questions
3.3
 • 15 Interviews
Gaana
Gaana Interview Questions
3.8
 • 14 Interviews
Republic TV
Republic TV Interview Questions
2.2
 • 12 Interviews
The Walt Disney Company
The Walt Disney Company Interview Questions
4.1
 • 11 Interviews
Siti Networks
Siti Networks Interview Questions
3.9
 • 11 Interviews
View all

GoDaddy Reviews and Ratings

based on 24 reviews

3.0/5

Rating in categories

2.6

Skill development

2.9

Work-life balance

3.1

Salary

2.5

Job security

2.8

Company culture

2.1

Promotions

2.5

Work satisfaction

Explore 24 Reviews and Ratings
Jobs at GoDaddy
GoDaddy
Senior Software Engineer Android

Pune

5-10 Yrs

Not Disclosed

GoDaddy
Senior Full Stack Software Development Engineer

Gurgaon / Gurugram

4-9 Yrs

Not Disclosed

GoDaddy
Senior Software Engineer - Customer Engagement Data Team

Kolkata,

Mumbai

+5

4-7 Yrs

₹ 20-45 LPA

Explore more jobs
GoDaddy Salaries in India
Senior Software Engineer
23 salaries
unlock blur

₹31.6 L/yr - ₹53.2 L/yr

Senior Product Manager
10 salaries
unlock blur

₹37.7 L/yr - ₹40 L/yr

Software Engineer
8 salaries
unlock blur

₹7 L/yr - ₹24 L/yr

Software Developer
8 salaries
unlock blur

₹9.5 L/yr - ₹29.1 L/yr

Senior Manager
7 salaries
unlock blur

₹60 L/yr - ₹73 L/yr

Explore more salaries
Compare GoDaddy with
Cinépolis

Cinépolis

3.9
Compare
The Times of India

The Times of India

3.6
Compare
Pocket FM

Pocket FM

2.7
Compare
Comcast

Comcast

3.9
Compare
Popular Calculators
Are you paid fairly?
Monthly In-hand Salary Calculator
Gratuity Calculator
HRA Calculator
Salary Hike Calculator
  • Home >
  • Interviews >
  • GoDaddy Interview Questions
write
Share an Interview
Stay ahead in your career. Get AmbitionBox app
Awards Banner

Trusted by over 1.5 Crore job seekers to find their right fit company

80 Lakh+

Reviews

4 Crore+

Salaries

10 Lakh+

Interviews

1.5 Crore+

Users

Contribute
Search

Interview Questions

  • Reviews
  • Salaries
  • Interview Questions
  • About Company
  • Benefits
  • Jobs
  • Office Photos
  • Community
Users/Jobseekers
  • Companies
  • Reviews
  • Salaries
  • Jobs
  • Interviews
  • Salary Calculator
  • Practice Test
  • Compare Companies
Employers
  • Create a new company
  • Update company information
  • Respond to reviews
  • Invite employees to review
  • AmbitionBox Offering for Employers
  • AmbitionBox Employers Brochure
AmbitionBox Awards
  • ABECA 2025 winners awaited tag
  • Participate in ABECA 2026
  • Invite employees to rate
AmbitionBox
  • About Us
  • Our Team
  • Email Us
  • Blog
  • FAQ
  • Credits
  • Give Feedback
Terms & Policies
  • Privacy
  • Grievances
  • Terms of Use
  • Summons/Notices
  • Community Guidelines
Get AmbitionBox app

Made with ❤️ in India. Trademarks belong to their respective owners. All rights reserved © 2025 Info Edge (India) Ltd.

Follow Us
  • Youtube
  • Instagram
  • LinkedIn
  • Facebook
  • Twitter