Add office photos
Employer?
Claim Account for FREE

Bosch Global Software Technologies

4.0
based on 4.2k Reviews
Proud winner of ABECA 2024 - AmbitionBox Employee Choice Awards
Filter interviews by

10+ Gmoney Pvt. Ltd. Interview Questions and Answers

Updated 24 Nov 2024
Popular Designations

Q1. How you will perform diagnosis on Automotive when your senior is not nearby

Ans.

To diagnose automotive issues when senior is not nearby, I would rely on my knowledge, experience, and available resources.

  • Utilize diagnostic tools and equipment to identify and troubleshoot problems

  • Refer to technical manuals, online resources, and forums for guidance

  • Collaborate with colleagues or seek advice from experts remotely

  • Use logical reasoning and problem-solving skills to analyze symptoms and potential causes

  • Document observations, perform tests, and gather data for f...read more

Add your answer

Q2. What is the current project and block diagram of the hw used

Ans.

The current project involves designing a new embedded system for a smart home automation application.

  • The project includes developing hardware components such as sensors, actuators, and microcontrollers.

  • The block diagram consists of interconnected modules for different functionalities like security, lighting control, and energy management.

  • Example: Sensors detect motion and send signals to the microcontroller, which triggers the lighting control module to turn on the lights.

  • Exa...read more

Add your answer

Q3. Develope simulink model to create filtered signal in 3 different ways

Ans.

Develop a Simulink model to create filtered signal in 3 different ways

  • Use different types of filters such as low-pass, high-pass, and band-pass filters

  • Implement filters using different techniques like FIR and IIR filters

  • Explore different filter design methods like Butterworth, Chebyshev, and Elliptic filters

Add your answer

Q4. What is Fibonacci series and write the code

Ans.

Fibonacci series is a sequence of numbers where each number is the sum of the two preceding ones.

  • Start with 0 and 1 as the first two numbers in the series

  • Each subsequent number is the sum of the two preceding numbers

  • Example: 0, 1, 1, 2, 3, 5, 8, 13, 21, ...

Add your answer
Discover Gmoney Pvt. Ltd. interview dos and don'ts from real experiences

Q5. 1. Explain the architecture of a model that you built in your previous job.

Ans.

The model architecture I built in my previous job was a deep learning neural network with multiple layers and activation functions.

  • Used a combination of convolutional and recurrent layers for image and text data processing

  • Incorporated dropout layers to prevent overfitting

  • Utilized batch normalization for faster convergence

  • Implemented various activation functions such as ReLU and sigmoid

  • Included a softmax layer for multi-class classification

Add your answer

Q6. How do to calculate slip ratio

Ans.

Slip ratio is calculated by dividing the difference between the actual speed of a wheel and the speed of the vehicle by the speed of the vehicle.

  • Calculate the actual speed of the wheel by multiplying the wheel radius with the angular velocity of the wheel.

  • Calculate the speed of the vehicle using GPS or speedometer readings.

  • Subtract the actual speed of the wheel from the speed of the vehicle.

  • Divide the difference by the speed of the vehicle to get the slip ratio.

Add your answer
Are these interview questions helpful?

Q7. plot graphs engine out emissions Vs lambda

Ans.

Plotting graphs of engine out emissions vs lambda is essential for analyzing the relationship between emissions and air-fuel ratio.

  • Lambda values represent the air-fuel ratio in an engine, with stoichiometric ratio at 1.0.

  • Engine out emissions include pollutants like CO, HC, and NOx.

  • Graphs can help identify optimal lambda values for minimizing emissions.

  • Example: Higher lambda values (lean mixtures) can reduce CO emissions but increase NOx emissions.

  • Example: Lower lambda values ...read more

Add your answer

Q8. Difference between bus and mix block

Ans.

Bus is a communication block used to transfer data between components, while mix block is a processing block used to perform operations on data.

  • Bus is used for data transfer between components in a system

  • Mix block is used for processing data within a system

  • Bus is like a highway for data transfer, while mix block is like a junction where data is processed

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

Q9. How to reduce engine out NOx

Ans.

To reduce engine out NOx, optimize combustion process, use exhaust gas recirculation, and employ selective catalytic reduction.

  • Optimize combustion process by adjusting air-fuel ratio and injection timing

  • Utilize exhaust gas recirculation to reduce peak combustion temperatures

  • Employ selective catalytic reduction to convert NOx into nitrogen and water

Add your answer

Q10. Rate transition blocks in simulink

Ans.

