Add office photos
Employer?
Claim Account for FREE

Valeo

4.0
based on 1.2k Reviews
Video summary
Filter interviews by

40+ SIKA Aerospace & Defence Interview Questions and Answers

Updated 7 Feb 2025
Popular Designations

Q1. Write a program to print Fibonacci series using recursion

Ans.

A program to print Fibonacci series using recursion.

  • Define a recursive function that takes an integer n as input

  • Base case: if n is 0 or 1, return n

  • Recursive case: return the sum of the previous two Fibonacci numbers

  • Call the recursive function with the desired number of terms and print the result

View 2 more answers

Q2. Difference between structure and union?

Ans.

Structure is a collection of variables of different data types while union is a collection of variables of same data type.

  • Structure allocates memory for all its variables while union allocates memory for only one variable at a time.

  • Structure is used when we want to store different types of data while union is used when we want to store only one type of data.

  • Structure is accessed using dot operator while union is accessed using arrow operator.

  • Example of structure: struct stude...read more

View 1 answer

Q3. How to avoid dangling pointers?

Ans.

Dangling pointers can be avoided by setting them to NULL after freeing the memory they point to.

  • Always initialize pointers to NULL.

  • Set pointers to NULL after freeing the memory they point to.

  • Avoid accessing memory through a pointer after it has been freed.

  • Use smart pointers or garbage collection to automate memory management.

View 1 answer

Q4. What is paint shop ?do you have any idea of paint shop

Ans.

A paint shop is a facility where vehicles or other objects are painted with a protective coating.

  • Paint shops are commonly found in automotive manufacturing plants.

  • They may also be standalone facilities that specialize in painting vehicles or other objects.

  • Paint shops typically use a variety of equipment, including spray guns, paint booths, and drying ovens.

  • The paint used in a paint shop is typically a specialized automotive paint that is designed to provide a durable and long...read more

View 2 more answers
Discover SIKA Aerospace & Defence interview dos and don'ts from real experiences

Q5. Is the power supplied from a socket alternating current (AC) or direct current (DC)?

Ans.

Power supplied from a socket is alternating current (AC).

  • Most household sockets provide AC power

  • AC power changes direction periodically

  • DC power is commonly used in batteries and some electronics

Add your answer

Q6. What is the typical voltage and current supplied by an electrical socket?

Ans.

Typical voltage supplied by an electrical socket is 120 volts, while the current can vary depending on the country and type of socket.

  • Voltage supplied by an electrical socket is typically around 120 volts

  • Current supplied can vary depending on the country and type of socket

  • In the US, standard electrical sockets provide 120 volts AC at 15-20 amps

  • In Europe, standard electrical sockets provide 230 volts AC at 16 amps

Add your answer
Are these interview questions helpful?

Q7. How will you measure current if you are provided with a multimeter?

Ans.

To measure current with a multimeter, set the multimeter to the current measurement mode, connect the multimeter in series with the circuit, and read the current value displayed on the multimeter.

  • Set the multimeter to the current measurement mode (usually denoted by 'A' for Amperes)

  • Turn off the power to the circuit before connecting the multimeter in series

  • Connect the multimeter in series with the circuit - place the multimeter in the path of the current flow

  • Read the current ...read more

Add your answer

Q8. How many pins does Arduino have, how will you code programs in it such questions

Ans.

Arduino Uno has 14 digital pins and 6 analog pins for coding programs.

  • Arduino Uno has 14 digital pins (0-13) and 6 analog pins (A0-A5)

  • Digital pins can be used for input/output operations while analog pins can read analog signals

  • To code programs in Arduino, you can use the Arduino IDE and write C/C++ based sketches

Add your answer
Share interview questions and help millions of jobseekers 🌟

Q9. What are discrete components?

Ans.

Discrete components are individual electronic components that are separate and distinct from each other.

  • Discrete components are used to build electronic circuits.

  • They are separate and distinct from integrated circuits.

  • Examples of discrete components include resistors, capacitors, transistors, and diodes.

View 1 answer

Q10. what is ultrasonic sensor?

