Upload Button Icon Add office photos

Filter interviews by

TechVerito Interview Questions and Answers

Updated 11 Sep 2024

TechVerito Interview Experiences

Popular Designations

7 interviews found

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Assignment 

Gave an assingmant link was asked to add some features

Round 2 - Technical 

(3 Questions)

  • Q1. General software engg questions
  • Q2. Java steams api questions
  • Q3. Hopq to deploy java aps
  • Ans. 

    Java applications can be deployed using various methods such as manual deployment, using build tools like Maven or Gradle, or using containerization platforms like Docker.

    • Use build tools like Maven or Gradle to package the application into a JAR or WAR file

    • Deploy the packaged application to a server or cloud platform

    • Utilize containerization platforms like Docker to create a container image of the application and deploy...

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Salary elated questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared to wrirte testable code and be comfortble with Test driven development

Skills evaluated in this interview

Software Consultant Interview Questions asked at other Companies

Q1. Palindrome String Validation Determine if a given string 'S' is a palindrome, considering only alphanumeric characters and ignoring spaces and symbols. Note: The string 'S' should be evaluated in a case-insensitive manner. Example: Input: "... read more
View answer (1)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Assignment 

Assigment jsjsjuujakjjwjjjhhs

Round 2 - Technical 

(2 Questions)

  • Q1. Jwhshusjsnsnsnsjjsjsjsjjsns
  • Q2. Msmsjsjsjsjsjjsjsjsjsjsnsjsjsjjsjsjs

React Js Frontend Developer Interview Questions asked at other Companies

Q1. 1. What is difference between abstract class and interface ?
View answer (1)
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
Not Selected

I applied via LinkedIn

Round 1 - Assignment 

Movie Booking Assignment

Golang Developer Interview Questions asked at other Companies

Q1. can we return difference data type and how ,what architeture you worked in your project,does go have oops concepts
View answer (1)

Java Developer Interview Questions & Answers

user image Akshat Tomar

posted on 30 Aug 2024

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Assignment 

First round was a combination of core java questions and oops concepts.

Java Developer Interview Questions asked at other Companies

Q1. Sort 0 and 1 Problem Statement Given an integer array ARR of size N containing only integers 0 and 1, implement a function to sort this array. The solution should scan the array only once without using any additional arrays. Input: The firs... read more
View answer (3)

TechVerito interview questions for popular designations

 Sdet Lead

 (1)

 Golang Developer

 (1)

 Software Consultant

 (1)

 Senior Devops Engineer

 (1)

 React Js Frontend Developer

 (1)

 Java Developer

 (1)

 Consultant

 (1)

Interview experience
2
Poor
Difficulty level
Easy
Process Duration
2-4 weeks
Result
No response

I applied via Instahyre and was interviewed before May 2023. There were 4 interview rounds.

Round 1 - HR 

(1 Question)

  • Q1. General HR questions
Round 2 - Assignment 

Setup CICD for an application

Round 3 - Technical 

(1 Question)

  • Q1. General DEVOPS interview question related to, AWS, GCP, Terraform, Kubernetes, Linux, CICD and other related items
Round 4 - Behavioral 

(1 Question)

  • Q1. How to pitch to client on implementing a new queueing system
  • Ans. 

    Pitching a new queueing system to a client involves highlighting benefits, addressing pain points, showcasing success stories, and offering a demo.

    • Highlight the benefits of the new queueing system such as improved efficiency, scalability, and reliability.

    • Address pain points of the current system like bottlenecks, delays, and resource wastage.

    • Showcase success stories of other clients who have implemented the new queuein...

  • Answered by AI

Skills evaluated in this interview

Senior Devops Engineer Interview Questions asked at other Companies

Q1. What are Terraform life cycles ? and how do we use them ?
View answer (3)

Sdet Lead Interview Questions & Answers

user image Anonymous

posted on 22 Jun 2024

Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Dec 2023. There were 2 interview rounds.

Round 1 - Coding Test 

Good question easy leve leet code and all

Round 2 - Aptitude Test 

Good series of questions and it was fun

Interview Preparation Tips

Interview preparation tips for other job seekers - be confident and answer confidently and property

Sdet Lead Interview Questions asked at other Companies

Q1. write a palindrome program without using any in-build method. if there are 500 test cases and need to run only 50 test cases, then how to approach and do it? what is the framework used in your project? how will you handle if a team member w... read more
View answer (1)

Consultant Interview Questions & Answers

user image Anonymous

posted on 26 Nov 2021

I applied via LinkedIn and was interviewed before Nov 2020. There were 4 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. How many rounds were conducted
  • Ans. There were 2 technical (1 related to QA +1 Managerial) and 1 HR round conducted
  • Answered Anonymously
  • Q2. What was asked in technical round?
  • Ans. Since I was interviewed for the position of Automation QA , 1st round consisted of automation assignment -live code pairing and technical discussion in same regards.
  • Answered Anonymously
  • Q3. What was asked in Managerial round?
  • Ans. Technical discussion related to the language you know, a small code where you can portray your logic. Some discussion related to agile, testing approaches, scenario based questions , API testing etc.
  • Answered Anonymously

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview process was pretty smooth and fast. HR dedicatedly conveys the candidate all the conversations and information.
It's a good opportunity to be part of TechVerito team as you get to explore too many technologies here and here we stick to all the best practices -be it coding wise or cultural ?. Good luck!

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 questions from similar companies

I applied via Walk-in and was interviewed before Apr 2020. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. What is Excel what is vlookup what is your strength and weakness

Interview Preparation Tips

Interview preparation tips for other job seekers - Be honest and bold

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 Naukri.com and was interviewed in Jul 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. SOLID principals, oops, c# basics, SQL server, azure, design pattern

Interview Preparation Tips

Interview preparation tips for other job seekers - Clear basics of oops and design pattern

TechVerito Interview FAQs

How many rounds are there in TechVerito interview?
TechVerito interview process usually has 2-3 rounds. The most common rounds in the TechVerito interview process are Assignment, Technical and HR.
How to prepare for TechVerito 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 TechVerito. The most common topics and skills that interviewers at TechVerito expect are TDD, Microservices, Hibernate, MySQL and Java.
What are the top questions asked in TechVerito interview?

Some of the top questions asked at the TechVerito interview -

  1. How to pitch to client on implementing a new queueing sys...read more
  2. Hopq to deploy java ...read more
  3. What was asked in technical rou...read more

Tell us how to improve this page.

TechVerito Interview Process

based on 7 interviews

Interview experience

3.9
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.5k Interviews
Infosys Interview Questions
3.6
 • 7.7k Interviews
Wipro Interview Questions
3.7
 • 5.7k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.9k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 3k Interviews
Mphasis Interview Questions
3.4
 • 810 Interviews
View all

TechVerito Reviews and Ratings

based on 3 reviews

3.8/5

Rating in categories

3.8

Skill development

3.3

Work-life balance

3.8

Salary

3.8

Job security

3.8

Company culture

3.8

Promotions

3.3

Work satisfaction

Explore 3 Reviews and Ratings
Consultant
10 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Developer
8 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Consultant
6 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer
4 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

QA Engineer
4 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare TechVerito with

TCS

3.7
Compare

Infosys

3.6
Compare

Wipro

3.7
Compare

HCLTech

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