Rate transition blocks in Simulink are used to control the data rate between different parts of a model.

  • Rate transition blocks are used to handle data rate changes in Simulink models.

  • They are essential for ensuring data consistency and avoiding simulation errors.

  • Examples of rate transition blocks include Rate Transition, Rate Transition Inport, and Rate Transition Outport.

Add your answer

Q11. Remuneration fixing qnd datw of joining

Ans.

Remuneration and joining date will be discussed and finalized upon offer acceptance.

  • Remuneration will be based on industry standards and the candidate's experience and skills.

  • Joining date will be mutually agreed upon based on the candidate's availability and the company's requirements.

  • The offer letter will contain all the details regarding remuneration and joining date.

  • Negotiations can be made if the candidate has a strong case for higher remuneration.

  • The company follows a fa...read more

Add your answer

Q12. Explain Restful web services

Ans.

Restful web services are a type of web service that follows the principles of REST architecture.

  • REST stands for Representational State Transfer

  • Uses standard HTTP methods like GET, POST, PUT, DELETE

  • Data is transferred in JSON or XML format

  • Stateless communication between client and server

  • Resource-based URLs for accessing data

Add your answer

Q13. What is ABS and VDC

Ans.

ABS stands for Anti-lock Braking System and VDC stands for Vehicle Dynamic Control.

  • ABS helps prevent wheels from locking up during braking, allowing the driver to maintain steering control.

  • VDC helps prevent skidding and loss of control by adjusting engine power and applying brakes to individual wheels.

  • Both ABS and VDC are safety features commonly found in modern vehicles.

  • ABS and VDC work together to enhance vehicle stability and control in various driving conditions.

Add your answer

Q14. Engine functions for Gasoline &Diesel

Ans.

Gasoline engines use spark plugs to ignite fuel, while diesel engines use compression to ignite fuel.

  • Gasoline engines require spark plugs for ignition

  • Diesel engines rely on compression to ignite fuel

  • Gasoline engines typically have higher RPMs than diesel engines

  • Diesel engines are more fuel efficient than gasoline engines

Add your answer

Q15. Connector development process

Ans.

The connector development process involves designing, testing, and implementing connectors for various systems.

  • Research and identify the requirements for the connector

  • Design the connector architecture and interface

  • Develop the connector code using appropriate programming languages

  • Test the connector for functionality and compatibility with different systems

  • Implement the connector in the target system

  • Document the connector development process for future reference

Add your answer

Q16. Different solvers in simulink

Ans.

Simulink offers various solvers to simulate different types of systems.

  • Simulink provides solvers like ode45, ode23, ode15s, and ode113 for solving ordinary differential equations.

  • Fixed-step solvers like Euler, Runge-Kutta, and Backward Euler are available for discrete systems.

  • Variable-step solvers adjust step size based on system dynamics for efficient simulation.

  • Choose the appropriate solver based on system characteristics and simulation requirements.

  • For example, ode45 is a ...read more

Add your answer

Q17. Different numerical methods

Ans.

Numerical methods are techniques used to approximate solutions to mathematical problems that are difficult or impossible to solve analytically.

  • Numerical integration methods like Simpson's rule and trapezoidal rule are used to approximate definite integrals.

  • Root-finding methods like Newton's method and bisection method are used to find roots of equations.

  • Finite difference methods are used to solve differential equations numerically.

  • Monte Carlo methods are used for simulating c...read more

Add your answer

Q18. Explain about hw setup

Ans.

Hardware setup involves configuring and connecting physical components of a system.

  • Hardware setup includes installing components like CPU, RAM, storage devices, and peripherals.

  • It also involves connecting cables, power supply, and ensuring proper ventilation for cooling.

  • Configuring BIOS settings and installing necessary drivers is part of hardware setup.

  • Testing the hardware to ensure proper functionality is crucial before using the system.

  • Examples: Setting up a new computer, ...read more

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

Interview Process at Gmoney Pvt. Ltd.

based on 25 interviews
4 Interview rounds
Technical Round - 1
Technical Round - 2
HR Round - 1
HR Round - 2
View more
Interview Tips & Stories
Ace your next interview with expert advice and inspiring stories

Top Senior Engineer Interview Questions from Similar Companies

4.0
 • 25 Interview Questions
3.8
 • 23 Interview Questions
3.8
 • 22 Interview Questions
4.0
 • 20 Interview Questions
3.7
 • 20 Interview Questions
4.0
 • 18 Interview Questions
View all
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
70 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