Upload Button Icon Add office photos

Filter interviews by

Gangasheel Advanced Medical Research Institute Senior Technician Interview Questions and Answers for Experienced

Updated 29 Jun 2022

Gangasheel Advanced Medical Research Institute Senior Technician Interview Experiences for Experienced

1 interview found

Senior Technician Interview Questions & Answers

user image Lokesh Bhardwaj

posted on 29 Jun 2022

I appeared for an interview in Dec 2021.

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 

(2 Questions)

  • Q1. Overview blood bank questions
  • Q2. Quality assurance of product regarding
  • Ans. 

    Quality assurance of product is essential to ensure customer satisfaction and compliance with regulations.

    • Establishing quality standards and procedures

    • Conducting regular inspections and audits

    • Testing products for safety and efficacy

    • Documenting and analyzing quality data

    • Continuous improvement through feedback and corrective actions

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Batter resume update (education and experience serial wise updated)
Choose interested area

Interview questions from similar companies

I applied via Naukri.com and was interviewed in Jul 2019. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Here they have work basically based on windows. So better to have c# and windows related stuff. Like win32, mfc, .net, c# . Here in my case I did not have experience in windows to ki made them clear about ...

Interview Preparation Tips

Interview preparation tips for other job seekers - Two technical rounds were there and one more technical round with US panel were there. They were very cooperative.
Round 1 - One-on-one 

(2 Questions)

  • Q1. Question doesn't matter
  • Q2. Question doesn't really care
Round 2 - Aptitude Test 

Interview Preparation Tips

Interview preparation tips for other job seekers - I request you all never ever try to think to be a part of lido learning.. trust me it's a fraud company. All they want is money and they don't care about their employees. They have hire and fire policy. If lido would be last option for you never though of considering that.. just wait and search for better opportunity. Just have faith on urself you will get better in ur life without lido learning.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in Sep 2023. 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 - Coding Test 

Medium level coding question

Round 3 - Technical 

(2 Questions)

  • Q1. Intreview round asked about project mentioned in CV
  • Q2. Basic of reacts, opps question,sql queries
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Oct 2022. There were 4 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 - Assignment 

Implement login with Google SSO, show emails in a single place

Round 3 - One-on-one 

(4 Questions)

  • Q1. How to implement JWT
  • Ans. 

    JWT can be implemented by generating a token with user information and a secret key, then verifying the token using the same secret key.

    • Generate a JWT token with user information and a secret key

    • Include necessary claims like expiration time, issuer, etc.

    • Verify the JWT token using the same secret key

    • Handle token expiration and refresh if needed

  • Answered by AI
  • Q2. Please read about it on the internet, do take care of public and private key use
  • Q3. Middleware in express, how to create one?
  • Ans. 

    Middleware in Express is a function that has access to the request and response objects.

    • Create a middleware function using app.use() method in Express.

    • Middleware functions have access to the request object (req), the response object (res), and the next middleware function in the application's request-response cycle.

    • Example: app.use((req, res, next) => { console.log('This is a middleware function'); next(); });

  • Answered by AI
  • Q4. Read about it on the internet
Round 4 - One-on-one 

(6 Questions)

  • Q1. Discussed about guards in Angular
  • Q2. Read about it on the internet
  • Q3. How does lazy loading work in Angular
  • Ans. 

    Lazy loading in Angular delays loading of modules until they are needed

    • Lazy loading helps improve performance by only loading modules when they are required

    • It is achieved by using the loadChildren property in the route configuration

    • Lazy loaded modules are loaded asynchronously when the user navigates to the corresponding route

  • Answered by AI
  • Q4. Read about lazy loading in Angular
  • Q5. How to enable SSR in Angular
  • Ans. 

    Server-side rendering (SSR) in Angular can be enabled by using Angular Universal.

    • Install Angular Universal using Angular CLI

    • Create a new Angular Universal project

    • Update app.module.ts to include server-side rendering

    • Build and run the Angular Universal project

  • Answered by AI
  • Q6. Read about Angular Universal for this

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare Angular concepts, DSA and Ruby on Rails concepts for the round

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 before Oct 2023. There were 3 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Find duplicates in an array
  • Ans. 

    Use a hash set to find duplicates in an array of strings.

    • Create a hash set to store unique elements.

    • Iterate through the array and check if the element is already in the hash set.

    • If it is, then it is a duplicate. If not, add it to the hash set.

  • Answered by AI
  • Q2. Find single duplicate element in an array where contents of the array are length of array - 1
  • Ans. 

    Find the single duplicate element in an array of strings with length n-1.

    • Iterate through the array and use a HashSet to keep track of elements seen so far.

    • If an element is already in the HashSet, that is the duplicate element.

    • Return the duplicate element once found.

  • Answered by AI
