Filter interviews by
On string programs, frequency, count of string
I applied via Campus Placement and was interviewed in Apr 2023. There were 3 interview rounds.
Html,css,python,c#,Java
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.
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
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.
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
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
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...
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:...
I applied via Campus Placement and was interviewed in Apr 2023. There were 4 interview rounds.
1hour time,and questions on python,HTML,CSS,java,C#
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
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
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...
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 '...
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
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
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';
VARSUN eTechnologies interview questions for popular designations
I applied via Referral and was interviewed before Jan 2021. There was 1 interview round.
I applied via Campus Placement and was interviewed before May 2021. There were 2 interview rounds.
Numerical ability and logical reasoning followed by some coding mcqs
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
I applied via Campus Placement and was interviewed before Jun 2021. There were 2 interview rounds.
Simple aptitude test
I applied via Newspaper Ad and was interviewed before Jun 2021. There were 3 interview rounds.
I applied via Newspaper Ad and was interviewed before Jun 2021. There were 2 interview rounds.
I applied via Walk-in and was interviewed before Jul 2021. There was 1 interview round.
based on 4 interviews
Interview experience
based on 16 reviews
Rating in categories
Software Engineer
20
salaries
| ₹1 L/yr - ₹9 L/yr |
Software Developer
11
salaries
| ₹2.4 L/yr - ₹8 L/yr |
Business Analyst
9
salaries
| ₹2.5 L/yr - ₹9.7 L/yr |
Softwaretest Engineer
5
salaries
| ₹2.5 L/yr - ₹5 L/yr |
Marketing Executive
4
salaries
| ₹3.6 L/yr - ₹3.6 L/yr |
Infosys
TCS
Wipro
HCLTech