Filter interviews by
Be the first one to contribute and help others!
I applied via Naukri.com and was interviewed in Dec 2024. There were 4 interview rounds.
25 questions on coding output and 5 questions on aptitude
DSA problems on arrays and strings easy to medium level
Develop a live streaming application for real-time video broadcasting
Use a reliable streaming protocol like RTMP or HLS
Implement a video encoder to compress and transmit video data
Set up a media server to handle incoming video streams
Develop a user interface for viewers to watch live streams
Incorporate features like chat, likes, and notifications for user engagement
I applied via Company Website and was interviewed in Jul 2024. There were 5 interview rounds.
posted on 28 Nov 2024
Constructors are special methods in a class used to initialize objects. There are default, parameterized, copy, and static constructors.
Constructors have the same name as the class and do not have a return type.
Default constructors are automatically created by the compiler if no constructor is defined.
Parameterized constructors accept parameters to initialize object properties.
Copy constructors create a new object as a...
findElements method in Selenium returns a list of WebElements or an empty list if no elements are found.
findElements method returns a list of WebElements
If no elements are found, it returns an empty list
Return type is List
Webdriver is a tool used for automating web application testing.
Webdriver is a popular automation tool used for testing web applications.
It allows testers to automate interactions with a web browser.
Webdriver supports multiple programming languages such as Java, Python, and C#.
It can simulate user interactions like clicking buttons, entering text, and navigating through pages.
Webdriver is commonly used in QA automation...
Logic to find duplicate numbers and their count in a given list.
Iterate through the list and store each number in a hashmap with its count
If a number is already in the hashmap, increment its count
After iterating, check the hashmap for numbers with count greater than 1 to find duplicates
Factorial using recursion is a mathematical function that calculates the product of all positive integers up to a given number.
Define a function that takes an integer parameter n
Base case: if n is 0, return 1
Recursive case: return n multiplied by the factorial of n-1
Example: factorial(5) = 5 * factorial(4) = 5 * 4 * factorial(3) = 5 * 4 * 3 * factorial(2) = 5 * 4 * 3 * 2 * factorial(1) = 5 * 4 * 3 * 2 * 1 = 120
I applied via Naukri.com and was interviewed in Nov 2024. There were 3 interview rounds.
Joins in SQL are used to combine rows from two or more tables based on a related column between them.
Joins are used to retrieve data from multiple tables based on a related column between them
Common types of joins include INNER JOIN, LEFT JOIN, RIGHT JOIN, and FULL JOIN
Example: SELECT * FROM table1 INNER JOIN table2 ON table1.column = table2.column
I have extensive project experience in operations management, including leading a team to improve efficiency and productivity.
Led a team in implementing a new inventory management system, resulting in a 20% reduction in stockouts
Streamlined the order fulfillment process by reorganizing warehouse layout and optimizing pick routes
Implemented performance metrics to track team productivity and identify areas for improvemen
I am looking to join Axtria because of its reputation for innovation and growth opportunities.
Impressed by Axtria's track record of innovation in the industry
Excited about the potential for growth and advancement within the company
Interested in working with a talented team of professionals at Axtria
I applied via campus placement at Dayananda Sagar College of Engineering, Bangalore and was interviewed in Oct 2024. There were 4 interview rounds.
3 coding dsa question
Difficulty is On your luck
My friends got easy level
I got medium level
Some got hard questions as well
Ssh round , quant and logical
Tip: bring your calculator
posted on 6 Jan 2025
I applied via Job Fair and was interviewed in Dec 2024. There were 5 interview rounds.
Design assignments to evaluate.
Coding tests are assessments designed to evaluate a developer's coding skills and aptitude.
It is a process in which a group of individuals collaborates to reach a decision.
An assignment refers to a task or a specific piece of work.
A case study is a comprehensive analysis of a real-world situation used to understand a complex issue, addressing both problems and the context surrounding the situation.
I applied via Campus Placement
posted on 3 Dec 2024
2 medium leetcode questions were asked
posted on 9 Dec 2024
I applied via Approached by Company and was interviewed in Nov 2024. There were 2 interview rounds.
posted on 26 Nov 2024
I applied via Campus Placement
It was related to Aptitude MCQ and 2-coding test
A palindrome of a number is a number that remains the same when its digits are reversed.
To check if a number is a palindrome, reverse the number and compare it with the original number.
Examples: 121 is a palindrome, 123 is not a palindrome.
Merging two linked lists involves combining the elements of both lists into a single list.
Create a new linked list to store the merged elements
Traverse through both linked lists and add elements to the new list
Handle cases where one list is longer than the other
based on 5 reviews
Rating in categories
Infosys
TCS
Wipro
HCLTech