Upload Button Icon Add office photos
Premium Employer

i

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

Prodapt Verified Tick

Compare button icon Compare button icon Compare
3.6

based on 912 Reviews

Filter interviews by

Prodapt Appian Developer Interview Questions and Answers

Updated 25 Nov 2023

Prodapt Appian Developer Interview Experiences

1 interview found

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

I applied via Naukri.com and was interviewed in Oct 2023. There was 1 interview round.

Round 1 - One-on-one 

(7 Questions)

  • Q1. The best practises of Process Model? In properties dialogue box we have Data Management,Alerts,deadlines
  • Q2. What are the Smart services in the process model? write Data store Entity,Write Multiple Data Store Entity,and we have a gates also
  • Ans. 

    Smart services in the process model include Data store Entity, Write Multiple Data Store Entity, and gates.

    • Smart services are components in Appian that perform specific actions or operations.

    • Data store Entity is a smart service used to create or update records in a data store.

    • Write Multiple Data Store Entity is a smart service used to create or update multiple records in a data store.

    • Gates are smart services used to co...

  • Answered by AI
  • Q3. What difficulties we have to find in end to end application? In Editable Grid it is a writeToDataStoreEntity() function
  • Q4. How to deploy an application to other Environment?List out the steps? first we have a "compare and deploy" option second one is generate a API Key to that Application
  • Q5. Integrations and Web API
  • Q6. Integrations and Web API
  • Q7. Why are u shifting software Tester to an Appian Developer?
  • Ans. 

    I am shifting from software testing to Appian development because of my passion for coding and desire to expand my skillset.

    • I have always had a strong interest in coding and software development.

    • I have gained experience and knowledge in software testing, which has given me a solid foundation for understanding the software development process.

    • I believe that becoming an Appian developer will allow me to utilize my skills...

  • Answered by AI

Interview questions from similar companies

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

Domain modeling, oops, clean code

Round 2 - Technical 

(3 Questions)

  • Q1. General technical dicussions in resume
  • Q2. About project we worked on?
  • Q3. LLD system design question
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 Jan 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Difference between react and Angular
  • Q2. What are different types of hooks
Round 2 - Technical 

(2 Questions)

  • Q1. List out ES6 concepts
  • Q2. Difference between context api vs Redux
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before Feb 2023. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Difference Between BADI and UserExit?
  • Ans. 

    BADI is an enhancement technique in SAP that allows adding additional functionality to standard SAP programs, while UserExit is a legacy technique for modifying standard SAP programs.

    • BADI stands for Business Add-In and is a newer enhancement technique in SAP.

    • BADI allows multiple implementations to be active at the same time, providing flexibility.

    • BADI implementations are independent of each other and can be activated o...

  • Answered by AI
  • Q2. Badi can be used for multiple implementation and user exit is a single implementation
Round 2 - One-on-one 

(2 Questions)

  • Q1. What would you do if your supervisor doesnt agree on your approach which can actually help resolve the problem?
  • Q2. Will try to reason why the approach wont suit if the reason is not satisfying will conenct with +1 to discuss with the issue.

Skills evaluated in this interview

Interview Questionnaire 

1 Question

  • Q1. What is sccm and its features? And how can you define its ?
  • Ans. 

    SCCM is a system management tool used for deploying, managing and monitoring software and hardware in an enterprise environment.

    • SCCM stands for System Center Configuration Manager

    • It allows for remote management of devices and software deployment

    • Features include inventory management, software distribution, patch management, and OS deployment

    • It can be used to manage Windows, Mac, and Linux devices

    • SCCM integrates with oth...

  • Answered by AI

I applied via Naukri.com and was interviewed before Mar 2021. There was 1 interview round.

Round 1 - One-on-one 

(3 Questions)

  • Q1. Select from employees tables all those who don't work in any department.
  • Q2. What is a cursor and write a query
  • Ans. 

    A cursor is a database object used to retrieve data from a result set one row at a time.

    • A cursor is used to iterate through a result set.

    • It can be used to update or delete rows in a table.

    • Example query: DECLARE cursor_name CURSOR FOR SELECT column1, column2 FROM table_name;

    • Example usage: OPEN cursor_name; FETCH NEXT FROM cursor_name INTO @variable1, @variable2;

    • Example usage: CLOSE cursor_name; DEALLOCATE cursor_name;

  • Answered by AI
  • Q3. How early you can join

Interview Preparation Tips

Interview preparation tips for other job seekers - Study basic questions thoroughly

Skills evaluated in this interview

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

I applied via Campus Placement and was interviewed before Jul 2022. There were 4 interview rounds.

Round 1 - Aptitude Test 

MCQ questions related to data structures and algorithms and some easy-medium leetcode coding questions

Round 2 - Code Pairing 

(1 Question)

  • Q1. A problem was given which was required to be solved using the concepts of OOPS with clean code.
Round 3 - Technical 

(3 Questions)

  • Q1. Introduce yourself and explain any one of the projects
  • Q2. Questions related to HTML and CSS
  • Q3. DSA questions related to Strings, two-pointers, maps, etc. Difficulty : easy-medium
Round 4 - Social change and Leadership 

(1 Question)

  • Q1. The interviewer asked me to choose a social topic and then questions following to that topic were asked. This round was more of a discussion type round where they checked my social and leadership skills.

Interview Preparation Tips

Interview preparation tips for other job seekers - Thorough knowledge of OOPS and DSA is required. Except that you must be well aware of your Resume and must be able to explain anything from it. The interviewers were friendly and cool
Round 1 - Aptitude Test 

(1 Question)

  • Q1. The duration of the test is around 2 hours. It has questions from DSA on topics like Graphs, Arrays, etc. and MCQs from other topics of OOPS and DBMS. Swapping adjacent, counting votes and Pair Sum.
