i
Betsol
Filter interviews by
I applied via Recruitment Consulltant and was interviewed in Mar 2023. There were 2 interview rounds.
Top trending discussions
I applied via Naukri.com and was interviewed in Nov 2024. There were 2 interview rounds.
2 coding questions and 25 mcqs
I applied via Referral and was interviewed in Jul 2024. There were 2 interview rounds.
In first round, they ask a dynamic pattern question.
An attribute in HTML provides additional information about an element and is used to modify the element's behavior or appearance.
Attributes are added to HTML elements using the syntax attribute="value".
Attributes can be used to specify things like the size, color, or alignment of an element.
Examples of attributes include 'href' in Example and 'src' in .
Constructor in PHP is a special method used to initialize objects of a class.
Constructor is a special method with the same name as the class.
It is automatically called when an object is created.
Constructors can be used to initialize object properties or perform any necessary setup.
Example: class Car { public function __construct() { echo 'Car object created'; }}
posted on 16 Aug 2024
Pagination in JPA allows for retrieving a subset of results from a query by specifying a limit and offset.
Use the setFirstResult() method to specify the starting index of the results to retrieve
Use the setMaxResults() method to specify the maximum number of results to retrieve
Combine setFirstResult() and setMaxResults() to implement pagination in JPA queries
To create a RESTful API, define endpoints, use HTTP methods, handle requests and responses, and follow REST principles.
Define endpoints for different resources (e.g. /users, /products)
Use HTTP methods like GET, POST, PUT, DELETE for CRUD operations
Handle requests and responses in JSON format
Follow REST principles like statelessness, uniform interface, and client-server architecture
posted on 29 Oct 2024
I applied via Campus Placement and was interviewed in Apr 2024. There were 4 interview rounds.
Basic aptitude asked for all company
One question to find substring of string which has double chars
Pandas is a Python library used for data manipulation and analysis, including creating and working with dataframes.
Import the pandas library: import pandas as pd
Create a dataframe: df = pd.DataFrame(data)
Accessing data in a dataframe: df['column_name']
Filtering data in a dataframe: df[df['column_name'] > value]
Adding a new column: df['new_column'] = values
The angle between the hour hand and minute hand at 12:20 is 10 degrees.
Calculate the angle made by the hour hand from 12 o'clock position: (20/60)*30 = 10 degrees
Calculate the angle made by the minute hand from 12 o'clock position: (20/60)*360 = 120 degrees
Find the difference between the two angles: 120 - 10 = 110 degrees
posted on 8 Apr 2024
posted on 11 Mar 2024
I applied via Campus Placement and was interviewed in Sep 2023. There were 4 interview rounds.
Pseudocode problems and 2 coding questions
Java code to find even numbers in an array
Iterate through the array and check if each element is divisible by 2
Use the modulus operator (%) to check for even numbers
Store the even numbers in a separate array or print them out
posted on 10 Jun 2024
I applied via campus placement at Lovely Professional University (LPU) and was interviewed in Dec 2023. There were 2 interview rounds.
The test had 2 standard DSA questions and 9 MCQs based on CS fundamentals.
Given an array of integers, return indices of the two numbers such that they add up to a specific target.
Use a hashmap to store the difference between the target and current element
Iterate through the array and check if the current element's complement exists in the hashmap
Return the indices of the two numbers if found
posted on 28 May 2024
Very easy coding test just like class 2 standard
Moderate
Moderate level of questions are come
I applied via Naukri.com and was interviewed in May 2023. There were 3 interview rounds.
Design a full frontend page ..
based on 1 interview
Interview experience
Technical Support Engineer
167
salaries
| ₹2.5 L/yr - ₹5.5 L/yr |
Software Engineer
98
salaries
| ₹4 L/yr - ₹16.3 L/yr |
Senior Software Engineer
83
salaries
| ₹8.6 L/yr - ₹32 L/yr |
Associate Software Engineer
80
salaries
| ₹4 L/yr - ₹8 L/yr |
Senior Technical Support Engineer
36
salaries
| ₹3.7 L/yr - ₹7.8 L/yr |
TCS
Infosys
Wipro
HCLTech