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

Eightfold AI

Compare button icon Compare button icon Compare
3.1

based on 34 Reviews

Play video Play video Video summary
  • About
  • Reviews
    34
  • Salaries
    297
  • Interviews
    8
  • Jobs
    14
  • Benefits
    1
  • Photos
    -

Filter interviews by

Eightfold AI Interview Questions and Answers

Updated 30 Apr 2025
Popular Designations

8 Interview questions

A Senior Salesforce Developer was asked 5mo ago
Q. How can I make the Quantity field on the Quote Line Editor (QLE) in CPQ read-only for all profiles except one?
Ans. 

Make Quantity field on QLE read-only for all profiles except one

  • Create a validation rule to make Quantity field read-only based on profile

  • Use a custom permission to allow one profile to edit the Quantity field

  • Assign the custom permission to the specific profile

View all Senior Salesforce Developer interview questions
A Senior Salesforce Developer was asked 5mo ago
Q. What is the process for writing a trigger to update the number of cases when an Opportunity is inserted or its stage is updated?
Ans. 

Use triggers to update case count when Opportunity is inserted or stage is updated.

  • Create a trigger on Opportunity object.

  • Use 'after insert' and 'after update' trigger events.

  • Query for related cases and update the count based on Opportunity stage.

  • Handle bulk updates to ensure efficient processing.

  • Test the trigger with various scenarios to ensure accuracy.

View all Senior Salesforce Developer interview questions
A Power BI Developer was asked
Q. What is a bookmark in Power BI?
Ans. 

A bookmark in Power BI is a feature that allows users to save the current state of a report, including filters, slicers, and visuals.

  • Bookmarks can be used to save different views of a report for easy navigation.

  • Users can create bookmarks to save specific filter selections or highlight certain data points.

  • Bookmarks can also be used to create interactive presentations by linking different bookmarks together.

View all Power BI Developer interview questions
An Engineering Manager was asked
Q. How do you do capacity estimation?
Ans. 

Capacity estimation involves analyzing current resources, future demands, and potential constraints to determine the maximum workload a system can handle.

  • Evaluate current resources such as hardware, software, and human capital.

  • Analyze historical data on workload patterns and trends.

  • Consider potential constraints such as budget limitations or technological limitations.

  • Forecast future demands based on growth project...

View all Engineering Manager interview questions
An Engineering Manager was asked
Q. How do you differentiate between a crash and a network failure?
Ans. 

Crash is when the software stops functioning abruptly, while network failure is when the software is unable to communicate with other systems.

  • Crash is a sudden and unexpected termination of the software.

  • Network failure occurs when the software is unable to establish or maintain communication with other systems.

  • Crash can be caused by bugs, memory leaks, or hardware failures.

  • Network failure can be due to issues with...

View all Engineering Manager interview questions
An Engineering Manager was asked
Q. Explain the architecture of your current system.
Ans. 

The architecture of our current system is based on a microservices approach with a combination of front-end and back-end technologies.

  • Utilizes microservices architecture for scalability and flexibility

  • Front-end built using React.js for dynamic user interfaces

  • Back-end services implemented in Node.js for high performance

  • Uses Docker containers for easy deployment and management

  • Data storage handled by MongoDB for flex...

View all Engineering Manager interview questions
An Engineering Manager was asked
Q. As an Engineering Manager, what metrics do you care about and how do you measure them?
Ans. 

Metrics for an Engineering Manager and how to measure them

  • Metrics: team productivity, project timelines, code quality, employee satisfaction

  • Measure team productivity through sprint velocity or completed tasks per week

  • Track project timelines using Gantt charts or burndown charts

  • Assess code quality with code review feedback, bug counts, and code coverage

  • Measure employee satisfaction through surveys or one-on-one mee...

View all Engineering Manager interview questions
Are these interview questions helpful?
A Technical Support Engineer was asked
Q. Write a query for join How you troubleshoot if user unable to login
Ans. 

To troubleshoot if a user is unable to login, check for database issues, network connectivity problems, and user credentials.

  • Check if the user is entering the correct username and password

  • Verify if the user account is active and not locked out

  • Ensure there are no network connectivity issues preventing the user from reaching the login server

  • Check the database for any issues that may be preventing the user from loggi...

View all Technical Support Engineer interview questions

Eightfold AI Interview Experiences

8 interviews found

Senior Salesforce Developer Interview Questions & Answers

user image Anonymous

