Full Sentences Flashcards

1
Q

Das Testen von Steuergeräten ist wichtig für die Qualität.

A

Testing control units is important for quality.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Die Softwarefreigabe kann lange und frustrierend sein.

A

Software release can be long and frustrating.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Ohne das Steuergerät kann der Testingenieur nicht testen.

A

Without the control unit, the test engineer cannot test.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Wenn das Steuergerät da ist, treten oft Hardwarefehler auf.

A

When the control unit arrives, hardware errors often appear.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Fehler verhindern weitere Tests.

A

Errors prevent further testing.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Der Entwickler versteht manchmal Anforderungen falsch.

A

The developer sometimes misunderstands requirements.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Die Software muss oft überarbeitet werden.

A

The software often needs revision.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Kurz vor Produktionsstart gibt es oft viele Probleme.

A

Just before production starts, there are often many problems.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Vector hat “vVirtual Target” entwickelt.

A

Vector developed “vVirtual Target.”

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Mit Virtualisierung kann Software früher getestet werden.

A

Virtualization allows earlier software testing.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

“vVirtual Target” gibt es als Pro und Basic.

A

“vVirtual Target” comes in Pro and Basic versions.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Die Pro-Version testet Funktionen früh.

A

The Pro version tests functions early.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Virtualisierung hilft, Fehler schneller zu finden.

A

Virtualization helps find errors faster.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

AUTOSAR-Schnittstellen sind standardisiert.

A

AUTOSAR interfaces are standardized.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Model-in-the-Loop nutzt andere Schnittstellen.

A

Model-in-the-Loop uses different interfaces.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Tests können ohne Hardware durchgeführt werden.

A

Tests can be done without hardware.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
17
Q

Synchronisierung der Basissoftware spart Zeit.

A

Synchronizing the basic software saves time.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
18
Q

Entwickler können Probleme frühzeitig lösen.

A

Developers can solve problems early.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
19
Q

Wir müssen die Anforderungen noch einmal überprüfen.

A

We need to review the requirements again.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
20
Q

Gibt es eine Dokumentation für diese Funktion?

A

Is there documentation for this function?

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
21
Q

Diese Änderung könnte unerwartete Nebenwirkungen haben.

A

This change might have unexpected side effects.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
22
Q

Die Implementierung entspricht nicht der Spezifikation.

A

The implementation does not match the specification.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
23
Q

Können wir ein Code-Refactoring in Betracht ziehen?

A

Can we consider a code refactoring?

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
24
Q

Diese Lösung ist nicht skalierbar.

A