Ans.

An ultrasonic sensor is a device that uses sound waves with frequencies higher than the upper audible limit of human hearing to measure distances.

  • Ultrasonic sensors emit high-frequency sound waves and measure the time it takes for the waves to bounce back after hitting an object.

  • They are commonly used for distance measurement, object detection, and obstacle avoidance.

  • Ultrasonic sensors can be found in various applications such as parking sensors, robotics, industrial automati...read more

View 1 answer

Q11. Explain difference between LSA AND LSA++ architecture

Ans.

LSA focuses on layering data for efficient reporting, while LSA++ adds additional layers for better performance and flexibility.

  • LSA (Layered Scalable Architecture) focuses on layering data into Persistent Staging Area (PSA), Data Store (DS), and InfoCube for efficient reporting.

  • LSA++ adds additional layers like Data Mart Layer and Virtualization Layer for better performance and flexibility.

  • LSA++ allows for real-time reporting and faster data access compared to LSA.

  • LSA++ enabl...read more

Add your answer

Q12. diff b/w c and embedded c

Ans.

Embedded C is a subset of the C programming language, specifically designed for programming embedded systems.

  • Embedded C is optimized for resource-constrained systems with limited memory and processing power.

  • It includes additional keywords and features for controlling hardware directly.

  • Embedded C often involves working with microcontrollers, sensors, and other hardware components.

  • Regular C can be used for general-purpose programming on desktop or server systems.

View 1 answer

Q13. what is OSI model?

Ans.

The OSI model is a conceptual framework that standardizes the functions of a communication system into seven layers.

  • The OSI model stands for Open Systems Interconnection model.

  • It was developed by the International Organization for Standardization (ISO) in 1984.

  • The model divides the communication process into seven layers, each with its own specific functions and protocols.

  • The layers are: Physical, Data Link, Network, Transport, Session, Presentation, and Application.

  • Each laye...read more

Add your answer

Q14. what is AM and FM?

Ans.

AM and FM are two types of modulation techniques used in radio broadcasting.

  • AM stands for Amplitude Modulation, where the amplitude of the carrier wave is varied to transmit information.

  • FM stands for Frequency Modulation, where the frequency of the carrier wave is varied to transmit information.

  • AM is commonly used for broadcasting in the medium wave and long wave bands.

  • FM is commonly used for broadcasting in the VHF (Very High Frequency) band.

  • AM signals are more susceptible t...read more

Add your answer

Q15. Explain different types LO Extraction in SAP BW

Ans.

LO Extraction in SAP BW involves different methods to extract data from source systems into BW system.

  • Full extraction - extracts all data from source system

  • Delta extraction - extracts only new or changed data since last extraction

  • Initialization - initial extraction of data from source system

  • Generic extraction - allows extraction of data from any table in source system

View 1 answer

Q16. What is the function of alternator &stator

Ans.

The alternator generates electricity to power the vehicle's electrical system, while the stator is a stationary component that helps produce electricity in the alternator.

  • Alternator converts mechanical energy into electrical energy

  • Stator is a stationary part of the alternator

  • Stator contains wire windings that produce electricity when the rotor spins

  • Alternator charges the battery and powers the electrical system of the vehicle

Add your answer

Q17. What is virtual function

Ans.

A virtual function is a function in a base class that is declared using the keyword 'virtual' and can be overridden by a function with the same signature in a derived class.

  • Virtual functions allow for dynamic polymorphism in object-oriented programming.

  • They are used to achieve runtime polymorphism by allowing a function to be called based on the type of object it is called on.

  • Virtual functions are declared in a base class and can be overridden in derived classes to provide sp...read more

Add your answer

Q18. What is the meaning of QRQC

Ans.

QRQC stands for Quick Response Quality Control, a problem-solving methodology used in manufacturing and engineering.

  • QRQC is a structured approach to identifying and resolving problems quickly

  • It involves cross-functional teams working together to analyze and solve issues

  • QRQC is often used in manufacturing and engineering industries to improve quality and efficiency

  • The process typically involves four steps: identify the problem, contain the issue, analyze the root cause, and im...read more

