i
Innowyze Global Solutions
Filter interviews by
Be the first one to contribute and help others!
I applied via Approached by Company and was interviewed in Nov 2024.Ā There were 4 interview rounds.
Main pillars of Project management include scope, time, cost, quality, communication, risk, and procurement.
Scope management involves defining and controlling what is included in the project.
Time management focuses on creating and maintaining a project schedule.
Cost management involves budgeting and controlling project costs.
Quality management ensures that the project meets the required standards.
Communication manageme...
I have 5 years of project management experience, including leading a team to successfully complete a software development project.
Managed cross-functional teams to ensure project milestones were met
Identified and resolved conflicts within the team to maintain productivity
Implemented Agile methodologies to improve project efficiency
Communicated project updates to stakeholders regularly
Managed project budget and resource
I applied via Company Website and was interviewed in Oct 2024.Ā There were 3 interview rounds.
I applied via Job Portal and was interviewed in Nov 2024.Ā There were 9 interview rounds.
What are the key principal you follow for telerehabilitation
Introduce your self ?
What all techniques and methode do you folow
My hobbies include hiking, playing tennis, and cooking new recipes.
Hiking in local trails and national parks
Playing tennis at the community courts
Experimenting with new recipes in the kitchen
It took total 6 days for interview and revert
I applied via Company Website and was interviewed in Oct 2024.Ā There were 3 interview rounds.
It was a coding round interview along with interviewer via Virtual mode. I was given 2 coding questions on HackerRank for the interview:
1. one was an easy problem on counting minimum replacements.
2. "pat is an ordinary kid who works hard to be a great runner...." this was a challenging problem (which I managed to solve).
3. I was asked some basic Python questions, as the role was for a Python Developer.
I would use a relational database like MySQL for the Parking lot as it provides structured data storage and supports complex queries.
Relational databases like MySQL offer structured data storage for parking lot information
Supports complex queries for managing parking lot data efficiently
Ability to handle large amounts of data and transactions
Provides data integrity and security features
Can easily integrate with other s
I applied via Naukri.com and was interviewed in Oct 2024.Ā There was 1 interview round.
The maximum number of EBS volumes that can be attached to a single EC2 instance is 40.
Maximum of 40 EBS volumes can be attached to a single EC2 instance
Each EBS volume can be up to 16 TiB in size
EBS volumes can be attached and detached while the instance is running
Prerequisites for S3 Cross Region Replication include enabling versioning, configuring IAM roles, and ensuring proper bucket policies.
Enable versioning on both source and destination buckets
Configure IAM roles with proper permissions for replication
Ensure proper bucket policies are in place for cross region replication
Docker Restart changes the container's attributes like IP address, hostname, and uptime.
IP address of the container will change after restart
Hostname of the container may change
Uptime of the container will be reset
Any changes made to the container's filesystem will be lost
S3 is ideal for storing static files like images and videos, while EFS is better for shared file storage among multiple EC2 instances.
S3 is object storage, suitable for storing large amounts of unstructured data like images, videos, backups, and logs.
EFS is a file storage service that can be mounted on multiple EC2 instances, making it ideal for shared file systems and databases.
Use S3 for static website hosting, data ...
posted on 20 Aug 2024
I applied via Referral and was interviewed in Jul 2024.Ā There were 3 interview rounds.
Static is used to define class-level variables and methods, while final is used to define constants that cannot be changed.
Static variables belong to the class itself, while final variables are constants that cannot be modified.
Static methods can be called without creating an instance of the class, while final methods cannot be overridden.
Static variables are shared among all instances of a class, while final variables...
ArrayList is better for random access, LinkedList is better for frequent insertions/deletions.
ArrayList uses dynamic array to store elements, LinkedList uses doubly linked list.
ArrayList provides fast random access to elements using index, LinkedList provides fast insertion/deletion at any position.
Example: ArrayList is suitable for scenarios where random access is required like searching, LinkedList is suitable for sc...
Java8 introduced several new features including lambda expressions, functional interfaces, streams, and default methods.
Lambda expressions allow you to write code in a more concise and readable way.
Functional interfaces are interfaces with a single abstract method, which can be implemented using lambda expressions.
Streams provide a way to work with collections of objects in a functional style.
Default methods allow inte...
Using streams in Java 8 to filter and map a list of numbers
Create a list of numbers
Use stream to filter out even numbers
Use map to square each number
Collect the results into a new list
Program to print even and odd numbers from 1 to 20 using 2 threads alternately.
Create two threads, one for printing even numbers and one for printing odd numbers.
Use wait(), notify(), and notifyAll() to ensure alternate printing.
Ensure synchronization between the two threads to avoid race conditions.
Example: Thread 1 prints even numbers (2, 4, 6, ...) and Thread 2 prints odd numbers (1, 3, 5, ...).
Strings are immutable to ensure data integrity and security.
Immutable strings prevent accidental changes to data
Immutable strings allow for safe sharing of data between different parts of a program
Immutable strings help prevent security vulnerabilities like SQL injection attacks
Default methods in Java 8 allow interfaces to have method implementations, enabling backward compatibility and reducing code duplication.
Default methods were introduced in Java 8 to provide a way to add new methods to interfaces without breaking existing implementations.
They allow interfaces to have method implementations, which was not possible before Java 8.
Default methods can be overridden in implementing classes to...
Using Java8 streams to solve a problem
Use stream() method to convert a collection into a stream
Use filter() method to filter elements based on a condition
Use map() method to transform elements
Use collect() method to collect the elements into a new collection
Checked exceptions are exceptions that must be either caught or declared in the method signature.
Checked exceptions are subclasses of Exception (excluding RuntimeException and its subclasses)
Checked exceptions must be either caught using try-catch block or declared in the method signature using 'throws' keyword
Examples of checked exceptions in Java include IOException, SQLException, and ClassNotFoundException
Annotation used to mark a class as a Spring Boot application
Combines @Configuration, @EnableAutoConfiguration, and @ComponentScan annotations
Used to bootstrap and launch a Spring application
Automatically scans for Spring components in the package and sub-packages
Annotation used in Spring to specify which bean to autowire
Used to disambiguate when multiple beans of the same type are present
Can be used with @Autowired to specify which bean to inject
Helps in resolving dependencies when multiple beans of the same type are available
Microservices are a software development technique where an application is composed of small, independent services that communicate with each other.
Microservices are designed to be small, focused on specific tasks, and independently deployable.
Each microservice typically runs its own process and communicates with other services through APIs.
Microservices allow for easier scalability, flexibility, and maintenance compar...
Microservices communicate with each other through APIs, messaging queues, or service meshes.
APIs: Microservices can communicate with each other by exposing APIs that allow them to send and receive data.
Messaging queues: Microservices can use messaging queues like RabbitMQ or Kafka to send messages to each other asynchronously.
Service meshes: Microservices can communicate through a service mesh like Istio, which handles...
The project involves creating a web-based platform for online shopping with features like user registration, product browsing, shopping cart, and payment processing.
User registers on the platform with personal information
User browses products by category or search
User adds products to the shopping cart
User proceeds to checkout and makes payment
Order is confirmed and user receives a confirmation email
posted on 8 Nov 2024
I applied via Recruitment Consulltant and was interviewed in Oct 2024.Ā There were 2 interview rounds.
Cells communicate between 2 sites through various signaling pathways, including direct cell-to-cell contact and chemical signaling.
Cells can communicate through direct cell-to-cell contact, such as gap junctions or cell adhesion molecules.
Cells can also communicate through chemical signaling, such as paracrine signaling (local signaling) or endocrine signaling (long-distance signaling).
Examples include neurotransmitter...
Use a hashmap to count the occurrences of each character in the string.
Create a hashmap to store character counts
Iterate through the string and update counts in the hashmap
Return the hashmap with character counts
I applied via Instahyre and was interviewed in Oct 2024.Ā There were 3 interview rounds.
How to approach a data base schema creation and optimization for BMS
My strengths include strong analytical skills, excellent communication abilities, and a proven track record of delivering successful business solutions.
Strong analytical skills - able to analyze complex data and identify key insights
Excellent communication abilities - able to effectively communicate with stakeholders at all levels
Proven track record of delivering successful business solutions - have led multiple projec
I applied via Campus Placement and was interviewed in Aug 2024.Ā There was 1 interview round.
A test case is a set of conditions or variables under which a tester will determine whether a system under test satisfies requirements or works correctly.
Test case is a detailed procedure that outlines a series of steps to be taken to verify the functionality of a software application.
It includes input data, expected results, and execution conditions.
Test cases are designed to cover different scenarios and edge cases t...
I prefer QA role over coding role because I enjoy ensuring quality and finding bugs in software.
I have a keen eye for detail and enjoy identifying issues in software.
I like the variety in tasks that QA role offers, such as writing test cases, executing tests, and reporting bugs.
I find satisfaction in improving the overall quality of a product by catching and fixing bugs before they reach customers.
Test cases for an e-commerce website
Verify that users can successfully add items to their cart
Check that the correct shipping options are displayed based on user location
Ensure that the payment gateway is secure and functional
Test the search functionality to ensure accurate results are returned
Verify that discounts and promotions are applied correctly
Test cases for a pen and water bottle include functionality, durability, and usability checks.
Functionality test: Check if the pen writes smoothly and the water bottle opens and closes properly.
Durability test: Drop the pen and water bottle from a certain height to check for damage.
Usability test: Check if the pen is comfortable to hold and write with, and if the water bottle is easy to drink from.
Leak test: Fill the w...
2 DSA Questions, medium level
based on 10 reviews
Rating in categories
Senior Accounts Executive
4
salaries
| ā¹2.7 L/yr - ā¹4.5 L/yr |
Operations Manager
3
salaries
| ā¹5.4 L/yr - ā¹7.2 L/yr |
Assistant Accounts Manager
3
salaries
| ā¹4.2 L/yr - ā¹9.6 L/yr |
Bentley Systems
Xylem Water Solutions
Trimble
SUEZ Environnement