Upload Button Icon Add office photos
Premium Employer

i

This company page is being actively managed by Workday Team. If you also belong to the team, you can get access from here

Workday

Compare button icon Compare button icon Compare

Filter interviews by

Workday AEM Developer Interview Questions and Answers

Updated 19 Sep 2024

Workday AEM Developer Interview Experiences

1 interview found

AEM Developer Interview Questions & Answers

user image Anonymous

posted on 19 Sep 2024

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
Selected Selected

I applied via Company Website

Round 1 - Technical 

(1 Question)

  • Q1. Servlet types and which is better
  • Ans. 

    There are two types of servlets: GenericServlet and HttpServlet. HttpServlet is better as it provides additional functionalities for handling HTTP requests.

    • GenericServlet is a protocol-independent servlet that can handle any type of request.

    • HttpServlet is a subclass of GenericServlet specifically designed to handle HTTP requests.

    • HttpServlet provides additional functionalities like doGet() and doPost() methods for handl...

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

(1 Question)

  • Q1. Scenario based AEM questions
Round 3 - One-on-one 

(1 Question)

  • Q1. Experienced based questions
Round 4 - HR 

(1 Question)

  • Q1. General Questions

Skills evaluated in this interview

Interview questions from similar companies

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

I applied via Campus Placement

Round 1 - Aptitude Test 

Question related to operating system and computer network

Round 2 - Technical 

(1 Question)

  • Q1. Traverse all child nodes in tree
  • Ans. 

    Traverse all child nodes in a tree data structure

    • Use depth-first or breadth-first traversal algorithms

    • Recursively visit each child node starting from the root node

    • Consider using a stack or queue data structure for traversal

    • Example: Traverse all nodes in a binary tree

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. Question related to cloud and oops
Round 4 - Technical 

(1 Question)

  • Q1. Question related to my background and how web site work
Interview experience
1
Bad
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Technical 

(3 Questions)

  • Q1. Basics of oops, .net framework and .net core
  • Q2. Sql query for student department id
  • Ans. 

    SQL query to retrieve student department id.

    • Use SELECT statement to retrieve data

    • Specify the columns to be selected, including the department id column

    • Specify the table where the student data is stored

    • Use WHERE clause to filter the results based on student information

  • Answered by AI
  • Q3. Solid principles and design patterns
Round 2 - Technical 

(2 Questions)

  • Q1. Asked to code palindrome
  • Q2. Code duplicate string from main string and get index of sub string
  • Ans. 

    Code to find index of sub string in main string and duplicate the sub string

    • Use a loop to iterate through the main string and check for the sub string

    • If sub string is found, duplicate it and store the index

    • Return the index of the duplicated sub string

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Manager asked me to code the count index of substring and sum of substring
  • Q2. Questions as HR informed, it was worst and all interviews were scheduled at night time.he was more technical than the second round team lead instead of asking manager round

Interview Preparation Tips

Interview preparation tips for other job seekers - worst manager round and salary is also provided less compared to market rate.

Skills evaluated in this interview

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

I applied via Campus Placement and was interviewed in Oct 2024. There were 3 interview rounds.

Round 1 - Coding Test 

In first round 4 coding question like 1 dsa 2 database and one is api and question is very simple . coding round was conducted in hackerrank

Round 2 - Technical 

(2 Questions)

  • Q1. DSA QUESTION LIKE TREE AND GRAPH
  • Q2. DP AND SORTING APPROACH
Round 3 - Coding Test 

Again same but dsa question and oops concept in deep level

Interview Preparation Tips

Interview preparation tips for other job seekers - good knowledge in dsa , database , programming thats it
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. How can a Spring Boot project be created to develop an API that returns specified data?
  • Q2. What is the code to print a right-angled triangle of numbers based on a given input number?
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Approached by Company and was interviewed in Mar 2024. There was 1 interview round.

Round 1 - Technical 

(4 Questions)

  • Q1. Can you explain about Platform Events?
  • Ans. 

    Platform Events are a feature in Salesforce that allow developers to deliver secure, scalable, and customizable event notifications.

    • Platform Events are based on the publish-subscribe model, where publishers send events and subscribers receive them.

    • They are used to communicate changes in Salesforce data or custom events within an organization.

    • Developers can define custom event objects and trigger events using Apex or de...

  • Answered by AI
  • Q2. Tell me about Asynchronous Apex? Difference between Batch Apex and Queueable Apex
  • Ans. 

    Asynchronous Apex allows you to run processes in the background, without user interaction. Batch Apex and Queueable Apex are two types of Asynchronous Apex.

    • Asynchronous Apex allows you to process large amounts of data asynchronously, without impacting the user interface.

    • Batch Apex is used to process large data sets that can be divided into smaller batches for processing.

    • Queueable Apex allows you to submit jobs for asyn...

  • Answered by AI
  • Q3. Explain Future method? and why we need (Callout= true) along with that annotation?
  • Ans. 

    Future method is used to run code asynchronously. Callout=true is needed to make HTTP callouts from future methods.

    • Future methods are used to run code asynchronously in Salesforce.

    • They are annotated with @future annotation.

    • Callout=true is needed to make HTTP callouts from future methods.

    • Without Callout=true, making HTTP callouts from future methods is not allowed.

  • Answered by AI
  • Q4. Data Security in Salesforce and types in it.
  • Ans. 

    Data security in Salesforce involves various types of security measures to protect sensitive information.

    • Salesforce provides various security features such as user authentication, data encryption, and access controls.

    • Types of data security in Salesforce include object-level security, field-level security, and record-level security.

    • Salesforce also offers tools like Salesforce Shield for enhanced data security and compli...

  • Answered by AI

Skills evaluated in this interview

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

It went well. Easy questions were asked

Round 2 - Coding Test 

We have to first explain how we are planning to solve the problem and can start coding

Round 3 - HR 

(2 Questions)

  • Q1. Multi threading
  • Q2. Algorithms in data structures
  • Ans. 

    Algorithms in data structures are essential for efficient data manipulation and retrieval.

    • Algorithms in data structures help in organizing and managing data effectively.

    • Examples include sorting algorithms like quicksort and searching algorithms like binary search.

    • Understanding algorithms in data structures is crucial for optimizing performance in software development.

  • Answered by AI

Skills evaluated in this interview

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

A paper based test and it was technical

Round 2 - One-on-one 

(2 Questions)

  • Q1. About the projects
  • Q2. Some sql questions
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
-

I applied via Referral and was interviewed in Jan 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Karet Interview :
5 back to back System design question, we don't need to explain each component but more like list as many as points. Need to finish all the question in 15min

1-2 problem solving question : It's not fency algorithm round with tough question. But true problem solving round using basic knowledge such as hashmap, heap

Round 2 - Technical 

(3 Questions)

  • Q1. Design File System : You have given file size and collection in input 1 : get total size 2 : find top k collections in size
  • Ans. 

    Design a file system to calculate total size and find top k collections in size.

    • Create a file system class with methods to add files and calculate total size.

    • Maintain a data structure to store the collections and their sizes.

    • Implement a method to find the top k collections based on size.

    • Consider using a priority queue or sorting the collections based on size.

    • Handle edge cases like empty collections or invalid input siz

  • Answered by AI
  • Q2. Find total size
  • Ans. 

    Calculate the total size of an array of strings.

    • Iterate through the array and sum the length of each string.

    • Use the `length` property of each string to get its size.

    • Handle edge cases such as empty strings or null values.

  • Answered by AI
  • Q3. Find Top k collections
  • Ans. 

    The question is asking to find the top k collections.

    • Use a sorting algorithm to sort the collections in descending order based on a specific criteria.

    • Select the top k collections from the sorted list.

    • Return the selected collections as an array of strings.

  • Answered by AI

Skills evaluated in this interview

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

I applied via Naukri.com and was interviewed in Jun 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Tell me about you?
  • Q2. SQL Server And C#

Workday Interview FAQs

How many rounds are there in Workday AEM Developer interview?
Workday interview process usually has 4 rounds. The most common rounds in the Workday interview process are One-on-one Round, Technical and HR.
How to prepare for Workday AEM Developer 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 Workday. The most common topics and skills that interviewers at Workday expect are Adobe Premiere, Application Development, Flexible, Front End and HTML.
What are the top questions asked in Workday AEM Developer interview?

Some of the top questions asked at the Workday AEM Developer interview -

  1. Servlet types and which is bet...read more
  2. Scenario based AEM questi...read more
  3. Experienced based questi...read more

Tell us how to improve this page.

Workday AEM Developer Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.5k Interviews
Accenture Interview Questions
3.8
 • 8.2k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
IBM Interview Questions
4.0
 • 2.4k Interviews
Oracle Interview Questions
3.7
 • 902 Interviews
Amdocs Interview Questions
3.7
 • 532 Interviews
SAP Interview Questions
4.2
 • 308 Interviews
Salesforce Interview Questions
4.0
 • 272 Interviews
Adobe Interview Questions
3.9
 • 251 Interviews
View all
Salesforce Developer
12 salaries
unlock blur

₹18 L/yr - ₹45 L/yr

Senior Associate
11 salaries
unlock blur

₹16.5 L/yr - ₹27.5 L/yr

Software Engineer
10 salaries
unlock blur

₹12 L/yr - ₹28 L/yr

Business System Analyst
10 salaries
unlock blur

₹20 L/yr - ₹40 L/yr

Senior Software Engineer
7 salaries
unlock blur

₹9.6 L/yr - ₹34.4 L/yr

Explore more salaries
Compare Workday with

Salesforce

4.0
Compare

Oracle

3.7
Compare

SAP

4.2
Compare

Microsoft Corporation

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