Add office photos
Employer?
Claim Account for FREE

Samsung

3.9
based on 7.1k Reviews
Video summary
Proud winner of ABECA 2024 - AmbitionBox Employee Choice Awards
Filter interviews by

10+ Securitas Interview Questions and Answers

Updated 28 Jun 2024
Popular Designations

Q1. How Android buffers are passed from application to drivers.

Ans.

Android buffers are passed from application to drivers through shared memory and buffer queues.

  • Android applications communicate with drivers through the HAL (Hardware Abstraction Layer)

  • Buffers are typically passed using shared memory regions

  • Buffer queues are used to manage the flow of data between application and driver

  • Example: Camera application passing image data to camera driver for processing

Add your answer

Q2. what is the challenge while creating multiple services in Android

Ans.

The challenge while creating multiple services in Android is managing communication between services and ensuring proper synchronization.

  • Managing communication between services can be complex and error-prone.

  • Ensuring proper synchronization between services to avoid race conditions and data inconsistencies.

  • Handling dependencies between services and coordinating their interactions.

  • Testing and debugging multiple services can be challenging.

  • Examples: Implementing a music player a...read more

Add your answer

Q3. What is manifestation file and how is it used?

Ans.

A manifestation file is a configuration file used to define the properties and settings of a software application.

  • Manifestation files typically include information such as the application's name, version, dependencies, and permissions.

  • They are commonly used in software development to ensure that the application runs correctly and has access to necessary resources.

  • Examples of manifestation files include AndroidManifest.xml for Android applications and package.json for Node.js ...read more

Add your answer

Q4. What happens if LINUX faces a hardware interrupt

Ans.

When LINUX faces a hardware interrupt, it stops executing the current code and jumps to a specific interrupt handler.

  • LINUX stops executing the current code and jumps to a specific interrupt handler

  • The interrupt handler processes the interrupt and resumes normal execution afterwards

  • Different hardware interrupts are handled by different interrupt handlers

Add your answer
Discover Securitas interview dos and don'ts from real experiences

Q5. Describe about Permission files/SE Linux policy

Ans.

Permission files/SE Linux policy control access to resources based on rules set by administrators.

  • Permission files define who can access a file or directory and what actions they can perform.

  • SE Linux policy is a security mechanism that enforces rules on how processes interact with resources.

  • SE Linux policy is based on labels assigned to processes and resources, determining access permissions.

  • SE Linux policy can be customized by administrators to meet specific security require...read more

Add your answer

Q6. a scenario to create a new Android service

Ans.

Creating a new Android service

  • Define a class that extends Service class

  • Override onStartCommand() method to handle service logic

  • Register the service in AndroidManifest.xml file

Add your answer

Q7. 1. Find the max 3 items in a unsorted array

Ans.

Find the max 3 items in an unsorted array of strings.

  • Sort the array in descending order.

  • Return the first 3 elements of the sorted array.

Add your answer

Q8. How to manage gralloc buffers

Ans.

Managing gralloc buffers involves allocating, locking, and freeing memory for graphics rendering in Android.

  • Allocate gralloc buffer using gralloc_alloc() function

  • Lock buffer for reading or writing using gralloc_lock() function

  • Free buffer using gralloc_free() function

  • Example: gralloc_alloc(usage, width, height, format, &handle)

  • Example: gralloc_lock(handle, usage, left, top, width, height, &vaddr)

Add your answer

Q9. what is HIDL vs AIDL

Ans.

HIDL stands for Hardware Interface Definition Language and is used for communication between HAL and framework. AIDL stands for Android Interface Definition Language and is used for inter-process communication in Android.

  • HIDL is used for communication between Hardware Abstraction Layer (HAL) and framework in Android

  • AIDL is used for inter-process communication in Android

  • HIDL is more efficient and faster than AIDL

Add your answer

Q10. boot up Android sequence

Ans.

The Android boot up sequence involves several stages including power on, bootloader, kernel initialization, system server startup, and app launch.

  • Power on the device

  • Bootloader loads the Android OS kernel

  • Kernel initializes the system and drivers

  • System server starts up and launches essential services

  • Apps are launched and user interface becomes accessible

Add your answer

More about working at Samsung

Top Rated Mega Company - 2024
Top Rated Consumer Electronics Company - 2024
Contribute & help others!
Write a review
Share interview
Contribute salary
Add office photos

Interview Process at Securitas

based on 9 interviews
1 Interview rounds
Technical Round
View more
Interview Tips & Stories
Ace your next interview with expert advice and inspiring stories

Top Senior Software Engineer Interview Questions from Similar Companies

3.6
 • 59 Interview Questions
3.7
 • 16 Interview Questions
4.3
 • 12 Interview Questions
3.4
 • 12 Interview Questions
3.7
 • 11 Interview Questions
3.3
 • 10 Interview Questions
View all
Share an Interview
Stay ahead in your career. Get AmbitionBox app
qr-code
Helping over 1 Crore job seekers every month in choosing their right fit company
70 Lakh+

Reviews

5 Lakh+

Interviews

4 Crore+

Salaries

1 Cr+

Users/Month

Contribute to help millions

Made with ❤️ in India. Trademarks belong to their respective owners. All rights reserved © 2024 Info Edge (India) Ltd.

Follow us
  • Youtube
  • Instagram
  • LinkedIn
  • Facebook
  • Twitter