Upload Button Icon Add office photos

Apttus

Compare button icon Compare button icon Compare

Filter interviews by

Apttus Interview Questions and Answers

Updated 21 Sep 2024

Apttus Interview Experiences

Popular Designations

4 interviews found

Software Developer Interview Questions & Answers

user image Ayush Parashar

posted on 21 Sep 2024

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

(1 Question)

  • Q1. CSV file to read unique data
  • Ans. 

    Read a CSV file and extract unique data entries

    • Use a programming language with CSV parsing capabilities like Python or Java

    • Read the CSV file line by line and store data in a set to ensure uniqueness

    • Handle any potential duplicates or errors in the data

    • Example: Python code snippet using pandas library - df = pd.read_csv('data.csv'); unique_data = set(df['column_name'])

  • Answered by AI

Skills evaluated in this interview

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (38)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Coding Test 

How to Provide hook from custom callback class.
How to ensure security while working on rest api

Round 3 - Technical 

(2 Questions)

  • Q1. How to perform multi threading in Salesforce
  • Ans. 

    Multi threading in Salesforce allows for concurrent execution of multiple processes to improve performance.

    • Use @future annotation to run methods asynchronously in the background

    • Implement Queueable interface to chain jobs and run them in sequence

    • Leverage Batch Apex for processing large data sets in smaller chunks

  • Answered by AI
  • Q2. How to create dynamic instance of class
  • Ans. 

    Dynamic instance of a class can be created using reflection in Java.

    • Use Java reflection API to create an instance of a class dynamically

    • Get the class object using Class.forName() method

    • Instantiate the class object using the newInstance() method

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus on basics and concepts related to AppExchange

Skills evaluated in this interview

Senior Software Engineer Interview Questions asked at other Companies

Q1. Nth Prime Number Problem Statement Find the Nth prime number given a number N. Explanation: A prime number is greater than 1 and is not the product of two smaller natural numbers. A prime number has exactly two distinct positive divisors: 1... read more
View answer (1)
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Aptitude Test 

Combination of reasoning and arithmetic problem

Round 3 - Coding Test 

Intermediate level of technical questions

Round 4 - Technical 

(1 Question)

  • Q1. Oops, database and algorithms concept
Round 5 - One-on-one 

(1 Question)

  • Q1. Basic about mind set and projects
Round 6 - One-on-one 

(1 Question)

  • Q1. Final discussion on job and salary breakup

Interview Preparation Tips

Interview preparation tips for other job seekers - Core concepts of oops or technology on which you worked

Associate Software Engineer Interview Questions asked at other Companies

