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
Employer? Claim Account for FREE

Freelancer.com

Compare button icon Compare button icon Compare
4.2

based on 263 Reviews

  • About
  • Reviews
    263
  • Salaries
    37.8k
  • Interviews
    70
  • Jobs
    36
  • Benefits
    18
  • Photos
    -
  • Posts
    1

Filter interviews by

Freelancer.com Interview Questions and Answers

Updated 13 Jun 2025
Popular Designations

42 Interview questions

A Python and Django Developer was asked 2mo ago
Q. Explain the Django request-response lifecycle.
Ans. 

Django's request-response lifecycle involves processing incoming requests, routing them, and returning responses to clients.

  • 1. Request Handling: Django receives an HTTP request from a client (browser).

  • 2. URL Routing: The request is routed to the appropriate view based on the URL patterns defined in 'urls.py'.

  • 3. View Processing: The view function processes the request, interacts with models if needed, and prepares ...

View all Python and Django Developer interview questions
A Python and Django Developer was asked 2mo ago
Q. How do you handle authentication and authorization in Django?
Ans. 

Django provides built-in tools for managing user authentication and authorization effectively.

  • Use Django's built-in User model for user management.

  • Implement authentication using Django's authentication views and forms.

  • Utilize Django's permissions framework to manage user access levels.

  • Leverage third-party packages like Django Allauth for social authentication.

  • Use middleware to enforce authentication on specific vi...

View all Python and Django Developer interview questions
A Salesforce Administrator was asked 2mo ago
Q. What is marketing?
Ans. 

Marketing is the process of promoting, selling, and distributing a product or service to meet customer needs.

  • Identifying target audiences: Understanding who your customers are, e.g., demographics and preferences.

  • Creating value: Developing products or services that solve customer problems, like eco-friendly packaging.

  • Branding: Establishing a unique identity for a product, such as Apple's sleek design and innovative...

View all Salesforce Administrator interview questions
A Salesforce Administrator was asked 2mo ago
Q. What is Salesforce?
Ans. 

Sales is the process of exchanging goods or services for money, focusing on customer needs and relationship building.

  • Sales involves identifying potential customers and understanding their needs.

  • Effective sales strategies include building relationships and trust with clients.

  • Sales can occur through various channels, such as direct sales, online platforms, or retail.

  • Examples of sales include a car dealership selling...

View all Salesforce Administrator interview questions

What people are saying about Freelancer.com

View All
lusciousbuttercup
Verified Icon
3d (edited)
works at
Freelancer.com
Job hunt struggles. Hoping for a referral!
I'm a Software Developer who went freelance after a layoff, struggling to get back full-time in this market. Despite tons of applications, the gap and lack of connections are hurting. Hoping this community can help me transition back to full-time. Really appreciate a referral for a Software Engineering role. 3 YOE, specializing in MERN/Spring Boot.
Got a question about Freelancer.com?
Ask anonymously on communities.
A Freelancer was asked 3mo ago
Q. What are your ideas about freelancing work?
Ans. 

Freelancing offers flexibility, diverse projects, and the opportunity to work with clients globally, enhancing skills and income potential.

  • Flexibility in choosing work hours and locations, allowing for a better work-life balance.

  • Diverse project opportunities across various industries, such as graphic design, writing, and programming.

  • Ability to build a personal brand and portfolio by working on different projects.

  • A...

View all Freelancer interview questions
A Freelancer was asked 3mo ago
Q. Is freelancing a good career choice?
Ans. 

Freelancing offers flexibility and independence, but it also comes with challenges like income instability and self-discipline requirements.

  • Flexibility: Freelancers can choose their own hours and work from anywhere, enhancing work-life balance.

  • Diverse Opportunities: Freelancing allows individuals to work on various projects, gaining experience in different fields.

  • Income Variability: Unlike a steady paycheck, freel...

View all Freelancer interview questions
A Data Analyst and Senior MIS Executive was asked 6mo ago
Q. Are you familiar with lookup formulas?
Ans. 