View 1 answer

Q19. What is prepayment and what is Accrual

Ans.

Prepayment is payment made in advance for goods or services, while accrual is recording revenues and expenses when they are incurred, regardless of when cash is exchanged.

  • Prepayment involves paying for goods or services before receiving them

  • Accrual involves recognizing revenues and expenses when they are incurred, not when cash is exchanged

  • Prepayment is recorded as an asset on the balance sheet until the goods or services are received

  • Accrual ensures that financial statements ...read more

Add your answer

Q20. What is BRS what is Financial Statement

Ans.

BRS stands for Bank Reconciliation Statement, which is a statement prepared to reconcile the balance as per bank statement with the balance as per company's books. Financial statements are reports that show the financial performance and position of a company.

  • BRS is prepared to ensure that the company's records match the bank's records

  • It helps in identifying any discrepancies or errors in recording transactions

  • Financial statements include Balance Sheet, Income Statement, Cash ...read more

Add your answer

Q21. what is the standard?

Ans.

The standard refers to a set of guidelines, specifications, or criteria that define the expected level of quality or performance for a particular product, process, or system.

  • Standards provide a benchmark for quality and ensure consistency and reliability.

  • They help in achieving uniformity and interoperability.

  • Standards can be industry-specific, such as ISO 9001 for quality management systems.

  • They can also be product-specific, like safety standards for electrical appliances.

  • Sta...read more

Add your answer

Q22. diff b/w structure and union

Ans.

Structure is a collection of variables of different data types while union is a collection of variables of same data type.

  • Structure allocates memory for all its variables while union allocates memory for only one variable at a time.

  • Structure is used when we want to store different types of data while union is used when we want to store only one type of data.

  • Structure is accessed using dot operator while union is accessed using arrow operator.

  • Example of structure: struct stude...read more

Add your answer

Q23. What is polymorphism

Ans.

Polymorphism is the ability of a function or method to behave differently based on the object it is acting upon.

  • Polymorphism allows objects of different classes to be treated as objects of a common superclass.

  • It enables a single interface to be used for different data types or classes.

  • Examples include method overloading and method overriding in object-oriented programming.

Add your answer

Q24. Explain the Casting and Forging Machining process flow

Ans.

Casting and forging machining process flow involves several steps to transform raw materials into finished products.

  • Casting process: molten metal is poured into a mold and allowed to solidify

  • Forging process: metal is heated and shaped by applying compressive force

  • Machining process: removing excess material to achieve desired shape and dimensions

  • Common machining techniques include turning, milling, drilling, and grinding

  • Final steps involve inspection, finishing, and quality co...read more

Add your answer

Q25. What is Variable in Bex query

Ans.

Variables in Bex query allow users to input values at runtime to filter data dynamically.

  • Variables can be used to restrict data based on user input

  • They can be defined as mandatory or optional

  • Different types of variables include characteristic, hierarchy node, formula, text, and user entry

  • Example: Creating a variable for fiscal year to allow users to select a specific year

Add your answer

Q26. What do you know about watchdogs?

Ans.

Watchdogs are hardware or software timers that monitor the operation of a system and reset it if it fails to respond within a certain time.

  • Watchdogs are used to ensure the reliability and safety of embedded systems.

  • They can be implemented as hardware or software timers.

  • Watchdogs monitor the system by periodically checking for a response or heartbeat signal.

  • If the system fails to respond within a specified time, the watchdog timer triggers a system reset.

  • Examples of watchdogs ...read more

Add your answer

Q27. How to oversee you training performance

Ans.

Training performance can be overseen through regular evaluations, feedback from participants, and tracking key metrics.

  • Conduct regular evaluations to assess the effectiveness of training programs

  • Collect feedback from participants to understand their learning experience and areas for improvement

  • Track key metrics such as training completion rates, knowledge retention, and application of learning in the workplace

  • Use data analytics to analyze training performance and identify tre...read more

Add your answer

Q28. What do you working software

Ans.

