i
ivy
Filter interviews by
I applied via Naukri.com and was interviewed in Dec 2024. There were 2 interview rounds.
Java based questions and few DSA questions
A thread pool is a collection of worker threads that efficiently execute asynchronous tasks.
Create a fixed-size queue to hold tasks.
Create a group of worker threads that continuously take tasks from the queue and execute them.
Implement a mechanism to add tasks to the queue for execution.
Consider using a thread-safe data structure for the task queue.
Ensure proper synchronization to avoid race conditions.
System design parking lot system
I applied via campus placement at MLR Institute of Technology, Hyderabad and was interviewed in Aug 2024. There were 3 interview rounds.
Java Basics questions
Use bitwise XOR operation to swap two numbers without using a temporary variable.
Use XOR operation to swap two numbers without using a temporary variable.
a = a XOR b
b = a XOR b
a = a XOR b
Java program to check if a number is a palindrome or not.
Convert the number to a string to easily check for palindrome
Reverse the string and compare it with the original string to check for palindrome
Handle edge cases like negative numbers and single-digit numbers
IVY company is known for its innovative projects, collaborative work environment, and commitment to employee growth.
IVY company has a reputation for taking on challenging and cutting-edge projects.
The company values collaboration and teamwork, which aligns with my own work style.
IVY company offers opportunities for professional development and growth, which is important to me in my career.
I admire IVY company's commitm
Reverse a given string
Create a new empty string to store the reversed string
Iterate through the original string from end to start and append each character to the new string
Return the reversed string
ivy interview questions for popular designations
I applied via Naukri.com and was interviewed in Jun 2024. There were 2 interview rounds.
Creating different pages and setting up outlets in a software application.
Create separate HTML files for each page
Define routes in the application to navigate between pages
Set up outlets in the application to display content dynamically
Get interview-ready with Top ivy Interview Questions
I applied via Approached by Company and was interviewed in Aug 2024. There was 1 interview round.
Pure pipes do not have any side effects and always return the same output for the same input, while impure pipes can have side effects and may not return the same output for the same input.
Pure pipes are stateless and deterministic.
Impure pipes can have side effects like modifying global variables or making network requests.
Examples of pure pipes include filters in Angular, while examples of impure pipes include async
Concatenate strings in array until total length is greater than 1
Iterate through array and concatenate strings until length is greater than 1
Use a loop to keep adding strings until total length exceeds 1
Check total length after each concatenation to ensure it is greater than 1
Retesting is testing the same functionality again to ensure the defect is fixed, while regression testing is testing the whole application to ensure new changes do not affect existing functionality.
Retesting focuses on verifying that a specific defect has been fixed.
Regression testing focuses on ensuring that new changes do not impact existing functionality.
Retesting is usually performed by the tester who found the def...
System testing focuses on testing the entire system as a whole, while system integration testing focuses on testing the interactions between integrated components.
System testing ensures that the entire system meets the specified requirements and functions correctly.
System integration testing focuses on testing the interfaces and interactions between integrated components to ensure they work together seamlessly.
System t...
QA deliverables are the tangible work products produced by the QA team during the software testing process.
Test plans
Test cases
Test scripts
Defect reports
Test summary reports
Pre requisites of API testing include understanding of API documentation, knowledge of HTTP methods, familiarity with testing tools.
Understanding of API documentation
Knowledge of HTTP methods (GET, POST, PUT, DELETE)
Familiarity with testing tools like Postman or SoapUI
Ability to write test cases for API endpoints
Understanding of status codes and response formats
I applied via Job Portal and was interviewed in Jul 2024. There were 2 interview rounds.
2 questions on hackerrank array n string related
Custom hashmap design involves creating a data structure that maps keys to values for efficient retrieval.
Use an array of linked lists to handle collisions
Implement methods for adding, removing, and retrieving key-value pairs
Consider resizing the hashmap when it reaches a certain load factor
The system design of the current project involves a microservices architecture with containerization using Docker and orchestration with Kubernetes.
Utilizing microservices architecture for scalability and maintainability
Containerizing applications with Docker for portability and consistency
Orchestrating containers with Kubernetes for automated deployment and scaling
I applied via Naukri.com and was interviewed in May 2024. There was 1 interview round.
2 questions in hackerrank test - 90 minutes.
1. Flipping switches: a two dimensional array and an int value given as inputs. initially all switches are tuned off(marked zero). in each array we get operation which will contain the indexes of the array on which on/off of switches operation is performed. it indicated that those indexes bulbs are tuned on if already turned off and vice versa. after all operations find the count of lights that were switched on.
2. Game of colors: input is a string contains w and b characters: wwwbbbbwww. two players play the game. w starts first. then next player b. one player can play only if its respected color w or b has same color previous and after. i.e., in the input given above, w can start play his tune as we have w at index 1 has its previous index and next index characters are w. then he can remove that color. ie.e at index 1 then player play and removes colour b similarly. a player can win if other player cannot remove any color(no consecutive same color). return the name of the player who wins from the game
Top trending discussions
Interview experience
Software Engineer
835
salaries
| ₹5 L/yr - ₹17 L/yr |
Senior Software Engineer
576
salaries
| ₹8 L/yr - ₹22.5 L/yr |
Test Engineer
365
salaries
| ₹4 L/yr - ₹10 L/yr |
System Analyst
327
salaries
| ₹11.8 L/yr - ₹28 L/yr |
Senior Test Engineer
315
salaries
| ₹7 L/yr - ₹15 L/yr |
TCS
Infosys
Wipro
HCLTech