Upload Button Icon Add office photos

Filter interviews by

Client Linx Software Interview Questions and Answers

Updated 10 May 2024

Client Linx Software Interview Experiences

Popular Designations

2 interviews found

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

(1 Question)

  • Q1. Configuration Pricing procedure Output determination
  • Ans. 

    Configuration of pricing procedure and output determination is crucial for SAP SD Consultant role.

    • Pricing procedure in SAP SD involves defining the sequence of condition types to determine the price of a product or service.

    • Output determination in SAP SD involves defining how and when output (such as invoices, delivery notes) is generated and sent to customers.

    • Configuration of pricing procedure and output determination ...

  • Answered by AI

Skills evaluated in this interview

SAP SD Consultant Interview Questions asked at other Companies

Q1. How to achieve to different pricing procedure for sales order and billing document , which controls will enable thia
View answer (6)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before May 2023. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. SAP Solution Manager related questions

Interview Preparation Tips

Topics to prepare for Client Linx Software SAP Basis Consultant interview:
  • Solution Manager

SAP Basis Consultant Interview Questions asked at other Companies

Q1. A user is not able to login to the SAP System and the Splash screen is going on and on. What would be your approach?
View answer (4)

Interview questions from similar companies

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com and was interviewed in Jul 2024. There were 3 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. More of your day to day activities as an engineering manager
  • Q2. Status reporting, Matrices EM should maintain,Risks and Mitigations , Conflict Resolution,
Round 2 - Technical 

(2 Questions)

  • Q1. System Architecture
  • Q2. Basic Java collections like streams, collections , garbage collection , spring boot basic working
Round 3 - One-on-one 

(2 Questions)

  • Q1. Team management
  • Q2. Project execution
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(6 Questions)

  • Q1. Tell me about youtself?
  • Q2. What do you know about TDS?
  • Q3. Situation AP based journal entries
  • Q4. What is GST on reverse charge?
  • Q5. What are the documents required to initiate a foreign remittance?
  • Q6. More situational based AP journal entries.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
More than 8 weeks
Result
Selected Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. Machine learning questions
  • Q2. Decision trees, random forest
Round 2 - One-on-one 

(1 Question)

  • Q1. ML Ops related questions
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 Dec 2024. There were 4 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. 1 hr interview divided into 4 sections - Intro - Backend - .NET & OOPS Concepts (Was given a code to analyze) - SQL - Write a sql query & some sql questions on joins etc. - Frontend - Angular related quest...
Round 2 - Technical 

(1 Question)

  • Q1. Bit low level Design Patterns Questions, SQL Questions, Angular Questions Checking your confidence while answering
Round 3 - Technical 

(1 Question)

  • Q1. This was Manegerial Round, asked about projects worked upon and some questions over the projects
Round 4 - HR 

(1 Question)

  • Q1. For this round I was being called to their base location. Salary Discussion

Interview Preparation Tips

Topics to prepare for Bosch Global Software Technologies Consultant interview:
  • .NET
  • SQL
  • Angular
  • Azure
