Upload Button Icon Add office photos

Filter interviews by

Vitrana Interview Questions and Answers for Experienced

Updated 12 Mar 2025

Vitrana Interview Experiences for Experienced

Popular Designations

4 interviews found

Consultant Interview Questions & Answers

user image Anonymous

posted on 10 Sep 2024

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

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

Round 1 - Technical 

(2 Questions)

  • Q1. What is E2B profile
  • Q2. Necessary elements to submit a case to RA
  • Ans. 

    Key elements include regulatory requirements, product information, risk assessment, and supporting data.

    • Regulatory requirements: Ensure compliance with local and international regulations.

    • Product information: Provide detailed information about the product, including composition and intended use.

    • Risk assessment: Evaluate potential risks associated with the product and mitigation strategies.

    • Supporting data: Include scien...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - It's easy

Consultant Interview Questions asked at other Companies

Q1. How would you pass an entry for travel expenses incurred and paid by employee and was reimbursed? How would the end to end flow happens
View answer (8)
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 Feb 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 - Technical 

(1 Question)

  • Q1. Basics question about java 8, collections, spring framework, spring annotations hibernate
Round 3 - Tech lead 

(1 Question)

  • Q1. Scenario based questions, ex which framework would I use of not springboot for Microservices etc

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (220)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Technical 

(1 Question)

  • Q1. Hashmap + string related question was asked

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (43)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Dec 2022. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Technical 

(1 Question)

  • Q1. Oracle SQL/plsql
Round 3 - Technical 

(1 Question)

  • Q1. Oracle SQL/plsql

Vitrana interview questions for popular designations

 Software Technologist

 (2)

 Associate Software Engineer

 (2)

 Data Scientist

 (1)

 Software Engineer

 (1)

 Software Developer

 (1)

 Senior Software Engineer

 (1)

 Consultant

 (1)

Jobs at Vitrana

View all

Interview questions from similar companies

I applied via Walk-in and was interviewed in Jul 2019. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Self introduction and most of the questions based on u r technical skills.java based questions and sql queries,DBMS questions related mostly

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and dont hesitate to sayu r answer whether it is right or wrong.

Interview Preparation Tips

Round: Test
Experience: Written test consisting of aptitude problems and algorithms lasting an hour. The test included 40 marks of aptitude problems and 3 questions on algorithms
Tips: Importance is given to test and programming languages.Not much stress is given on the courses but analytical abilities are testedSolve puzzles and algorithm type questionsKnowledge about probability is very helpful
Duration: 60 minutes

Round: Interview
Experience: Interviewers look how fast you can pick up stuffInterview questions for the technical round were based upon BTP and programming languages.

Round: Interview
Experience: HR round is not intensive and had general HR questions.

College Name: IIT Madras

Interview Questionnaire 

3 Questions

  • Q1. Give a short intro about yourself
  • Ans. 

    I am a recent computer science graduate with experience in software development and a passion for learning new technologies.

    • Graduated with a degree in computer science

    • Experience in software development

    • Passionate about learning new technologies

  • Answered by AI
  • Q2. What do you know about our company?
  • Ans. 

    The company is a software development firm.

    • The company specializes in software development.

    • It has a team of experienced software engineers.

    • The company has worked on various projects for clients in different industries.

    • It is known for delivering high-quality software solutions.

    • The company values innovation and creativity in its work.

  • Answered by AI
  • Q3. Asked if there were any doubts regarding what the company does

Interview Preparation Tips

Round: Test
Experience: Mostly objective type questions were asked.
Tips: CAT and GRE preparation is helpful for such tests.

Round: Test
Experience: Mostly objective type questions were asked.

Round: Group Discussion
Experience: Asked students themselves to choose a topic.

Round: Interview
Experience: Talked about the points in the resume. HR Questions, personal questions were asked.

College Name: IIT MADRAS

Interview Preparation Tips

Round: Test
Experience: The test consisted of Aptitude test for 40 marks and 3 questions from Algorithm.
Tips: Prepare by doing basic Aptitude like Puzzle/Basic Algorithm type problems/probability.
Duration: 60 minutes

Round: Technical Interview
Experience: Questions were asked about programming languages and my B.Tech projects and stuff.

Round: HR Interview
Experience: This round wasn't given much priority. They just asked me about myself.

General Tips: Read all core material given by BC. It won’t take much time and will be very helpful.
College Name: IIT MADRAS

I applied via Referral and was interviewed in Apr 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Denials and about the calling methods and analysing them.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well with your process and be confident in answering them.

I appeared for an interview before Apr 2021.

Round 1 - Video Call 

(5 Questions)

Round duration - 60 minutes
Round difficulty - Medium

