Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Verantos Team. If you also belong to the team, you can get access from here

Verantos Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Verantos Interview Questions and Answers

Updated 1 Apr 2022

Verantos Interview Experiences

3 interviews found

I applied via Naukri.com and was interviewed in Aug 2021. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Project related questions, techniques used for optimisation
  • Q2. Collections, threads, Algorithm question on hashmap
Round 2 - Technical 

(2 Questions)

  • Q1. Project Related questions, DB questions, queries
  • Q2. Build a cache using data structures
  • Ans. 

    A cache can be built using data structures like hash tables, linked lists, and arrays.

    • Hash tables can be used to store key-value pairs for quick access.

    • Linked lists can be used to implement a Least Recently Used (LRU) cache eviction policy.

    • Arrays can be used for fixed-size caches or when the data is accessed in a predictable pattern.

    • Caches can also be implemented using trees, such as binary search trees or AVL trees.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Good preparation on Data structures, algorithms, DB will definitely help

Skills evaluated in this interview

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 (196)

Interview Questions & Answers

user image Anonymous

posted on 1 Apr 2022

Round 1 - Technical 

(3 Questions)

  • Q1. Definations: Basic test of Asthma, Migraine, Cancer screenings
  • Q2. Definations : PFTs, dyspnea, FEV, FVC, Blood pressure, Vitals tests, other terminologies with regards to Asthma, Migraine, Cancer, Depression.
  • Q3. One should have better understanding of medical report of patients and to extract tests, medical history, social history etc.

Interview Preparation Tips

Interview preparation tips for other job seekers - Only one technical round, 1 managerial round and 1 HR round.

I applied via Naukri.com and was interviewed in Aug 2021. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Project related questions
  • Q2. DS and algo related coding question, medium difficulty
Round 2 - One-on-one 

(2 Questions)

  • Q1. DB, Joins, Indexes general questions
  • Q2. Building a cache using data structures
  • Ans. 

    Building a cache using data structures

    • Choose appropriate data structure based on use case

    • Implement cache eviction policies

    • Consider thread safety and concurrency

    • Examples: LRU cache using doubly linked list and hash map

    • Examples: LFU cache using min heap and hash map

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - The interview is a bit tricky, you have to be good with DS, Collections, Algorithms

Skills evaluated in this interview

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 (196)

Jobs at Verantos

View all

Interview questions from similar companies

Interview Questionnaire 

1 Question

  • Q1. React life cycle

I applied via Campus Placement and was interviewed before Feb 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Hr

Interview Preparation Tips

Interview preparation tips for other job seekers - You should be true to what you are putting before the interviewer . Try to put your ideas Add something you did well in your career like in projects /research which you know very well and versed in concepts about it for open interview so that interviewer can get bandwidth where he can ask questions from. This is simply a key .

I applied via Campus Placement and was interviewed in Oct 2020. There were 4 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. C++ basic
  • Q2. Hh
  • Q3. Yy

Interview Preparation Tips

Interview preparation tips for other job seekers - Hh

Interview Questionnaire 

4 Questions

  • Q1. Oops concept,
  • Q2. Heritance
  • Q3. Polyorphis
  • Q4. Thread

Interview Preparation Tips

Interview preparation tips for other job seekers - be cinfedent

I was interviewed before Sep 2020.

Round 1 - Coding Test 

(1 Question)

Round duration - 140 minutes
Round difficulty - Medium

Test timing was at 2:00 pm , it was conducted in a college and the environment was good for the test. Camera was a primary part of test, so no suspicious activity.

  • Q1. 

    Sum of Two Numbers Represented as Arrays

    Given two numbers in the form of two arrays where each element of the array represents a digit, calculate the sum of these two numbers and return this sum as an ar...

  • Ans. 

    Given two numbers represented as arrays, calculate their sum and return the result as an array.

    • Iterate through the arrays from right to left, adding digits and carrying over if necessary

    • Handle cases where one array is longer than the other by considering the remaining digits

    • Ensure the final sum array does not have any leading zeros

  • Answered by AI
