Filter interviews by
Git revert is used to undo changes made in a commit by creating a new commit that undoes the changes.
Git revert is used to undo changes made in a specific commit without altering the commit history.
It creates a new commit that undoes the changes introduced by the specified commit.
Git revert is useful for reverting changes without losing the commit history or affecting other team members' work.
Example: git revert
Jenkins node is a machine that executes tasks as part of a Jenkins build process.
Jenkins nodes can be physical machines or virtual machines.
Nodes can be configured to run specific types of jobs or tasks.
Nodes help distribute workload and improve efficiency in Jenkins pipelines.
Nodes can be named based on their functionality, purpose, or position in a hierarchy.
Name based on functionality (e.g. loginNode, paymentNode)
Name based on purpose (e.g. validationNode, processingNode)
Name based on position in hierarchy (e.g. parentNode, childNode)
Jenkins has a wide range of plugins for various functionalities.
Pipeline plugins (e.g. Pipeline, Multibranch Pipeline)
SCM plugins (e.g. Git, SVN)
Build and test plugins (e.g. Maven, JUnit)
Notification plugins (e.g. Email, Slack)
Monitoring plugins (e.g. Prometheus, Grafana)
Jenkins library is a collection of reusable code that can be shared across multiple Jenkins pipelines.
Jenkins library allows for code reuse and sharing across pipelines
It helps in maintaining consistency and reducing duplication of code
Libraries can be stored in version control systems like Git and referenced in Jenkins pipelines
Integrating other tools to Jenkins involves using plugins and configuring build pipelines.
Install the necessary plugins for the tools you want to integrate with Jenkins
Configure the tools in Jenkins global configuration settings
Create build pipelines that include steps for interacting with the integrated tools
Use Jenkins API to automate interactions with external tools
Docker is a containerization platform for running applications in isolated environments, while Docker Swarm is a tool for orchestrating multiple Docker containers across multiple hosts.
Docker is used for creating and managing containers, while Docker Swarm is used for managing multiple containers across multiple hosts.
Docker is suitable for single host deployments, while Docker Swarm is suitable for multi-host deployme...
K8s is a container orchestration tool while Docker Swarm is a clustering and scheduling tool for Docker containers.
K8s is more widely used and has a larger community support compared to Docker Swarm.
K8s supports more advanced features like auto-scaling, self-healing, and rolling updates.
Docker Swarm is easier to set up and manage for smaller scale deployments.
K8s uses declarative configuration while Docker Swarm uses i...
Git hooks are scripts that run automatically before or after certain Git commands are executed.
Git hooks are customizable scripts that can be triggered by specific Git events.
They can be used to enforce coding standards, run tests, or automate deployment processes.
Examples of Git hooks include pre-commit, post-commit, pre-push, and post-merge hooks.
HTTPS is a secure communication protocol used for secure communication over the internet. SSH cloning is a method of cloning a repository using the SSH protocol.
HTTPS stands for Hypertext Transfer Protocol Secure and is used to secure communication over the internet.
It encrypts the data being transmitted between the client and the server, providing a secure connection.
SSH cloning is a method of cloning a Git repository...
I am a skilled BSW tester with experience in testing high-level benches and scripting in CAPL.
Requirement analysis involves understanding the specifications and functionalities of the high-level bench.
Test case design includes creating test scenarios based on the requirements.
Test execution involves running the test cases on the bench and analyzing the results.
Defect reporting includes documenting any issues found duri...
UDS stands for Unified Diagnostic Services, used in automotive testing. UDS frames are messages exchanged between a tester and an ECU.
UDS is a protocol used for diagnostic communication in vehicles.
UDS frames consist of a header and data bytes, with different types like request, response, and error frames.
Standard frames are used for normal communication, while error frames indicate issues in communication.
Sensors in v...
The DSpace control desk manages the overall operation of the BSW system, while the automation desk handles automated testing processes.
DSpace control desk oversees system operation and configuration
Automation desk manages automated testing processes
DSpace control desk ensures smooth functioning of BSW system
Automation desk executes test cases and reports results
Python is a popular programming language known for its simplicity and readability.
Python is an interpreted, high-level, general-purpose programming language.
It supports multiple programming paradigms such as procedural, object-oriented, and functional programming.
An example script for abs event in Python would be: def abs_event(number): return abs(number)
The project is a software testing initiative for a BSW system.
Testing the functionality of the Basic Software (BSW) system
Identifying and fixing bugs in the system
Ensuring the system meets the specified requirements
Collaborating with developers to improve system performance
I applied via Company Website and was interviewed in Dec 2024. There were 4 interview rounds.
What people are saying about Bosch Global Software Technologies
I was interviewed in Jan 2025.
Encryption is the process of converting data into a code to prevent unauthorized access. Cryptography is the study of secure communication techniques.
Encryption is used to protect sensitive data by converting it into a secure format that can only be accessed with a decryption key.
Cryptography involves creating and analyzing protocols that prevent third parties from reading private information.
Common encryption algorith...
Bosch Global Software Technologies interview questions for popular designations
I applied via Referral and was interviewed in Dec 2024. There were 3 interview rounds.
Topics on electronics and C programming
Program to generate Fibonacci sequence
Start with two initial numbers, 0 and 1
Add the previous two numbers to get the next number in the sequence
Repeat this process to generate the Fibonacci sequence
Example: 0, 1, 1, 2, 3, 5, 8, 13, ...
Get interview-ready with Top Bosch Global Software Technologies Interview Questions
JK flip-flop is a sequential logic circuit with two inputs (J and K) and two outputs (Q and Q').
JK flip-flop is a type of flip-flop that can be used to store one bit of data.
It has two inputs: J (set) and K (reset), and two outputs: Q and Q' (complement of Q).
The output of a JK flip-flop changes based on the current state and the inputs.
It can be used to implement counters, shift registers, and other sequential logic c
Developed a web-based student management system for tracking attendance and grades.
Collaborated with team members to design database schema and user interface
Implemented features such as student registration, attendance tracking, and grade calculation
Utilized technologies like HTML, CSS, JavaScript, PHP, and MySQL
Tested the system for functionality and performance
Presented the project to faculty and received positive f
I applied via Campus Placement
It was related to Aptitude MCQ and 2-coding test
A palindrome of a number is a number that remains the same when its digits are reversed.
To check if a number is a palindrome, reverse the number and compare it with the original number.
Examples: 121 is a palindrome, 123 is not a palindrome.
Merging two linked lists involves combining the elements of both lists into a single list.
Create a new linked list to store the merged elements
Traverse through both linked lists and add elements to the new list
Handle cases where one list is longer than the other
I was interviewed before Mar 2024.
I applied via Job Portal and was interviewed in Sep 2024. There was 1 interview round.
Automation Anywhere architecture consists of Control Room, Bot Creators, and Bot Runners.
Control Room acts as a centralized hub for managing bots, scheduling tasks, and monitoring performance.
Bot Creators are used to design and create bots by recording tasks or using pre-built actions.
Bot Runners execute the automated tasks created by Bot Creators on various machines.
The architecture also includes a Bot Store for acces...
Hypercare phase is a period after implementation where extra support is provided to ensure smooth transition and address any issues.
Hypercare phase typically lasts for a few weeks to a few months after implementation
During hypercare phase, additional resources are allocated to address any issues or concerns raised by users
Regular check-ins and follow-ups are conducted to ensure that the system is functioning as expecte...
RPA life cycle involves identifying processes, designing bots, testing, deploying, and monitoring for continuous improvement.
Identification of processes suitable for automation
Designing and developing RPA bots to automate the identified processes
Testing the bots to ensure they work as intended
Deploying the bots into production environment
Monitoring the bots' performance and making improvements as needed
Some of the top questions asked at the Bosch Global Software Technologies interview -
The duration of Bosch Global Software Technologies interview process can vary, but typically it takes about less than 2 weeks to complete.
based on 286 interviews
Interview experience
based on 4.4k reviews
Rating in categories
Senior Software Engineer
6.5k
salaries
| ₹0 L/yr - ₹0 L/yr |
Senior Engineer
2.7k
salaries
| ₹0 L/yr - ₹0 L/yr |
Software Engineer
2.7k
salaries
| ₹0 L/yr - ₹0 L/yr |
Associate Software Engineer
1.9k
salaries
| ₹0 L/yr - ₹0 L/yr |
Specialist
1.5k
salaries
| ₹0 L/yr - ₹0 L/yr |
Mercedes-Benz Research and Development India
Capgemini
Accenture
TCS