Upload Button Icon Add office photos

Filter interviews by

THE GUJARAT RESEARCH & MEDICAL INSTITUTE Interview Questions and Answers

Be the first one to contribute and help others!

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Not Selected

I applied via Approached by Company and was interviewed in Nov 2024. There were 3 interview rounds.

Round 1 - Technical 

(10 Questions)

  • Q1. Can you describe your project roles and responsibilities, as well as the framework designs you have implemented?
  • Ans. 

    I have experience in leading testing efforts, creating test plans, executing test cases, and implementing automation frameworks.

    • Led testing efforts for multiple projects, creating test plans and strategies

    • Executed test cases manually and automated using tools like Selenium

    • Implemented automation frameworks such as Page Object Model (POM) and Data-Driven Testing

    • Collaborated with developers to ensure test coverage and qua

  • Answered by AI
  • Q2. What are the XPaths used to locate elements on a website?
  • Ans. 

    XPaths are used to locate elements on a website by defining the path of the element in the HTML structure.

    • XPaths can be used to locate elements based on their attributes, such as id, class, name, etc.

    • Absolute XPaths start with a single forward slash (/) and specify the complete path from the root element.

    • Relative XPaths start with a double forward slash (//) and specify the path from the current node.

    • Example: //input[@...

  • Answered by AI
  • Q3. What Selenium exceptions have you encountered in your experience?
  • Ans. 

    I have encountered exceptions like NoSuchElementException, ElementNotVisibleException, TimeoutException, StaleElementReferenceException, and InvalidSelectorException.

    • NoSuchElementException occurs when an element could not be found in the DOM.

    • ElementNotVisibleException is thrown when an element is present in the DOM but not visible on the page.

    • TimeoutException is raised when a command does not complete in the specified ...

  • Answered by AI
  • Q4. Core java and collections in java
  • Ans. 

    Core Java is the foundation of Java programming language, while collections in Java are data structures used to store and manipulate groups of objects.

    • Core Java includes concepts like OOP, inheritance, polymorphism, and exception handling.

    • Collections in Java provide interfaces like List, Set, and Map for storing and manipulating data.

    • Examples of collections in Java include ArrayList, HashSet, and HashMap.

  • Answered by AI
  • Q5. Write a program to check if a string is a palindrome or not.
  • Ans. 

    Program to check if a string is a palindrome or not.

    • Create a function that takes a string as input

    • Remove all non-alphanumeric characters and convert to lowercase

    • Compare the string with its reverse to check if it's a palindrome

  • Answered by AI
  • Q6. What are agile methodologies and what are the key agile ceremonies?
  • Ans. 

    Agile methodologies are iterative approaches to software development that prioritize flexibility and collaboration.

    • Agile methodologies involve breaking down projects into smaller, manageable tasks called user stories.

    • Key agile ceremonies include daily stand-up meetings, sprint planning meetings, sprint reviews, and sprint retrospectives.

    • Daily stand-up meetings are brief check-ins where team members discuss what they wo...

  • Answered by AI
  • Q7. What frameworks have you used in your projects?
  • Ans. 

    I have used frameworks such as Selenium, JUnit, TestNG, and Cucumber in my projects.

    • Selenium

    • JUnit

    • TestNG

    • Cucumber

  • Answered by AI
  • Q8. What are TestNG annotations, and can you explain the TestNG framework?
  • Ans. 

    TestNG annotations are used to control the flow of test methods and provide additional information about the test methods.

    • TestNG annotations are used to mark methods as test methods, setup methods, teardown methods, etc.

    • Examples of TestNG annotations include @Test, @BeforeMethod, @AfterMethod, @BeforeClass, @AfterClass, @BeforeSuite, @AfterSuite, etc.

    • TestNG framework is a testing framework inspired by JUnit and NUnit, ...

  • Answered by AI
  • Q9. What is the explanation of Object-Oriented Programming (OOP) concepts, and which OOP concepts are utilized in your project?
  • Ans. 

    OOP is a programming paradigm based on the concept of objects, which can contain data and code to manipulate that data.

    • Encapsulation: bundling data and methods that operate on the data into a single unit (object)

    • Inheritance: allows a class to inherit properties and behavior from another class

    • Polymorphism: ability for objects to be treated as instances of their parent class or their own class

    • Abstraction: hiding the comp...

  • Answered by AI
  • Q10. Tell me about yourself.
  • Ans. 

    Experienced Senior Test Engineer with a strong background in software testing and quality assurance.

    • Over 8 years of experience in testing web and mobile applications

    • Proficient in test planning, execution, and automation using tools like Selenium and JIRA

    • Skilled in identifying and documenting defects, and working closely with development teams to resolve issues

    • Strong analytical and problem-solving skills, with a keen ey...

  • Answered by AI
Round 2 - Behavioral 

(7 Questions)

  • Q1. Tell me about yourself.
  • Ans. 

    Experienced Senior Test Engineer with a strong background in software testing and quality assurance.

    • Over 8 years of experience in testing web and mobile applications

    • Proficient in test planning, execution, and automation using tools like Selenium and JIRA

    • Skilled in identifying and documenting defects, and working closely with development teams to resolve issues

    • Strong analytical and problem-solving skills, with a keen at...

  • Answered by AI
  • Q2. Method overriding and method overloading
  • Q3. Cucumber options
  • Q4. How to run cucumber framework parallelly
  • Ans. 

    Cucumber framework can be run parallelly using tools like TestNG or JUnit.

    • Use TestNG or JUnit to run cucumber tests in parallel

    • Configure test runners to run tests in parallel

    • Use Maven or Gradle to manage dependencies and run tests

  • Answered by AI
  • Q5. Lambda features in java 8
  • Ans. 

    Lambda expressions in Java 8 provide a concise way to represent anonymous functions.

    • Lambda expressions are used to provide implementation of functional interfaces.

    • They enable functional programming in Java by treating functionality as a method argument.

    • Syntax of lambda expressions is (argument) -> (body).

    • Example: (int a, int b) -> a + b

  • Answered by AI
  • Q6. What defect tracking tools have you used in your project?
  • Ans. 

    I have used Jira, Bugzilla, and HP Quality Center for defect tracking in my projects.

    • Jira

    • Bugzilla

    • HP Quality Center

  • Answered by AI
  • Q7. Waits in selenium
  • Ans. 

    Types of waits in Selenium include Implicit Wait, Explicit Wait, and Fluent Wait.

    • Implicit Wait: Waits for a certain amount of time before throwing a NoSuchElementException.

    • Explicit Wait: Waits for a certain condition to occur before proceeding further in the code.

    • Fluent Wait: Waits for a condition to be true with a defined polling frequency.

    • Example: driver.manage().timeouts().implicitlyWait(10, TimeUnit.SECONDS);

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Tell me about urself
  • Ans. 

    Experienced Senior Test Engineer with a strong background in software testing and quality assurance.

    • Over 8 years of experience in testing web and mobile applications

    • Proficient in test planning, execution, and automation using tools like Selenium and JUnit

    • Skilled in identifying and documenting defects, and working closely with development teams to resolve issues

    • Strong knowledge of Agile methodologies and continuous inte

  • Answered by AI
  • Q2. What motivates you to seek employment with our company?
  • Ans. 

    I am motivated to seek employment with your company because of your reputation for innovation and commitment to excellence.

    • I am impressed by the company's track record of success and growth.

    • I am excited about the opportunity to work with a talented team of professionals.

    • I am drawn to the company's focus on cutting-edge technology and continuous improvement.

    • I believe that my skills and experience align well with the com

  • 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 Referral and was interviewed in Nov 2024. There were 3 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. What do you know about acid-base balance?
  • Q2. What do you know about the 12-lead ECG?
Round 2 - HR 

(3 Questions)

  • Q1. Please share the 3 orthopedic surgeons name.
  • Q2. What is your work speciality.
  • Q3. Why you want join the HCL HEALTH CARE.
Round 3 - Technical 

(2 Questions)

  • Q1. Do you know about computer based practice.
  • Q2. Aye you using any biomedical equipment please share the name and his use?

Interview Preparation Tips

Topics to prepare for HCL Healthcare Senior Staff Nurse interview:
  • Base nursing practice
Interview preparation tips for other job seekers - This is a great place for work.

Placement Head and Talent Lead - Placements Interview Questions & Answers

GUVI user image Dinesh Kumar Vasudevan

posted on 4 Oct 2024

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Face to face virtual interview
Round 2 - One-on-one 

(1 Question)

  • Q1. Face to face interview virtual
Round 3 - One-on-one 

(1 Question)

  • Q1. Face to face meeting virtual
Round 4 - One-on-one 

(1 Question)

  • Q1. Face to face interview virtual

Interview Preparation Tips

Interview preparation tips for other job seekers - Please do not join the company they will ruin your career growth
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Sep 2024. There was 1 interview round.

Round 1 - Technical 

(4 Questions)

  • Q1. Difference between SQL vs nosql
  • Ans. 

    SQL is a relational database management system, while NoSQL is a non-relational database management system.

    • SQL is table-based, with a predefined schema, while NoSQL is document, key-value, graph, or wide-column store-based, with dynamic schema.

    • SQL is best suited for complex queries and transactions, while NoSQL is better for hierarchical data storage and real-time web applications.

    • Examples of SQL databases include MySQ...

  • Answered by AI
  • Q2. Discussion on projects
  • Q3. What is use state
  • Ans. 

    Use state is a feature in React that allows components to have local state.

    • Use state is a React Hook that allows functional components to have state.

    • It is used to store and update component-specific data.

    • Example: const [count, setCount] = useState(0);

  • Answered by AI
  • Q4. Middle number in a matrix
  • Ans. 

    The middle number in a matrix is the number located at the center of the matrix.

    • To find the middle number in a matrix, first determine the number of rows and columns in the matrix.

    • If the number of rows and columns is odd, the middle number is located at (n/2, n/2) where n is the number of rows or columns.

    • If the number of rows and columns is even, there may be multiple middle numbers or the average of the two middle num

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Just basic knowledge of any techstack like mern, spring boot Java or Java selenium

Skills evaluated in this interview

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(2 Questions)

  • Q1. About yourself in
  • Q2. About your experience

Interview Preparation Tips

Interview preparation tips for other job seekers - If you are a beginner only then join the place as it has a lot of learnings. Since they are corrupt & bring along lot of new technologies to stay in the market, atleast you can learn alot. Rest its not something you would want to consider in a mid senior positions. Few managers are just holding on to the position 1) bcoz they dont have much work here apart from reporting to the management 2) they wont be hired anywhere else. The salary hike depends on your terms with the HR & the management. The always give you a promotion with a variety of designations that they have created or keep creating but money wise its not even 3%. Beware they are a mafia all together. You will surely be praised if you are talented & you would be made to work like donkeys but paise ye de nahi sakte.
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Jun 2024. There were 3 interview rounds.