Round 2 - Face to Face 

Round duration - 20 minutes
Round difficulty - Easy

The round was conducted at around 12 p.m. I was called at the college location and then it was conducted. The interviewer was quite polite and frank.

Round 3 - HR 

Round duration - 8 minutes
Round difficulty - Easy

This round was conducted right after finishing and clearing the technical round at the same place and on the same day.

Interview Preparation Tips

Eligibility criteriaAbove 60 %Wipro Limited interview preparation:Topics to prepare for the interview - OOPS, Data Structures, Database Concepts, Coding problemsTime required to prepare for the interview - 2-3 monthsInterview preparation tips for other job seekers

Tip 1 : Practice atleast 2-3 Coding problems daily so your logic building becomes stronger.
Tip 2 : Exercise problems based on OOPS concepts and others too.
Tip 3 : If you can have your own project built, then it's the major point and will act as a plus point.

Application resume tips for other job seekers

Tip 1 : Your resume should be in standard form, short and simple will be more effective.
Tip 2 : Whatever you have learned, you need to mention it in your resume as that will be your primary source of selection and having project on your resume is important.

Final outcome of the interviewSelected

Skills evaluated in this interview

I applied via Amcat and was interviewed before Jul 2021. There were 2 interview rounds.

Round 1 - Aptitude Test 

Refer R S Agarwal book for apptitude

Round 2 - One-on-one 

(1 Question)

  • Q1. Write a c program on fractional numbers
  • Ans. 

    A C program to perform arithmetic operations on fractional numbers.

    • Use float or double data type to store fractional numbers.

    • Use scanf() to take input from the user.

    • Perform arithmetic operations like addition, subtraction, multiplication, and division.

    • Use printf() to display the result.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared refer R S Agarwal book for apptitude test

Skills evaluated in this interview

I applied via Company Website and was interviewed before Sep 2019. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. Basic programming questions such as Fibonacci, Armstrong and about recursion
  • Q2. I gave all answers

Interview Preparation Tips

Interview preparation tips for other job seekers - Your communication skill takes priority more than your technical skill.
If you are little bit weak in programming, Don't worry too much, only you have to focus on your communication skill and basic fundamental program and their concepts too.

Verantos Interview FAQs

How many rounds are there in Verantos interview?
Verantos interview process usually has 1-2 rounds. The most common rounds in the Verantos interview process are Technical and One-on-one Round.
How to prepare for Verantos interview?
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 Verantos. The most common topics and skills that interviewers at Verantos expect are Python, Healthcare, AWS, Artificial Intelligence and GCP.
What are the top questions asked in Verantos interview?

Some of the top questions asked at the Verantos interview -

  1. Build a cache using data structu...read more
  2. Building a cache using data structu...read more
  3. Definations : PFTs, dyspnea, FEV, FVC, Blood pressure, Vitals tests, other term...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Infosys Interview Questions
3.6
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Cognizant Interview Questions
3.8
 • 5.6k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
Indegene Interview Questions
3.4
 • 151 Interviews
Busibud Interview Questions
4.0
 • 42 Interviews
Innoplexus Interview Questions
4.0
 • 10 Interviews
Pharmaspectra Interview Questions
3.7
 • 4 Interviews
View all

Verantos Reviews and Ratings

based on 5 reviews

4.5/5

Rating in categories

4.2

Skill development

4.2

Work-life balance

4.0

Salary

4.2

Job security

4.2

Company culture

4.0

Promotions

4.0

Work satisfaction

Explore 5 Reviews and Ratings
QA Manager

Pune

8-12 Yrs

Not Disclosed

QA Manager

Pune

16-18 Yrs

Not Disclosed

Explore more jobs
Senior Software Engineer
7 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer
5 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Technical Lead
4 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Devops Engineer
4 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Softwaretest Engineer
4 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Verantos with

Pharmaspectra

3.7
Compare

Saama Technologies

3.7
Compare

Innoplexus

4.0
Compare

Indegene

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