posted on 10 Jan 2025

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(5 Questions)

  • Q1. What is the process for writing a trigger to update the number of cases when an Opportunity is inserted or its stage is updated?
  • Ans. 

    Use triggers to update case count when Opportunity is inserted or stage is updated.

    • Create a trigger on Opportunity object.

    • Use 'after insert' and 'after update' trigger events.

    • Query for related cases and update the count based on Opportunity stage.

    • Handle bulk updates to ensure efficient processing.

    • Test the trigger with various scenarios to ensure accuracy.

  • Answered by AI
    Add your answer
  • Q2. How can I make the Quantity field on the Quote Line Editor (QLE) in CPQ read-only for all profiles except one?
  • Ans. 

    Make Quantity field on QLE read-only for all profiles except one

    • Create a validation rule to make Quantity field read-only based on profile

    • Use a custom permission to allow one profile to edit the Quantity field

    • Assign the custom permission to the specific profile

  • Answered by AI
    Add your answer
  • Q3. Questions on Page Security Plugin implementation
  • Add your answer
  • Q4. Questions on QCP
  • Add your answer
  • Q5. Questions of Schema class in apex
  • Add your answer
Anonymous

Senior Software Engineer Interview Questions & Answers

user image Anonymous

posted on 19 Sep 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Resume and previous work experience
  • Add your answer
  • Q2. Asked about Eightfold
  • Add your answer
Round 2 - Coding Test 

Average interview. Live coding question provided. Discussion over the implementation

Round 3 - Coding Test 

Not very friendly. Asked details in resume.

Anonymous

Senior Solution Architect Interview Questions & Answers

user image Anonymous

posted on 30 Apr 2025

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

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

  • Q1. Client handling questions
  • Add your answer
  • Q2. Basic technical acumen for python
  • Add your answer
Anonymous

Engineering Manager Interview Questions & Answers

user image Anonymous

posted on 9 Apr 2024

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

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

Round 1 - One-on-one 

(7 Questions)

  • Q1. Explain the Architecture of your current system?
  • Ans. 

    The architecture of our current system is based on a microservices approach with a combination of front-end and back-end technologies.

    • Utilizes microservices architecture for scalability and flexibility

    • Front-end built using React.js for dynamic user interfaces

    • Back-end services implemented in Node.js for high performance

    • Uses Docker containers for easy deployment and management

    • Data storage handled by MongoDB for flexibili...

  • Answered by AI
    Add your answer
  • Q2. As an EM, what are the metrics you care about and how do you measure them?
  • Ans. 

    Metrics for an Engineering Manager and how to measure them

    • Metrics: team productivity, project timelines, code quality, employee satisfaction

    • Measure team productivity through sprint velocity or completed tasks per week

    • Track project timelines using Gantt charts or burndown charts

    • Assess code quality with code review feedback, bug counts, and code coverage

    • Measure employee satisfaction through surveys or one-on-one meetings

  • Answered by AI
    Add your answer
  • Q3. Have you provided Performance Feedback?
  • Add your answer
  • Q4. Have you fired someone?
  • Add your answer
  • Q5. Have you promoted someone?
  • Add your answer
  • Q6. How do you differentiate crash vs network failure?
  • Ans. 

    Crash is when the software stops functioning abruptly, while network failure is when the software is unable to communicate with other systems.

    • Crash is a sudden and unexpected termination of the software.

    • Network failure occurs when the software is unable to establish or maintain communication with other systems.

    • Crash can be caused by bugs, memory leaks, or hardware failures.

    • Network failure can be due to issues with netw...

  • Answered by AI
    Add your answer
  • Q7. How do you do capacity estimation?
  • Ans. 

    Capacity estimation involves analyzing current resources, future demands, and potential constraints to determine the maximum workload a system can handle.

    • Evaluate current resources such as hardware, software, and human capital.

    • Analyze historical data on workload patterns and trends.

    • Consider potential constraints such as budget limitations or technological limitations.

    • Forecast future demands based on growth projections ...

  • Answered by AI
    Add your answer

Skills evaluated in this interview

Anonymous

Power BI Developer Interview Questions & Answers

user image Anonymous

posted on 27 May 2024

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
No response

I applied via Referral

Round 1 - One-on-one 

(1 Question)

  • Q1. Whats bookmark in powerBI
  • Ans. 

    A bookmark in Power BI is a feature that allows users to save the current state of a report, including filters, slicers, and visuals.

    • Bookmarks can be used to save different views of a report for easy navigation.

    • Users can create bookmarks to save specific filter selections or highlight certain data points.

    • Bookmarks can also be used to create interactive presentations by linking different bookmarks together.

  • Answered by AI
    Add your answer

Skills evaluated in this interview

Anonymous

Interview Questions & Answers

user image Anonymous

posted on 28 Feb 2024

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

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

Round 1 - Aptitude Test 

Program to display all palindrome in a given string?

Round 2 - Coding Test 

Write an self join Query in MySQL and explain Json nested structure

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare short programs an MySQL queries and JSON structures
Anonymous

Senior Software Development Test Engineer Interview Questions & Answers

user image Anonymous

posted on 17 Mar 2025

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

