Filter interviews by
I applied via Naukri.com
SSRS report types include tabular, matrix, chart, and free-form.
Tabular reports display data in a table format.
Matrix reports display data in a grid format.
Chart reports display data in a graphical format.
Free-form reports allow for more flexibility in design.
Alternative row color can be applied to improve readability.
Shared datasets can be used to reduce redundancy and improve performance.
Sample Report with requirements will be given and asked to achive the same
Use Report Builder to edit all reports together
Open Report Builder and connect to the report server
Select all the reports you want to edit
Make the necessary changes and save the changes
Publish the updated reports to the report server
I applied via Job Portal and was interviewed in Sep 2024. There were 4 interview rounds.
2 DSA question was asked
40 questions in 20 minutes
Generate all possible permutations of an array of strings
Use recursion to generate permutations
Swap elements to create different permutations
Base case: when array size is 1, return array as permutation
posted on 17 Oct 2024
I applied via Walk-in
To implement a queue using a stack, use two stacks and simulate the queue operations.
Use two stacks, one for enqueue operation and one for dequeue operation.
For enqueue operation, simply push elements onto the stack used for enqueueing.
For dequeue operation, if the dequeue stack is empty, pop all elements from enqueue stack and push onto dequeue stack.
Then pop from the dequeue stack to simulate dequeue operation.
A linked list is a data structure consisting of nodes where each node points to the next node in the sequence.
Create a Node class with data and next pointer
Initialize a head pointer to null
Add nodes by updating next pointers
Traverse the list by following next pointers
posted on 28 Jun 2024
I applied via Campus Placement
Common topics like sql and 30% aptitude problem
Coding for international
posted on 12 Sep 2024
posted on 19 Sep 2024
I applied via Job Portal
60mintues DSA level coding exam
Event loop is a mechanism in JavaScript that allows for asynchronous operations to be executed in a non-blocking way.
Event loop is responsible for handling asynchronous operations in JavaScript.
It continuously checks the call stack and the callback queue to see if there are any tasks to be executed.
Tasks from the callback queue are moved to the call stack for execution when the call stack is empty.
Event loop ensures th...
React Hooks are functions that let you use state and other React features without writing a class.
React Hooks were introduced in React 16.8.
They allow you to use state and other React features in functional components.
Some commonly used React Hooks are useState, useEffect, useContext, etc.
Hooks are more readable and easier to maintain compared to class components.
posted on 1 Apr 2024
I was interviewed in Oct 2023.
List is an ordered collection of elements, while map is a collection of key-value pairs.
List maintains the order of elements, while map does not guarantee any specific order.
List allows duplicate elements, while map does not allow duplicate keys.
In a list, elements are accessed by their index, while in a map, elements are accessed by their keys.
I applied via Naukri.com and was interviewed before Apr 2019. There were 4 interview rounds.
Softwaretest Engineer
116
salaries
| ₹3.5 L/yr - ₹10.2 L/yr |
Software Engineer
90
salaries
| ₹4 L/yr - ₹14.4 L/yr |
Business Analyst
90
salaries
| ₹4.5 L/yr - ₹16.1 L/yr |
Associate Software Engineer
66
salaries
| ₹2.2 L/yr - ₹9 L/yr |
Senior Software Engineer
63
salaries
| ₹6.3 L/yr - ₹16 L/yr |
Ramco Systems
IBM
HCLTech
TCS