Core Recruitments
Core Recruitments
01. The cost of ten apples, eight kiwis and 12 papaya is ₹240. The cost of eight apples, six
kiwis and ten papayas is ₹ 180. Find the cost of one apple, one kiwi and one
papaya.(Ans:30)
02. Two numbers are in the ratio 5:4. Aman subtracts 12 from each. The new number is in
the ratio of 4:3. Find the smaller number.(Ans:48)
03. Various terms of an alphabet series are given with one or more terms missing. Select the
missing terms from the choices. AZ, GT, MN, ?, YB.(Ans:SH)
04. An accurate clock shows 8 am. Through how many degrees will the hour hand rotate
when the clock shows 2 pm?(Ans:180 degrees)
05. The digit in the unit's place in the square root of 15876 is(Ans:6)
06. By increasing the radius of a sphere by 50 per cent, by how much percent will the area
of its surface increase?(Ans:125)
➢ Domain questions
➢ Mentoring Choice
➢ Presence at another core committee
➢ Stay after college hours
➢ What do you Know about AAC ? Why AAC ?
➢ What is their first choice and second choice (Tech/ PR/DB/Finance)
➢ Why should we recruit you?
➢ In what way are you different from others?
➢ No attendance issue
➢ What do you gain from joining AAC core
APP DEVELOPMENT
1. Explain the native app development approach.
Native apps are built for a specific platform (e.g., iOS, Android) using platform-specific
programming languages (e.g., Swift for iOS, Java/Kotlin for Android).
2. What are the advantages of hybrid app development?
Hybrid apps use web technologies (HTML, CSS, JavaScript) and can be deployed on
multiple platforms. Advantages include cost-efficiency and faster development.
3. What is an API, and why is it essential in app development?
An API (Application Programming Interface) defines how different software components
should interact. It is crucial for integrating various services and functionalities into an
app.
4. Explain the concept of UI/UX design in app development.
UI (User Interface) design focuses on the visual elements and layout of an app, while UX
(User Experience) design is concerned with the overall user journey and interaction with
the app.
5. How do you handle security in mobile app development?
Security measures include data encryption, secure authentication, input validation, and
regular security audits.
6. Explain the app deployment process.
App deployment involves preparing the app for release, submitting it to app stores (e.g.,
Apple App Store, Google Play Store), and managing updates.
7. How do you handle backward compatibility in app development?
Backward compatibility ensures that the app remains functional on older devices or
software versions. This may involve using backward-compatible APIs and testing on
various platforms.
8. Describe the Agile development methodology and its relevance in app development.
Agile is an iterative and collaborative development approach that emphasizes customer
feedback and adapts to changing requirements, making it well-suited for app
development.
9. What is the role of DevOps in app development?
DevOps is a set of practices that combine development and operations to streamline the
app deployment process, increase automation, and improve collaboration between
teams.
10. Can you explain the concept of continuous integration and continuous delivery (CI/CD)
in app development?
CI/CD is a development approach that involves frequent code integration, automated
testing, and continuous deployment to deliver updates and features more efficiently.
Computer Vision
23 Computer Vision Interview Questions (ANSWERED) To Nail on ML Interview |
MLStack.Cafe
1. What is the purpose of data augmentation in computer vision, and what are some
common techniques used for it?
Data augmentation involves generating new training samples by applying various
transformations to existing data. It helps improve model generalization. Common
techniques include rotation, scaling, flipping, and adding noise to images.
2. What are anchor boxes in object detection, and why are they used?
Anchor boxes are predefined boxes of various sizes and aspect ratios used to predict
the location and shape of objects in object detection. They help the model handle
objects of different sizes and shapes within the same image.
3. What is mean average precision (mAP) in the context of object detection evaluation, and
why is it important?
mAP is a common metric for evaluating the performance of object detection models. It
measures both the precision and recall of object detection, providing a comprehensive
assessment of model accuracy.
4. Can you explain the concept of depth perception in computer vision and how it is
achieved in 2D images?
Depth perception involves understanding the relative distances of objects in a scene. In
2D images, depth can be inferred using techniques like stereo vision (comparing two
images from slightly different perspectives) or monocular cues such as perspective and
shading.
Internet Of Things
Top 78 IoT Interview Questions and Answers (2023) (guru99.com)
1. What are some common communication protocols used in IoT?
MQTT, CoAP, HTTP/HTTPS, and LoRaWAN are examples of IoT communication
protocols.
2. What is a sensor node in an IoT system?
A sensor node is a small device equipped with sensors that can collect data from its
environment and transmit it to other nodes or a central server.
3. What are the key components of an Arduino board?
An Arduino board typically consists of the following key components:
● Microcontroller (e.g., ATmega328P in Arduino Uno)
● Digital input/output pins
● Analog input pins
● Power supply components (voltage regulator)
● USB interface for programming and communication
● Crystal oscillator for clock timing
4. What is the difference between Arduino Uno and Arduino Mega?
Arduino Uno and Arduino Mega are both popular Arduino boards, but they have some
key differences. The Uno is based on the ATmega328P microcontroller, has fewer digital
and analog pins, and is generally more compact. The Mega, on the other hand, is based
on the ATmega2560 microcontroller, has more digital and analog pins, more memory,
and is larger in size. The choice between them depends on the specific requirements of
a project.
Machine Learning
Top 45 Machine Learning Interview Questions (2023) | Simplilearn
Web development
Top 30+ Web Developer Interview questions (2023) - javatpoint