Application Development Analyst

100+ Application Development Analyst Interview Questions and Answers

Updated 11 Aug 2025
search-icon

Asked in Accenture

6d ago

Q. Automerge Jobs In Informatica MDM? Running Synchronization Batch Jobs After Changes To Trust Settings In Informatica MDM? Defining Trust Settings For Base Objects In Informatica MDM? How Informatica MDM Hub Han...

read more
Ans.

A list of questions related to Informatica MDM and its processes.

  • Automerging jobs in Informatica MDM

  • Defining trust settings for base objects

  • Loading data into Siperian Hub

  • Match rules and tokenization in Informatica MDM

  • Data loading stages and components of Informatica Hub Console

Asked in Accenture

1d ago

Q. why HTML semantic elements, doctype is used why, which will seen in browser in which order, different units of css attributes, js call by value or refrence with example, diff let &const and let & var, diff arro...

read more
Ans.

HTML semantic elements are used for better structure and accessibility, doctype is used to specify the version of HTML, different CSS units include px, %, em, etc., JavaScript can call by value or reference, let and const are block-scoped while var is function-scoped, arrow functions are more concise than regular functions, sessionStorage is tab-specific while localStorage is window-specific, media queries are used for responsive design, flexbox is used for flexible layouts i...read more

Application Development Analyst Interview Questions and Answers for Freshers

illustration image

Asked in Accenture

5d ago

Q. Are you able to answer questions related to the information presented in your resume?

Asked in Accenture

4d ago

Q. What is the procedure you have followed when critical priority issues are hitting the application? What will be your response to the customer??

Ans.

I prioritize the issue based on its impact and severity, communicate with the team, and provide timely updates to the customer.

  • Assess the impact and severity of the issue

  • Communicate with the team to gather more information and work on a solution

  • Provide timely updates to the customer on the progress and expected resolution time

  • Ensure that the issue is resolved as quickly as possible without compromising on quality

  • Conduct a post-mortem analysis to identify the root cause and pr...read more

Are these interview questions helpful?

Asked in Accenture

4d ago

Q. What approaches are taken before defining a test data scenario?

Ans.

Various approaches are taken before defining a scenario of the test data.

  • Understanding the requirements of the system

  • Identifying the types of data needed for testing

  • Creating a data model or schema

  • Generating test data based on the model

  • Ensuring data privacy and security

Asked in Accenture

6d ago

Q. What are the differences between ECC and HANA regarding AFAB depreciation?

Ans.

ECC and HANA differ in depreciation AFAB due to HANA's in-memory computing and real-time processing capabilities.

  • ECC uses a batch processing approach for depreciation AFAB, while HANA uses real-time processing.

  • HANA's in-memory computing allows for faster processing and analysis of large amounts of data.

  • HANA also offers predictive analytics capabilities for more accurate forecasting of depreciation.

  • ECC may require additional hardware and maintenance costs compared to HANA.

  • HANA...read more

Application Development Analyst Jobs

Cigna TTK Health Insurance Company Limited logo
Application Development Analyst - HIH - Evernorth 1-5 years
Cigna TTK Health Insurance Company Limited
3.8
Hyderabad / Secunderabad
MARSH MCLENNAN GLOBAL SERVICES INDIA PRIVATE LIMITED logo
Applications Development Analyst 2-5 years
MARSH MCLENNAN GLOBAL SERVICES INDIA PRIVATE LIMITED
3.6
Gurgaon / Gurugram
Cigna TTK Health Insurance Company Limited logo
Application Development Analyst - HIH - Evernorth 1-3 years
Cigna TTK Health Insurance Company Limited
3.8
Hyderabad / Secunderabad

Asked in Accenture

2d ago

Q. What do you mean by Scrum Ceremonies?

Ans.

Scrum ceremonies are regular meetings held by Scrum teams to plan, review, and adapt their work.

  • Scrum ceremonies include Sprint Planning, Daily Scrum, Sprint Review, and Sprint Retrospective.

  • Sprint Planning is held at the beginning of each sprint to plan the work to be done.

  • Daily Scrum is a daily meeting where team members discuss progress and plan for the day.

  • Sprint Review is held at the end of each sprint to review the work done and get feedback from stakeholders.

  • Sprint Ret...read more

Asked in Accenture

2d ago

Q. What is the importance of reviewing the requirements document before the testing process begins?

Ans.

Checking requirement document before testing process is important for successful testing.

  • Requirement document helps in understanding the expected behavior of the application.

  • It helps in identifying any missing or incomplete requirements.

  • It helps in creating test cases that cover all the requirements.

  • It helps in avoiding unnecessary rework and delays in the testing process.

  • Example: If the requirement document states that the application should be able to handle 1000 concurrent...read more

Share interview questions and help millions of jobseekers 🌟

man-with-laptop

Asked in Accenture

1d ago

Q. What is the difference between 'if' and 'where'?

Ans.

if is a conditional statement used to execute code based on a condition. where is used to filter data in a query.

  • if is used in programming languages to execute code based on a condition

  • where is used in SQL to filter data in a query

  • if can have multiple conditions and can be nested

  • where can only have one condition per query

Asked in Accenture

3d ago

Q. What are the basic requirements when setting up a testing environment?

Ans.

Basic requirements for setting up testing environment

  • Identify the scope of testing

  • Select appropriate hardware and software

  • Ensure availability of necessary tools and resources

  • Create test data and test cases

  • Establish communication channels for reporting issues

  • Define testing timelines and milestones

Asked in Accenture

2d ago

Q. How do you determine when the testing requirements are complete?

Ans.

Testing requirements are determined by meeting acceptance criteria and achieving desired quality levels.

  • Testing requirements are met when all acceptance criteria are fulfilled.

  • Testing requirements are met when the desired quality levels are achieved.

  • Testing requirements may also be determined by the project timeline and budget constraints.

  • Testing requirements may also be determined by the risk associated with the application.

  • Testing requirements may also be determined by the ...read more

Asked in Accenture

3d ago

Q. Syntax of proc format and difference between union and union all?

Ans.

Proc format syntax and difference between union and union all

  • Proc format is used to create custom formats for variables in SAS

  • Syntax: proc format lib=library cntlin=dataset; value formatname low-high='label'; run;

  • Union combines the results of two or more SELECT statements, while Union All includes duplicates

  • Union All is faster but may return duplicate rows

  • Union requires sorting and removing duplicates, but returns only distinct rows

Asked in Accenture

3d ago

Q. What is Spring framework, What are the different versions I have worked on, What is a controller in servlet, Rest API versions. What is marker interface, AWS, SQL.

Ans.

Answering questions related to Spring framework, servlets, Rest API, marker interface, AWS, and SQL.

  • Spring framework is a popular Java framework used for building web applications.

  • I have worked on Spring 4 and Spring 5 versions.

  • A controller in servlet is a Java class that handles HTTP requests and generates HTTP responses.

  • Rest API versions include 1.0, 1.1, 2.0, and 3.0.

  • A marker interface is an interface that has no methods but is used to mark a class as having a certain beha...read more

Asked in Accenture

6d ago

Q. Be prepared to discuss the contents of your resume, as most questions will be based on it.

Asked in Accenture

5d ago

Q. Difference between proc means and proc summary? And ways to create macro variable?

Ans.

Proc means and proc summary are SAS procedures used for summarizing data. Macro variables can be created using %let statement.

  • Proc means provides more detailed statistics like standard deviation, minimum and maximum values, while proc summary provides only basic statistics like count, sum, mean, etc.

  • Proc means can handle missing values by default, while proc summary requires the MISSING option to be specified.

  • Macro variables can be created using the %let statement followed by...read more

Asked in Accenture

6d ago

Q. Project explaination, Difference between Java and C++, Examples for procedure-oriented and object-oriented language, Whether Python is procedure-oriented or object-oriented, OOPs concepts

Ans.

Questions related to programming languages and OOPs concepts.

  • Java and C++ are both object-oriented languages, but C++ also supports procedural programming.

  • Procedure-oriented languages focus on procedures or functions, while object-oriented languages focus on objects.

  • Python is an object-oriented language, but it also supports procedural programming.

  • OOPs concepts include encapsulation, inheritance, polymorphism, and abstraction.

Asked in Accenture

2d ago

Q. What is OOPS concept what is class what is inheritance what is Function what is Map what is sting

Ans.

OOPS (Object-Oriented Programming) is a programming paradigm based on the concept of objects, which can contain data and code.

  • Class is a blueprint for creating objects. It defines the properties and behaviors of objects.

  • Inheritance allows a class to inherit properties and methods from another class. It promotes code reusability.

  • Function is a block of code that performs a specific task. It can be called multiple times.

  • Map is a collection of key-value pairs where each key is un...read more

Asked in Accenture

1d ago

Q. Flow of case creation and bulk email. What is better workflow or plugin?

Ans.

It depends on the specific requirements and complexity of the case creation and bulk email process.

  • If the process is simple and straightforward, a workflow may suffice.

  • If the process involves complex logic and requires frequent updates, a plugin may be a better option.

  • Consider the cost and time required for development and maintenance of both options.

  • Evaluate the scalability and performance of both options.

  • Consult with stakeholders and developers to determine the best approac...read more

Asked in Accenture

1d ago

Q. Can you elaborate on your college project, including why you chose it and how you approached it?

Asked in Accenture

5d ago

Q. Explain how you implemented SOAP UI automation using Java to check the status of an API.

Ans.

Implemented SOAP UI automation using Java to verify API status effectively.

  • Set up SOAP UI project and created test cases for the API endpoints.

  • Used Groovy scripting within SOAP UI to enhance test case functionality.

  • Automated API requests to check response status codes (e.g., 200 for success).

  • Integrated Java code to handle complex assertions and validations.

  • Scheduled tests to run at specific intervals using a CI/CD pipeline.

Asked in Accenture

4d ago

Q. What are Categories and Extensions, and what are the differences between them?

Ans.

Category and Extension are terms used in file management. Category is a grouping of files based on their purpose, while Extension refers to the file type.

  • Category is a way of organizing files based on their function or purpose, such as work documents, personal photos, or music files.

  • Extension refers to the three or four letters at the end of a file name that indicate its type, such as .docx for a Microsoft Word document or .jpg for an image file.

  • The difference between them is...read more

Asked in Capgemini

4d ago

Q. Can you tell me the core concepts of Object Oriented Programming?

Ans.

Core concepts of Object Oriented Programming include encapsulation, inheritance, and polymorphism.

  • Encapsulation: Bundling data and methods that operate on the data into a single unit (object).

  • Inheritance: Allowing a new class to inherit properties and behavior from an existing class.

  • Polymorphism: The ability for objects of different classes to respond to the same message in different ways.

  • Example: Inheritance - A 'Car' class can inherit properties and methods from a 'Vehicle'...read more

Asked in Accenture

6d ago

Q. Explain the technologies relevant to this role, as they would be evaluated in a written test.

1d ago

Q. Tell me about your experience in the technical round.

Asked in Accenture

4d ago

Q. I recently interviewed for a DevOps Engineer position and was asked basic questions on Git, Jenkins, Docker, and Kubernetes. Can you elaborate on your experience with these tools?

Asked in Accenture

3d ago

Q. Questions ranged from basic to scenario-based questions. Case study based questions were asked, and if you have worked on it, you will be able to answer.

Asked in Accenture

3d ago

Q. What is the difference between Asynchronous and Synchronous Apex?

Ans.

Asynchronous Apex allows for processing to continue while waiting for external processes, while Synchronous Apex waits for processes to complete before continuing.

  • Asynchronous Apex allows for long-running processes to run in the background without blocking the user interface.

  • Synchronous Apex executes in a single transaction and waits for processes to complete before moving on to the next step.

  • Examples of Asynchronous Apex include future methods, batch Apex, and queueable Apex...read more

Asked in Accenture

3d ago

Q. Name a few APIs of JVS and where have they been used?

Ans.

Some popular Java APIs include JDBC, Servlet, and JavaMail.

  • JDBC (Java Database Connectivity) - used for connecting Java applications to databases

  • Servlet - used for developing web applications in Java

  • JavaMail - used for sending and receiving email in Java applications

Asked in IBM

2d ago

Q. What is the Java code for comparing two strings for equality?

Ans.

Use the equals() method in Java to compare two strings for equality.

  • Use the equals() method to compare two strings for equality.

  • Example: String str1 = "hello"; String str2 = "hello"; if(str1.equals(str2)) { // strings are equal }

Asked in Accenture

1d ago

Q. How do you copy only the structure of a table?

Ans.

To copy the structure of a table only, use the CREATE TABLE AS SELECT statement.

  • Use the CREATE TABLE AS SELECT statement with a WHERE clause that is always false to copy only the structure of the table.

  • Example: CREATE TABLE new_table AS SELECT * FROM existing_table WHERE 1=0;

  • Alternatively, use the SHOW CREATE TABLE statement to generate the SQL code for creating the table structure.

  • Example: SHOW CREATE TABLE existing_table;

1
2
3
4
5
6
Next

Interview Experiences of Popular Companies

TCS Logo
3.5
 • 11.2k Interviews
Accenture Logo
3.7
 • 8.8k Interviews
Wipro Logo
3.7
 • 6.2k Interviews
Cognizant Logo
3.7
 • 6k Interviews
Capgemini Logo
3.7
 • 5.1k Interviews
View all

Top Interview Questions for Application Development Analyst Related Skills

Interview Tips & Stories
Interview Tips & Stories
Ace your next interview with expert advice and inspiring stories
Application Development Analyst Interview Questions
Share an Interview
Stay ahead in your career. Get AmbitionBox app
play-icon
play-icon
qr-code
Trusted by over 1.5 Crore job seekers to find their right fit company
80 L+

Reviews

10L+

Interviews

4 Cr+

Salaries

1.5 Cr+

Users

Contribute to help millions

Made with ❤️ in India. Trademarks belong to their respective owners. All rights reserved © 2025 Info Edge (India) Ltd.

Follow Us
  • Youtube
  • Instagram
  • LinkedIn
  • Facebook
  • Twitter
Profile Image
Hello, Guest
AmbitionBox Employee Choice Awards 2025
Winners announced!
awards-icon
Contribute to help millions!
Write a review
Write a review
Share interview
Share interview
Contribute salary
Contribute salary
Add office photos
Add office photos
Add office benefits
Add office benefits