Q1. Triplets with Given Sum Problem Given an array or list ARR consisting of N integers, your task is to identify all distinct triplets within the array that sum up to a specified number K. Explanation: A triplet is a set {ARR[i], ARR[j], ARR[k... read more
View answer (1)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Jan 2022. There were 3 interview rounds.

Round 1 - Coding Test 

Written test covering UI, API testing, automaton testing related question

Round 2 - Assignment 

Given an assignment to automate certain scenario on system. You need to start with downloading all tools to automate it. And create a successfully running script.

Round 3 - One-on-one 

(2 Questions)

  • Q1. Technical round but fewer questions 1. Framework explanation
  • Q2. They ask from the script and structure created in previous round

Interview Preparation Tips

Interview preparation tips for other job seekers - Hands on knowledge of automation is required.
Thourough knowledge of automation is must. Selenium, testng, github, test management tool, framework knowledge, etc.

Senior QA Engineer Interview Questions asked at other Companies

Q1. Combination Sum Problem Statement Given an array of distinct positive integers ARR and a non-negative integer 'B', find all unique combinations in the array where the sum is equal to 'B'. Numbers can be chosen multiple times from ARR. Ensur... read more
Add answer

Apttus interview questions for popular designations

 Associate Software Engineer

 (1)

 Senior QA Engineer

 (1)

 Senior Software Engineer

 (1)

 Software Developer

 (1)

Interview questions from similar companies

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

I was interviewed in Jan 2025.

Round 1 - One-on-one 

(3 Questions)

  • Q1. Questions were asked regarding the details mentioned in your CV, specifically about my past work experiences and internships?
  • Q2. What is your technical knowledge of Excel and what interests you about it? an also various specific formulas of Excel.
  • Q3. What is the worst decision you have made in your life?
  • Ans. 

    The worst decision I have made in my life was dropping out of college without a plan.

    • Dropping out of college without a clear career path

    • Not seeking guidance or advice before making the decision

    • Facing challenges in finding stable employment without a degree

  • Answered by AI
Round 2 - HR 

(3 Questions)

  • Q1. Questions were asked regarding my family background, such as your father's profession?
  • Q2. Can you describe your past work experience and internships?
  • Ans. 

    I have completed internships in marketing and sales, and have work experience in customer service and project management.

    • Interned at a marketing agency where I assisted in creating social media campaigns

    • Worked in sales at a retail store, achieving top sales performance in my department

    • Customer service experience at a call center, resolving customer complaints and inquiries

    • Managed a project for a non-profit organization

  • Answered by AI
  • Q3. What are your hobbies and interests was discussed during the interview?
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed in Jan 2025.

Round 1 - One-on-one 

(2 Questions)

  • Q1. General queries related to job
  • Q2. Queries related to reports and dashboards
Interview experience
3
Average
Difficulty level
Easy
Process Duration
-
Result
No response

I was interviewed in Sep 2024.

Round 1 - One-on-one 

(5 Questions)

  • Q1. Tell me about yourself which is not on resume
  • Q2. Scenario based questions for customer interaction knowledge check eg how to handle difficult customer,critical users etc
  • Q3. Basics of troubleshooting tools
  • Q4. As it was just for checking learning agility,asked me about me learing experience in previous company,certifications,how to prioritize issues incase of multiple sev1 issues
  • Q5. Have you handles sev1/sev2 all at once,how did you interacted
  • Ans. 

    Yes, I have handled multiple sev1/sev2 incidents simultaneously by prioritizing tasks and communicating effectively.

    • Prioritized tasks based on severity and impact on users

    • Communicated with stakeholders to provide updates and manage expectations

    • Coordinated with other team members to resolve issues efficiently

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident,stay calm,learn about company before appearing and prepare well according to JD provided
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
-
Result
Not Selected
Round 1 - One-on-one 

(2 Questions)

  • Q1. Golang questions
  • Q2. Dsa questions like binary search and remove duplicate inplace

Interview Preparation Tips

Interview preparation tips for other job seekers - I don't know what process these people follow, i guess they gave me chance for 2nd interview just to reject.

I prepared hell a lot for this round and answered each every question. Still they reject. I think they are just looking for cheap labour.
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 Nov 2024. There was 1 interview round.

Round 1 - HR 

(2 Questions)

  • Q1. Explain HR core operating principles and workforce metrics that strengthen the Value preposition of workforce.
  • Ans. 

    HR core operating principles and workforce metrics enhance the value proposition of the workforce by aligning HR strategies with business goals.

    • HR core operating principles include fairness, transparency, compliance, and continuous improvement.

    • Workforce metrics such as turnover rate, employee engagement, productivity, and diversity can help measure the effectiveness of HR strategies.

    • By focusing on these principles and ...

  • Answered by AI
  • Q2. Unique Challenges Faced from the Business Stakeholders and solution approached.
  • Ans. 

    Business stakeholders often have unique challenges that require tailored solutions from an Associate HRBP Lead.

    • Building strong relationships with stakeholders to understand their needs and concerns

    • Customizing HR strategies and solutions to align with business goals

    • Providing proactive communication and support to address stakeholder challenges

    • Collaborating with cross-functional teams to implement effective solutions

    • Leve...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - I felt I would have prepared better for the Interview, but I gained a good learning as the Interviewer Amrita was very clear and learned professional shared a solutions to the ones I couldn't answer aptly. But the recruiter was rude when I was followingup they just hangup phones on me and didnt bother to under my curiosity as a job seeker. overall Interview experience was excellent and happy to connect with a learned HR Leader. Unfortunately, may be I was not able to clear the Interview . my advice to the job seekers pls make a good prep up
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

The technical aptitude was assessed through scenario-based questions during the L1 portion.

Round 2 - Technical 

(1 Question)

  • Q1. The technical panel conducted discussions on both scenarios and coding.
Round 3 - HR 

(1 Question)

  • Q1. HR discussion is the final round of the interview process.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare based on your experience.

Apttus Interview FAQs

How many rounds are there in Apttus interview?
Apttus interview process usually has 3-4 rounds. The most common rounds in the Apttus interview process are Resume Shortlist, Coding Test and Technical.
How to prepare for Apttus 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 Apttus. The most common topics and skills that interviewers at Apttus expect are Salesforce, Java, Javascript, Apex and .Net.
What are the top questions asked in Apttus interview?

Some of the top questions asked at the Apttus interview -

  1. How to perform multi threading in Salesfo...read more
  2. How to create dynamic instance of cl...read more
  3. CSV file to read unique d...read more

Tell us how to improve this page.

Apttus Interview Process

based on 3 interviews

Interview experience

4.3
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.5k 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
 • 3k Interviews
Mphasis Interview Questions
3.4
 • 806 Interviews
Zoho Interview Questions
4.3
 • 515 Interviews
Freshworks Interview Questions
3.5
 • 155 Interviews
View all

Apttus Reviews and Ratings

based on 49 reviews

4.4/5

Rating in categories

3.9

Skill development

4.3

Work-life balance

4.4

Salary

4.4

Job security

4.5

Company culture

3.8

Promotions

4.2

Work satisfaction

Explore 49 Reviews and Ratings
Senior Consultant
27 salaries
unlock blur

₹7.2 L/yr - ₹20 L/yr

Senior Software Engineer
25 salaries
unlock blur

₹13 L/yr - ₹28 L/yr

Consultant
24 salaries
unlock blur

₹6 L/yr - ₹15.8 L/yr

Software Engineer
17 salaries
unlock blur

₹6.8 L/yr - ₹18 L/yr

Staff Software Engineer
16 salaries
unlock blur

₹14.9 L/yr - ₹28.1 L/yr

Explore more salaries
Compare Apttus with

Icertis

3.4
Compare

Salesforce

4.1
Compare

Zoho

4.3
Compare

Freshworks

3.5
Compare
Did you find this page helpful?
Yes No
write
Share an Interview