Pages

225 [Latest] AUTOSAR Interview Questions and Answers PDF


Real Time AUTOSAR Interview Questions and Answers PDF


•    What Is Autosar?
AUTOSAR (Automotive Open System Architecture) is a standardization initiative of leading automotive manufacturers and suppliers that was founded in autumn of 2003. The goal is the development of a reference architecture for ECU software that can manage the growing complexity of ECUs in modern vehicles.

•    What Is Swc?
An SWC file is a package of precompiled Flash symbols and ActionScript code that allows a Flash or Flex developer to distribute classes and assets, or to avoid recompiling symbols and code that will not change. ... They are sometimes referred to as class libraries and cannot be directly executed by the Flash Player.
Basic AUTOSAR Interview Questions

•    What Is Can And Its Uses?
1. CAN is a multi-master broadcast serial bus standard for connecting electronic control unit (ECUs).
2. Controller–area network (CAN or CAN-bus) is a vehicle bus standard designed to allow microcontrollers  a devices to communicate with each other within a vehicle without a host computer.
3. CAN is a message-based protocol, designed specifically for automotive applications but now also used in other areas such as industrial automation and medical equipment.
4. The Controller Area Network (CAN) bus is a serial asynchronous bus used in instrumentation applications for industries such as automobiles.
USES:
o    More reliably, e.g., fewer plug-in connectors that might cause errors.
o    Wiring less complicated, more economic.
o    Easy to implement, changes, too.
o    Additional elements (e.g., control units) are easy to integrate.
o    Installation place exchangeable without electric problems.
o    Wire may be diagnosed.

•    What Are The Can Frame Works?
o    SOF – 1 Dominant
o    Arbitration Field – 11 bit Identifier, 1 bit RTR (or) 11 bit, 1SRR, 1IDE, 18 bit, 1RTR
o    Control Field – IDE, r0, 4 bits (DLC)
o    Data Field – (0-8) Bytes
o    CRC Field – 15 bits, Delimiter (1 bit recessive)
o    ACK Field – 1 bit, Delimiter (1 bit recessive)
o    EOF – 7 bits recessive
o    IFS – 3 bits recessive
o    Types of frames – Data, remote, Error frame and Overload frame
o    Types of errors – ACK error, Bit error, Stuff error, Form error, CRC error
o    Error frame – 0-12 superposition flags, 8 recessive (Delimiter)
o    Overload frame – 0-12 superposition flags, 8 recessive (Delimiter)

•    Why Can Is Having 120 Ohms At Each End?
To minimize the reflection reference, to reduce noise. To ensure that reflection does not cause communication failure, the transmission line must be terminated.

•    Why Can Is Message Oriented Protocol?
CAN protocol is a message-based protocol, not an address based protocol. This means that messages are not transmitted from one node to another node based on addresses. Embedded in the CAN message itself is the priority and the contents of the data being transmitted. All nodes in the system receive every message transmitted on the bus (and will acknowledge if the message was properly received). It is up to each node in the system to decide whether the message received should be immediately discarded or kept to be processed.
A single message can be destined for one particular node to receive, or many nodes based on the way the network and system are designed. For example, an automotive airbag sensor can be connected via CAN to a safety system router node only. This router node takes in other safety system information and routes it to all other nodes on the safety system network. Then all the other nodes on the safety system network can receive the latest airbag sensor information from the router at the same time, acknowledge if the message was received properly, and decide whether to utilize this information or discard it.

•    Can Logic What It Follows?
Wired AND logic.

•    What Is Can Arbitration?
CAN Arbitration is nothing but the node trying to take control on the CAN bus.

