Premium Employer

i

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

Infosys Verified Tick

Compare button icon Compare button icon Compare
3.7

based on 36.9k Reviews

Filter interviews by

Infosys Appian Developer Interview Questions and Answers

Updated 7 Jun 2022

Infosys Appian Developer Interview Experiences

1 interview found

I applied via Company Website and was interviewed in May 2022. There were 3 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 - 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 questions from similar companies

Appian Developer Interview Questions & Answers

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

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. WHAT IS sage FRONT END PROGRAMMING LANGUAGE
  • Q2. WHAT ARE THE REGULAR COMPLAINS USERS GET ON SAGE
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
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Recruitment Consulltant and was interviewed in Sep 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Mostly asked java 8 update and distinct number in given array and Multithreading
  • Q2. 2 program based on java 8, array reverse

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep update with java 8, collection, spring boot @Anotation
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - One-on-one 

(3 Questions)

  • Q1. What is SDLC? Explain briefly
  • Ans. 

    SDLC stands for Software Development Life Cycle, a process used by software development teams to design, develop, and test high-quality software.

    • SDLC is a structured process that consists of several phases such as planning, analysis, design, implementation, testing, and maintenance.

    • Each phase has its own set of activities and deliverables that contribute to the overall success of the project.

    • SDLC helps ensure that the ...

  • Answered by AI
  • Q2. 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'...

  • Answered by AI
  • Q3. Project related questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview Level - Easy

Questions -
1. Basic of SDLC
2. OOP basics
3. Projects and related questions

Tip -
Make sure you know everything that you mention in your resume

Skills evaluated in this interview

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

Yahsjsj uejjeje iejejje jejejrj

Round 2 - Technical 

(2 Questions)

  • Q1. Hsjekeurnrjr hehhe uehje
  • Q2. Hsjsjdjddmmdkd jrjkrjr urjrj u

I applied via LinkedIn and was interviewed in Aug 2022. There were 2 interview rounds.

Round 1 - Technical 

(4 Questions)

  • Q1. How do you allocate memory to 2D array dynamically? How and why does that work?
  • Ans. 

    Dynamic allocation of memory to 2D array is done using double pointer and malloc function.

    • Declare a double pointer to hold the 2D array.

    • Allocate memory to the first dimension using malloc function.

    • Allocate memory to the second dimension using a loop and malloc function.

    • Free the memory after use to avoid memory leaks.

    • Example: int **arr; arr = (int **)malloc(rows * sizeof(int *));

    • Example: for(int i=0; i

  • Answered by AI
  • Q2. Given string 'aabbdbdges', write a function to return a string in which there would be the letter followed by it's count of occurrence. (the output from the function for the given string should be a2b3d2g2...
  • Q3. Questions regarding memory allocation layout in C
  • Q4. Questions on Code lifecycle. Like, what is assembly code? what are macros?
Round 2 - Manegerial round 

(2 Questions)

  • Q1. Detailed questions regarding what is sprint, what is iteration? what is a story? what is a scrum? what is the role of scrum master?
  • Q2. Explain waterfall model
  • Ans. 

    Waterfall model is a linear sequential approach to software development.

    • It follows a sequential process where each phase must be completed before moving to the next one.

    • It is a rigid model and changes cannot be made easily once a phase is completed.

    • It is suitable for projects with well-defined requirements and a clear understanding of the end product.

    • Phases include requirements gathering, design, implementation, testin...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for DXC Technology Application Developer interview:
  • C
Interview preparation tips for other job seekers - Prepare how the memory layout works in C.
And have hands on practice writing small small C codes.

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
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 

Aptitude test. Written test. Interview. Personal interview.

Round 3 - Technical 

(2 Questions)

  • Q1. What is Induction motor?
  • Ans. 

    An induction motor is an AC electric motor in which power is supplied to the rotor by means of electromagnetic induction.

    • Induction motors are commonly used in industrial applications due to their reliability and low maintenance.

    • They work by inducing a magnetic field in the rotor, which causes it to rotate.

    • They are more efficient than other types of motors, such as DC motors.

    • Examples of applications include pumps, fans,...

  • Answered by AI
  • Q2. What is power system?
  • Ans. 

    Power system is a network of electrical components used to generate, transmit and distribute electricity.

    • Power system includes power generation plants, transmission lines, substations, transformers, and distribution lines.

    • It is responsible for delivering electricity from power plants to homes, businesses, and industries.

    • Power system engineers design, operate, and maintain the power system to ensure reliable and efficie...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Most join. It is a very nice organization. Work life balance is good.

Infosys Interview FAQs

How many rounds are there in Infosys Appian Developer interview?
Infosys interview process usually has 3 rounds. The most common rounds in the Infosys interview process are Resume Shortlist, Aptitude Test and Technical.
How to prepare for Infosys 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 Infosys. The most common topics and skills that interviewers at Infosys expect are Java, Business Process Management, Technology Solutions, Problem Solving and Consulting.

Tell us how to improve this page.

People are getting interviews through

based on 1 Infosys interview
Company Website
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.
Join Infosys Creating the next opportunity for people, businesses & communities

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.1k Interviews
Accenture Interview Questions
3.9
 • 7.9k Interviews
Wipro Interview Questions
3.7
 • 5.5k Interviews
Cognizant Interview Questions
3.8
 • 5.4k Interviews
Capgemini Interview Questions
3.8
 • 4.7k Interviews
Tech Mahindra Interview Questions
3.6
 • 3.7k Interviews
HCLTech Interview Questions
3.5
 • 3.7k Interviews
Genpact Interview Questions
3.9
 • 3k Interviews
LTIMindtree Interview Questions
3.9
 • 2.8k Interviews
IBM Interview Questions
4.1
 • 2.3k Interviews
View all
Infosys Appian Developer Salary
based on 39 salaries
₹2.2 L/yr - ₹10.4 L/yr
10% less than the average Appian Developer Salary in India
View more details

Infosys Appian Developer Reviews and Ratings

based on 1 review

5.0/5

Rating in categories

5.0

Skill development

5.0

Work-Life balance

4.0

Salary & Benefits

5.0

Job Security

5.0

Company culture

5.0

Promotions/Appraisal

5.0

Work Satisfaction

Explore 1 Review and Rating
Technology Analyst
56.3k salaries
unlock blur

₹3 L/yr - ₹11 L/yr

Senior Systems Engineer
49.5k salaries
unlock blur

₹2.8 L/yr - ₹9.2 L/yr

System Engineer
38.9k salaries
unlock blur

₹2.5 L/yr - ₹5.5 L/yr

Technical Lead
30.6k salaries
unlock blur

₹5.2 L/yr - ₹19.5 L/yr

Senior Associate Consultant
27.1k salaries
unlock blur

₹6.2 L/yr - ₹17 L/yr

Explore more salaries
Compare Infosys with

TCS

3.7
Compare

Wipro

3.7
Compare

Cognizant

3.8
Compare

Accenture

3.9
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview