Upload Button Icon Add office photos

Bosch Global Software Technologies

Compare button icon Compare button icon Compare

Proud winner of ABECA 2024 - AmbitionBox Employee Choice Awards

zig zag pattern zig zag pattern

Filter interviews by

Bosch Global Software Technologies Technology Specialist Interview Questions and Answers

Updated 21 Apr 2024

Bosch Global Software Technologies Technology Specialist Interview Experiences

2 interviews found

Technology Specialist Interview Questions & Answers

user image Ashutosh Dwivedi

posted on 8 Aug 2022

I applied via Naukri.com and was interviewed in Feb 2022. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Oops concept,WPF, basic c#, project based scenarios, multi threading, design patterns, solid principles,
Round 2 - Technical 

(1 Question)

  • Q1. Project based scenarios for design patterns and solid principles
Round 3 - HR 

(1 Question)

  • Q1. Salary negotiation, date of joining

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus on c# basics along with project based scenarios for design patterns and solid principles
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before Apr 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Questions based on resume
  • Q2. What is inheritance
  • Ans. 

    Inheritance is a concept in object-oriented programming where a class can inherit attributes and methods from another class.

    • Allows for code reusability and promotes the concept of 'is-a' relationship

    • Derived class can access the properties and methods of the base class

    • Types of inheritance include single, multiple, multilevel, and hierarchical inheritance

  • Answered by AI

Technology Specialist Interview Questions Asked at Other Companies

Q1. Did ur app crash if so how u figured out which component led to c ... read more
asked in SAP
Q2. How would you design a Machine Learning algorithm to prioritize l ... read more
asked in Coforge
Q3. What is the description of Object-Oriented Programming (OOP) in C ... read more
asked in Wipro
Q4. Write program to get common number from two arraylist using java ... read more
Q5. how to improve performance in oracle forms

Interview questions from similar companies

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

I applied via Naukri.com and was interviewed in Nov 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. List the IT profiles that you have worked upon.
  • Q2. What are the major skills of a Php Developer?
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Exolain jvm Architecture
  • Q2. Write pallindrome code
  • Ans. 

    A palindrome code is a program that checks if a given string reads the same forwards and backwards.

    • Create a function that takes a string as input

    • Reverse the string and compare it to the original string

    • Return true if they are the same, false otherwise

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is rdbms in sql
  • Ans. 

    RDBMS stands for Relational Database Management System in SQL.

    • RDBMS is a type of database management system that stores data in a structured format using rows and columns.

    • It allows users to establish relationships between different data sets.

    • SQL (Structured Query Language) is commonly used to interact with RDBMS.

    • Examples of RDBMS in SQL include MySQL, Oracle, and SQL Server.

  • Answered by AI
  • Q2. What is polymorphism
  • Ans. 

    Polymorphism is the ability of a single function or method to operate on different types of data.

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

    • It enables a single interface to represent multiple data types.

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

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Good

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Recruitment Consulltant and was interviewed in Feb 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. 1. Current Project architecture 2. How do you design micro services to scalable 3. How do you ensure ci/cd working as expected 4. What is oauth 5. Which Authorization servers you worked
  • Ans. 

    Answering questions related to current project architecture, designing scalable micro services, ensuring CI/CD, OAuth, and authorization servers.

    • Current project architecture involves a detailed analysis of the existing system, identifying key components, and designing a scalable solution.

    • Designing micro services to be scalable requires breaking down the application into smaller, independent services that can be easily ...

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Nov 2022. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Technical 

