Upload Button Icon Add office photos

Khoros

Compare button icon Compare button icon Compare

Filter interviews by

Khoros Interview Questions, Process, and Tips

Updated 17 Jul 2024

Top Khoros Interview Questions and Answers

View all 12 questions

Khoros Interview Experiences

Popular Designations

19 interviews found

I applied via LinkedIn and was interviewed in Jun 2022. There were 4 interview rounds.

Round 1 - Aptitude Test 

Once your CV is shortlisted then they will send you one online aptitude test link.
You will have 20 minutes to answer 40 questions.

Round 2 - Technical 

(2 Questions)

  • Q1. Will ask some technical questions. And one coding questin (LC easy/medium).
  • Q2. Remove duplicates from the array
  • Ans. 

    Remove duplicates from an array

    • Use a hash table to keep track of seen elements

    • Iterate through the array and add non-duplicate elements to a new array

    • Use the Set data structure to remove duplicates

  • Answered by AI
Round 3 - Behavioral 

(1 Question)

  • Q1. Behavioral questions. * What is your role in your team? * What are your strength and weaknesses? * Why you are looking for a change?
Round 4 - HR 

(1 Question)

  • Q1. Normal Discussion. Why do you want to change? Why do you want to join us?

Interview Preparation Tips

Interview preparation tips for other job seekers - Be yourself be honest. If you don't know something say you don't know.

Skills evaluated in this interview

Software Engineer II Interview Questions asked at other Companies

Q1. There are fifteen horses and a racing track that can run five horses at a time. You have to figure out the top 3 horses out of those and you don't have any timer machine to measure. How will you find the top 3 horses?
View answer (2)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before Mar 2023. There were 4 interview rounds.

Round 1 - Coding Test 

(1 Question)

  • Q1. Check Valid Anagrams
  • Ans. 

    Check if two strings are valid anagrams of each other

    • Create a character count map for each string

    • Compare the character count maps to check if they are equal

    • Return true if they are valid anagrams, false otherwise

  • Answered by AI
Round 2 - One-on-one 

(2 Questions)

  • Q1. Zig Zag Tree Traversal
  • Ans. 

    Zig Zag Tree Traversal is a method of traversing a binary tree in a zig-zag pattern.

    • Start traversal from the root node

    • Alternate between going left and right at each level

    • Use a stack or queue data structure for traversal

    • Example: For a binary tree with nodes 1, 2, 3, 4, 5, the zig-zag traversal would be 1, 3, 2, 4, 5

  • Answered by AI
  • Q2. Cloning a Singly Linked List with Random Pointers
  • Ans. 

    Cloning a singly linked list with random pointers involves creating a deep copy of the list while maintaining the random pointers.

    • Create a new node for each node in the original list and insert it next to the original node.

    • Update the random pointers of the new nodes to point to the corresponding new nodes.

    • Separate the original and cloned lists by adjusting the next pointers.

  • Answered by AI
Round 3 - One-on-one 

(2 Questions)

  • Q1. Generate the Permutations for the given String
  • Ans. 

    Generate permutations of a given string

    • Use recursion to generate all possible permutations

    • Swap characters in the string to create different permutations

    • Base case: when the string length is 1, return the string as a permutation

  • Answered by AI
  • Q2. Maximum in a Sliding Window
  • Ans. 

    Find the maximum value in a sliding window of a given size in an array.

    • Use a deque to store indices of elements in the current window

    • Keep the deque sorted in decreasing order of element values

    • Pop elements from the deque that are out of the current window

    • The front of the deque will always have the maximum element in the window

  • Answered by AI
Round 4 - Behavioral 

(1 Question)

  • Q1. Discussion about the Projects

Skills evaluated in this interview

Software Engineer2 Interview Questions asked at other Companies

Q1. - Given a water -tight orientable 2-manifold, how to find if a point is inside or outside its volume? - Given a bunch of points with their coordinates, how to merge closeby points together? - How to determine if the normals of the two trian... read more
View answer (1)
Khoros Interview Questions and Answers for Freshers
illustration image
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Instahyre and was interviewed before Feb 2023. There were 2 interview rounds.

Round 1 - Coding Test 

Easy & Medium Java programs

Round 2 - Technical 

(1 Question)

  • Q1. Java programs and java concepts

Interview Preparation Tips

Interview preparation tips for other job seekers - Technical Assessment.
2 rounds of Technical Interview (Previous experience questions based on resume, easy-medium java programs and java concepts).
Hiring manager round.
HR Round for cultural fit

Senior Quality Engineer Interview Questions asked at other Companies

Q1. what is least count of vernier caliper ,micrometer, height gauge?
View answer (13)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed before Feb 2023.

Round 1 - Aptitude Test 

It's just to access candidates vocabulary , logical and reasoning skills

Round 2 - Technical 

(1 Question)

  • Q1. 1)Roles and responsibilities 2)Java basic questions 3)Coding - Interviewer will be guiding and assisting you incase you are stuck with syntax .Be logically correct !

Quality Engineer Interview Questions asked at other Companies

Q1. What is MSA and addition of msa version, type of msa ,what different between variable data and attibute data .why difine flase and miss rate calculate by msa .
View answer (8)

Khoros interview questions for popular designations

 Associate Technical Support Engineer

 (2)

 Software Engineer

 (2)

 Technical Support Engineer

 (1)

 Software Developer

 (1)

 Quality Engineer

 (1)

 Senior Quality Engineer

 (1)

 Team Manager

 (1)

 Software Engineer II

 (1)

