Filter interviews by
To fetch strong technical profiles
Top trending discussions
I applied via Referral and was interviewed before Dec 2020. There was 1 interview round.
Threading is a way to execute multiple tasks concurrently in a single program.
Threading allows for parallel execution of code
Threads share the same memory space
Example: running a background task while the main program continues to run
Use SQL to retrieve the top 2 salaries from each department efficiently.
Use a Common Table Expression (CTE) or a subquery to rank salaries within each department.
Example SQL: WITH RankedSalaries AS (SELECT Department, Salary, ROW_NUMBER() OVER (PARTITION BY Department ORDER BY Salary DESC) AS Rank FROM Employees) SELECT Department, Salary FROM RankedSalaries WHERE Rank <= 2;
This method ensures you get the top salari...
Use a combination of backup and delete approach to safely delete the records.
Take a backup of the live system before deleting any records.
Identify the records to be deleted using a query or script.
Delete the records in batches to avoid overwhelming the system.
Monitor the system during the deletion process for any issues.
Verify the deletion by checking the number of records before and after.
Consider archiving the delete...
The latest trends include AI, remote work, sustainability, and digital transformation.
Artificial Intelligence (AI) is being integrated into various industries and processes to improve efficiency and accuracy.
Remote work is becoming more popular due to advancements in technology and the COVID-19 pandemic.
Sustainability is a growing concern for businesses and individuals, leading to a shift towards eco-friendly practices...
I appeared for an interview before Apr 2024, where I was asked the following questions.
Managing accounts payable involves tracking and processing a company's obligations to pay off short-term debts to its creditors.
Invoice Receipt: Collect invoices from suppliers and verify their accuracy against purchase orders.
Approval Process: Ensure invoices are approved by the relevant department before payment.
Payment Scheduling: Schedule payments based on due dates to maintain good supplier relationships.
Record Ke...
A team lead is responsible for guiding, supporting, and managing a team to achieve goals and ensure effective collaboration.
Provide direction and set clear goals for the team, such as quarterly project milestones.
Facilitate communication within the team and with other departments, ensuring everyone is aligned.
Mentor and support team members in their professional development, like conducting regular one-on-one meetings.
...
I applied via Approached by Company and was interviewed before Dec 2023. There was 1 interview round.
posted on 3 Jul 2024
I applied via Referral and was interviewed before Jul 2023. There were 2 interview rounds.
I applied via Walk-in and was interviewed before Dec 2023. There were 4 interview rounds.
Thirty questions that cover basic aptitude in grammar, mathematics, and other subjects.
Each person was assigned one system, with a total of 30 questions, consisting of 10 questions per language, such as Java.
Developed a web-based student management system using Java and MySQL.
Used Java for backend development
Implemented CRUD operations for student records
Utilized MySQL for database management
A multi-linked list is a data structure where each node has multiple pointers to other nodes.
Create a Node class with multiple pointers to other nodes
Implement methods to add, remove, and traverse nodes in the multi-linked list
Consider implementing a doubly linked list as an example of a multi-linked list
Swapping two numbers using a third variable in a basic Java program.
Declare three integer variables: a, b, and temp.
Assign values to variables a and b.
Use temp variable to swap values of a and b.
Print the swapped values of a and b.
Use bitwise XOR operation to swap two numbers without using a third variable.
Use bitwise XOR operation to swap two numbers without using a third variable.
Example: int a = 5, b = 10; a = a ^ b; b = a ^ b; a = a ^ b; // Now a = 10, b = 5
based on 16 reviews
Rating in categories
Consultant
71
salaries
| ₹1.8 L/yr - ₹4.8 L/yr |
Senior Consultant
65
salaries
| ₹3.2 L/yr - ₹7 L/yr |
HR Consultant
31
salaries
| ₹1.8 L/yr - ₹4.5 L/yr |
Associate Consultant
13
salaries
| ₹2 L/yr - ₹4.1 L/yr |
Team Lead
13
salaries
| ₹4.7 L/yr - ₹10 L/yr |
Bonace Engineers
US Tech Solutions
New Opportunity Consultancy
Harjai Computers