Upload Button Icon Add office photos

Filter interviews by

Apttus Senior Software Engineer Interview Questions and Answers

Updated 13 Jul 2023

Apttus Senior Software Engineer Interview Experiences

1 interview found

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

Interview questions from similar companies

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

(1 Question)

  • Q1. What is your experience
  • Ans. 

    I do not have experience in the field of marketing.

    • I have primarily focused on software development and engineering roles throughout my career.

    • While I have worked closely with marketing teams on projects, my expertise lies in software development.

    • I have not directly worked in marketing roles or projects.

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. There werent specific questions
  • Q2. Just a code challenge
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Referral

Round 1 - Technical 

(1 Question)

  • Q1. Why you choose Newt ?
  • Ans. 

    I chose Newt because of its advanced features, user-friendly interface, and strong community support.

    • Advanced features such as real-time collaboration and automated testing

    • User-friendly interface that makes it easy to navigate and use

    • Strong community support for troubleshooting and sharing best practices

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be honest and thorough with what you know. Don't bluff, even if you are guessing things, you should make interviewer understand that you are not sure about the answer but based on your understanding you want to answer. Things are pretty simple when we don't lie and don't pretend.
keep smiling faces, clean shaved and formally dressed with polished formal shoes.
The way you communicate is important in this organization. You should be able to express yourself but don't over do !
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is content security Policy
  • Ans. 

    Content Security Policy (CSP) is a security standard that helps prevent cross-site scripting (XSS) attacks by allowing website owners to control which resources can be loaded on their site.

    • CSP is implemented using an HTTP header that specifies approved sources of content such as scripts, stylesheets, images, fonts, and more.

    • It helps protect against XSS attacks by restricting the sources from which certain types of cont...

  • Answered by AI
  • Q2. React question to have directory sturcture listing

Skills evaluated in this interview

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

I applied via LinkedIn and was interviewed in Feb 2024. There were 3 interview rounds.

Round 1 - One-on-one 

(1 Question)

  • Q1. How to identify if a queue is circular
  • Ans. 

    A circular queue can be identified by checking if the rear pointer is one position behind the front pointer.

    • Check if rear pointer is one position behind front pointer

    • Check if front pointer is at index 0 and rear pointer is at index n-1 in an array of size n

    • Check if front pointer is at index rear+1 modulo n in an array of size n

  • Answered by AI
Round 2 - System design 

(1 Question)

  • Q1. Design notification system
  • Ans. 

    Design a notification system for a software application.

    • Identify the types of notifications needed (e.g. email, SMS, in-app)

    • Consider the frequency and urgency of notifications

    • Implement a notification queue to handle multiple notifications

    • Include user preferences for notification settings

    • Utilize push notifications for real-time updates

  • Answered by AI
Round 3 - Coding Test 

Write multiple polyfills for array

Skills evaluated in this interview

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

I applied via Job Portal and was interviewed before May 2023. There were 4 interview rounds.

Round 1 - Coding Test 

Hacker rank test. Basic coding questions on arrays, list etc.

Round 2 - Technical 

(1 Question)

  • Q1. Interactive session. Theoritical questions on oops, multithreading, springboot, java8 and few coding questions.
Round 3 - Technical 

(1 Question)

  • Q1. Design round. Questions on system design and best practices to be followed while developing any service. Few managerial questions as well.
Round 4 - HR 

(1 Question)

  • Q1. Profile related questions and salary discussion.

Interview Preparation Tips

Topics to prepare for Bottomline Senior Software Engineer interview:
  • Java8 and above
  • Data structure
  • Springboot
Interview preparation tips for other job seekers - Practice coding questions on java8 functions and few mid level data-structures based questions.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(1 Question)

  • Q1. About company values
Round 2 - Technical 

(1 Question)

  • Q1. UML class diagram
  • Ans. 

    UML class diagram is a visual representation of classes, attributes, methods, and relationships in a system.

    • Classes are represented as boxes with three compartments for class name, attributes, and methods.

    • Attributes are listed in the second compartment with their data types.

    • Methods are listed in the third compartment with their parameters and return types.

    • Relationships between classes are shown using lines with arrows ...

  • Answered by AI
Round 3 - Group Discussion 

Competency based questions

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. 1. Pattern print code. 2. Types of S3 bucket in AWS. 3. Java basic question. 4. Spring/ Spring boot basic question. 5. Hibernate basic interview question. 6. Some behavioral question.
  • Ans. 

    This is a list of questions asked in an interview for Senior Software Engineer position.

    • 1. Pattern print code: Write a code to print a specific pattern using loops.

    • 2. Types of S3 bucket in AWS: Explain the different types of S3 buckets in Amazon Web Services.

    • 3. Java basic question: Provide a basic question related to Java programming language.

    • 4. Spring/Spring Boot basic question: Give an example of a basic question rel...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - focus on basic.

Skills evaluated in this interview

Round 1 - Technical 

(1 Question)

  • Q1. Basics .net , c#, sql
Round 2 - Technical 

(1 Question)

  • Q1. Current Project Details, Roles and some technical questions too
Round 3 - HR 

(1 Question)

  • Q1. Package Discussion and Other basic details

Interview Preparation Tips

Interview preparation tips for other job seekers - Make sure your basics are strong and should be confident to explain about the current project and its technical details.

I applied via Walk-in and was interviewed before Oct 2021. There were 2 interview rounds.

Round 1 - Coding Test 

Good technical round, you can manage, mainly Java questions used to come

Round 2 - HR 

(2 Questions)

  • Q1. HR round is also good package discussion will happen
  • Q2. Company personal so kept secret

Interview Preparation Tips

Topics to prepare for Yodlee Senior Software Engineer interview:
  • Java
Interview preparation tips for other job seekers - With ML & advanced technology in working condition in place, they require less staffs

Apttus Interview FAQs

How many rounds are there in Apttus Senior Software Engineer interview?
Apttus interview process usually has 3 rounds. The most common rounds in the Apttus interview process are Resume Shortlist, Coding Test and Technical.
How to prepare for Apttus Senior Software Engineer 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 Automation Testing, AWS, Java, Selection Process and Coding.
What are the top questions asked in Apttus Senior Software Engineer interview?

Some of the top questions asked at the Apttus Senior Software Engineer interview -

  1. How to perform multi threading in Salesfo...read more
  2. How to create dynamic instance of cl...read more

Tell us how to improve this page.

Apttus Senior Software Engineer Salary
based on 25 salaries
₹13 L/yr - ₹28 L/yr
30% more than the average Senior Software Engineer Salary in India
View more details

Apttus Senior Software Engineer Reviews and Ratings

based on 3 reviews

4.0/5

Rating in categories

3.1

Skill development

4.1

Work-Life balance

3.1

Salary & Benefits

4.9

Job Security

5.0

Company culture

3.1

Promotions/Appraisal

4.0

Work Satisfaction

Explore 3 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.6
Compare

Salesforce

4.1
Compare

Zoho

4.3
Compare

Freshworks

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