Application Development Associate
Application Development Associate Interview Questions and Answers for Freshers
Q1. Sum of Even & Odd Digits Problem Statement
Create a program that accepts an integer N
and outputs two sums: the sum of all even digits and the sum of all odd digits found in the integer.
Explanation:
Digits ref...read more
Q2. Postfix Expression Evaluation Problem Statement
Given a postfix expression, your task is to evaluate the expression. The operator will appear in the expression after the operands. The output for each expression...read more
Q3. coding question - find the duplicate elements present in a given array
Find duplicate elements in an array
Iterate through the array and compare each element with all other elements
If a match is found, add it to a separate array
Return the array of duplicate elements
Q4. Explain me what is Encapsulation
Encapsulation is the process of hiding implementation details and restricting access to an object's properties and methods.
Encapsulation helps in achieving data abstraction and security.
It allows for better control over the data and prevents unauthorized access.
Encapsulation is implemented using access modifiers such as public, private, and protected.
For example, a bank account class may have private variables for account number and balance, and public methods for deposit and...read more
Q5. Why do we use Python
Python is a versatile, high-level programming language used for web development, data analysis, artificial intelligence, and more.
Python is easy to learn and read, making it a popular choice for beginners.
It has a vast collection of libraries and frameworks for various purposes.
Python is used in web development (Django, Flask), data analysis (Pandas, NumPy), artificial intelligence (TensorFlow, Keras), and more.
It supports multiple programming paradigms, including object-orie...read more
Q6. Types of services provided by AWS
AWS provides a wide range of services including compute, storage, database, networking, analytics, machine learning, and more.
Compute services: EC2, Lambda, Elastic Beanstalk
Storage services: S3, EBS, Glacier
Database services: RDS, DynamoDB, Redshift
Networking services: VPC, Direct Connect, Route 53
Analytics services: Athena, EMR, Kinesis
Machine Learning services: SageMaker, Rekognition, Polly
Other services: IoT, Security, Management Tools
AWS also offers a marketplace for thi...read more
Share interview questions and help millions of jobseekers 🌟
Q7. Tell story for 2 minutes
I will tell you about my experience volunteering at a local animal shelter.
Started volunteering at the shelter during college breaks
Helped with feeding, cleaning, and socializing with the animals
Organized adoption events and fundraisers
Developed a strong bond with the animals and fellow volunteers
Q8. Tell me what is oops
Object-oriented programming paradigm that focuses on objects and classes for code organization and reusability.
Encapsulation: Bundling data and methods that operate on the data into a single unit (object)
Inheritance: Ability of a class to inherit properties and behavior from another class
Polymorphism: Ability to present the same interface for different data types
Interview Questions of Similar Designations
Interview experiences of popular companies
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
Reviews
Interviews
Salaries
Users/Month