50 Hertz
Guru Nanak Hospital Interview Questions and Answers
Q1. How to create a outlook account?
To create an Outlook account, go to the Outlook website and click on 'Create account'. Fill in the required information and follow the prompts to set up your account.
Go to the Outlook website
Click on 'Create account'
Fill in the required information
Follow the prompts to set up your account
Q2. How to assemble a system ?
To assemble a system, start by gathering all necessary components and tools, then follow a step-by-step guide or manual for installation.
Gather all necessary components such as CPU, motherboard, RAM, GPU, storage devices, power supply, and case.
Ensure you have the necessary tools like screwdrivers, thermal paste, and cable ties.
Follow a step-by-step guide or manual for installation to ensure proper assembly and connection of components.
Test the system after assembly to ensure...read more
Q3. How to format a system?
Formatting a system involves wiping the hard drive and reinstalling the operating system.
Back up important data before formatting
Boot from installation media or recovery partition
Follow on-screen prompts to format the hard drive and reinstall the OS
Q4. Explain lifecyxle of thread in java
The lifecycle of a thread in Java includes several stages from creation to termination.
A thread is created using the Thread class or implementing the Runnable interface.
The thread goes through the new, runnable, and blocked states before running.
Once running, the thread can be paused, resumed, or stopped.
Finally, the thread reaches the terminated state and cannot be restarted.
Q5. What is JIT in java
JIT stands for Just-In-Time compilation in Java. It dynamically compiles bytecode into machine code at runtime for improved performance.
JIT is a part of the Java Virtual Machine (JVM) that optimizes the execution of Java programs.
It analyzes the frequently executed parts of the bytecode and compiles them into native machine code.
This compilation happens at runtime, just before the code is executed, hence the name Just-In-Time.
JIT compilation improves the performance of Java p...read more
Q6. How to run linear regression model without intercept in R
To run linear regression model without intercept in R, set the intercept parameter to 0
Set the intercept parameter to 0 in the lm() function in R
Example: lm(y ~ x - 1, data = dataset) will fit a linear regression model without intercept
Q7. How to run linear regression model in R
To run a linear regression model in R, use the lm() function with the formula specifying the relationship between variables.
Use the lm() function to fit a linear regression model, specifying the formula with the dependent and independent variables.
For example, to predict sales based on advertising spend, use lm(sales ~ advertising, data = dataset).
Use summary() to view the results of the linear regression model, including coefficients, p-values, and R-squared.
Plot the regress...read more
Interview Process at Guru Nanak Hospital
Top Interview Questions from Similar Companies
Reviews
Interviews
Salaries
Users/Month