Upload Button Icon Add office photos
Engaged Employer

i

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

TCS Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

TCS Appian Developer Interview Questions and Answers

Updated 21 Nov 2024

TCS Appian Developer Interview Experiences

1 interview found

Appian Developer Interview Questions & Answers

user image jaivanth venkatesh

posted on 21 Nov 2024

Interview experience
2
Poor
Difficulty level
Hard
Process Duration
-
Result
No response

I applied via AmbitionBox and was interviewed in Oct 2024. There was 1 interview round.

Round 1 - online interview 

(1 Question)

  • Q1. What is appianand its features
  • Ans. 

    Appian is a low-code automation platform that enables businesses to build apps quickly and easily.

    • Low-code platform for building business applications

    • Drag-and-drop interface for rapid app development

    • Robust automation capabilities for streamlining processes

    • Integration with various systems and data sources

    • Real-time analytics and reporting features

  • Answered by AI

Appian Developer Jobs at TCS

View all

Interview questions from similar companies

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. Technical questions on Appian all objects
  • Q2. Records in appian, reports, integration issues and best practices of process model .
  • Q3. Best part of process model and records types in Appian
  • Ans. 

    Process models and record types in Appian provide a structured approach to business processes and data management.

    • Process models allow for visual representation of business processes, making it easier to understand and optimize them.

    • Record types provide a way to organize and manage data in a structured manner, improving data quality and consistency.

    • Both process models and record types can be customized to fit specific ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Nice experience with all rounds .
Technical round is good .

Skills evaluated in this interview

I applied via Company Website and was interviewed in May 2022. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Aptitude Test 

The test consist of puzzles, reasoning questions, quant questions, pseudo code questions. If you have strong basics on aptitude and reasoning it is very easy to clear first round.

Round 3 - Technical 

(2 Questions)

  • Q1. Introduce yourself here we should say about ourselves what are the skills you have, which part of technology you are interested in etc
  • Q2. 1.What is polymorphism? Give example. 2. How do you identify whether given number is odd or even in a given code? 3.what is the structure represent for electronics and communication engineering stream? 4. ...
  • Ans. 

    A set of technical questions related to programming and engineering

    • Polymorphism is the ability of an object to take on many forms. Example: A shape can be a circle, square, or triangle.

    • To identify whether a given number is odd or even, use the modulo operator. If the remainder is 0, it's even. Otherwise, it's odd.

    • The structure for electronics and communication engineering stream includes courses in digital electronics,...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - I have prepared for written test and interview in Prep insta app. You can download in your mobile or in your laptop. I have taken subscription for my preparation. It really helps you to crack your written test and interview

Skills evaluated in this interview

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

I applied via Company Website and was interviewed in Nov 2024. There were 2 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. Basics of Core Python concepts like Loops, Lambda functions.
  • Q2. Check if a string is Palindrome or not.
  • Ans. 

    Check if a string is Palindrome or not.

    • Create a function to compare the original string with its reverse

    • Ignore spaces and punctuation when checking for palindrome

    • Examples: 'racecar' is a palindrome, 'hello' is not

  • Answered by AI
  • Q3. Questions of Sql.
Round 2 - One-on-one 

(2 Questions)

  • Q1. What questions were asked regarding the projects you worked on, and what specific technicalities were included?
  • Q2. Questions on Django, Flask and REST API services.

Interview Preparation Tips

Topics to prepare for Accenture Application Developer interview:
  • Python
  • Django
  • Flask
  • SQL
Interview preparation tips for other job seekers - Easy going interview. Brush up-on your basics and then be prepared with your resume.
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

It was Easy to medium . overall good

Round 2 - Coding Test 

It was Medium to tough level

Round 3 - One-on-one 

(2 Questions)

  • Q1. What is fifo lifo
  • Ans. 

    FIFO (First In, First Out) and LIFO (Last In, First Out) are inventory management methods.

    • FIFO: Items that are added first are the first to be removed. Like a queue.

    • LIFO: Items that are added last are the first to be removed. Like a stack.

  • Answered by AI
  • Q2. Whole data structure concepts
Round 4 - HR 

(2 Questions)

  • Q1. What do you want to change in this country if you get a chance
  • Ans. 

    I would focus on improving access to quality education for all citizens.

    • Implementing policies to ensure equal opportunities for education

    • Investing in infrastructure and resources for schools in underserved areas

    • Providing scholarships and financial aid for students from low-income families

    • Promoting vocational training programs to address skills gaps in the workforce

  • Answered by AI
  • Q2. I don't remember
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. WHAT IS sage FRONT END PROGRAMMING LANGUAGE
  • Ans. 

    Sage is not a front end programming language. It is a popular accounting software.

    • Sage is an accounting software used by businesses for financial management.

    • It is not a programming language, but rather a software application.

    • Front end programming languages include HTML, CSS, and JavaScript.

    • Sage may have APIs that allow integration with front end technologies.

  • Answered by AI
  • Q2. WHAT ARE THE REGULAR COMPLAINS USERS GET ON SAGE
  • Ans. 

    Users commonly complain about slow performance, errors during updates, and difficulty in customization on Sage.

    • Slow performance when running reports or processing large amounts of data

    • Errors encountered during software updates or installations

    • Difficulty in customizing the software to meet specific business needs

    • Issues with integration with other software applications

    • Lack of user-friendly interface leading to confusion

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Logic, verbal, numerical abilities checked