Round 1 - HR 

(2 Questions)

  • Q1. Basic Background related questions
  • Q2. What domain-specific questions related to your prior work experience could you share?
Round 2 - One-on-one 

(2 Questions)

  • Q1. What were the things you implemented in your previous role and company?
  • Ans. 

    In my previous role, I implemented enhanced transaction monitoring systems, conducted thorough customer due diligence, and developed comprehensive AML training programs.

    • Implemented enhanced transaction monitoring systems to detect suspicious activities

    • Conducted thorough customer due diligence to ensure compliance with AML regulations

    • Developed comprehensive AML training programs for employees to increase awareness and a

  • Answered by AI
  • Q2. What domain-related questions are based on your prior work experience?
Round 3 - Behavioral 

(1 Question)

  • Q1. What are some behavioral questions that can be asked based on hypothetical domain scenarios?

Interview Preparation Tips

Topics to prepare for Imarticus Learning AML Analyst interview:
  • Aml
  • KYC
Interview preparation tips for other job seekers - Ensure that you ask recruiters any questions regarding doubts and timelines related to the role, as this is a contractual position.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Recruitment Consulltant and was interviewed in Aug 2024. There were 3 interview rounds.

Round 1 - Assignment 

Real business assignment - How to increase the % share of monthly generics revenue in East market