This solution is not scalable.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
25
Wir sollten eine bessere Fehlerbehandlung implementieren.
We should implement better error handling.
26
Ich werde einen Unit-Test für diese Funktion schreiben.
I will write a unit test for this function.
27
Der Code ist schwer verständlich, bitte füge Kommentare hinzu.
The code is hard to understand, please add comments.
28
Kannst du erklären, warum du diese Lösung gewählt hast?
Can you explain why you chose this solution?
29
Es gibt eine effizientere Methode, das zu lösen.
There is a more efficient way to solve this.
30
Diese Variable hat einen unklaren Namen.
This variable has an unclear name.
31
Der Code verletzt das Prinzip der Wiederverwendbarkeit.
The code violates the principle of reusability.
32
Hier könnte es zu einem Speicherleck kommen.
This could lead to a memory leak.
33
Die Namenskonventionen sollten einheitlich sein.
The naming conventions should be consistent.
34
Der Fehler tritt nur unter bestimmten Bedingungen auf.
The bug only occurs under certain conditions.
35
Hast du das Problem in einer Debug-Session nachgestellt?
Did you reproduce the issue in a debug session?
36
Ich kann den Fehler auf meinem System nicht reproduzieren.
I cannot reproduce the issue on my system.
37
Wir sollten ein Logging-System hinzufügen, um das Problem zu analysieren.
We should add a logging system to analyze the problem.
38
Diese Funktion verursacht eine Endlosschleife.
This function causes an infinite loop.
39
Das Verhalten unterscheidet sich zwischen verschiedenen Plattformen.
The behavior differs between different platforms.
40
Können wir einen Breakpoint setzen und das prüfen?
Can we set a breakpoint and check that?
41
Welche Eingaben führen zu diesem Fehler?
Which inputs cause this error?
42
Wir müssen die Speicherzuweisung überprüfen.
We need to check the memory allocation.
43
Der Test schlägt auf unserem CI-Server fehl.
The test is failing on our CI server.
44
Können wir eine Regression ausschließen?
Can we rule out a regression?
45
Das Problem tritt nur unter hoher Last auf.
The issue only occurs under high load.
46
Die Testabdeckung für dieses Modul ist zu gering.
The test coverage for this module is too low.
47
Diese Änderung sollte durch Integrationstests abgesichert werden.
This change should be secured by integration tests.
48
Können wir ein Mock-Objekt verwenden, um das zu simulieren?
Can we use a mock object to simulate that?
49
Ich habe Erfahrung mit der Softwareentwicklung im Automobilbereich.
I have experience in software development in the automotive field.
50
Ich habe an verschiedenen Projekten gearbeitet, die sich in unterschiedlichen Phasen des V-Zyklus befanden.
I have worked on various projects at different stages of the V-cycle.
51
Meine Aufgaben umfassten die Entwicklung, das Testen und die Integration von Software.
My tasks included software development, testing, and integration.
52
Ich habe Software für Steuergeräte entwickelt und getestet.
I have developed and tested software for control units.
53
Ich habe Erfahrung mit verschiedenen AUTOSAR-Stacks und deren Integration.
I have experience with different AUTOSAR stacks and their integration.
54
Ich habe sowohl mit klassischem AUTOSAR als auch mit Adaptive AUTOSAR gearbeitet.
I have worked with both Classic AUTOSAR and Adaptive AUTOSAR.
55
Ich kenne mich mit der Konfiguration und Anpassung von AUTOSAR-Softwarekomponenten aus.
I am familiar with the configuration and customization of AUTOSAR software components.
56
Ich habe an der Entwicklung und Integration von Basissoftware gearbeitet.
I have worked on the development and integration of basic software.
57
Ich habe Unit-Tests, Integrationstests und Systemtests durchgeführt.
I have performed unit tests, integration tests, and system tests.
58
Ich habe automatisierte Tests entwickelt, um die Qualität der Software zu verbessern.
I have developed automated tests to improve software quality.
59
Ich habe Erfahrung mit Debugging und Fehleranalyse in eingebetteten Systemen.
I have experience with debugging and error analysis in embedded systems.
60
Ich arbeite mit Tools wie Vector CANoe, DaVinci Configurator und anderen Entwicklungswerkzeugen.
I work with tools like Vector CANoe, DaVinci Configurator, and other development tools.
61
Ich habe an der Integration von Software in bestehende Steuergeräte gearbeitet.
I have worked on integrating software into existing control units.
62
Ich bin mit der Kommunikation über CAN, LIN und Ethernet vertraut.
I am familiar with communication via CAN, LIN, and Ethernet.
63
Ich habe Erfahrung mit Echtzeitbetriebssystemen für eingebettete Systeme.
I have experience with real-time operating systems for embedded systems.
64
Ich arbeite eng mit Testingenieuren und Systementwicklern zusammen.
I work closely with test engineers and system developers.
65
Ich bin es gewohnt, mit internationalen Teams zusammenzuarbeiten.
I am used to working with international teams.
66
Ich habe an der Optimierung der Software-Performance gearbeitet.
I have worked on optimizing software performance.
67
Ich habe Code-Reviews durchgeführt und Verbesserungsvorschläge gemacht.
I have conducted code reviews and suggested improvements.
68
Ich habe die Implementierung von Sicherheitsmechanismen für Steuergeräte unterstützt.
I have supported the implementation of security mechanisms for control units.
69
Ich habe Erfahrung mit funktionaler Sicherheit und ISO 26262.
I have experience with functional safety and ISO 26262.
70
Ich bin mit agilen Entwicklungsmethoden wie Scrum vertraut.
I am familiar with agile development methods such as Scrum.
71
Ich habe Software-Architekturen entworfen und dokumentiert.
I have designed and documented software architectures.
72
Ich habe an der Entwicklung von Bootloadern für Steuergeräte gearbeitet.
I have worked on the development of bootloaders for control units.
73
Ich bin es gewohnt, komplexe technische Probleme zu lösen.
I am used to solving complex technical problems.