I appeared for an interview before Mar 2024, where I was asked the following questions.

  • Q1. Selenium questions
  • Add your answer
  • Q2. Java playwright questions
  • Add your answer
Anonymous

Technical Support Engineer Interview Questions & Answers

user image Anonymous

posted on 25 Apr 2024

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

I applied via LinkedIn and was interviewed before Apr 2023. There were 2 interview rounds.

Round 1 - Assignment 

Sql related assignment mainly joins and API

Round 2 - Technical 

(1 Question)

  • Q1. Write a query for join How you troubleshoot if user unable to login
  • Ans. 

    To troubleshoot if a user is unable to login, check for database issues, network connectivity problems, and user credentials.

    • Check if the user is entering the correct username and password

    • Verify if the user account is active and not locked out

    • Ensure there are no network connectivity issues preventing the user from reaching the login server

    • Check the database for any issues that may be preventing the user from logging in

  • Answered by AI
    Add your answer

Skills evaluated in this interview

Anonymous

Top trending discussions

View All
Indian Startups
2w
a senior executive
One of the best sources for Startup investment: DAHEJ(DOWRY)
You won't believe my senior has a good corporate job with over 10 years of experience. But suddenly resigned just a few days after his wedding. We all thought maybe he got married and wants to spend his time with his wife, and decided to go to his place to give him a proper farewell. All of us got shocked after knowing that he left because his father-in-law gifted him a fat cash amount and a car in the name of "blessings." He’s using the money to fund his startup and the car for "business movement." I mean seriously? People are now using dowry as startup capital and walking around acting like CEOs, playing boss with someone else’s money. Bas, shaadi karo aur apne sapne chalu karo, courtesy sasural. I don't know feeling inspired? Or disgusted?
Got a question about Eightfold AI?
Ask anonymously on communities.

Interview questions from similar companies

company Logo

Senior Engineer Interview Questions & Answers

KrazyBee user image Anonymous

posted on 5 Aug 2022

I applied via Naukri.com and was interviewed before Aug 2021. There were 2 interview rounds.

Round 1 - Coding Test 

I was attended for technical f2f round for Android app developer, they asked to develop sample app with large json parsing in grid view. It's good and nice.

Round 2 - Technical 

(1 Question)

  • Q1. Once you successfully implemented coding, they will take technical f2f round. It will mainly in all topics of android.
  • Add your answer

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare more coding questions in all advanced topics and logical questions
Anonymous
company Logo

Intern Interview Questions & Answers

AmbitionBox user image Anonymous

posted on 20 Sep 2019

I applied via Naukri.com and was interviewed in Sep 2019. There was 1 interview round.

Interview Questionnaire 

5 Questions

  • Q1. Question 1)Tell me about yourself and qualifications?
  • Ans. 

    I am a recent graduate with a degree in Computer Science and experience in web development.

    • Recent graduate with a degree in Computer Science

    • Experience in web development

    • Strong problem-solving skills

    • Proficient in programming languages such as Java, JavaScript, and HTML/CSS

  • Answered by AI
    View 2 more answers
  • Q2. Question 2)What are your hobbies?
  • Ans. 

    My hobbies include reading, hiking, and playing the guitar.

    • Reading: I enjoy reading fiction and non-fiction books in my free time.

    • Hiking: I love exploring nature trails and challenging myself with new hikes.

    • Playing the guitar: I have been playing the guitar for several years and enjoy learning new songs.

  • Answered by AI
    Add your answer
  • Q3. Question 3)What do you know about our company?
  • Ans. 

    Our company is a leading tech startup specializing in AI-driven solutions for businesses.

    • Specializes in AI-driven solutions for businesses

    • Considered a leading tech startup in the industry

    • Known for innovative and cutting-edge technology

    • Has a strong focus on research and development

    • Provides services to a wide range of industries

  • Answered by AI
    View 1 more answer
  • Q4. Question 4) Why do you want to join our company?
  • Ans. 

    I want to join your company because of its innovative projects, strong company culture, and opportunities for growth.

    • Innovative projects that align with my interests and skills

    • Strong company culture that values collaboration and employee development

    • Opportunities for growth and advancement within the company

  • Answered by AI
    Add your answer
  • Q5. Question 5) Tell me about your training and projects you have done in college?
  • Ans. 

    I completed various training programs and projects during my college years, gaining hands-on experience in different areas.

    • Completed a training program in data analysis using Python and R

    • Developed a mobile application for a class project using Java and Android Studio

    • Participated in a research project on renewable energy sources

    • Completed an internship at a local software company, working on web development projects

  • Answered by AI
    Add your answer

Interview Preparation Tips

Interview preparation tips for other job seekers - Start by researching about the company and job profile you applied for. Practice common interview questions. Be confident. Ask questions at the end of the interview. Remember your CV details. Arrive on time and stay relaxed.
Anonymous
More about working at Eightfold AI
  • HQ - Santa Clara,California, United States
  • Internet
  • 51-200 Employees (India)