Round 2 - One-on-one 

(2 Questions)

  • Q1. Assignment discussion
  • Q2. QnA & Overall approach
Round 3 - One-on-one 

(2 Questions)

  • Q1. My Startup jounrey
  • Q2. My overall journey
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(2 Questions)

  • Q1. How much years of experience?
  • Ans. 

    I have 10 years of experience teaching various subjects at the elementary and middle school levels.

    • 10 years of teaching experience

    • Experience teaching elementary and middle school subjects

    • Familiarity with curriculum development and student assessment

  • Answered by AI
  • Q2. Proficiency in which softwares
  • Ans. 

    Proficient in Microsoft Office Suite, Google Suite, and educational software such as Schoology and Seesaw.

    • Microsoft Office Suite (Word, Excel, PowerPoint)

    • Google Suite (Docs, Sheets, Slides)

    • Educational software (Schoology, Seesaw)

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. Any related to the concerned software
  • Q2. Mostly about what tools do

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be confident & Friendly
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
-
Result
-

I applied via Company Website and was interviewed in Oct 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. What is life science
  • Ans. 

    Life science is the study of living organisms and their interactions with each other and their environment.

    • Life science includes fields such as biology, ecology, genetics, and physiology.

    • It explores the structure, function, growth, origin, evolution, and distribution of living organisms.

    • Examples of life science research include studying the impact of climate change on ecosystems, genetic engineering in agriculture, and...

  • Answered by AI
  • Q2. What is celll and their type
  • Ans. 

    Cells are the basic structural and functional units of all living organisms.

    • Cells are the building blocks of life

    • There are two main types of cells: prokaryotic and eukaryotic

    • Prokaryotic cells, like bacteria, lack a nucleus and other membrane-bound organelles

    • Eukaryotic cells, found in plants, animals, fungi, and protists, have a nucleus and membrane-bound organelles

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be professional
Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I applied via Job Hai and was interviewed in Jun 2024. There were 2 interview rounds.