Round 2 - Assignment 

Create a student support system

Round 3 - One-on-one 

(1 Question)

  • Q1. Design an order and payments system for an EdTech company
  • Ans. 

    Design an order and payments system for an EdTech company

    • Allow users to browse and select courses

    • Implement a shopping cart for users to add courses

    • Integrate payment gateways for secure transactions

    • Provide order confirmation and receipt to users

    • Allow users to track their order status

  • Answered by AI

Skills evaluated in this interview

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

(1 Question)

  • Q1. About my past experiences

Interview Preparation Tips

Interview preparation tips for other job seekers - Nice recommendation

I applied via Naukri.com and was interviewed in Oct 2022. There were 6 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 - Aptitude Test 

Reasoning and calculative questions, current affairs, regular questions, hobbies .

Round 3 - Group Discussion 

A particular topic related to a market up and downs.

Round 4 - HR 

(2 Questions)

  • Q1. Recruitment process , of Hr Planning and processing how to recruit a best employee
  • Q2. HR rights and powers, HR directing an interview whole process.
Round 5 - One-on-one 

(2 Questions)

  • Q1. Personal interview, Introduction, job related questions company profile
  • Q2. Skill development, market index
Round 6 - Assignment 

Giving a particular tast which employee can do to prove this how eligible for this job opportunity

Interview Preparation Tips

Topics to prepare for Echobooom Management & Entrepreneurial Solutions Sales Executive interview:
  • Marketing mix
  • Service Quality Management
Interview preparation tips for other job seekers - Best questions to best answers . Recruitment of knowledgeable employee

I applied via Company Website and was interviewed in Aug 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. How can you promote coding ninjas courses in your college or anywhere?
  • Ans. 

    I can promote Coding Ninjas courses by organizing coding events, sharing course details on social media, and collaborating with college clubs.

    • Organize coding events in college and invite Coding Ninjas as a sponsor or guest speaker

    • Share course details on social media platforms like Facebook, LinkedIn, and Twitter

    • Collaborate with college clubs like coding clubs, tech clubs, and entrepreneurship clubs to promote the cours...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be confident, Don't hesitate, give your 100%.
Focus on your speaking skills

I applied via Naukri.com and was interviewed in Jul 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 - Coding Test 

It was on hacker rank

Round 3 - Aptitude Test 

It was a aptitude test taken by me of the new and all the response and the of new

Interview Preparation Tips

Topics to prepare for Coding Ninjas Software Engineer interview:
  • MySQL
  • YourSql
  • Analytics
Interview preparation tips for other job seekers - if the coin and the new off the medium and new if you add me in the data and of the suer

Gangasheel Advanced Medical Research Institute Interview FAQs

How many rounds are there in Gangasheel Advanced Medical Research Institute Senior Technician interview for experienced candidates?
Gangasheel Advanced Medical Research Institute interview process for experienced candidates usually has 2 rounds. The most common rounds in the Gangasheel Advanced Medical Research Institute interview process for experienced candidates are Resume Shortlist and Technical.
What are the top questions asked in Gangasheel Advanced Medical Research Institute Senior Technician interview for experienced candidates?

Some of the top questions asked at the Gangasheel Advanced Medical Research Institute Senior Technician interview for experienced candidates -

  1. Quality assurance of product regard...read more
  2. Overview blood bank questi...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

Internshala Interview Questions
3.9
 • 56 Interviews
Lido Learning Interview Questions
2.3
 • 55 Interviews
Coding Ninjas Interview Questions
3.7
 • 50 Interviews
Doubtnut Interview Questions
3.4
 • 38 Interviews
ZoomRx Interview Questions
3.0
 • 36 Interviews
Acies Interview Questions
3.7
 • 36 Interviews
View all
Staff Nurse
4 salaries
unlock blur

₹2.4 L/yr - ₹3 L/yr

Corporate Executive
4 salaries
unlock blur

₹1.2 L/yr - ₹6 L/yr

Assistant Manager Quality Assurance
3 salaries
unlock blur

₹3 L/yr - ₹3.6 L/yr

Account Assistant
3 salaries
unlock blur

₹1.6 L/yr - ₹2 L/yr

Biomedical Engineer
3 salaries
unlock blur

₹3 L/yr - ₹4.4 L/yr

Explore more salaries
Compare Gangasheel Advanced Medical Research Institute with

Quality Austria Central Asia

3.5
Compare

Intellipaat Software Solutions

3.1
Compare

Becton Dickinson

4.0
Compare

Vidal Health Insurance

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