AVASOFT
Anjani Technoplast Interview Questions and Answers
Q1. what is variable html structure coding in array
A variable is a storage location in a computer program that holds data and can be referenced and manipulated.
Variables are used to store information such as numbers, strings, or objects in a program.
They have a name, a data type, and a value that can be changed during the program's execution.
In HTML, variables can be used in conjunction with JavaScript to dynamically update content on a webpage.
Coding in an array involves storing multiple values in a single variable, making i...read more
Q2. Whats is web development
Web development is the process of creating websites and web applications using programming languages, frameworks, and tools.
Involves front-end development for user interface design and back-end development for server-side logic
Requires knowledge of HTML, CSS, JavaScript, and various web development frameworks like React, Angular, or Node.js
Includes tasks such as web design, web content development, client-side/server-side scripting, and network security configuration
Q3. Know abt the company policies?
Company policies cover various aspects such as code of conduct, benefits, leave policies, etc.
Company policies are usually outlined in an employee handbook or on the company's intranet.
Policies may include code of conduct, dress code, attendance, benefits, leave policies, etc.
Employees are expected to adhere to these policies to maintain a positive work environment.
Examples of company policies include anti-discrimination policies, remote work policies, and social media usage ...read more
Q4. Swap two number without 3rd variable
Swap two numbers without using a third variable
Use bitwise XOR operation to swap two numbers without using a third variable
Example: a = 5, b = 10. a = a XOR b, b = a XOR b, a = a XOR b
After swapping: a = 10, b = 5
Q5. Logic for fibonocee series
Fibonacci series is a sequence of numbers where each number is the sum of the two preceding ones.
Start with 0 and 1 as the first two numbers in the series
Add the previous two numbers to get the next number in the series
Repeat this process to generate the Fibonacci series
Q6. Logic for leap year
A leap year is a year that is divisible by 4, except for years that are divisible by 100 but not by 400.
Leap year is divisible by 4
Exception: Years divisible by 100 but not by 400 are not leap years
Example: 2000 is a leap year because it is divisible by 400
More about working at AVASOFT
Top HR Questions asked in Anjani Technoplast
Interview Process at Anjani Technoplast
Top Interview Questions from Similar Companies
Reviews
Interviews
Salaries
Users/Month