Round 1 - HR 

(4 Questions)

  • Q1. Tell me something about yourself.
  • Q2. What was your previous company?
  • Q3. What was your job role as an operations executive?
  • Q4. Why did you left the previous job?
Round 2 - HR 

(3 Questions)

  • Q1. What is your last qualification?
  • Q2. Why do want this job?
  • Q3. How much is your salary expectation?

Interview Preparation Tips

Topics to prepare for FastInfo Customer Care Executive interview:
  • Self Introduction
  • Communication Skills
  • Convincing Power
Interview preparation tips for other job seekers - They called me up and asked to come and attend the interview, then the interview completed and after being selected they negotiated the salary also. After that they told me (along with other selected candidates) to go home because they have an upcoming internal meeting. That's why interview has been postponed. My last round has been postponed, and they'll let me know after some days when it starts again. Very unprofessional!

Tell us how to improve this page.

Interview Questions from Similar Companies

Apollo Hospitals Interview Questions
4.1
 • 321 Interviews
Fortis Healthcare Interview Questions
4.1
 • 122 Interviews
Max Healthcare Interview Questions
4.1
 • 116 Interviews
Narayana Health Interview Questions
4.2
 • 56 Interviews
Care Hospital Interview Questions
4.2
 • 23 Interviews
Columbia Asia Interview Questions
4.5
 • 19 Interviews
View all

THE GUJARAT RESEARCH & MEDICAL INSTITUTE Reviews and Ratings

based on 7 reviews

3.1/5

Rating in categories

3.6

Skill development

2.6

Work-Life balance

2.9

Salary & Benefits

2.6

Job Security

2.2

Company culture

2.8

Promotions/Appraisal

2.8

Work Satisfaction

Explore 7 Reviews and Ratings
Medical Officer
3 salaries
unlock blur

₹3 L/yr - ₹6 L/yr

IT Executive
3 salaries
unlock blur

₹2.2 L/yr - ₹2.4 L/yr

Nursing Incharge
3 salaries
unlock blur

₹3 L/yr - ₹6.5 L/yr

Explore more salaries
Compare THE GUJARAT RESEARCH & MEDICAL INSTITUTE with

Apollo Hospitals

4.1
Compare

Fortis Healthcare

4.1
Compare

Max Healthcare

4.1
Compare

Manipal Hospitals

4.2
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview