Upload Button Icon Add office photos

Filter interviews by

ClickDesk Interview Questions and Answers

Be the first one to contribute and help others!

Interview questions from similar companies

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

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

Round 1 - One-on-one 

(4 Questions)

  • Q1. Questions on guesstimates
  • Q2. Questions on previous work experience
  • Q3. Questions on agile methodology
  • Q4. Vertical based understanding
Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Aptitude Test 

Inquiring about salary expectations will likely lead to an offer that does not exceed 30%, with 12% as a variable amount allocated for a performance bonus, which you may never receive, based on the rationale that your experience is not relevant, despite having a background in a related field such as voice processing. Additionally, do not anticipate clear job descriptions, as the company's approach is broad and diplomatic, reflecting a lack of transparency.

Round 2 - HR 

(2 Questions)

  • Q1. Tell me about yourself.
  • Ans. 

    Experienced voice process executive with strong communication skills and a proven track record of delivering exceptional customer service.

    • Over 5 years of experience in handling customer queries and resolving issues efficiently

    • Proficient in using CRM software to track customer interactions and maintain records

    • Skilled in active listening and problem-solving to ensure customer satisfaction

    • Ability to work well under pressu

  • Answered by AI
  • Q2. Questions which are not relevant or the process and work criteria they are not aware of from previous job role,and if you have number or percentage in your resume then please remove it that will be ur ene...

Interview Preparation Tips

Interview preparation tips for other job seekers - ADP should assess the behavior and approach of its hiring team, particularly the HIRING MANAGER conducting interviews. It's unprofessional when managers, sitting behind the camera, display an attitude suggesting they possess complete knowledge of every company and its working concepts. This not only reflects IRRELEVANCE but also undermines the credibility of the hiring process. Additionally, behaviors such as sarcastic smiles when a candidate fumbles demonstrate UNETHICAL and critical conduct. Judging candidates solely based on a two-page resume further highlights a FLAWED approach, which can negatively impact the company’s REPUTATION and VALUES.

The unfortunate reality is that even while working with INTERNATIONAL BRANDS and COMPANIES, people (HR AND UPPER-LEVEL MANAGEMENT) still exhibit an INDIAN NARROW and DOMINATING MINDSET, which is very disappointing. They ask us to THINK OUT OF THE BOX but are unwilling to be BROAD-MINDED themselves, continuing to judge people solely on the basis of a two-page resume.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(9 Questions)

  • Q1. Introduction, roles and responsibilities
  • Q2. Deep copy shallow copy
  • Q3. Method Overloading overriding
  • Q4. Constuctor and its types
  • Ans. 

    Constructors are special methods in a class used to initialize objects. There are default, parameterized, copy, and static constructors.

    • Constructors have the same name as the class and do not have a return type.

    • Default constructors are automatically created by the compiler if no constructor is defined.

    • Parameterized constructors accept parameters to initialize object properties.

    • Copy constructors create a new object as a...

  • Answered by AI
  • Q5. Varags (variable length arguments)
  • Q6. Find element find elements return types of it if no elements found
  • Ans. 

    findElements method in Selenium returns a list of WebElements or an empty list if no elements are found.

    • findElements method returns a list of WebElements

    • If no elements are found, it returns an empty list

    • Return type is List

Answered by AI
  • Q7. Webdriver what is it
  • Ans. 

    Webdriver is a tool used for automating web application testing.

    • Webdriver is a popular automation tool used for testing web applications.

    • It allows testers to automate interactions with a web browser.

    • Webdriver supports multiple programming languages such as Java, Python, and C#.

    • It can simulate user interactions like clicking buttons, entering text, and navigating through pages.

    • Webdriver is commonly used in QA automation...

  • Answered by AI
  • Q8. Find duplicate numbers and its count from given list explain logic
  • Ans. 

    Logic to find duplicate numbers and their count in a given list.

    • Iterate through the list and store each number in a hashmap with its count

    • If a number is already in the hashmap, increment its count

    • After iterating, check the hashmap for numbers with count greater than 1 to find duplicates

  • Answered by AI
  • Q9. Factorial using recursion
  • Ans. 

    Factorial using recursion is a mathematical function that calculates the product of all positive integers up to a given number.

    • Define a function that takes an integer parameter n

    • Base case: if n is 0, return 1

    • Recursive case: return n multiplied by the factorial of n-1

    • Example: factorial(5) = 5 * factorial(4) = 5 * 4 * factorial(3) = 5 * 4 * 3 * factorial(2) = 5 * 4 * 3 * 2 * factorial(1) = 5 * 4 * 3 * 2 * 1 = 120

  • Answered by AI

    Interview Preparation Tips

    Interview preparation tips for other job seekers - For me Mostly 90% they asked java related questions.
    Introduction, roles responsibilities.
    Deep copy shallow copy
    Method Overloading overriding
    Constuctor
    Varags
    Find element & find elements difference and return types(if elements present and if not)
    2 coding questions
    1 repeatetive numbers/duplicates and its count from the given list eg output 4,2(4 is number and found 2 times)
    2 factorial of a number using recursion.

    I don't want to fil this form all that's why including all questions asked in the feedback.

    This was my first round and no response till now.
    Interview taken on 10 Oct.

    Skills evaluated in this interview

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

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

    Round 1 - Coding Test 

    Basic Python, SQL, and Bash questions

    Round 2 - One-on-one 

    (4 Questions)

    • Q1. SQL questions with operations that include changing from string to array. Tip: stick to RDBMS-specific dialects only (like Postgres), I used Spark SQL
    • Q2. Simple Python questions with a follow-up to optimise it
    • Q3. Bash script-based questions, are pretty basic.
    • Q4. Data pipeline design and best practices.
    • Ans. 

      Data pipeline design involves creating a system to efficiently collect, process, and analyze data.

      • Understand the data sources and requirements before designing the pipeline.

      • Use tools like Apache Kafka, Apache NiFi, or AWS Glue for data ingestion and processing.

      • Implement data validation and error handling mechanisms to ensure data quality.

      • Consider scalability and performance optimization while designing the pipeline.

      • Doc...

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

    (3 Questions)

    • Q1. Easy to medium Leetcode-based question. With moderate difficulty.
    • Q2. Simple Python-based question with optimisation.
    • Q3. Design specific questions based on Data pipelines.
    Round 4 - Behavioral 

    (3 Questions)

    • Q1. SQL-based question with moderate difficulty.
    • Q2. Python-based questions, follow questions with some optimisations.
    • Q3. Bash-script based round.

    Skills evaluated in this interview

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

    I applied via campus placement at Dayananda Sagar College of Engineering, Bangalore and was interviewed in Oct 2024. There were 4 interview rounds.

    Round 1 - Coding Test 

    3 coding dsa question
    Difficulty is On your luck
    My friends got easy level
    I got medium level
    Some got hard questions as well

    Round 2 - Aptitude Test 

    Ssh round , quant and logical
    Tip: bring your calculator

    Round 3 - Technical 

    (3 Questions)

    • Q1. Two Puzzle : bulb switching and candle
    • Q2. Dsa questions such as string reverse, binary search
    • Q3. Dbms and os core subject questions
    Round 4 - HR 

    (2 Questions)

    • Q1. How are you better than others
    • Q2. Why should we hire you

    Interview Preparation Tips

    Interview preparation tips for other job seekers - If you are a girl, the interview rounds will be much easier for you as this company promotes diversity hiring.
    The main differing factor is technical round interview which totally depends on the interviewer's mood .
    Girls do get priority in this round, they are asked easier questions and will be selected if able to answer 60-70% of the questions.
    Note:- it's not like they will hire any girl but a bit easier comparatively
    Interview experience
    4
    Good
    Difficulty level
    Moderate
    Process Duration
    Less than 2 weeks
    Result
    Not Selected

    I applied via Naukri.com and was interviewed in Dec 2024. There were 2 interview rounds.

    Round 1 - Aptitude Test 

    It was well designed

    Round 2 - Technical 

    (2 Questions)

    • Q1. Basic Questions about data warehousing
    • Q2. Dbt Scenarios

    Interview Preparation Tips

    Interview preparation tips for other job seekers - Prepare well for dbt and other ETL tools

    Account executive,mid market sales,Google customer solutions Interview Questions & Answers

    Google user image Anonymous

    posted on 6 Jan 2025

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

    I applied via Job Fair and was interviewed in Dec 2024. There were 5 interview rounds.

    Round 1 - Coding Test 

    Design assignments to evaluate.

    Round 2 - Coding Test 

    Coding tests are assessments designed to evaluate a developer's coding skills and aptitude.

    Round 3 - Group Discussion 

    It is a process in which a group of individuals collaborates to reach a decision.

    Round 4 - Assignment 

    An assignment refers to a task or a specific piece of work.

    Round 5 - Case Study 

    A case study is a comprehensive analysis of a real-world situation used to understand a complex issue, addressing both problems and the context surrounding the situation.

    Interview Preparation Tips

    Interview preparation tips for other job seekers - Leverage your skills, utilize your network, and establish an online presence.
    Interview experience
    5
    Excellent
    Difficulty level
    -
    Process Duration
    -
    Result
    -
    Round 1 - Technical 

    (2 Questions)

    • Q1. Internal working of hashmap
    • Ans. 

      HashMap is a data structure that stores key-value pairs and uses hashing to efficiently retrieve values based on keys.

      • HashMap internally uses an array of linked lists to store key-value pairs.

      • When a key-value pair is added, the key is hashed to determine the index in the array where it will be stored.

      • If multiple keys hash to the same index, a linked list is used to handle collisions.

      • To retrieve a value, the key is hash...

    • Answered by AI
    • Q2. Find Anagram from string array
    • Ans. 

      Find anagrams from a string array

      • Iterate through each string in the array

      • Sort the characters of each string to create a key for comparison

      • Use a hashmap to group anagrams together

      • Return the grouped anagrams as arrays

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

    (2 Questions)

    • Q1. Top view of binary Tree
    • Ans. 

      A top view of a binary tree shows the nodes visible when looking at the tree from the top.

      • The top view of a binary tree is the set of nodes visible when looking at the tree from the top.

      • Nodes at the same horizontal distance from the root are considered at the same level.

      • Use a map to store the horizontal distance of each node and only keep the first node encountered at each horizontal distance.

    • Answered by AI
    • Q2. Java based questions
    Round 3 - One-on-one 

    (2 Questions)

    • Q1. Hight of binary tree
    • Ans. 

      Height of a binary tree is the maximum number of edges on the longest path from the root node to a leaf node.

      • Height of an empty tree is -1

      • Height of a tree with only one node is 0

      • Height of a binary tree can be calculated recursively by finding the height of left and right subtrees and adding 1 to the maximum of the two heights

    • Answered by AI
    • Q2. Garbage Collector
    Round 4 - One-on-one 

    (1 Question)

    • Q1. Library Management System

    Skills evaluated in this interview

    RIM engineer Interview Questions & Answers

    24/7 Customer user image Saurabh Rai

    posted on 8 Nov 2024

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

    I applied via Campus Placement

    Round 1 - Technical 

    (2 Questions)

    • Q1. Resume related question
    • Q2. Outlook PST backup
    Round 2 - One-on-one 

    (2 Questions)

    • Q1. Resume related question
    • Q2. Last job role and responsibilities
    Round 3 - Technical 

    (2 Questions)

    • Q1. Desktop related
    • Q2. Vlan configure and rules
    Round 4 - Technical 

    (2 Questions)

    • Q1. Network setup devices
    • Q2. Vpn how to configure
    Round 5 - HR 

    (2 Questions)

    • Q1. Why we hire you
    • Q2. Previous job left

    Interview Preparation Tips

    Interview preparation tips for other job seekers - Company is good but depends on team.inwas happy because of my manager

    Skills evaluated in this interview

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

    I applied via Campus Placement

    Round 1 - Aptitude Test 

    It was related to Aptitude MCQ and 2-coding test

    Round 2 - Technical 

    (3 Questions)

    • Q1. Palindrome of a number
    • Ans. 

      A palindrome of a number is a number that remains the same when its digits are reversed.

      • To check if a number is a palindrome, reverse the number and compare it with the original number.

      • Examples: 121 is a palindrome, 123 is not a palindrome.

    • Answered by AI
    • Q2. Merge 2linked list
    • Ans. 

      Merging two linked lists involves combining the elements of both lists into a single list.

      • Create a new linked list to store the merged elements

      • Traverse through both linked lists and add elements to the new list

      • Handle cases where one list is longer than the other

    • Answered by AI
    • Q3. About projects you have done
    Round 3 - HR 

    (2 Questions)

    • Q1. Explain your resume fully
    • Q2. General questions on the behaviour

    Skills evaluated in this interview

    ClickDesk Interview FAQs

    How to prepare for ClickDesk 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 ClickDesk. The most common topics and skills that interviewers at ClickDesk expect are NoSQL, Web Technologies, Cloud Computing, HTML and Bootstrap.

    Tell us how to improve this page.

    Interview Questions from Similar Companies

    Google Interview Questions
    4.4
     • 830 Interviews
    Amdocs Interview Questions
    3.8
     • 516 Interviews
    Salesforce Interview Questions
    4.1
     • 264 Interviews
    Adobe Interview Questions
    4.0
     • 246 Interviews
    24/7 Customer Interview Questions
    3.5
     • 174 Interviews
    Chetu Interview Questions
    3.3
     • 163 Interviews
    Globant Interview Questions
    3.9
     • 163 Interviews
    View all

    ClickDesk Reviews and Ratings

    based on 1 review

    1.0/5

    Rating in categories

    1.0

    Skill development

    1.0

    Work-Life balance

    1.0

    Salary & Benefits

    1.0

    Job Security

    1.0

    Company culture

    1.0

    Promotions/Appraisal

    1.0

    Work Satisfaction

    Explore 1 Review and Rating
    Compare ClickDesk with

    Bosch Global Software Technologies

    4.0
    Compare

    Amdocs

    3.8
    Compare

    Automatic Data Processing (ADP)

    4.0
    Compare

    24/7 Customer

    3.5
    Compare

    Calculate your in-hand salary

    Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
    Did you find this page helpful?
    Yes No
    write
    Share an Interview