Round 2 - One-on-one 

(2 Questions)

  • Q1. What is polymorphism and oops other concepts?
  • Ans. 

    Polymorphism is the ability of a single function or method to operate on different data types. OOP concepts include inheritance, encapsulation, and abstraction.

    • Polymorphism allows objects of different classes to be treated as objects of a common superclass.

    • Inheritance allows a class to inherit properties and behavior from another class.

    • Encapsulation involves bundling data and methods that operate on the data into a sin...

  • Answered by AI
  • Q2. What is a controller in c++
  • Ans. 

    A controller in C++ is a class that manages the flow of data between the model and view components of a program.

    • Controllers help in separating the logic of a program from its user interface.

    • They handle user input, update the model, and display the updated data in the view.

    • Example: In a simple calculator program, the controller would handle the user input of numbers and operations, perform the calculations, and update t

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Qualities in a tl?
  • Ans. 

    A team leader should possess strong communication skills, problem-solving abilities, and the ability to motivate and inspire their team.

    • Strong communication skills to effectively convey information and instructions to team members

    • Problem-solving abilities to address challenges and obstacles that may arise

    • Ability to motivate and inspire team members to achieve goals and perform at their best

  • Answered by AI
  • Q2. Basic questions to test your communication

Interview Preparation Tips

Interview preparation tips for other job seekers - NA

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Hard
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Sep 2024. There were 2 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. Database based questions
  • Q2. Dashboard creative
  • Q3. Power BI module
Round 2 - One-on-one 

(2 Questions)

  • Q1. Project discussion
  • Q2. Self introduction

Interview Preparation Tips

Interview preparation tips for other job seekers - Make your resume best.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. 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 }

  • Answered by AI
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - One-on-one 

(2 Questions)

  • Q1. Golden rules and general entry.
  • Q2. Letter of credit. Letter head.

Interview Preparation Tips

Interview preparation tips for other job seekers - As a fresher. Stick to the basics.if you are fresher.

TCS Interview FAQs

How to prepare for TCS 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 TCS. The most common topics and skills that interviewers at TCS expect are Appian, Agile Coaching, Business Process Management, Pega and Java.

Tell us how to improve this page.

TCS Appian Developer Interview Process

based on 1 interview

Interview experience

2
  
Poor
View more

Interview Questions from Similar Companies

Accenture Interview Questions
3.9
 • 8.2k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Cognizant Interview Questions
3.8
 • 5.6k Interviews
Capgemini Interview Questions
3.7
 • 4.8k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
Genpact Interview Questions
3.8
 • 3k Interviews
LTIMindtree Interview Questions
3.8
 • 3k Interviews
IBM Interview Questions
4.0
 • 2.4k Interviews
View all
TCS Appian Developer Salary
based on 137 salaries
₹3.3 L/yr - ₹9.5 L/yr
21% less than the average Appian Developer Salary in India
View more details

TCS Appian Developer Reviews and Ratings

based on 12 reviews

4.0/5

Rating in categories

4.1

Skill development

3.7

Work-life balance

3.0

Salary

4.5

Job security

3.6

Company culture

2.7

Promotions

3.6

Work satisfaction

Explore 12 Reviews and Ratings
Appian Developer

Hyderabad / Secunderabad

4-9 Yrs

Not Disclosed

Appian Developer

Bangalore / Bengaluru

4-9 Yrs

Not Disclosed

Appian Developer

Hyderabad / Secunderabad,

Chennai

+1

4-9 Yrs

Not Disclosed

Explore more jobs
System Engineer
1.1L salaries
unlock blur

₹1 L/yr - ₹9 L/yr

IT Analyst
67k salaries
unlock blur

₹5.1 L/yr - ₹16 L/yr

AST Consultant
51.3k salaries
unlock blur

₹8 L/yr - ₹25 L/yr

Assistant System Engineer
29.8k salaries
unlock blur

₹2.2 L/yr - ₹5.7 L/yr

Associate Consultant
29.1k salaries
unlock blur

₹9 L/yr - ₹32 L/yr

Explore more salaries
Compare TCS with

Amazon

4.1
Compare

Wipro

3.7
Compare

Infosys

3.6
Compare

Accenture

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