QA Engineer Interview Questions & Answers

user image Anonymous

posted on 31 Jan 2024

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
-
Result
Selected Selected

I was interviewed before Jan 2023.

Round 1 - Aptitude Test 

It was an average level of questions

Round 2 - Technical 

(1 Question)

  • Q1. Sql,selenium, linux commands related questions
Round 3 - HR 

(1 Question)

  • Q1. Salary discussion

QA Engineer Interview Questions asked at other Companies

Q1. 80 pairs of socks in a dark room, 40 black, 40 white, how many minimum number of socks need to be taken out to get 15 pairs of socks
View answer (9)

Get interview-ready with Top Khoros Interview Questions

Interview Questions & Answers

user image Anonymous

posted on 7 Jun 2021

I applied via Naukri.com and was interviewed in May 2021. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. A lot about ur work and skills

Interview Preparation Tips

Interview preparation tips for other job seekers - After going to the final round they chose someone else since the person aligned better with their requirements

Jobs at Khoros

View all

I applied via Referral and was interviewed in Oct 2020. There were 5 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. How to handle an impatient customer?
  • Ans. 

    Handling an impatient customer requires active listening, empathy, and clear communication.

    • Listen actively to the customer's concerns and acknowledge their frustration.

    • Show empathy by putting yourself in their shoes and understanding their perspective.

    • Communicate clearly and honestly about the situation and what steps can be taken to resolve it.

    • Offer solutions or alternatives to help alleviate their frustration.

    • Follow ...

  • Answered by AI
  • Q2. What to do if the engineers have not given any ETA for the fix , how can you give an update to the customer?
  • Ans. 

    Communicate with the customer and provide regular updates on the progress of the issue.

    • Request an update from the engineers and communicate the same to the customer.

    • Provide an estimated timeline based on the severity of the issue and the resources available.

    • Ensure that the customer is aware of any potential delays or roadblocks.

    • Offer alternative solutions or workarounds if possible.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - I could just say that be yourself and answer the question practically and be confident. The most important thing is to be sound enough in communication

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (203)

Interview Questions & Answers

user image Anonymous

posted on 18 Nov 2020

Interview Questionnaire 

2 Questions

  • Q1. In our line of work, we need to say NO either to our clients or management. How will you say NO to customers or management
  • Q2. In our line of work, it is preferable not to hurt anyone's ego. We need to acknowledge their experience as well as idea, but pitch in an idea that will be helpful to them and make them see that it is align...

I applied via Company Website and was interviewed in Nov 2020. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Can you walk me through your resume?

Interview Preparation Tips

Interview preparation tips for other job seekers - You will be asked only on the skills you have mentioned in your CV. Prepare well before the interview. People who had taken the interview was my current manager and senior manager. They are very friendly with everyone. Just keep in mind that you have to perform in such a way like you are talking to a friend. All the very best.

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (203)
Contribute & help others!
anonymous
You can choose to be anonymous

Khoros Interview FAQs

How many rounds are there in Khoros interview?
Khoros interview process usually has 2-3 rounds. The most common rounds in the Khoros interview process are Technical, One-on-one Round and Aptitude Test.
How to prepare for Khoros 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 Khoros. The most common topics and skills that interviewers at Khoros expect are Analytics, Javascript, Social Media Marketing, Data Analytics and Customer Engagement.
What are the top questions asked in Khoros interview?

Some of the top questions asked at the Khoros interview -

  1. What to do if the engineers have not given any ETA for the fix , how can you gi...read more
  2. Write an email to customer who is angry and not happy with progress of case iss...read more
  3. How to handle an impatient custom...read more
How long is the Khoros interview process?

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

Recently Viewed

SALARIES

Khoros

SALARIES

MASAI School

INTERVIEWS

RGBSI

No Interviews

SALARIES

Khoros

SALARIES

Sona Comstar

INTERVIEWS

HYWEL Paints

No Interviews

LIST OF COMPANIES

Coursera

Overview

JOBS

AGDATA

No Jobs

LIST OF COMPANIES

Khoros

Overview

JOBS

DSM

No Jobs

Tell us how to improve this page.

Khoros Interview Process

based on 14 interviews

Interview experience

4.1
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 2.9k Interviews
Mphasis Interview Questions
3.4
 • 792 Interviews
Zoho Interview Questions
4.3
 • 505 Interviews
Freshworks Interview Questions
3.5
 • 157 Interviews
View all

Khoros Reviews and Ratings

based on 69 reviews

3.7/5

Rating in categories

3.4

Skill development

4.1

Work-life balance

4.1

Salary

2.9

Job security

4.0

Company culture

3.4

Promotions

3.6

Work satisfaction

Explore 69 Reviews and Ratings
Site Reliability Engineer III

Kolkata,

Mumbai

+5

4-7 Yrs

Not Disclosed

Explore more jobs
Technical Support Engineer
38 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer III
28 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Associate Technical Support Engineer
24 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer
20 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer II
14 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Khoros with

Freshworks

3.5
Compare

Zoho

4.3
Compare

HCLTech

3.5
Compare

TCS

3.7
Compare
Did you find this page helpful?
Yes No
write
Share an Interview
Rate your experience using AmbitionBox
Terrible
Terrible
Poor
Poor
Average
Average
Good
Good
Excellent
Excellent