Interview preparation tips for other job seekers - Interview went quiet well. Prepare for sql queries & brush up knowledge. SOLID principles/Design Patterns
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
    Moderate
    Process Duration
    2-4 weeks
    Result
    Not Selected

    I applied via campus placement at Indian Institute of Technology (IIT), Patna and was interviewed in Dec 2024. There were 2 interview rounds.

    Round 1 - Coding Test 

    The coding questions were at Leetcode difficulty level and were derived from the Striver sheet.

    Round 2 - Technical 

    (2 Questions)

    • Q1. BFS graph level
    • Q2. Minimum flight distance . I was not shortlisted for interview.

    Interview Preparation Tips

    Interview preparation tips for other job seekers - Prepare DSA well and computer fundamentals.
    Interview experience
    2
    Poor
    Difficulty level
    Easy
    Process Duration
    Less than 2 weeks
    Result
    Not Selected

    I applied via Naukri.com and was interviewed in Nov 2024. There were 3 interview rounds.

    Round 1 - Technical 

    (2 Questions)

    • Q1. What are joins in SQL?
    • Ans. 

      Joins in SQL are used to combine rows from two or more tables based on a related column between them.

      • Joins are used to retrieve data from multiple tables based on a related column between them

      • Common types of joins include INNER JOIN, LEFT JOIN, RIGHT JOIN, and FULL JOIN

      • Example: SELECT * FROM table1 INNER JOIN table2 ON table1.column = table2.column

    • Answered by AI
    • Q2. Coding questions in Python
    Round 2 - One-on-one 

    (2 Questions)

    • Q1. E plain project experience and talk of any one project in detail
    • Ans. 

      I have extensive project experience in operations management, including leading a team to improve efficiency and productivity.

      • Led a team in implementing a new inventory management system, resulting in a 20% reduction in stockouts

      • Streamlined the order fulfillment process by reorganizing warehouse layout and optimizing pick routes

      • Implemented performance metrics to track team productivity and identify areas for improvemen

    • Answered by AI
    • Q2. What is exp in pharma
    Round 3 - HR 

    (2 Questions)

    • Q1. Stregnths and weakness
    • Q2. Why are you looking to join axtria
    • Ans. 

      I am looking to join Axtria because of its reputation for innovation and growth opportunities.

      • Impressed by Axtria's track record of innovation in the industry

      • Excited about the potential for growth and advancement within the company

      • Interested in working with a talented team of professionals at Axtria

    • Answered by AI

    Interview Preparation Tips

    Interview preparation tips for other job seekers - Don’t apply for axtria. I answeree all questions well but they in last told that vacancy is on hold. Stupid company.

    Skills evaluated in this interview

    Interview experience
    5
    Excellent
    Difficulty level
    -
    Process Duration
    -
    Result
    -
    Round 1 - Coding Test 

    Arrays and strings - 90 mins

    Round 2 - Coding Test 

    Create Modules, railway reservation system - 60 mins

    Round 3 - Technical 

    (5 Questions)

    • Q1. Difference between hashmap and hasptable
    • Q2. Why typescript over javascript
    • Q3. Find the percentage of increace in the quantity of item after making it price 20% extra
    • Q4. What is normalization
    • Q5. Date and time api available

    Client Linx Software Interview FAQs

    How many rounds are there in Client Linx Software interview?
    Client Linx Software interview process usually has 1 rounds. The most common rounds in the Client Linx Software interview process are Technical and One-on-one Round.
    How to prepare for Client Linx Software 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 Client Linx Software. The most common topics and skills that interviewers at Client Linx Software expect are Communication Skills, SAP ABAP, User Support, Excel and Web Technologies.
    What are the top questions asked in Client Linx Software interview?

    Some of the top questions asked at the Client Linx Software interview -

    1. Configuration Pricing procedure Output determinat...read more
    2. SAP Solution Manager related questi...read more

    Tell us how to improve this page.

    People are getting interviews through

    based on 1 Client Linx Software interview
    Referral
    100%
    Low Confidence
    ?
    Low Confidence means the data is based on a small number of responses received from the candidates.

    Interview Questions from Similar Companies

    TCS Interview Questions
    3.7
     • 10.2k Interviews
    Infosys Interview Questions
    3.7
     • 7.5k Interviews
    Wipro Interview Questions
    3.7
     • 5.5k Interviews
    Tech Mahindra Interview Questions
    3.6
     • 3.8k Interviews
    HCLTech Interview Questions
    3.5
     • 3.7k Interviews
    LTIMindtree Interview Questions
    3.9
     • 2.9k Interviews
    Google Interview Questions
    4.4
     • 834 Interviews
    Mphasis Interview Questions
    3.4
     • 784 Interviews
    View all

    Client Linx Software Reviews and Ratings

    based on 13 reviews

    3.8/5

    Rating in categories

    3.8

    Skill development

    3.4

    Work-Life balance

    3.0

    Salary & Benefits

    4.1

    Job Security

    3.5

    Company culture

    3.3

    Promotions/Appraisal

    4.0

    Work Satisfaction

    Explore 13 Reviews and Ratings
    SAP Abap Consultant
    20 salaries
    unlock blur

    ₹2 L/yr - ₹9 L/yr

    SAP Abap Technical Consultant
    8 salaries
    unlock blur

    ₹2.4 L/yr - ₹7.8 L/yr

    Software Engineer
    7 salaries
    unlock blur

    ₹4.6 L/yr - ₹8.5 L/yr

    SAP MM Consultant
    7 salaries
    unlock blur

    ₹3.2 L/yr - ₹11 L/yr

    SAP Basis Consultant
    6 salaries
    unlock blur

    ₹3.2 L/yr - ₹7.8 L/yr

    Explore more salaries
    Compare Client Linx Software with

    TCS

    3.7
    Compare

    Infosys

    3.7
    Compare

    Wipro

    3.7
    Compare

    HCLTech

    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