Upload Button Icon Add office photos

Filter interviews by

Scientific Security Management Services Interview Questions and Answers

Be the first one to contribute and help others!

Interview questions from similar companies

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

I applied via Campus Placement and was interviewed in Nov 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

Logical reasoning, grammar, and coding: two basic level questions.

Round 2 - Technical 

(3 Questions)

  • Q1. Question on core Java
  • Q2. Question on SQL and PLSQL
  • Q3. Resume based question and on project
Round 3 - HR 

(2 Questions)

  • Q1. Resume and project based question
  • Q2. What do you like about your current company, and why do you want to join our organization?
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Sep 2024. There were 5 interview rounds.

Round 1 - Aptitude Test 

Easy apti questions, verbal, simple maths , technical questions

Round 2 - Technical 

(3 Questions)

  • Q1. Oops concept in java in detail with examples
  • Ans. 

    Oops concepts in Java are fundamental concepts of object-oriented programming like inheritance, polymorphism, encapsulation, and abstraction.

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

    • Polymorphism: Allows objects to be treated as instances of their parent class.

    • Encapsulation: Bundling data and methods that operate on the data into a single unit.

    • Abstraction: Hiding the implementati...

  • Answered by AI
  • Q2. Fibonnacci code
  • Q3. What is springboot ?
  • Ans. 

    Spring Boot is a framework for building Java-based enterprise applications quickly and with minimal configuration.

    • Spring Boot simplifies the process of creating stand-alone, production-grade Spring-based applications.

    • It provides a range of features including embedded servers, auto-configuration, and production-ready metrics.

    • Spring Boot allows developers to focus on writing business logic rather than configuring the app...

  • Answered by AI
Round 3 - Technical 