Yes, lookup formulas are used to search for specific data in a table or range.

  • Lookup formulas like VLOOKUP, HLOOKUP, INDEX-MATCH are commonly used in Excel to find and retrieve data.

  • They are helpful in quickly locating information without manually searching through large datasets.

  • VLOOKUP searches for a value in the first column of a table and returns a value in the same row from a specified column.

  • INDEX-MATCH is a...

View all Data Analyst and Senior MIS Executive interview questions
Are these interview questions helpful?
A Data Analyst and Senior MIS Executive was asked 6mo ago
Q. How do you consolidate reporting?
Ans. 

Consoling reporting involves providing support and guidance to individuals who are experiencing challenges or difficulties with their reporting tasks.

  • Listen actively to understand the issues and concerns of the individual

  • Provide constructive feedback and guidance on how to improve reporting

  • Offer emotional support and reassurance to boost confidence

  • Encourage open communication and collaboration to address any obsta...

View all Data Analyst and Senior MIS Executive interview questions
A Tutor was asked 7mo ago
Q. Given an array of integers nums and an integer target, return indices of the two numbers such that they add up to target. You may assume that each input would have exactly one solution, and you may not use ...
Ans. 

The Two Sum problem involves finding two numbers in an array that add up to a specific target sum.

  • Given an array of integers, find two numbers that sum to a target value.

  • Example: For array [2, 7, 11, 15] and target 9, the answer is indices 0 and 1 (2 + 7 = 9).

  • Use a hash map to store numbers and their indices for efficient lookup.

  • Time complexity is O(n) with a single pass through the array.

View all Tutor interview questions
An IOS Developer was asked 8mo ago
Q. What is a storyboard?
Ans. 

Storyboard is a visual representation of the user interface of an iOS app, showing the flow of screens and their connections.

  • Storyboard is a file with a .storyboard extension in Xcode.

  • It allows developers to design the user interface of an app by adding view controllers, navigation controllers, and other UI elements.

  • Developers can visually connect different screens using segues to define the flow of the app.

  • Storyb...

View all IOS Developer interview questions
1 2 3 4 5

Freelancer.com Interview Experiences

70 interviews found

Python and Django Developer Interview Questions & Answers

user image Anonymous

posted on 7 Apr 2025

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

