Upload Button Icon Add office photos

Apttus

Compare button icon Compare button icon Compare

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
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

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
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
1
Bad
Difficulty level
Easy
Process Duration
-
Result
Selected Selected
Round 1 - One-on-one 

(1 Question)

  • Q1. About project and technology
Round 2 - HR 

(1 Question)

  • Q1. What is expected Salary?
Round 1 - Technical 

(1 Question)

  • Q1. Angular Architecture, basic angular questions such as data binding, rxjs, dependency injection etc.
Round 2 - Technical 

(1 Question)

  • Q1. Coding assignment to fetch data from API and render on the UI. Using httpclient module.
  • Ans. 

    Fetch data from API and render on UI using httpclient module

    • Create an instance of httpclient module

    • Use httpclient to make a GET request to API endpoint

    • Parse the response data and render on UI

  • Answered by AI
Round 3 - Behavioral 

(1 Question)

  • Q1. Normal question on roles and responsibilities alongwith cultural fitment check.
Round 4 - Client Interview 

(1 Question)

  • Q1. Client interview to get the knowledge of UX and responsive web application. Css etc.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and even if you don't know the answer properly at least tell them the approach and try your best to answer or complete the assignment given.

Skills evaluated in this interview

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 Sep 2022. There were 4 interview rounds.

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 

I asked basic questions related to coding and technical languages like MERN, and a few DSA questions about basic programming. The interview was around 45 minutes.

Round 3 - Coding Test 

2nd round took about 1 hour and 15 minutes. There are a few technical scenario discussions and questions related to my tech stack like MERN and one coding task in React JS

Round 4 - One-on-one 

(1 Question)

  • Q1. The last round with the manager consisted of a discussion about day-to-day job handling as per different scenarios.

Interview Preparation Tips

Interview preparation tips for other job seekers - Know your basics properly
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before May 2023. There were 2 interview rounds.

Round 1 - HR 

(1 Question)

  • Q1. Notice Period and Salary
Round 2 - Coding Test 

Java 8 , stream and a program to solve on String

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.

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 Interview Process

based on 1 interview

Interview experience

4
  
Good
View more
Apttus Senior Software Engineer Salary
based on 22 salaries
₹13 L/yr - ₹28 L/yr
23% 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

4.9

Job security

4.9

Company culture

3.1

Promotions

4.0

Work satisfaction

Explore 3 Reviews and Ratings
Senior Consultant
27 salaries
unlock blur

₹7.2 L/yr - ₹20 L/yr

Consultant
24 salaries
unlock blur

₹6 L/yr - ₹15.8 L/yr

Senior Software Engineer
22 salaries
unlock blur

₹13 L/yr - ₹28 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.3
Compare

Salesforce

4.0
Compare

Yodlee

3.8
Compare

Fingent

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