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

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

Top trending discussions

View All
Interview Tips & Stories
2w
toobluntforu
·
works at
Cvent
Can speak English, can’t deliver in interviews
I feel like I can't speak fluently during interviews. I do know english well and use it daily to communicate, but the moment I'm in an interview, I just get stuck. since it's not my first language, I struggle to express what I actually feel. I know the answer in my head, but I just can’t deliver it properly at that moment. Please guide me
Got a question about Verantos?
Ask anonymously on communities.

Interview questions from similar companies

I applied via Referral and was interviewed in Feb 2020. There were 6 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. I am not allowed to reveal

Interview Preparation Tips

Interview preparation tips for other job seekers - I don't think I can reveal the questions but I can tell you that KLA has high standards in interview process.
Some tips for software engineer interview
1. Please prepare to do competitive programming like use leetcode algoexpert hacker rank
2. Some of the important areas are string problems dynamic programming stack based and tree based
3. There can be design round and interesting questions may be encountered
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Spark architecture.
  • Q2. Narrow and wide transformations
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
  • Q1. Write a mongoDB query to filter top 5 students
  • Ans. 

    Use MongoDB's aggregation framework to filter and sort students by their scores, returning the top 5 results.

    • Use the `find()` method to query the students collection.

    • Sort the results by the score field in descending order.

    • Limit the results to 5 using the `limit()` method.

    • Example: `db.students.find().sort({ score: -1 }).limit(5)`

    • Ensure the score field exists and is indexed for better performance.

  • Answered by AI
  • Q2. What is redux and difference between redux and context api
  • Ans. 

    Redux is a state management library for JavaScript apps, while Context API is a built-in React feature for managing state.

    • Redux provides a centralized store for application state, while Context API allows for state sharing across components without prop drilling.

    • Redux uses actions and reducers to manage state changes, whereas Context API uses the Provider and Consumer pattern.

    • Redux is more suitable for large applicatio...

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview before Jul 2024, where I was asked the following questions.

  • Q1. Can you describe a time when you led a team?
  • Q2. How do you motivate and inspire team members
  • Ans. 

    I motivate team members by fostering collaboration, recognizing achievements, and encouraging personal growth.

    • Encourage open communication: Create an environment where team members feel comfortable sharing ideas and feedback.

    • Recognize achievements: Celebrate both small wins and major milestones to boost morale and motivation.

    • Set clear goals: Help team members understand their roles and how they contribute to the larger...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Create a master resume.
Are these interview questions helpful?
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview before May 2024, where I was asked the following questions.

  • Q1. A major feature you notice in any application?
  • Ans. 

    A major feature in any application is its user interface, which significantly impacts usability and user satisfaction.

    • Intuitive Navigation: Users should easily find what they need, like a clear menu structure in a banking app.

    • Responsive Design: Applications should work seamlessly across devices, such as mobile and desktop versions of e-commerce sites.

    • Accessibility Features: Important for inclusivity, like screen reader...

  • Answered by AI
  • Q2. Suppose there are two application suppose named zomato and domino’s what basic difference you find between the two
  • Ans. 

    Zomato focuses on restaurant discovery and reviews, while Domino's specializes in pizza delivery and online ordering.

    • Zomato offers restaurant reviews and ratings, helping users choose dining options.

    • Domino's provides a streamlined pizza ordering experience with delivery tracking.

    • Zomato includes features like food delivery, table reservations, and user-generated content.

    • Domino's emphasizes promotional deals and a user-f...

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview before May 2024, where I was asked the following questions.

  • Q1. How will you handle clients if they are not very technically sound.?
  • Ans. 

    I would simplify technical concepts, use relatable analogies, and ensure open communication to build client confidence.

    • Use simple language: Avoid jargon and explain concepts in layman's terms. For example, instead of saying 'API', I might say 'a way for two software systems to talk to each other'.

    • Utilize visuals: Diagrams and flowcharts can help illustrate complex ideas. For instance, showing a process flow can clarify...

  • Answered by AI
  • Q2. What approach would you take if you received a client requirement that you are unfamiliar with?
  • Ans. 

    I would research, consult experts, and collaborate with the client to understand their requirements thoroughly.

    • Conduct thorough research on the unfamiliar requirement to gather background information.

    • Engage with subject matter experts or colleagues who have experience in the area.

    • Schedule a meeting with the client to clarify their needs and expectations.

    • Utilize online resources, forums, and industry publications to gai...

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview before Jun 2024, where I was asked the following questions.

  • Q1. Describe your professional background
  • Ans. 

    I have over 5 years of experience in software development, specializing in web applications and agile methodologies.

    • Developed a full-stack web application using React and Node.js for an e-commerce platform, improving user engagement by 30%.

    • Led a team of 4 developers in an agile environment, successfully delivering projects on time and within budget.

    • Implemented RESTful APIs that enhanced data retrieval speed by 25%, opt...

  • Answered by AI
  • Q2. What is your ideal job
  • Ans. 

    My ideal job is one that fosters creativity, collaboration, and continuous learning while making a positive impact through technology.

    • A collaborative environment where team members share ideas and support each other, like in Agile development teams.

    • Opportunities for continuous learning, such as attending workshops or conferences to stay updated on the latest technologies.

    • Projects that have a meaningful impact, like dev...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - This is very easy interview

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

KLA Interview Questions
3.8
 • 48 Interviews
Apptunix Interview Questions
4.2
 • 47 Interviews
Busibud Interview Questions
3.9
 • 42 Interviews
GAMMON INDIA Interview Questions
3.8
 • 31 Interviews
Patil Group Interview Questions
3.8
 • 29 Interviews
View all

Verantos Reviews and Ratings

based on 5 reviews

4.6/5

Rating in categories

4.3

Skill development

4.3

Work-life balance

4.1

Salary

4.3

Job security

4.3

Company culture

4.1

Promotions

4.1

Work satisfaction

Explore 5 Reviews and Ratings
QA Manager

Pune

8-12 Yrs

Not Disclosed

Software Engineer, DevOps

Pune

3-5 Yrs

Not Disclosed

Software Engineer, DevOps

Pune

11-12 Yrs

₹ 24-27.5 LPA

Explore more jobs
Senior Software Engineer
9 salaries
unlock blur

₹14 L/yr - ₹26 L/yr

Software Engineer
6 salaries
unlock blur

₹16 L/yr - ₹20.8 L/yr

Technical Lead
4 salaries
unlock blur

₹28.4 L/yr - ₹53 L/yr

Senior Software Developer
3 salaries
unlock blur

₹12 L/yr - ₹20.4 L/yr

Devops Engineer
3 salaries
unlock blur

₹8.5 L/yr - ₹23 L/yr

Explore more salaries
Compare Verantos with

Primus Global Technologies

3.9
Compare

GAMMON INDIA

3.7
Compare

Magneti Marelli Motherson Auto System

3.8
Compare

TriGeo Technologies

3.2
Compare
write
Share an Interview