(3 Questions)

  • Q1. Abstraction in java
  • Ans. 

    Abstraction in Java is a concept where we hide the implementation details and only show the necessary features of an object.

    • Abstraction allows us to focus on what an object does rather than how it does it.

    • In Java, abstraction is achieved through abstract classes and interfaces.

    • Abstract classes cannot be instantiated and can have abstract methods that must be implemented by subclasses.

    • Interfaces in Java are like abstrac...

  • Answered by AI
  • Q2. Interface in java
  • Ans. 

    Interface in Java is a reference type in Java, similar to a class, that can contain only constants, method signatures, default methods, static methods, and nested types.

    • Interfaces are used to achieve abstraction and multiple inheritance in Java.

    • All methods in an interface are public and abstract by default.

    • A class can implement multiple interfaces but can only extend one class.

    • Example: interface MyInterface { void myMe...

  • Answered by AI
  • Q3. Some logical questions
Round 4 - One-on-one 

(3 Questions)

  • Q1. DSA basic question
  • Q2. Basic HR questions
  • Q3. Questions based on situation
Round 5 - One-on-one 

(2 Questions)

  • Q1. With ceo intro, project explanation
  • Q2. Family background

Interview Preparation Tips

Interview preparation tips for other job seekers - Have basic knowledge of JAVA, OOPS, DSA(not compulsory)

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via campus placement at Army Institute of Technology, Pune and was interviewed in Oct 2024. There were 3 interview rounds.

Round 1 - Coding Test 

There was a coding round and out of 75 students 28 got selected for next round

Round 2 - Technical 

(2 Questions)

  • Q1. Total on resume and basic coding questions like write code for different sorting algorithms.
  • Q2. Explain your project in detail and asking cross questions regarding project.
Round 3 - Technical 

(1 Question)

  • Q1. I was rejected in round 2.

Interview Preparation Tips

Interview preparation tips for other job seekers - Go through your resume thoroughly, and have a basic DSA knowledge.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via campus placement at Institute of Technology, Banaras Hindu University and was interviewed in Jul 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

20 questions 40 minutes, 3 type of question easy, medium and hard each of 1, 3 and 5 points respectively, if you answer correct then you move above in difficulty else go down.

Round 2 - Technical 

(2 Questions)

  • Q1. 20 questions 40 minutes same pattern as apti. Questions mainly from power electronics, network theory, machines and analog electronics
  • Q2. 2 coding question one easy, one medium. Doing 1 question only may work
Round 3 - One-on-one 

(3 Questions)

  • Q1. Picked question from my cv/ project. Complete analysis of boost converter, voltage at no load, saturation of inductor, parasitics etc and much more.
  • Q2. Bjt as switch opams mosfet on off charecteristics etc, analog electronics.
  • Q3. 2 easy coding problem of searching and sorting algos
  • Ans. 

    Implementing binary search and bubble sort algorithms in Python

    • Binary search: Divide and conquer algorithm to find a target value in a sorted array

    • Bubble sort: Iteratively swap adjacent elements if they are in the wrong order

    • Example for binary search: def binary_search(arr, target):

    • Example for bubble sort: def bubble_sort(arr):

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Jaguar Land Rover Internship Trainee interview:
  • Power Electronics
  • Analog Electronics
  • Network analysis
  • Coding
  • Digital Electronics
Interview preparation tips for other job seekers - Be thorough with your concepts

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. About your last company products
  • Q2. SMC product knowledge
Round 2 - HR 

(2 Questions)

  • Q1. About notice period and package discussed
  • Q2. Final discussion about joining
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response
Round 1 - Coding Test 

30 question of c code snippet 5 question of aptitude and 2 coding question

Round 2 - Technical 

(2 Questions)

  • Q1. Storage class in c
  • Ans. 

    Storage classes in C define the scope and lifetime of variables.

    • There are 4 storage classes in C: auto, register, static, and extern.

    • Auto variables are stored in memory and have local scope.

    • Register variables are stored in CPU registers for faster access.

    • Static variables retain their value between function calls.

    • Extern variables are declared outside of any function and can be accessed by other files.

  • Answered by AI
  • Q2. Mutex and semaphore

Interview Preparation Tips

Interview preparation tips for other job seekers - not selected

Skills evaluated in this interview

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

I applied via Company Website and was interviewed in Sep 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Unit wt.of steel ?
  • Ans. 

    Unit weight of steel is typically around 7850 kg/m^3.

    • Unit weight of steel is commonly expressed in kg/m^3.

    • The unit weight of steel can vary depending on the type of steel being used.

    • For example, the unit weight of mild steel is approximately 7850 kg/m^3.

  • Answered by AI
  • Q2. How to checked shuttering level
  • Ans. 

    Shuttering level can be checked using a spirit level to ensure it is horizontal or vertical.

    • Use a spirit level to check if the shuttering is horizontal or vertical

    • Ensure the bubble in the spirit level is centered to indicate level

    • Adjust the shuttering as needed to achieve the correct level

    • Check multiple points along the shuttering to ensure consistency

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Most questions asked about your previous experience.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(5 Questions)

  • Q1. Drawing as built
  • Ans. 

    Structure complete at the time taken as built coordinate

  • Answered by Mohammad Jaleel Ahmed
  • Q2. Site position moment
  • Q3. Topography survey
  • Q4. Lay out survey for site
  • Ans. 

    Laying out a survey for a site involves determining property boundaries and marking them with stakes or flags.

    • Start by reviewing property deeds and legal documents to understand boundaries

    • Use surveying equipment like total stations or GPS to measure and mark boundaries accurately

    • Consider any existing structures or obstacles on the site that may affect the survey layout

  • Answered by AI
  • Q5. Setting out coordinate
  • Ans. 

    Setting out coordinate involves establishing points on the ground based on a specific coordinate system.

    • Use surveying equipment like total stations or GPS to accurately measure and mark points

    • Ensure the coordinate system used is consistent and accurate

    • Verify the points set out match the design or plan specifications

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Land surveyor
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed in May 2024. There were 2 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. What is life cycle of asset
  • Ans. 

    The life cycle of an asset refers to the stages it goes through from acquisition to disposal.

    • Acquisition: The asset is obtained and put into use.

    • Utilization: The asset is used for its intended purpose.

    • Maintenance: Regular maintenance and repairs are performed to ensure optimal performance.

    • Depreciation: The asset loses value over time due to wear and tear.

    • Disposal: The asset is either sold, scrapped, or otherwise dispos...

  • Answered by AI
  • Q2. Difference between depreciation and amortization
  • Ans. 

    Depreciation is for tangible assets like buildings and machinery, while amortization is for intangible assets like patents and copyrights.

    • Depreciation is the allocation of the cost of tangible assets over their useful life.

    • Amortization is the allocation of the cost of intangible assets over their useful life.

    • Depreciation is typically used for assets like buildings, machinery, and vehicles.

    • Amortization is typically used...

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. What is Asset under construction
  • Ans. 

    Asset under construction refers to assets that are being constructed or developed but are not yet completed and ready for use.

    • Assets under construction are not yet in use and are still being developed or built.

    • These assets are typically recorded as a separate category on the balance sheet until they are completed and ready for use.

    • Examples include buildings, machinery, and infrastructure projects that are still in the

  • Answered by AI
  • Q2. What is Asset revaluation
  • Ans. 

    Asset revaluation is the process of adjusting the value of assets on a company's balance sheet to reflect their current market value.

    • Asset revaluation is typically done to ensure that the assets are not carried on the balance sheet at a value that is significantly different from their current market value.

    • Revaluation can result in an increase or decrease in the value of assets, which can impact the company's financial ...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Rio Tinto Advisor interview:
  • Fixed Assets
  • Depreciation
  • Amortization
  • Sale of fixed asset
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I applied via Recruitment Consulltant and was interviewed in May 2024. There were 2 interview rounds.

Round 1 - Assignment 

Good assignment with 3 major questions revolving around short form and long form writing.

Round 2 - One-on-one 

(3 Questions)

  • Q1. Ever did community based communication?
  • Q2. What is your creative process?
  • Q3. What was your thought process while attempting the assignment?

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be confident and be ready with answers. The interviewers were nice and warm. All you need to do is be calm and give direct answers. Dont beat around the bush, keep it crisp and conversational.

Scientific Security Management Services Interview FAQs

How to prepare for Scientific Security Management Services 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 Scientific Security Management Services. The most common topics and skills that interviewers at Scientific Security Management Services expect are Operations Management, Sales, Sales Strategy and channel management.

Tell us how to improve this page.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.1k Interviews
Wipro Interview Questions
3.7
 • 5.5k Interviews
HCLTech Interview Questions
3.6
 • 3.6k Interviews
Quess Interview Questions
3.9
 • 378 Interviews
G4S Interview Questions
4.0
 • 93 Interviews
Knight Frank Interview Questions
4.1
 • 44 Interviews
Securitas Interview Questions
3.8
 • 30 Interviews
Tops Security Interview Questions
4.1
 • 2 Interviews
View all

Scientific Security Management Services Reviews and Ratings

based on 29 reviews

3.8/5

Rating in categories

4.2

Skill development

4.4

Work-Life balance

4.2

Salary & Benefits

4.0

Job Security

4.4

Company culture

4.2

Promotions/Appraisal

4.7

Work Satisfaction

Explore 29 Reviews and Ratings
Assistant Manager
6 salaries
unlock blur

₹2 L/yr - ₹7 L/yr

Computer Operator
5 salaries
unlock blur

₹1.5 L/yr - ₹2.5 L/yr

Security Guard
5 salaries
unlock blur

₹1 L/yr - ₹2.4 L/yr

Manager
4 salaries
unlock blur

₹9 L/yr - ₹9 L/yr

Project Manager
4 salaries
unlock blur

₹3.1 L/yr - ₹13 L/yr

Explore more salaries
Compare Scientific Security Management Services with

G4S

4.0
Compare

Security and Intelligence Services (India)

4.2
Compare

Securitas

3.8
Compare

Tops Security

4.1
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