Working software is software that is functional, reliable, and meets the requirements of the end users.

  • Working software should be able to perform the tasks it was designed for without errors or bugs.

  • It should be reliable and consistent in its performance.

  • The software should meet the needs and expectations of the end users.

  • Regular updates and maintenance should be done to ensure the software remains in working condition.

  • Examples: Microsoft Office, Adobe Photoshop, Google Chrom...read more

Add your answer

Q29. Master node and worker node explain

Ans.

Master node manages the cluster and worker nodes perform tasks assigned by the master node.

  • Master node controls the cluster and delegates tasks to worker nodes

  • Worker nodes perform the actual work assigned by the master node

  • Master node maintains the overall state of the cluster and worker nodes report their status to the master node

Add your answer

Q30. What is alternator &stator

Ans.

An alternator is a device that converts mechanical energy into electrical energy, while a stator is the stationary part of a rotary system.

  • Alternator is used in vehicles to charge the battery and power the electrical system

  • Stator is the stationary part of an electric motor or generator

  • Alternator produces alternating current (AC) while stator helps in generating a magnetic field

View 1 answer

Q31. insertion sort implement in c++

Ans.

Insertion sort is a simple sorting algorithm that builds the final sorted array one item at a time.

  • Start from the second element and compare it with the elements before it to find the correct position.

  • Repeat this process for all elements in the array.

  • Time complexity is O(n^2) in the worst case scenario.

  • Example: void insertionSort(string arr[], int n) { for (int i = 1; i < n; i++) { string key = arr[i]; int j = i - 1; while (j >= 0 && arr[j] > key) { arr[j + 1] = arr[j]; j--; ...read more

Add your answer

Q32. matrix chain multiplication DSA problem

Ans.

Matrix chain multiplication is a dynamic programming problem to find the most efficient way to multiply a given sequence of matrices.

  • Use dynamic programming to solve this problem efficiently.

  • Create a 2D array to store the minimum number of multiplications needed to multiply matrices.

  • Iterate over different combinations of matrices to find the optimal solution.

  • Example: For matrices A, B, C with dimensions 10x30, 30x5, 5x60, the optimal way to multiply them is (A(BC)).

Add your answer

Q33. What do you know about RTOS?

Ans.

RTOS stands for Real-Time Operating System. It is an operating system designed for real-time applications.

  • RTOS is specifically designed to handle real-time tasks with strict timing requirements.

  • It provides features like task scheduling, inter-task communication, and resource management.

  • Examples of popular RTOS include FreeRTOS, VxWorks, and QNX.

  • RTOS is commonly used in embedded systems, automotive systems, and industrial control systems.

Add your answer

Q34. Explain pods and nodes in k8s

Ans.

Pods are the smallest deployable units in Kubernetes, consisting of one or more containers sharing resources.

  • Pods are used to run containers in Kubernetes.

  • Each pod has its own IP address and storage resources.

  • Pods can contain multiple containers that share resources like storage and network.

  • Nodes are individual machines in a Kubernetes cluster where pods are deployed.

  • Nodes can run multiple pods, and each node has its own set of resources like CPU and memory.

Add your answer

Q35. Technical issues process and capabilities

Ans.

The technical issues process and capabilities are crucial for a Design Lead.

  • Explain the steps involved in identifying and resolving technical issues.

  • Discuss the tools and technologies you are familiar with for troubleshooting technical problems.

  • Highlight your experience in managing technical issues within a design team.

  • Provide examples of successful problem-solving in previous design projects.

  • Demonstrate your ability to communicate and collaborate with cross-functional teams ...read more

Add your answer

Q36. Memory hierarchy in OS

Ans.

Memory hierarchy in OS refers to the organization of different types of memory in a computer system.

  • Memory hierarchy typically includes registers, cache memory, main memory (RAM), and secondary storage (hard drive, SSD).

  • Registers are the fastest and smallest type of memory, located within the CPU.

  • Cache memory is a small, fast memory located between the CPU and main memory, used to store frequently accessed data.

  • Main memory (RAM) is larger but slower than cache memory, used to...read more

Add your answer

Q37. General manufacturing methods

Add your answer

Q38. Details of Buck and bust converter

Ans.

Buck and boost converters are types of DC-DC converters used to step down or step up voltage levels.

  • Buck converter steps down voltage by turning on and off a switch to control current flow

  • Boost converter steps up voltage by storing energy in an inductor and releasing it to the output

  • Both converters are used in power supplies, battery chargers, and LED drivers

Add your answer

Q39. What is winding

Ans.

Winding is the process of wrapping a material around a core or spool to create a coil or roll.

  • Winding is commonly used in the manufacturing of electrical coils, transformers, inductors, and motors.

  • The material being wound can be wire, thread, yarn, tape, or any other flexible material.

  • The winding process can be done manually or using automated machinery.

  • Examples include winding copper wire around a bobbin to create a transformer coil, or winding thread around a spool for sewi...read more

Add your answer

Q40. What is 52wh word

Ans.

52wh word is a term used in quality engineering to refer to a specific type of problem-solving technique.

  • 52wh word stands for Who, What, Where, When, Why, How, How much, How many, and How often.

  • It is used to systematically analyze a problem by asking these key questions.

  • For example, when faced with a quality issue in a manufacturing process, a quality engineer may use the 52wh word technique to identify the root cause of the problem.

Add your answer

Q41. How buck converter works

Ans.

A buck converter is a type of DC-DC converter that steps down voltage while increasing current.

  • Converts higher voltage to lower voltage

  • Uses inductor and capacitor to store and release energy

  • Efficient for battery-powered devices

  • Example: Charging a smartphone from a higher voltage source

Add your answer

Q42. How to make good quality

Ans.

Good quality can be achieved by implementing strict quality control measures, using high-quality materials, and continuous improvement processes.

  • Implement strict quality control measures to ensure consistency and reliability of products

  • Use high-quality materials to enhance the durability and performance of the products

  • Implement continuous improvement processes such as Six Sigma or Lean manufacturing to identify and eliminate defects

  • Train employees on quality standards and bes...read more

Add your answer

Q43. Suzuki total work process

Ans.

Suzuki total work process involves the entire workflow from production to delivery.

  • Includes manufacturing, inventory management, transportation, and distribution

  • Focuses on efficiency, cost-effectiveness, and timely delivery

  • Utilizes technology for tracking and optimizing processes

  • Involves coordination between suppliers, manufacturers, and distributors

Add your answer

Q44. Explain memory leak.

Ans.

Memory leak is a situation where a program fails to release memory it has allocated, leading to a gradual loss of available memory.

  • Memory leaks occur when a program allocates memory but does not release it when it is no longer needed.

  • This can lead to a gradual decrease in available memory, eventually causing the program or system to crash.

  • Common causes of memory leaks include improper management of dynamic memory allocation and circular references.

  • Examples of memory leaks can...read more

Add your answer

Q45. explain project

Ans.

Developed a web application for tracking project progress and managing tasks

  • Used React.js for front-end development

  • Implemented RESTful APIs using Node.js and Express for back-end

  • Utilized MongoDB for database storage

Add your answer

Q46. 7 years experience

Ans.

Yes, I have 7 years of experience in logistics.

  • Managed end-to-end supply chain operations for multiple clients

  • Implemented cost-saving strategies such as optimizing transportation routes

  • Led a team of logistics coordinators to ensure timely delivery of goods

  • Utilized logistics software to track shipments and inventory levels

Add your answer
Contribute & help others!
Write a review
Share interview
Contribute salary
Add office photos

Interview Process at SIKA Aerospace & Defence

based on 78 interviews
Interview experience
4.0
Good
View more
Interview Tips & Stories
Ace your next interview with expert advice and inspiring stories

Top Interview Questions from Similar Companies

3.7
 • 643 Interview Questions
3.4
 • 520 Interview Questions
4.2
 • 370 Interview Questions
3.6
 • 160 Interview Questions
3.9
 • 157 Interview Questions
4.2
 • 147 Interview Questions
View all
Top Valeo Interview Questions And Answers
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
75 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