Filter interviews by
I applied via Recruitment Consulltant and was interviewed in Oct 2024. There was 1 interview round.
Implement the pow function to calculate the power of a number.
Use a loop to multiply the base number by itself for the specified power
Handle negative powers by taking the reciprocal of the result
Consider edge cases like 0^0 or 0^positive number
Fibonacci implementation using recursion and iteration
Use recursion to implement Fibonacci sequence
Optimize with memoization to avoid redundant calculations
Implement Fibonacci sequence using iteration for better performance
A virtual function is a function in a base class that is declared using the keyword 'virtual' and can be overridden in a derived class.
Virtual functions allow a derived class to provide a specific implementation of a function that is already defined in a base class.
They enable polymorphism, where a function call is resolved at runtime based on the actual type of object being referred to.
Virtual functions are used in ob...
Top trending discussions
I applied via Company Website and was interviewed in Dec 2024. There were 2 interview rounds.
Joins in SQL are used to combine rows from two or more tables based on a related column between them.
Types of joins include INNER JOIN, LEFT JOIN, RIGHT JOIN, and FULL JOIN.
INNER JOIN returns rows when there is at least one match in both tables.
LEFT JOIN returns all rows from the left table and the matched rows from the right table.
RIGHT JOIN returns all rows from the right table and the matched rows from the left tabl...
Use the SQL query with ORDER BY and LIMIT to find the third highest salary.
Use the SQL query: SELECT DISTINCT Salary FROM Employees ORDER BY Salary DESC LIMIT 2, 1
The above query will return the third highest salary from the 'Employees' table
Make sure to replace 'Employees' and 'Salary' with the appropriate table and column names
I prioritize tasks, set clear expectations, utilize time management tools, and communicate effectively.
Prioritize tasks based on urgency and importance
Set clear expectations with clients regarding response times and availability
Utilize time management tools such as calendars and task lists
Communicate effectively with clients to provide updates and manage expectations
I prioritize issues based on impact, urgency, and complexity.
Assess the impact of each issue on the system or users
Consider the urgency of resolving each issue
Evaluate the complexity of fixing each issue
Prioritize critical issues that have high impact, urgency, and low complexity
Create a priority list based on these factors
I applied via LinkedIn and was interviewed in Dec 2024. There were 2 interview rounds.
Basic Hacker Rank SQL Questions 2 . and 10 MCQ based
The query selects all columns and calculates the total amount for each customer in table t2.
The query uses a window function to calculate the sum of 'amt' for each customer in the 't2' table.
The 'partition by customer' clause divides the result set into partitions based on the 'customer' column.
The 'select *' statement selects all columns from the table along with the calculated total amount.
The 'sum(amt) over (partiti...
To find customers who purchased the same item multiple times on the same day.
Identify unique customers who purchased the same item multiple times on the same day
Check for duplicate transactions by customer and item on the same day
Aggregate the data to count the number of customers who made multiple purchases of the same item on the same day
I was interviewed in Dec 2024.
posted on 17 Dec 2024
I applied via Naukri.com and was interviewed in Nov 2024. There were 4 interview rounds.
I was interviewed in Sep 2024.
I applied via campus placement at Indian Institute of Information Technology (IIIT), Kota and was interviewed in Dec 2024. There were 2 interview rounds.
A 90-minute coding test on HackerRank, which includes one medium, one easy, and one hard question.
posted on 19 Dec 2024
I applied via Campus Placement
It was good 20 mcqs 3 coding questions
Basic DSA questions, best time to buy and sell stock and its variation
Interview experience
based on 11 reviews
Rating in categories
Cloud Support Engineer
18
salaries
| ₹11 L/yr - ₹18.5 L/yr |
Business Development Representative
6
salaries
| ₹10 L/yr - ₹13.4 L/yr |
Cloud Engineer
5
salaries
| ₹14 L/yr - ₹25 L/yr |
Customer Support Manager
4
salaries
| ₹2.6 L/yr - ₹6.6 L/yr |
Senior Software Engineer
4
salaries
| ₹22 L/yr - ₹45 L/yr |
Amazon Web Services
Microsoft Azure
IBM
Oracle