Eightfold AI Interview FAQs

How many rounds are there in Eightfold AI interview?
Eightfold AI interview process usually has 1-2 rounds. The most common rounds in the Eightfold AI interview process are One-on-one Round, Coding Test and Aptitude Test.
How to prepare for Eightfold AI 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 Eightfold AI. The most common topics and skills that interviewers at Eightfold AI expect are Python, Backend, Machine Learning, Artificial Intelligence and Product Management.
What are the top questions asked in Eightfold AI interview?

Some of the top questions asked at the Eightfold AI interview -

  1. How can I make the Quantity field on the Quote Line Editor (QLE) in CPQ read-on...read more
  2. What is the process for writing a trigger to update the number of cases when an...read more
  3. As an EM, what are the metrics you care about and how do you measure th...read more

Tell us how to improve this page.

Eightfold AI Interviews By Designations

  • Eightfold AI Technical Support Engineer Interview Questions
  • Eightfold AI Senior Solution Architect Interview Questions
  • Eightfold AI Senior Software Engineer Interview Questions
  • Eightfold AI Senior Software Development Test Engineer Interview Questions
  • Eightfold AI Engineering Manager Interview Questions
  • Eightfold AI Senior Salesforce Developer Interview Questions
  • Eightfold AI Power BI Developer Interview Questions

Interview Questions for Popular Designations

  • Associate Interview Questions
  • Team Lead Interview Questions
  • Analyst Interview Questions
  • Senior Engineer Interview Questions
  • Consultant Interview Questions
  • Associate Software Engineer Interview Questions
  • Accountant Interview Questions
  • System Engineer Interview Questions
  • Show more
  • HR Executive Interview Questions
  • Assistant Manager Interview Questions

Overall Interview Experience Rating

4/5

based on 9 interview experiences

Difficulty level

Easy 25%
Moderate 75%

Duration

Less than 2 weeks 75%
2-4 weeks 25%
View more

Interview Questions from Similar Companies

AmbitionBox
AmbitionBox Interview Questions
4.8
 • 150 Interviews
Cogoport
Cogoport Interview Questions
3.1
 • 53 Interviews
MyCaptain
MyCaptain Interview Questions
3.1
 • 44 Interviews
OneBanc Technologies
OneBanc Technologies Interview Questions
4.7
 • 29 Interviews
HyperVerge
HyperVerge Interview Questions
4.2
 • 26 Interviews
Treebo Hotels
Treebo Hotels Interview Questions
3.2
 • 25 Interviews
Arzooo.com
Arzooo.com Interview Questions
2.4
 • 23 Interviews
Woodenstreet.com
Woodenstreet.com Interview Questions
3.2
 • 20 Interviews
KrazyBee
KrazyBee Interview Questions
3.7
 • 17 Interviews
Simpl
Simpl Interview Questions
2.8
 • 17 Interviews
View all

Eightfold AI Reviews and Ratings

based on 34 reviews

3.1/5

Rating in categories

3.2

Skill development

2.3

Work-life balance

3.4

Salary

2.9

Job security

2.9

Company culture

2.9

Promotions

2.9

Work satisfaction

Explore 34 Reviews and Ratings
Jobs at Eightfold AI
Eightfold AI
Manager, Product Solutions (Post go-live support and integrations)

Bangalore / Bengaluru

9-14 Yrs

Not Disclosed

Eightfold AI
Eightfold AI - Senior Engineer - Backend Development (3-5 yrs)

3-5 Yrs

Not Disclosed

Eightfold AI
Eightfold AI - Manager - Product Solutions - Post Go Live Support & Integrations (2-5 yrs)

2-5 Yrs

Not Disclosed

Explore more jobs
Eightfold AI Salaries in India
Software Engineer
17 salaries
unlock blur

₹23 L/yr - ₹44 L/yr

Technical Support Engineer
16 salaries
unlock blur

₹14 L/yr - ₹22 L/yr

Product Manager
13 salaries
unlock blur

₹27 L/yr - ₹38 L/yr

Senior Software Engineer
11 salaries
unlock blur

₹37.5 L/yr - ₹55 L/yr

Product Solution Engineer
7 salaries
unlock blur

₹12.4 L/yr - ₹12.4 L/yr

Explore more salaries
Compare Eightfold AI with
Cogoport

Cogoport

3.1
Compare
Arzooo.com

Arzooo.com

2.4
Compare
Treebo Hotels

Treebo Hotels

3.2
Compare
KrazyBee

KrazyBee

3.7
Compare
Popular Calculators
Are you paid fairly?
Monthly In-hand Salary Calculator
Gratuity Calculator
HRA Calculator
Salary Hike Calculator
  • Home >
  • Interviews >
  • Eightfold AI 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