(4 Questions)

  • Q1. What is a trigger
  • Ans. 

    A trigger is an event or condition that initiates a specific action or process.

    • Triggers are commonly used in programming and databases.

    • They can be used to automate tasks or initiate processes based on certain conditions.

    • Examples include a trigger that sends an email when a new user registers on a website, or a trigger that updates a database record when a certain field is changed.

    • Triggers can also be used in marketing ...

  • Answered by AI
  • Q2. What is right outer join
  • Ans. 

    Right outer join returns all records from the right table and matching records from the left table.

    • It includes all the records from the right table and only matching records from the left table.

    • If there is no match in the left table, the result will contain NULL values.

    • It is denoted by RIGHT OUTER JOIN or RIGHT JOIN keyword in SQL.

    • Example: SELECT * FROM right_table RIGHT JOIN left_table ON right_table.id = left_table.i

  • Answered by AI
  • Q3. What are types in Oracle
  • Ans. 

    Types in Oracle are data types that define the type of data that can be stored in a column or variable.

    • Oracle has several built-in data types such as NUMBER, VARCHAR2, DATE, and CLOB.

    • NUMBER is used to store numeric values, VARCHAR2 is used to store character strings, DATE is used to store dates and times, and CLOB is used to store large character strings.

    • Oracle also supports user-defined data types, which can be create...

  • Answered by AI
  • Q4. What is an array type
  • Ans. 

    An array type is a data type that stores a collection of elements of the same data type in a contiguous memory location.

    • Arrays can be one-dimensional or multi-dimensional

    • Elements in an array can be accessed using an index

    • Arrays can be initialized with a fixed size or dynamically resized

    • Examples of array types include int[], double[], and string[]

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. About yourself and last company

Interview Preparation Tips

Interview preparation tips for other job seekers - Technical round is bit difficult, review all the plsql concepts

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Company Website and was interviewed before Nov 2023. There were 2 interview rounds.

Round 1 - Coding Test 

1 dsa question and aptitude

Round 2 - HR 

(2 Questions)

  • Q1. Tell me about yourself
  • Q2. Worst phase of your life

Interview Preparation Tips

Interview preparation tips for other job seekers - Be calm
Interview experience
4
Good
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Apr 2023. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Technical stack worked upon, explain current project architecture, pillers of software architecture , How do you implement security in your project

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident while responding to question, Let your resume reflect exact knowledge you have.

Interview Questionnaire 

1 Question

  • Q1. In-depth basic questions on Apex, Lightning, Asynchronous Process, Permissions.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident when you are answering, and show them you are ready to learn and work on new things.

Bosch Global Software Technologies Interview FAQs

How many rounds are there in Bosch Global Software Technologies Technology Specialist interview?
Bosch Global Software Technologies interview process usually has 2 rounds. The most common rounds in the Bosch Global Software Technologies interview process are Technical and HR.
What are the top questions asked in Bosch Global Software Technologies Technology Specialist interview?

Some of the top questions asked at the Bosch Global Software Technologies Technology Specialist interview -

  1. What is inherita...read more
  2. Oops concept,WPF, basic c#, project based scenarios, multi threading, design pa...read more
  3. Project based scenarios for design patterns and solid princip...read more

Tell us how to improve this page.

Bosch Global Software Technologies Technology Specialist Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
Genpact Interview Questions
3.8
 • 3.1k Interviews
LTIMindtree Interview Questions
3.8
 • 3k Interviews
DXC Technology Interview Questions
3.7
 • 810 Interviews
Mphasis Interview Questions
3.4
 • 806 Interviews
Nagarro Interview Questions
4.0
 • 777 Interviews
View all
Bosch Global Software Technologies Technology Specialist Salary
based on 41 salaries
₹10.6 L/yr - ₹29 L/yr
29% more than the average Technology Specialist Salary in India
View more details

Bosch Global Software Technologies Technology Specialist Reviews and Ratings

based on 5 reviews

4.3/5

Rating in categories

4.3

Skill development

4.8

Work-life balance

3.0

Salary

5.0

Job security

4.6

Company culture

3.3

Promotions

4.3

Work satisfaction

Explore 5 Reviews and Ratings
Senior Software Engineer
6.5k salaries
unlock blur

₹6.1 L/yr - ₹20 L/yr

Senior Engineer
2.7k salaries
unlock blur

₹6.5 L/yr - ₹23 L/yr

Software Engineer
2.7k salaries
unlock blur

₹4 L/yr - ₹11.5 L/yr

Associate Software Engineer
1.8k salaries
unlock blur

₹3 L/yr - ₹9.4 L/yr

Specialist
1.5k salaries
unlock blur

₹10 L/yr - ₹33 L/yr

Explore more salaries
Compare Bosch Global Software Technologies with

Mercedes-Benz Research and Development India

3.9
Compare

Capgemini

3.7
Compare

Accenture

3.8
Compare

TCS

3.7
Compare
Did you find this page helpful?
Yes No
write
Share an Interview