I appeared for an interview in Mar 2025, where I was asked the following questions.

  • Q1. Explain the Django request-response lifecycle?" This is a common backend-related question and shows your understanding of how Django handles web requests.
  • Ans. 

    Django's request-response lifecycle involves processing incoming requests, routing them, and returning responses to clients.

    • 1. Request Handling: Django receives an HTTP request from a client (browser).

    • 2. URL Routing: The request is routed to the appropriate view based on the URL patterns defined in 'urls.py'.

    • 3. View Processing: The view function processes the request, interacts with models if needed, and prepares a res...

  • Answered by AI
    Add your answer
  • Q2. "How do you handle authentication and authorization in Django?" This highlights your experience with user management, which is important in most Django projects.
  • Ans. 

    Django provides built-in tools for managing user authentication and authorization effectively.

    • Use Django's built-in User model for user management.

    • Implement authentication using Django's authentication views and forms.

    • Utilize Django's permissions framework to manage user access levels.

    • Leverage third-party packages like Django Allauth for social authentication.

    • Use middleware to enforce authentication on specific views.

  • Answered by AI
    Add your answer
  • Q3. "How do you optimize the performance of a Django application?" Correct Answer: To optimize a Django application’s performance: Use QuerySet methods efficiently (like select_related() and prefetch_related()...
  • Ans. 

    Optimize Django performance by using caching, database indexing, and efficient query practices.

    • Use caching strategies like Memcached or Redis to store frequently accessed data.

    • Optimize database queries by using select_related and prefetch_related to reduce the number of queries.

    • Implement pagination for large datasets to avoid loading all records at once.

    • Use Django's built-in database indexing to speed up query performa...

  • Answered by AI
    Add your answer

Interview Preparation Tips

Interview preparation tips for other job seekers - "Be confident in your skills, keep learning continuously, and prepare well for interviews by practicing common technical questions. Customize your resume for each role, highlight your projects, and don't hesitate to showcase freelance or personal work—it really counts!"
Anonymous

Data Analyst and Senior MIS Executive Interview Questions & Answers

user image Anonymous

posted on 28 Nov 2024

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

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

Round 1 - Technical 

(2 Questions)

  • Q1. You know lookup formulas
  • Ans. 

    Yes, lookup formulas are used to search for specific data in a table or range.

    • Lookup formulas like VLOOKUP, HLOOKUP, INDEX-MATCH are commonly used in Excel to find and retrieve data.

    • They are helpful in quickly locating information without manually searching through large datasets.

    • VLOOKUP searches for a value in the first column of a table and returns a value in the same row from a specified column.

    • INDEX-MATCH is a more...

  • Answered by AI
    Add your answer
  • Q2. How to console reporting
  • Ans. 

    Consoling reporting involves providing support and guidance to individuals who are experiencing challenges or difficulties with their reporting tasks.

    • Listen actively to understand the issues and concerns of the individual

    • Provide constructive feedback and guidance on how to improve reporting

    • Offer emotional support and reassurance to boost confidence

    • Encourage open communication and collaboration to address any obstacles

    • S...

  • Answered by AI
    Add your answer

Interview Preparation Tips

Interview preparation tips for other job seekers - Only related to family details

Skills evaluated in this interview

Anonymous

Graphic Designer Interview Questions & Answers

user image Manoj Sharma

posted on 13 Jun 2025

Interview experience
2
Poor
Difficulty level
Easy
Process Duration
2-4 weeks
Result
No response

I appeared for an interview in May 2025, where I was asked the following questions.

  • Q1. Define raeact completely
  • Ans. 

    React is a JavaScript library for building user interfaces, particularly single-page applications, using a component-based architecture.

    • Component-Based: React allows developers to create reusable UI components, like buttons or forms, which can be composed to build complex interfaces.

    • Virtual DOM: React uses a virtual representation of the DOM to optimize rendering, improving performance by minimizing direct DOM manipula...

  • Answered by AI
    Add your answer
  • Q2. Define javascript completly
  • Ans. 

    JavaScript is a versatile, high-level programming language primarily used for web development to create interactive and dynamic content.

    • JavaScript is an interpreted language, meaning it runs directly in the browser without needing compilation.

    • It supports object-oriented, imperative, and functional programming styles.

    • JavaScript can manipulate HTML and CSS, allowing for dynamic content updates. Example: document.getEleme...

  • Answered by AI
    Add your answer
Anonymous

Freelancer Interview Questions & Answers

user image Parul Mazumder

posted on 24 Mar 2025

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

I appeared for an interview in Feb 2025, where I was asked the following questions.

  • Q1. What is your idea at freelancing work
  • Ans. 

    Freelancing offers flexibility, diverse projects, and the opportunity to work with clients globally, enhancing skills and income potential.

    • Flexibility in choosing work hours and locations, allowing for a better work-life balance.

    • Diverse project opportunities across various industries, such as graphic design, writing, and programming.

    • Ability to build a personal brand and portfolio by working on different projects.

    • Access...

  • Answered by AI
    Add your answer
  • Q2. Freelancing work good or not good
  • Ans. 

    Freelancing offers flexibility and independence, but it also comes with challenges like income instability and self-discipline requirements.

    • Flexibility: Freelancers can choose their own hours and work from anywhere, enhancing work-life balance.

    • Diverse Opportunities: Freelancing allows individuals to work on various projects, gaining experience in different fields.

    • Income Variability: Unlike a steady paycheck, freelancer...

  • Answered by AI
    Add your answer
  • Q3. Freelancing experience
  • Add your answer
  • Q4. Freelancing training
  • Add your answer
  • Q5. Freelancing work talent and skills
  • Add your answer
  • Q6. Freelancing training institute for the first time
  • Add your answer
  • Q7. Freelancing training yiptfl
  • Add your answer
  • Q8. Ufoyjsy rupi u gd twiishg foul kg
  • Add your answer

Interview Preparation Tips

Interview preparation tips for other job seekers - I could fell very easy and good job freelancing
Anonymous

Full Stack Software Developer Interview Questions & Answers

user image Anonymous

posted on 8 Feb 2025

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

I appeared for an interview in Jan 2025.

Round 1 - Coding Test 

Code type questions like Html , CSS, JavaScript, React js, Node js, DSA etc....

Round 2 - Case Study 

Coding type value based questions like Html, CSS, JavaScript, React js, Node js, DSA etc

Round 3 - Assignment 

Coding type assignment like Html, CSS, JavaScript, React js, Node js, DSA etc..

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview questions was the great experience and excellent performance......
Anonymous

Event Manager Interview Questions & Answers

user image Vaishali Jadhav

posted on 17 Apr 2025

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

I appeared for an interview in Mar 2025, where I was asked the following questions.

  • Q1. What is your work experience before?
  • Ans. 

    I have over five years of experience in event management, coordinating various corporate and social events successfully.

    • Managed over 50 corporate events, including product launches and conferences, ensuring seamless execution.

    • Coordinated logistics for weddings and private parties, focusing on client satisfaction and attention to detail.

    • Developed and maintained relationships with vendors, securing competitive pricing an...

  • Answered by AI
    Add your answer
  • Q2. Are you happy with your work?
  • Add your answer
  • Q3. What is your favourite thing to do?
  • Ans. 

    I love organizing events that bring people together, creating memorable experiences through meticulous planning and creativity.

    • I enjoy brainstorming themes for events, like a vintage carnival or a tropical beach party.

    • Coordinating logistics, such as venue selection and catering, is thrilling for me.

    • I find joy in designing unique invitations that set the tone for the event.

    • Engaging with vendors and building relationship...

  • Answered by AI
    Add your answer

Interview Preparation Tips

Interview preparation tips for other job seekers - I want job
Anonymous

Salesforce Administrator Interview Questions & Answers

user image Anonymous

posted on 1 Apr 2025

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

I appeared for an interview in Mar 2025, where I was asked the following questions.

  • Q1. What is sales
  • Ans. 

    Sales is the process of exchanging goods or services for money, focusing on customer needs and relationship building.

    • Sales involves identifying potential customers and understanding their needs.

    • Effective sales strategies include building relationships and trust with clients.

    • Sales can occur through various channels, such as direct sales, online platforms, or retail.

    • Examples of sales include a car dealership selling vehi...

  • Answered by AI
    Add your answer
  • Q2. What Is marketing
  • Ans. 

    Marketing is the process of promoting, selling, and distributing a product or service to meet customer needs.

    • Identifying target audiences: Understanding who your customers are, e.g., demographics and preferences.

    • Creating value: Developing products or services that solve customer problems, like eco-friendly packaging.

    • Branding: Establishing a unique identity for a product, such as Apple's sleek design and innovative tech...

  • Answered by AI
    Add your answer
Anonymous

Freelancer Interview Questions & Answers

user image Gautam Singh

posted on 20 Jun 2024

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Good application aptitude test

Round 2 - One-on-one 

(2 Questions)

  • Q1. Right from start
  • Add your answer
  • Q2. A customer demands a feature or service your platform doesn't currently offer. How do you handle this request? (1 Point) * Dismiss the request, stating the platform op- erates as is. Thank them for the sug...
  • Ans. 

    Thank them for the suggestion and explain any limitations or plans for future updates.

    • Acknowledge the customer's request and thank them for their feedback.

    • Explain any current limitations or constraints that prevent the feature from being implemented.

    • Share any plans for future updates or improvements that may address the customer's request.

    • Offer alternative solutions or workarounds if available.

    • Maintain open communicati...

  • Answered by AI
    View 1 more answer

Interview Preparation Tips

Interview preparation tips for other job seekers - A customer shares a negative experience on social media, tagging your platform. How do you manage this public complaint? (1 Point) * Reach out privately to the customer to re solve the issue and request to take the con versation offline. Ignore the post, assuming others will defend your platform. Immediately respond with an apology and offer compensation publicly. Report the post to remove it from public view.
Anonymous

Data Analyst Interview Questions & Answers

user image Anjal Parmar

posted on 19 Aug 2024

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

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

Round 1 - HR 

(8 Questions)

  • Q1. What is your name
  • Ans. 

    My name is John Doe.

    • Full name is John Doe

    • Common name in English-speaking countries

    • Used as a placeholder name for an unknown or anonymous person

  • Answered by AI
    Add your answer
  • Q2. What is your experience
  • Ans. 

    I have 3 years of experience as a Data Analyst in the finance industry.

    • 3 years of experience as a Data Analyst in finance industry

    • Proficient in data analysis tools such as SQL, Excel, and Tableau

    • Experience in creating reports and dashboards to track key metrics

    • Strong analytical skills and attention to detail

    • Collaborated with cross-functional teams to drive data-driven decision making

  • Answered by AI
    Add your answer
  • Q3. Why i give you the job
  • Add your answer
  • Q4. What will you di if i give you the job
  • Ans. 

    If given the job, I will bring my analytical skills, attention to detail, and passion for data-driven decision making to contribute to the success of the team.

    • I will start by familiarizing myself with the company's data sources, systems, and processes.

    • I will collaborate with team members to understand their data needs and priorities.

    • I will use statistical analysis and data visualization techniques to extract insights a...

  • Answered by AI
    Add your answer
  • Q5. How much are you ambitious about this job
  • Ans. 

    I am extremely ambitious about this job and eager to excel in the field of data analysis.

    • I have a strong passion for data analysis and continuously strive to improve my skills and knowledge in the field.

    • I am highly motivated to take on challenging projects and deliver impactful insights through data analysis.

    • I am committed to setting and achieving ambitious goals in my career as a data analyst.

  • Answered by AI
    Add your answer
  • Q6. What is your goal
  • Ans. 

    My goal is to leverage data analysis to drive informed decision-making and improve business outcomes.

    • Utilize data visualization tools to present insights clearly

    • Develop predictive models to forecast trends and outcomes

    • Collaborate with cross-functional teams to identify key business questions and data needs

  • Answered by AI
    Add your answer
  • Q7. Are you a loyal person
  • Ans. 

    Yes, I consider myself a loyal person who values trust and commitment in relationships.

    • I prioritize honesty and integrity in all my interactions.

    • I have a track record of long-term commitments in personal and professional relationships.

    • I believe in standing by my commitments and supporting others through thick and thin.

  • Answered by AI
    Add your answer
  • Q8. Are you a capable for this job
  • Ans. 

    Yes, I am capable for this job as a Data Analyst.

    • I have a strong background in statistics, data analysis, and programming.

    • I have experience working with various data analysis tools and software.

    • I have successfully completed projects that involved analyzing and interpreting data to provide valuable insights.

    • I am detail-oriented, analytical, and have excellent problem-solving skills.

  • Answered by AI
    Add your answer
Anonymous

React Js Frontend Developer Interview Questions & Answers

user image Anonymous

posted on 28 Dec 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 Jun 2024. There were 2 interview rounds.

Round 1 - Assignment 

We were assigned a project that served as a miniature version of the actual product.

Round 2 - Coding Test 

Basics of JavaScript, including promises, async/await, event bubbling, event loop, and event capturing, followed by React topics such as Higher-Order Components (HOC), the useEffect hook, and the creation of custom hooks, as well as the differences between React and Angular.

Interview Preparation Tips

Interview preparation tips for other job seekers - Simply clarify your fundamentals and strengthen your conceptual understanding.
Anonymous
More about working at Freelancer.com
  • HQ - Delhi,NCT, India
  • 10k-50k Employees (India)

Freelancer.com Interview FAQs

How many rounds are there in Freelancer.com interview?
Freelancer.com interview process usually has 2-3 rounds. The most common rounds in the Freelancer.com interview process are Resume Shortlist, Technical and One-on-one Round.
How to prepare for Freelancer.com 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 Freelancer.com. The most common topics and skills that interviewers at Freelancer.com expect are Python, Javascript, Java, AWS and SQL.
What are the top questions asked in Freelancer.com interview?

Some of the top questions asked at the Freelancer.com interview -

  1. "How do you optimize the performance of a Django application?" Correct Answer: ...read more
  2. A customer demands a feature or service your platform doesn't currently offer. ...read more
  3. What we should do if we are not getting any solution for a bunch of problem...read more
How long is the Freelancer.com interview process?

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

Tell us how to improve this page.

Freelancer.com Interviews By Designations

  • Freelancer.com Freelancer Interview Questions
  • Freelancer.com Software Developer Interview Questions
  • Freelancer.com Data Entry Operator Interview Questions
  • Freelancer.com Graphic Designer Interview Questions
  • Freelancer.com Content Writer Interview Questions
  • Freelancer.com Freelance Content Writer Interview Questions
  • Freelancer.com Data Entry jobs Interview Questions
  • Freelancer.com Software Engineer Interview Questions
  • Show more
  • Freelancer.com System Engineer Interview Questions
  • Freelancer.com Design Engineer Interview Questions

Interview Questions for Popular Designations

  • Freelancer Interview Questions
  • Software Developer Interview Questions
  • Data Entry Operator Interview Questions
  • Software Engineer Interview Questions
  • Sales Executive Interview Questions
  • Java Developer Interview Questions
  • System Engineer Interview Questions
  • Manager Interview Questions
  • Show more
  • Assistant Manager Interview Questions
  • HR Executive Interview Questions

Overall Interview Experience Rating

3.9/5

based on 103 interview experiences

Difficulty level

Easy 45%
Moderate 53%
Hard 3%

Duration

Less than 2 weeks 71%
2-4 weeks 18%
6-8 weeks 3%
More than 8 weeks 8%
View more

Interview Questions from Similar Companies

Flipkart
Flipkart Interview Questions
3.9
 • 1.5k Interviews
WNS
WNS Interview Questions
3.3
 • 1.1k Interviews
Tata Motors
Tata Motors Interview Questions
4.2
 • 1.1k Interviews
Infosys BPM
Infosys BPM Interview Questions
3.6
 • 1k Interviews
Bharti Airtel
Bharti Airtel Interview Questions
3.9
 • 949 Interviews
Google
Google Interview Questions
4.4
 • 892 Interviews
Mphasis
Mphasis Interview Questions
3.3
 • 845 Interviews
KPMG India
KPMG India Interview Questions
3.5
 • 842 Interviews
DXC Technology
DXC Technology Interview Questions
3.7
 • 837 Interviews
Amazon Development Centre India
Amazon Development Centre India Interview Questions
4.0
 • 813 Interviews
View all

Freelancer.com Reviews and Ratings

based on 263 reviews

4.2/5

Rating in categories

4.1

Skill development

4.2

Work-life balance

4.0

Salary

3.8

Job security

4.1

Company culture

3.9

Promotions

4.1

Work satisfaction

Explore 263 Reviews and Ratings
Jobs at Freelancer.com
Freelancer.com
Assistant Vice President/Vice President - Digital Solutions Specialist (8-12 yrs)

8-12 Yrs

Not Disclosed

Freelancer.com
Executive - Sales - Corporate Gifting (2-10 yrs)

2-10 Yrs

Not Disclosed

Freelancer.com
Assistant Vice President - Compliance - NBFC - CS (8-10 yrs)

8-10 Yrs

Not Disclosed

Explore more jobs
Freelancer.com Salaries in India
Freelancer
3.3k salaries
unlock blur

₹2.8 L/yr - ₹12 L/yr

Graphic Designer
1.3k salaries
unlock blur

₹0.8 L/yr - ₹8 L/yr

Content Writer
871 salaries
unlock blur

₹1 L/yr - ₹8 L/yr

Softwaretest Engineer
643 salaries
unlock blur

₹1.3 L/yr - ₹8 L/yr

Video Editor
624 salaries
unlock blur

₹0.9 L/yr - ₹8.4 L/yr

Explore more salaries
Compare Freelancer.com with
iEnergizer

iEnergizer

4.7
Compare
Bharti Airtel

Bharti Airtel

3.9
Compare
WNS

WNS

3.3
Compare
Tata Motors

Tata Motors

4.2
Compare
Popular Calculators
Are you paid fairly?
Monthly In-hand Salary Calculator
Gratuity Calculator
HRA Calculator
Salary Hike Calculator
  • Home >
  • Interviews >
  • Freelancer.com 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