Upload Button Icon Add office photos

Filter interviews by

V-Count Interview Questions, Process, and Tips

Updated 28 Sep 2024

V-Count Interview Experiences

1 interview found

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
-

I applied via Job Portal and was interviewed in Aug 2024. There was 1 interview round.

Round 1 - Technical 

(6 Questions)

  • Q1. What is oops in java
  • Ans. 

    In Java, 'oops' refers to Object-Oriented Programming concepts like classes, objects, inheritance, polymorphism, and encapsulation.

    • Oops stands for Object-Oriented Programming.

    • It involves concepts like classes, objects, inheritance, polymorphism, and encapsulation.

    • Java is an object-oriented programming language that follows oops principles.

  • Answered by AI
  • Q2. What is linux command
  • Ans. 

    Linux command is a command-line interface used in Linux operating systems to perform various tasks.

    • Linux commands are case-sensitive

    • Commands are typically followed by options and arguments

    • Common Linux commands include ls, cd, mkdir, rm, cp, mv, grep, and more

  • Answered by AI
  • Q3. What is function
  • Ans. 

    A function is a block of code that performs a specific task when called.

    • Functions can take input parameters and return output values

    • Functions can be reused multiple times in a program

    • Examples: summing two numbers, finding the maximum value in an array

  • Answered by AI
  • Q4. What is class in java
  • Ans. 

    A class in Java is a blueprint for creating objects, defining their properties and behaviors.

    • Classes are used to create objects in Java

    • Classes can have attributes (fields) and methods

    • Classes can be extended to create subclasses

    • Example: class Car { String color; void start() { // code here } }

  • Answered by AI
  • Q5. What is for loop
  • Ans. 

    A for loop is a control flow statement that allows code to be executed repeatedly based on a specified condition.

    • Used to iterate over a sequence of elements

    • Consists of initialization, condition, and increment/decrement expressions

    • Example: for(int i=0; i<5; i++) { // code to be executed }

  • Answered by AI
  • Q6. Different between SQL and nosql
  • Ans. 

    SQL is a relational database management system, while NoSQL is a non-relational database management system.

    • SQL is table-based, with a predefined schema, while NoSQL is document-based, key-value pairs, graph databases, or wide-column stores.

    • SQL is structured query language for defining and manipulating the data, while NoSQL does not use SQL for querying the data.

    • SQL is vertically scalable, while NoSQL is horizontally sc...

  • Answered by AI

Skills evaluated in this interview

Top V-Count Customer Support Specialist Interview Questions and Answers

Q1. What is linux command
View answer (1)

Customer Support Specialist Interview Questions asked at other Companies

Q1. Definition of Customer support, Short and long term goals.
View answer (2)

Interview questions from similar companies

I appeared for an interview in Aug 2020.

Interview Questionnaire 

1 Question

  • Q1. What is the complicated issue that you have solved and what is the solution you have provided
  • Ans. 

    Developed a real-time data processing system for a financial institution

    • Implemented a distributed system using Apache Kafka and Apache Storm

    • Designed a fault-tolerant architecture with multiple redundancy layers

    • Optimized the system for high throughput and low latency

    • Provided real-time monitoring and alerting using Grafana and Prometheus

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare all the basics and aware of all the process.

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

Interview Questionnaire 

4 Questions

  • Q1. 1.OOP concepts
  • Q2. SQL Queries
  • Q3. Tell me about your self
  • Q4. My background

Interview Preparation Tips

Interview preparation tips for other job seekers - Technical interview level will be moderate to high.Be firm on your answers.You should know how to make your interview in a way you want it to go! For example even if the interviewer diverts from one concept to another, I know how to bring him back to the concept am confident on!
HR interview was quite easy.
HR interview is for just checking your confidence, willingness to ajdust to Corparate world.

I applied via Recruitment Consultant and was interviewed in Jun 2019. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. What are the addon that can be added with spring boot ? What is the spring boot ? What are the ways of configuring a bean in spring? And core java realted stuff.
  • Ans. 

    Answering questions related to Spring Boot and core Java

    • Spring Boot addons include Spring Security, Spring Data, and Spring Cloud

    • Spring Boot is a framework for building standalone, production-grade Spring-based applications

    • Ways of configuring a bean in Spring include XML configuration, Java-based configuration, and annotation-based configuration

    • Core Java topics include OOP concepts, collections, multithreading, and exc

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Please be prepared for your interview with hackerrank problem solving and good analytical skills.
According to my experience i would not sugget to join HCL .

Skills evaluated in this interview

I applied via Naukri.com and was interviewed before Oct 2019. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Basic questions of Python and pytest framework
  • Q2. Questions will be based on the resume in hand

Interview Preparation Tips

Interview preparation tips for other job seekers - Be genuine with your resume. Understand the project, that you handle. Be aware of the software market and be bold to open up with your views. It is not always true, that when new technologies come up, the old goes down. It is the less adaptability of the technology, that pulls it back.

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

Interview Questionnaire 

1 Question

  • Q1. Tell me about yourself

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be confident on what you are saying

I applied via Other and was interviewed before Apr 2020. There were 4 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Technical : Questions from Project,C,C++,Java
  • Q2. HR: Questions like tell about yourself, Your dream comoany etc

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well and be confident.

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

Interview Questionnaire 

1 Question

  • Q1. Tell me about yourself

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well

I applied via Indeed and was interviewed in Dec 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Introduction, work experience, a topic to speak on, client round

Interview Preparation Tips

Interview preparation tips for other job seekers - Not a good place to work

I applied via Naukri.com and was interviewed in Dec 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Question were totally based on TI plus application as I was hired for that particular application and I have put my experience thete

Interview Preparation Tips

Interview preparation tips for other job seekers - The interview process is little slow, after the interview is done we need to follow up with the hiring team multiple times and they take a lot of time to release the offer letter

V-Count Interview FAQs

How many rounds are there in V-Count interview?
V-Count interview process usually has 1 rounds. The most common rounds in the V-Count interview process are Technical.
What are the top questions asked in V-Count interview?

Some of the top questions asked at the V-Count interview -

  1. What is linux comm...read more
  2. What is class in j...read more
  3. Different between SQL and no...read more

Tell us how to improve this page.

V-Count Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.6k Interviews
Accenture Interview Questions
3.8
 • 8.3k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.7k Interviews
Cognizant Interview Questions
3.7
 • 5.7k Interviews
Capgemini Interview Questions
3.7
 • 4.8k Interviews
HCLTech Interview Questions
3.5
 • 3.9k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.9k Interviews
ICICI Bank Interview Questions
4.0
 • 2.4k Interviews
HDFC Bank Interview Questions
3.9
 • 2.2k Interviews
View all
Compare V-Count with

TCS

3.7
Compare

Accenture

3.8
Compare

Wipro

3.7
Compare

Cognizant

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