Upload Button Icon Add office photos

Filter interviews by

VARSUN eTechnologies Interview Questions and Answers

Updated 27 Sep 2024

VARSUN eTechnologies Interview Experiences

Popular Designations

4 interviews found

QA Engineer Interview Questions & Answers

user image Anonymous

posted on 27 Sep 2024

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

On string programs, frequency, count of string

QA Engineer Interview Questions asked at other Companies

Q1. 80 pairs of socks in a dark room, 40 black, 40 white, how many minimum number of socks need to be taken out to get 15 pairs of socks
View answer (9)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. About the SDLC, STLC, Writing Test cases , basics of Java and Selenium

Qa Automation Testing Engineer Interview Questions asked at other Companies

Q1. selenium: what are selenium components, what are the different locators in selenium, what is selenium web driver, write a xpath for a given element on a web page
View answer (5)

fresher Interview Questions & Answers

user image Anonymous

posted on 20 May 2023

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
-
Result
Selected Selected

I applied via Campus Placement and was interviewed in Apr 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 - Coding Test 

Html,css,python,c#,Java

Round 3 - Technical 

(9 Questions)

  • Q1. Programs on 3 questions we need to write 1 question to answer.
  • Q2. Based on our background they will ask to us.
  • Q3. Write a program on prime number and write query in SQL.
  • Ans. 

    Program to check prime numbers and SQL query for prime numbers.

    • Use a loop to check if a number is divisible by any number less than itself.

    • In SQL, use a subquery to check if a number is divisible by any number less than itself.

    • To optimize, only check divisibility up to the square root of the number.

  • Answered by AI
  • Q4. Write a program on prime number or not
  • Ans. 

    A program to check if a given number is prime or not.

    • Take input from user

    • Check if the number is less than 2, then it is not a prime number

    • Loop through numbers from 2 to n-1 and check if n is divisible by any of them

    • If n is divisible by any number, then it is not a prime number

    • If n is not divisible by any number, then it is a prime number

  • Answered by AI
  • Q5. Write query to get full name of a employees from employee table.
  • Ans. 

    Query to retrieve full name of employees from employee table.

    • Use SELECT statement to retrieve data from employee table.

    • Concatenate first name and last name columns using CONCAT function.

    • Use AS keyword to give an alias name to the concatenated column.

  • Answered by AI
  • Q6. Write program swapping of a two numbers?
  • Ans. 

    Program to swap two numbers

    • Declare two variables and assign values to them

    • Use a third variable to store the value of the first variable

    • Assign the value of the second variable to the first variable

    • Assign the value of the third variable to the second variable

  • Answered by AI
  • Q7. Write a program a number is prime number or not?
  • Ans. 

    Program to check if a number is prime or not

    • A prime number is only divisible by 1 and itself

    • Loop through numbers from 2 to n-1 and check if n is divisible by any of them

    • If n is divisible by any number, it is not prime

    • If n is not divisible by any number, it is prime

  • Answered by AI
  • Q8. What is access modifires in python?
  • Ans. 

    Access modifiers in Python are keywords used to restrict access to class members.

    • Python has three access modifiers: public, protected, and private.

    • Public members can be accessed from anywhere outside the class.

    • Protected members can be accessed within the class and its subclasses.

    • Private members can only be accessed within the class.

    • Public members are denoted by no underscore, protected members by a single underscore, a...

  • Answered by AI
  • Q9. What is class and object?
  • Ans. 

    Class is a blueprint for creating objects. Objects are instances of a class that have their own unique properties and behaviors.

    • A class is a template or blueprint for creating objects

    • An object is an instance of a class with its own unique properties and behaviors

    • Classes define the properties and methods that objects of that class will have

    • Objects can interact with each other through their methods and properties

    • Example:...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for VARSUN eTechnologies fresher interview:
  • java programs
  • python programs
Interview preparation tips for other job seekers - Do hardwork on writing programs in logical way.

Skills evaluated in this interview

Top VARSUN eTechnologies fresher Interview Questions and Answers

Q1. write a program on prime number and write query in SQL.
View answer (1)

fresher Interview Questions asked at other Companies

Q1. What is the unit of electric current
View answer (127)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Apr 2023. There were 4 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 - Coding Test 

1hour time,and questions on python,HTML,CSS,java,C#

Round 3 - Technical 

(2 Questions)

  • Q1. Write a program for christmas tree with 8 and 4 stars?
  • Ans. 

    Program to print Christmas tree with 8 and 4 stars

    • Use loops to print the tree structure

    • For 8 stars tree, use 4 rows and for 4 stars tree, use 3 rows

    • Print spaces before and after the stars to align them properly

  • Answered by AI
  • Q2. Write a program on save the prisoner?
  • Ans. 

    Save the prisoner program in Java

    • Take input for number of prisoners, number of sweets and starting prisoner

    • Calculate the index of the last prisoner to receive a sweet using modulo operator

    • Handle edge cases where the last prisoner is the starting prisoner

    • Implement the program using loops and conditional statements

  • Answered by AI
Round 4 - HR 

(5 Questions)

  • Q1. What is python?
  • Ans. 

    Python is a high-level, interpreted programming language known for its simplicity, readability, and versatility.

    • Python is used for web development, data analysis, artificial intelligence, scientific computing, and more.

    • It has a large standard library and supports multiple programming paradigms.

    • Python code is often shorter and easier to read than other languages.

    • It uses indentation to indicate code blocks instead of cur...

  • Answered by AI
  • Q2. What is class and object?
  • Ans. 

    A class is a blueprint for creating objects, while an object is an instance of a class.

    • A class defines the properties and methods that objects of that class will have.

    • An object is created from a class using the 'new' keyword.

    • Objects can have unique values for their properties, while still sharing the same methods as other objects of the same class.

    • Example: A class 'Car' might have properties like 'make', 'model', and '...

  • Answered by AI
  • Q3. What is javascript?
  • Ans. 

    JavaScript is a programming language used to create interactive web pages and web applications.

    • JavaScript is a client-side scripting language

    • It is used to add interactivity to web pages

    • It can be used for form validation, creating animations, and more

    • JavaScript can also be used on the server-side with Node.js

  • Answered by AI
  • Q4. What is database?
  • Ans. 

    A database is a structured collection of data that can be accessed, managed, and updated.

    • A database is used to store and organize data in a structured way

    • It allows for efficient retrieval and manipulation of data

    • Examples include MySQL, Oracle, and MongoDB

  • Answered by AI
  • Q5. What is SQL,write a query?
  • Ans. 

    SQL is a programming language used to manage and manipulate relational databases.

    • SQL stands for Structured Query Language.

    • It is used to create, modify, and query databases.

    • Example query: SELECT * FROM customers WHERE city='New York';

  • Answered by AI

Interview Preparation Tips

Topics to prepare for VARSUN eTechnologies Java Developer interview:
  • programming languages
  • logical programs
Interview preparation tips for other job seekers - This interview was very interesting,and beautiful,by this we can learn so many things,like how to answer a logical question and how to solve a error in programs.

Skills evaluated in this interview

Top VARSUN eTechnologies Java Developer Interview Questions and Answers

Q1. write a program for christmas tree with 8 and 4 stars?
View answer (1)

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)

VARSUN eTechnologies interview questions for popular designations

 fresher

 (1)

 Java Developer

 (1)

 QA Engineer

 (1)

 Qa Automation Testing Engineer

 (1)

Interview questions from similar companies

I applied via Referral and was interviewed before Jan 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Java questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basic questions

I applied via Campus Placement and was interviewed before May 2021. There were 2 interview rounds.

Round 1 - Aptitude Test 

Numerical ability and logical reasoning followed by some coding mcqs

Round 2 - Technical 

(1 Question)

  • Q1. Print 1 to 100 without for loop
  • Ans. 

    Printing 1 to 100 without for loop

    • Use recursion to print numbers from 1 to 99

    • Print 100 outside the recursion

    • Use a base case to stop recursion at 100

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare from interview bit and practice mcqs

I applied via Campus Placement and was interviewed before Jun 2021. There were 2 interview rounds.

Round 1 - Aptitude Test 

Simple aptitude test

Round 2 - One-on-one 

(1 Question)

  • Q1. General questions as per your cv

Interview Preparation Tips

Topics to prepare for Infosys System Engineer interview:
  • Aptitude
Interview preparation tips for other job seekers - Great company for freshers.. lot to learn and experience

I applied via Newspaper Ad and was interviewed before Jun 2021. There were 3 interview rounds.

Round 1 - Aptitude Test 
Round 2 - Technical 

(1 Question)

  • Q1. Basic questions of java.
Round 3 - HR 

(1 Question)

  • Q1. Intro and other hr related questions.

Interview Preparation Tips

Interview preparation tips for other job seekers - Cover the basic questions regarding the programming language.

Intern Interview Questions & Answers

TCS user image Anonymous

posted on 2 Jun 2022

I applied via Newspaper Ad and was interviewed before Jun 2021. There were 2 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 - HR 

(1 Question)

  • Q1. Please Give introduction

Interview Preparation Tips

Interview preparation tips for other job seekers - Good luck with your interview. You need it

I applied via Walk-in and was interviewed before Jul 2021. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. .net questions - routing in asp.net MVC ?

Interview Preparation Tips

Interview preparation tips for other job seekers - Nothing . Prepare well for interview on .Net technology stack

VARSUN eTechnologies Interview FAQs

How many rounds are there in VARSUN eTechnologies interview?
VARSUN eTechnologies interview process usually has 2-3 rounds. The most common rounds in the VARSUN eTechnologies interview process are Coding Test, Technical and Resume Shortlist.
What are the top questions asked in VARSUN eTechnologies interview?

Some of the top questions asked at the VARSUN eTechnologies interview -

  1. write a program on prime number and write query in S...read more
  2. write query to get full name of a employees from employee tab...read more
  3. write a program for christmas tree with 8 and 4 sta...read more

Tell us how to improve this page.

VARSUN eTechnologies Interview Process

based on 4 interviews

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.5k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Cognizant Interview Questions
3.7
 • 5.6k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 2.9k Interviews
Mphasis Interview Questions
3.4
 • 797 Interviews
View all

VARSUN eTechnologies Reviews and Ratings

based on 16 reviews

3.9/5

Rating in categories

4.2

Skill development

4.2

Work-life balance

3.7

Salary

4.2

Job security

3.8

Company culture

3.6

Promotions

3.9

Work satisfaction

Explore 16 Reviews and Ratings
Software Engineer
20 salaries
unlock blur

₹1 L/yr - ₹9 L/yr

Software Developer
11 salaries
unlock blur

₹2.4 L/yr - ₹8 L/yr

Business Analyst
9 salaries
unlock blur

₹2.5 L/yr - ₹9.7 L/yr

Softwaretest Engineer
5 salaries
unlock blur

₹2.5 L/yr - ₹5 L/yr

Marketing Executive
4 salaries
unlock blur

₹3.6 L/yr - ₹3.6 L/yr

Explore more salaries
Compare VARSUN eTechnologies with

Infosys

3.6
Compare

TCS

3.7
Compare

Wipro

3.7
Compare

HCLTech

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