i
Innominds Software
Filter interviews by
I applied via Naukri.com and was interviewed in Jul 2024. There were 3 interview rounds.
I am a dedicated IT System Engineer with experience in managing network infrastructure and ensuring system security.
Managed network infrastructure to ensure smooth operations
Implemented security measures to protect systems from cyber threats
Provided technical support to end-users for troubleshooting
Collaborated with cross-functional teams for system upgrades and maintenance
BSOD is a Windows error screen displayed when the system encounters a critical error that it cannot recover from.
BSOD is commonly caused by hardware failures, driver issues, or software conflicts.
To resolve BSOD errors, one can try restarting the computer, updating drivers, running system diagnostics, or performing a system restore.
Examples of BSOD errors include 'IRQL_NOT_LESS_OR_EQUAL' and 'KERNEL_SECURITY_CHECK_FAIL
DNS (Domain Name System) is a system that translates domain names to IP addresses, while DHCP (Dynamic Host Configuration Protocol) assigns IP addresses to devices on a network.
DNS resolves domain names to IP addresses, allowing users to access websites using human-readable names (e.g. www.google.com)
DHCP dynamically assigns IP addresses to devices on a network, simplifying network administration and reducing the risk ...
There are five classes of IP addresses: A, B, C, D, and E.
Class A: Used for large networks, with the first octet being the network portion and the remaining three octets being the host portion. Example: 10.0.0.0
Class B: Used for medium-sized networks, with the first two octets being the network portion and the remaining two octets being the host portion. Example: 172.16.0.0
Class C: Used for small networks, with the fir...
Manually configure Outlook for data backup by setting up a PST file.
Open Outlook and go to File > Account Settings > Account Settings.
Click on the Data Files tab and then Add to create a new PST file.
Choose a location to save the PST file and set a name for it.
Select the folders you want to backup by dragging them into the new PST file.
Regularly export the PST file to ensure data backup is up to date.
Active Directory is a directory service developed by Microsoft for Windows domain networks.
Centralized database for managing network resources
Stores information about users, computers, and other network objects
Enables administrators to assign policies, deploy software, and apply updates across the network
Facilitates single sign-on for users to access various resources within the network
Supports group policies for contr
Office 365 offers different licenses including Business, Enterprise, Education, and Government plans.
Business plans include Business Basic, Business Standard, and Business Premium
Enterprise plans include E1, E3, and E5
Education plans include A1, A3, and A5
Government plans include G1, G3, and G5
Patch management in Windows Server involves regularly applying updates and patches to ensure system security and stability.
Regularly applying updates and patches to Windows Server to address security vulnerabilities
Testing patches in a non-production environment before deploying to production servers
Automating patch deployment using tools like WSUS or SCCM
Creating a patch management policy to define procedures for patc...
Incident management involves responding to and resolving unplanned events that disrupt IT services. Change management is the process of controlling changes to IT systems.
Incident management focuses on restoring normal service operation as quickly as possible.
Change management ensures that changes to IT systems are implemented in a controlled and coordinated manner.
Examples of incidents include server crashes, network o...
SLA stands for Service Level Agreement in ServiceNow, defining agreed upon levels of service between provider and customer.
SLA in ServiceNow sets expectations for response and resolution times for incidents and requests
It helps in measuring and improving service performance
SLAs can be customized based on the criticality of services or customers
Example: SLA for critical incidents may require a response within 1 hour and
P1, P2, and P3 represent the priorities assigned to tickets in ticketing tools.
P1 represents the highest priority level, usually for critical issues that require immediate attention.
P2 represents a medium priority level, for issues that need to be resolved in a timely manner but are not critical.
P3 represents the lowest priority level, for minor issues or requests that can be addressed when time permits.
I am a highly skilled IT System Engineer with 5 years of experience in managing and troubleshooting complex systems.
Experienced in designing and implementing IT infrastructure
Proficient in troubleshooting network issues
Skilled in managing servers and ensuring system security
My career goal is to become a senior IT System Engineer and eventually move into a leadership role.
Continue to enhance my technical skills and knowledge through certifications and training programs
Gain experience in managing complex IT projects and leading a team of engineers
Work towards obtaining a leadership position within the IT department
Contribute to the strategic planning and decision-making processes of the org
My family background is diverse and includes a mix of professions and interests.
My parents are both engineers, which inspired me to pursue a career in IT.
I have a sibling who is a doctor, showing the variety of professions in my family.
We have a strong emphasis on education and continuous learning in our family.
Family gatherings often involve discussions about technology and advancements in the field.
I am currently earning $80,000 per year and I am looking for a salary package in the range of $90,000 to $100,000 per year.
Current salary: $80,000 per year
Expected salary range: $90,000 - $100,000 per year
I applied via Approached by Company and was interviewed in Nov 2024. There was 1 interview round.
The project utilized AWS services such as EC2, S3, and RDS for hosting, storage, and database functionalities.
EC2 for hosting the application
S3 for storing files and data
RDS for managing the database
I applied via Naukri.com and was interviewed in Oct 2024. There was 1 interview round.
Innominds Software interview questions for popular designations
Get interview-ready with Top Innominds Software Interview Questions
I applied via Campus Placement
Some Aptitude, Some Coding and Some Java Basics - 1.5 hr
I applied via Job Portal and was interviewed in Dec 2023. There were 2 interview rounds.
Mostly simple apti questions and basic maths
Reverse a linked list
Iteratively or recursively traverse the linked list
Reverse the pointers of each node to point to the previous node
Update the head of the linked list to the last node
I applied via Referral and was interviewed in Sep 2023. There was 1 interview round.
Bootloader is a program that loads the operating system into the computer's memory during the boot-up process.
Bootloader is the first piece of software that runs when a device is powered on.
It initializes the hardware and loads the operating system into memory.
Bootloaders are specific to each device and are usually locked to prevent unauthorized modifications.
Examples of bootloaders include GRUB for Linux systems and U
Audioflinger is a part of the Android system that manages audio input and output streams.
Audioflinger handles audio routing, mixing, and processing in Android devices.
It manages audio focus and volume control for different apps and system components.
Developers can interact with Audioflinger through the AudioTrack and AudioRecord classes in Android.
Android audio refers to the functionality and capabilities of the Android operating system related to sound and music playback.
Android audio includes features such as playing music, making phone calls, and receiving notifications.
Developers can use APIs like MediaPlayer and AudioManager to control audio playback in their apps.
Android supports various audio formats like MP3, AAC, and WAV.
Audio focus is an important conc...
IPC (Inter-Process Communication) is used for communication between different processes or applications running on the same or different devices.
IPC allows processes to communicate and share data with each other.
It can be used for passing messages, sharing files, or synchronizing processes.
Examples of IPC mechanisms include sockets, shared memory, and message queues.
I applied via Naukri.com
Software Test Life Cycle (STLC) is a sequence of activities carried out to ensure quality in software testing. Bug Life Cycle is a process followed by the testing team to track and manage bugs found during testing.
STLC includes planning, designing, executing, and reporting of tests.
Bug Life Cycle includes bug identification, reporting, assigning, fixing, retesting, and closing.
STLC ensures that the software meets the r...
Pull request is a feature in git that allows developers to review and merge code changes.
A pull request is created when a developer wants to merge their changes into the main branch
Other developers can review the changes and leave comments or suggestions
Once the changes are approved, the pull request can be merged into the main branch
To commit code, use the 'git commit' command with a message describing the changes mad...
Python interview questions covering recursion, data types, exception handling, memory management, and more.
Recursion is a function that calls itself. Example: factorial function.
Python data types include integers, floats, strings, lists, tuples, and dictionaries.
Negative indexing allows you to access elements from the end of a list or string. Example: my_list[-1] returns the last element.
Exceptions are handled using tr...
Answers to technical questions for Senior Automation Test Engineer position.
chmod 644 example.txt permission means the owner has read and write access, while others have only read access.
XPath is a language used to locate elements in an XML document or HTML page.
To find an element by XPath in Selenium, use the findElement() method with the By.xpath() locator. For example: driver.findElement(By.xpath("//input[@id='usern...
A technical interview question for Senior Automation Test Engineer involving list comprehension, power of two, fibonacci series, missing numbers, and character count.
Use range() function to generate a list from 1 to 10 in list comprehension
Check if the given integer is a power of two by using bitwise AND operator
Use recursion to create a fibonacci series of 100
Find missing numbers from a list by comparing it with a ran...
A generator is a function that returns an iterator object. It generates a sequence of values on the fly.
Generators are used to create iterators for lazy evaluation of a sequence of values.
They are memory efficient as they generate values on the fly instead of storing them in memory.
Generators are used in Python for creating infinite sequences, reading large files, and processing data in chunks.
Example: def my_generator...
A lambda function is a small anonymous function that can take any number of arguments and return a single value.
Lambda functions are also known as anonymous functions or closures.
They are often used as arguments for higher-order functions, such as map, filter, and reduce.
Example: lambda x: x**2 defines a lambda function that takes one argument and returns its square.
Print odd index elements from list1 and even index elements from list2 and combine them into a third list.
Loop through both lists and use conditional statements to append the elements to the third list.
Use the modulo operator to check for odd/even index.
Final list should contain [6, 4, 12, 12, 18, 20].
Python program to print repetitive characters in a list excluding integers
Use a dictionary to store the count of each character
Iterate through the list and check if the character is a string and not an integer
Print the characters with count greater than 1
I applied via Naukri.com and was interviewed in Jan 2024. There was 1 interview round.
Top trending discussions
Some of the top questions asked at the Innominds Software interview -
The duration of Innominds Software interview process can vary, but typically it takes about less than 2 weeks to complete.
based on 30 interviews
Interview experience
based on 460 reviews
Rating in categories
Senior Software Engineer
445
salaries
| ₹0 L/yr - ₹0 L/yr |
Software Engineer
388
salaries
| ₹0 L/yr - ₹0 L/yr |
Senior Engineer
214
salaries
| ₹0 L/yr - ₹0 L/yr |
Associate Software Engineer
168
salaries
| ₹0 L/yr - ₹0 L/yr |
Engineer
158
salaries
| ₹0 L/yr - ₹0 L/yr |
Persistent Systems
LTIMindtree
Mphasis
TCS