This was a technical Interview round with questions on C#, .NET and DBMS.

  • Q1. What is the difference between the Ref and Out keywords in C#?
  • Ans. 

    Ref is used for passing arguments by reference, Out is used for returning multiple values.

    • Ref keyword is used for passing arguments by reference, allowing the method to modify the original value.

    • Out keyword is used for returning multiple values from a method, as it does not require the variable to be initialized before being passed.

  • Answered by AI
  • Q2. What is the difference between ViewData, ViewBag, and TempData in C#?
  • Ans. 

    ViewData, ViewBag, and TempData are ways to pass data between controllers and views in ASP.NET MVC.

    • ViewData is a dictionary object used to pass data from controller to view. It requires typecasting.

    • ViewBag is a dynamic property used to pass data from controller to view. No typecasting is required.

    • TempData is a dictionary object used to pass data from one controller to another or from one action to another.

  • Answered by AI
  • Q3. What is the difference between managed and unmanaged code in C#?
  • Ans. 

    Managed code is executed by the CLR with memory management, while unmanaged code is executed directly by the operating system without memory management.

    • Managed code is executed by the Common Language Runtime (CLR) in .NET framework.

    • Unmanaged code is executed directly by the operating system without CLR.

    • Managed code provides automatic memory management through garbage collection.

    • Unmanaged code requires manual memory man...

  • Answered by AI
  • Q4. What are the different types of triggers in SQL Server?
  • Ans. 

    Triggers in SQL Server are special types of stored procedures that are automatically executed when certain events occur in a database.

    • Types of triggers include DML triggers (for INSERT, UPDATE, DELETE operations), DDL triggers (for CREATE, ALTER, DROP operations), and Logon triggers.

    • Triggers can be set to fire before or after the triggering event.

    • Examples of triggers include auditing changes to a table using an INSERT ...

  • Answered by AI
  • Q5. What are generic and non-generic collections in C#?
  • Ans. 

    Generic collections in C# allow for type-safe collections, while non-generic collections do not enforce type safety.

    • Generic collections use type parameters to specify the type of elements they can contain, ensuring type safety.

    • Non-generic collections do not specify the type of elements they can contain, leading to potential runtime errors if incorrect types are used.

    • Example of generic collection: List<string> nam...

  • Answered by AI
Round 2 - HR 

Round duration - 30 minutes
Round difficulty - Easy

This was a typical managerial round.

Interview Preparation Tips

Eligibility criteriaAbove 7 CGPAUnitedHealth Group interview preparation:Topics to prepare for the interview - C#, .NET, DBMS, Data Structures, Algorithms, Aptitude, OOPSTime required to prepare for the interview - 5 monthsInterview preparation tips for other job seekers

Tip 1 : Must do Previously asked Interview as well as Online Test Questions.
Tip 2 : Go through all the previous interview experiences from Codestudio and Leetcode.
Tip 3 : Do at-least 2 good projects and you must know every bit of them.

Application resume tips for other job seekers

Tip 1 : Have at-least 2 good projects explained in short with all important points covered.
Tip 2 : Every skill must be mentioned.
Tip 3 : Focus on skills, projects and experiences more.

Final outcome of the interviewSelected

Skills evaluated in this interview

Vitrana Interview FAQs

How many rounds are there in Vitrana interview for experienced candidates?
Vitrana interview process for experienced candidates usually has 2 rounds. The most common rounds in the Vitrana interview process for experienced candidates are Technical and Resume Shortlist.
How to prepare for Vitrana interview for experienced candidates?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Vitrana. The most common topics and skills that interviewers at Vitrana expect are Healthcare, Consulting, SAP Business Intelligence, Analytics and Data Analytics.
What are the top questions asked in Vitrana interview for experienced candidates?

Some of the top questions asked at the Vitrana interview for experienced candidates -

  1. Necessary elements to submit a case to...read more
  2. What is E2B prof...read more
  3. What are the key concepts of Java 8, specifically regarding functional interfac...read more

Tell us how to improve this page.

Vitrana Interview Process for Experienced

based on 4 interviews

Interview experience

4
  
Good
View more

Vitrana Reviews and Ratings

based on 60 reviews

2.9/5

Rating in categories

2.9

Skill development

2.5

Work-life balance

2.8

Salary

3.0

Job security

2.5

Company culture

2.6

Promotions

2.6

Work satisfaction

Explore 60 Reviews and Ratings
Director : Safety Risk Management

Noida,

Bangalore / Bengaluru

11-16 Yrs

Not Disclosed

Explore more jobs
Software Engineer
59 salaries
unlock blur

₹6.4 L/yr - ₹15.1 L/yr

Associate Software Engineer
42 salaries
unlock blur

₹6.5 L/yr - ₹10.5 L/yr

Consultant
30 salaries
unlock blur

₹7.2 L/yr - ₹18 L/yr

Senior Consultant
28 salaries
unlock blur

₹11.3 L/yr - ₹19 L/yr

Senior Software Engineer
27 salaries
unlock blur

₹8.5 L/yr - ₹18.5 L/yr

Explore more salaries
Compare Vitrana with

GeBBS Healthcare Solutions

3.7
Compare

UnitedHealth

4.0
Compare

Sahrudaya Healthcare (Medicover Hospitals)

4.5
Compare

Paras Hospital

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