Round 2 - Technical 

(1 Question)

  • Q1. Problem statement: Aapali Taxi is a taxi cab operator. They have 3 types of cars- Mini, Sedan and SUV, each with different tariffs. When customers approach them for booking rides, they show an “Estimated ...
Round 3 - Technical 

(5 Questions)

  • Q1. 1. Permutations of the string.
  • Ans. 

    Permutations of a string can be generated using recursion and swapping characters.

    • Use recursion to generate all possible permutations

    • Swap characters to create new permutations

    • Store permutations in an array of strings

    • Handle duplicate characters to avoid repetition

  • Answered by AI
  • Q2. 2. How will you design a database to manage the songs playlist on Spotify?
  • Ans. 

    A database for managing songs on Spotify playlists.

    • Create a table for playlists with columns for name, description, and user ID

    • Create a table for songs with columns for title, artist, album, and duration

    • Create a table for playlist-songs with columns for playlist ID and song ID

    • Use foreign keys to link tables together

    • Allow for CRUD operations on playlists and songs

  • Answered by AI
  • Q3. 3. Middle element of linked list in a single traversal
  • Ans. 

    To find the middle element of a linked list in a single traversal.

    • Use two pointers, one moving at twice the speed of the other.

    • When the faster pointer reaches the end, the slower pointer will be at the middle.

    • If the linked list has even number of elements, the middle will be the second of the two middle elements.

  • Answered by AI
  • Q4. 4. Design a list to show songs in the year in which they were published.
  • Ans. 

    Create an array of song titles sorted by year of publication.

    • Create an array of song objects with properties for title and year of publication.

    • Sort the array by year of publication.

    • Extract the titles of the songs into a separate array.

    • Return the array of song titles.

  • Answered by AI
  • Q5. 5. Another question related to library management class where you have to make diagrams too.
Round 4 - HR 

(1 Question)

  • Q1. This Round is comparatively simple and easier than previous rounds. They ask you to introduce yourself followed by questions regarding your background goals, strengths, etc. And discussing some social prob...

Interview Preparation Tips

Topics to prepare for ThoughtWorks Application Developer interview:
  • React and NodeJ
  • DSA and Projects
Interview preparation tips for other job seekers - Revise Puzzles, OOPS and DSA and Database related questions from leetcode. Basic Knowledge of OOPS, Database Management, and DSA is very essential. Make sure you know the kind of questions asked in the Leadership Round and prepare answers for them before the interview.

Skills evaluated in this interview

I applied via campus placement at Vishwakarma Institute of Technology, Pune and was interviewed in May 2022. There were 2 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 - Technical 

(3 Questions)

  • Q1. OOP based questions - Inheritance, Polymorphism etc
  • Q2. Project based in depth question - which technology, why
  • Q3. Data structures concept, programming concepts (i was asked loop vs recurssion)

Interview Preparation Tips

Interview preparation tips for other job seekers - Be thorough with your resume. Know each and everything you mentioned. Prepare with basics.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed before Feb 2023. There were 3 interview rounds.

Round 1 - Coding Test 

The duration of this round will be 2hours. You will get the code base details over email in advance and you have to make your self familiar with code base. During interview you will asked to choose the one problem statement among few and need to implement on top of the code base. this will be like enchantment of the existing code base. Interviewer will focus on approach you going to take. Object oriented design. clean code. and you thought process about the solution.

Round 2 - Technical 

(1 Question)

  • Q1. There will be two interviewer. The technical round will be divided into two parts technical depth and technical breadth. Each round will be 2hours. In first round you the interviewer will focus on data str...
Round 3 - HR 

(1 Question)

  • Q1. This will be a personality check and salary discussion

Interview Preparation Tips

Topics to prepare for ThoughtWorks Application Developer interview:
  • OOPS
  • Clean code
  • TDD
  • SOLID Pinciples
  • Design Patterns
  • Collections
  • Datastructure

Prodapt Interview FAQs

How many rounds are there in Prodapt Appian Developer interview?
Prodapt interview process usually has 2 rounds. The most common rounds in the Prodapt interview process are Resume Shortlist and One-on-one Round.
How to prepare for Prodapt Appian 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 Prodapt. The most common topics and skills that interviewers at Prodapt expect are API, Appian, Database Design and Navigation.
What are the top questions asked in Prodapt Appian Developer interview?

Some of the top questions asked at the Prodapt Appian Developer interview -

  1. what are the Smart services in the process model? write Data store Entity,Write...read more
  2. Why are u shifting software Tester to an Appian Develop...read more
  3. The best practises of Process Model? In properties dialogue box we have Data Ma...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.3k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Tech Mahindra Interview Questions
3.6
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.7k Interviews
LTIMindtree Interview Questions
3.8
 • 2.9k Interviews
Mphasis Interview Questions
3.4
 • 793 Interviews
CitiusTech Interview Questions
3.4
 • 265 Interviews
Movate Interview Questions
3.3
 • 244 Interviews
View all
Software Engineer
1.4k salaries
unlock blur

₹2.6 L/yr - ₹9.1 L/yr

Associate Software Engineer
837 salaries
unlock blur

₹2.5 L/yr - ₹5.5 L/yr

Senior Software Engineer
822 salaries
unlock blur

₹3.8 L/yr - ₹14.5 L/yr

Lead Engineer
464 salaries
unlock blur

₹6.9 L/yr - ₹22.6 L/yr

Senior Process Associate
256 salaries
unlock blur

₹1.4 L/yr - ₹4.8 L/yr

Explore more salaries
Compare Prodapt with

Movate

3.3
Compare

Mphasis

3.4
Compare

Happiest Minds Technologies

3.7
Compare

L&T Technology Services

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