Filter interviews by
Questions related to View state, Palindrome program and Sum of digit in C# Asp.net
View state is used to maintain state of server-side controls
Palindrome program checks if a given string is same when read forward and backward
Sum of digit program calculates the sum of digits in a given number
Find 3rd highest salary in employee table and list duplicate values in SQL query.
Use ORDER BY and LIMIT to find 3rd highest salary
Use GROUP BY and HAVING to list duplicate values
Example: SELECT salary FROM employee ORDER BY salary DESC LIMIT 2,1
Example: SELECT name, COUNT(*) FROM employee GROUP BY name HAVING COUNT(*) > 1
In visual studio you have do create register page and connect sql database
Top trending discussions
Aptitude and 2 coding problems- easy to medium
I applied via Job Fair and was interviewed in Oct 2024. There were 2 interview rounds.
posted on 5 Aug 2024
It is very impressive work on Josh technology assessment because we learn many new skills.
API stands for Application Programming Interface. It is a set of rules and protocols that allows different software applications to communicate with each other.
APIs define the methods and data formats that applications can use to request and exchange information.
APIs can be used to access services provided by other software applications, such as retrieving data from a database or sending notifications.
Examples of APIs ...
Software development life cycle (SDLC) is a process used by software developers to design, develop, and test software.
1. Planning: Define the project scope, requirements, and objectives.
2. Analysis: Gather and analyze user requirements.
3. Design: Create a detailed design of the software.
4. Implementation: Develop the software based on the design.
5. Testing: Test the software for bugs and issues.
6. Deployment: Release t...
posted on 16 Nov 2024
I applied via AngelList and was interviewed in May 2024. There were 2 interview rounds.
Asked related to python
I applied via Job Portal
Moderate difficult challenge in control
I was interviewed in Nov 2020.
Round duration - 60 minutes
Round difficulty - Easy
Consider a weighted, undirected graph with 'V' vertices numbered from 1 to 'V' and 'E' bidirectional edges. You are tasked with handling 'Q' queries. For each query, you are...
We will run Dijkstra Algorithm for all vertices in this approach and store the minimum distance in an array. Then we can answer the queries using this distance array.
Dijkstra Algorithm is one of the most popular algorithms in graph theory. A single-source shortest path algorithm gives the shortest path length to all vertices from a given vertex known as the source vertex. It is a greedy algorith...
Your task is to sort a sequence of numbers stored in the array ‘ARR’ in non-descending order using the Merge Sort algorithm.
Merge Sort is a divide-an...
The basic idea is that we divide the given ‘ARR’ into two-part call them ‘leftHalves’ and ‘rightHalves’ and call the same function again with both the parts. In the end, we will get sorted ‘leftHaves’ and sorted ‘righthalves’ which we merge both of them and return a merged sorted ‘ARR’.
We implement this approach with a divide and conquer strategy.
Here is the algorithm :
You are provided with an N * N
maze where a rat is positioned at starting cell MAZE[0][0]
. The goal is to determine and print all possible paths that the rat can take to r...
Initialize, all the cells of the solution matrix used to print the path matrix to 0. First, you cannot make use of the existing maze to print the solution maze as you have to distinguish b/w 1 of maze or 1 of ‘SOLUTION matrix.
Form a recursive function, which will follow a path and check if the path reaches the destination or not. If the path does not reach the destination then backtrack and t...
Tip 1 : Practice Atleast 250 Questions
Tip 2 : Do atleast 2 projects
Tip 1 : Have some projects on resume.
Tip 2 : Do not put false things on resume.
posted on 10 Aug 2021
Calculate the distance between two points in a 2D plane.
Use the distance formula: sqrt((x2 - x1)^2 + (y2 - y1)^2)
Ensure input validation for coordinates
Consider edge cases like points being the same or on the same axis
Code assessment measures the ability of a software developer to write efficient and effective code.
Code quality and readability are important factors in code assessment.
Efficiency and performance of the code are also key aspects to consider.
Ability to solve complex problems and think critically is evaluated through code assessment.
Knowledge of programming languages, algorithms, and data structures is tested in code ass...
Executive Accountant
18
salaries
| ₹1.8 L/yr - ₹5.2 L/yr |
Account Assistant
15
salaries
| ₹1.4 L/yr - ₹2.2 L/yr |
Desktop Support Engineer
8
salaries
| ₹1.1 L/yr - ₹3 L/yr |
Junior Accounts Executive
8
salaries
| ₹1.8 L/yr - ₹3 L/yr |
Accountant
4
salaries
| ₹2.4 L/yr - ₹3 L/yr |
Infosys
TCS
Wipro
HCLTech