•    How Can Will Follow The Arbitration?
CSMA/CD + AMP (Arbitration on Message Priority)
Two bus nodes have got a transmission request. The bus access method is CSMA/CD+AMP (Carrier Sense Multiple Access with Collision Detection and Arbitration on Message Priority). According to this algorithm both network nodes wait until the bus is free (Carrier Sense). In that case the bus is free both nodes transmit their dominant start bit (Multiple Access). Every bus node reads back bit by bit from the bus during the complete message and compares the transmitted value with the received value.
As long as the bits are identical from both transmitters nothing happens. The first time there was a difference – in this example the 7th bit of the message – the arbitration process takes place: Node A transmits a dominant level, node B transmits a recessive level. The recessive level will be overwritten by the dominant level.
This is detected by node B because the transmitted value is not equal to the received value (Collision Detection). At this point of time node B has lost the arbitration, stops the transmission of any further bit immediately and switches to receive mode, because the message that has won the arbitration must possibly be processed by this node (Arbitration on Message Priority)
For example, consider three CAN devices each trying to transmit messages:
•  Device 1 – address 433 (decimal or 00110110001 binary)
•  Device 2 – address 154 (00010011010)
•  Device 3 – address 187 (00010111011)
Assuming all three see the bus is idle and begin transmitting at the same time, this is how the arbitration works out. All three devices will drive the bus to a dominant state for the start-of-frame (SOF) and the two most significant bits of each message identifier.
Each device will monitor the bus and determine success. When they write bit 8 of the message ID, the device writing message ID 433 will notice that the bus is in the dominant state when it was trying to let it be recessive, so it will assume a collision and give up for now. The remaining devices will continue writing bits until bit 5, then the device writing message ID 187 will notice a collision and abort transmission. This leaves the device writing message ID 154 remaining.
It will continue writing bits on the bus until complete or an error is detected. Notice that this method of arbitration will always cause the lowest numerical value message ID to have priority. This same method of bit-wise arbitration and prioritization applies to the 18-bit extension in the extended format as well.

•    What Is The Speed Of Can?
40m @1Mbps and if the cable length increases will decrease the speed, due to RLC on the cable.

•    If Master Sends 764 And Slave Sends 744 Which Will Get The Arbitration?
Starts from MSB, first nibble is same, Master sends 7, slaves also sends 7 the message with more dominant bits will gain the arbitration, lowest the message identifier higher the priority.

•    Standard Can And Extended Can Difference?
Number of identifiers can be accommodated for standard frame are 2power11.
 Number of identifiers more compare to base frame, for extended frame are 2power29.
o    IDE bit – 1 for extended frame.
o    IDE bit – 0 for Standard frame.

•    What Is Bit Stuffing?
CAN uses a Non-Return-to-Zero protocol, NRZ-5, with bit stuffing. The idea behind bit stuffing is to provide a guaranteed edge on the signal so the receiver can resynchronize with the transmitter before minor clock discrepancies between the two nodes can cause a problem. With NRZ-5 the transmitter transmits at most five consecutive bits with the same value. After five bits with the same value (zero or one), the transmitter inserts a stuff bit with the opposite state.

•    What Is The Use Of Bit Stuffing?
Long NRZ messages cause problems in receivers:
• Clock drift means that if there are no edges, receivers lose track of bits.
• Periodic edges allow receiver to resynchronize to sender clock.

•    What Are The Functions Of Can Transceiver?
The transceiver provides differential transmit capability to the bus and differential receive capability to the CAN controller. Transceiver provides an advanced interface between the protocol controller and the physical bus in a Controller Area Network (CAN) node.
Typically, each node in a CAN system must have a device to convert the digital signals generated by a CAN controller to signals suitable for transmission over the bus cabling (differential output). It also provides a buffer between the CAN controller and the high-voltage spikes that can be generated on the CAN bus by outside sources (EMI, ESD, electrical transients, etc.).
The can transceiver is a device which detects the signal levels that are used on the CAN bus to the logical signal levels recognized by a microcontroller.

•    Functionality Of Data Link Layer In Can?
LLC (Logical Link Control): Overload control, notification, Message filtering and Recovery management functions.
MAC (Medium Access Control): Encapsulation/ de-capsulation, error detection and control, stuffing and de-stuffing and serialization/de-serialization.

•    What Is Meant By Synchronization?
Synchronization is timekeeping which requires the coordination of events to operate a system in unison.

•    What Is Meant By Hard Synchronization And Soft Synchronization?
Hard Synchronization to be performed at every edge from recessive-to-dominant edge during Bus Idle. Additionally, Hard Synchronization is required for each received SOF bit. An SOF bit can be received both during Bus Idle, and also during Suspend Transmission and at the end of Interframe Space. Any node disables Hard Synchronization if it samples an edge from recessive to dominant or if it starts to send the dominant SOF bit.
Two types of synchronization are supported:
o    Hard synchronization is done with a falling edge on the bus while the bus is idle, which is interpreted as a Start of frame (SOF). It restarts the internal Bit Time Logic.
o    Soft synchronization is used to lengthen or shorten a bit time while a CAN frame is received.

•    What Is The Difference Between Function And Physical Addressing?
Functional addressing is an addressing scheme that labels messages based upon their operation code or content. Physical addressing is an addressing scheme that labels messages based upon the physical address location of their source and/or destination(s).

•    What Is Kwp2000?
KWP 2000(ISO14230) is a Diagnostic communications standard. Specifies possible system configurations using the K & L lines. As 9141-2 but limited to the physical characteristics. Specifies possible system configurations using the K & L lines.
5 Baud wake up as 9141- 2
New fast initialisation method

•    What Is Obdii?
On-Board Diagnostics in an automotive context is a generic term referring to a vehicle’s self-diagnostic and reporting capability.

•    Why Diagnostic Standards?
As systems got more complex the link between cause and symptom became less obvious. This meant that electronic systems had to have some level of self diagnosis and to communicate to the outside world. Initially many systems used their own protocols which meant that garages had to have a large number of tools – even to diagnose a single vehicle.

•    What Is Meant By Verification And Validation?
Verification and Validation (V&V) is the process of checking that a software system meets specifications and that it fulfills its intended purpose. It is normally part of the software testing process of a project.
According to the Capability Maturity Model (CMMI-SW v1.1),
Verification: The process of evaluating software to determine whether the products of a given development phase satisfy the conditions imposed at the start of that phase.
Validation: The process of evaluating software during or at the end of the development process to determine whether it satisfies specified requirements.
Verification shows conformance with specification; validation shows that the program meets the customer’s needs.

•    Can You Have Two Transmitters Using The Same Exact Header Field?
No that would produce a bus conflict.

• Unless you have middleware that ensures only one node can transmit at a time.
For example: use a low priority message as a token to emulate token-passing.

•    Formula For Baudrate Calculation?
The baud rate is calculated as:
baud rate (bits per second) = 18.432 x 10^6 / BRP / (1 + TSEG1 + TSEG2)

•    What Happen When Two Can Nodes Are Sending Same Identifier At A Same Time?
Two nodes on the network are not allowed to send messages with the same id. If two nodes try to send a message with the same id at the same time arbitration will not work. Instead, one of the transmitting nodes will detect that his message is distorted outside of the arbitration field.
The nodes will then use the error handling of CAN, which in this case ultimately will lead to one of the transmitting node being switched off (bus-off mode).


Latest AUTOSAR Interview Questions for freshers and Experienced pdf

1 comment:



  1. My name is Leah Brown, I'm a happy woman today? I told myself that any loan lender that could change my life and that of my family after having been scammed separately by these online loan lenders, I will refer to anyone who is looking for loan for them. It gave me and my family happiness, although at first I had a hard time trusting him because of my experiences with past loan lenders, I needed a loan of $300,000.00 to start my life everywhere as single mother with 2 children, I met this honest and God fearing online loan lender Gain Credit Loan who helped me with a $300,000.00 loan, working with a loan company Good reputation. If you are in need of a loan and you are 100% sure of paying the loan please contact (gaincreditloan1@gmail.com)

    ReplyDelete