i
Witnovus
Filter interviews by
Be the first one to contribute and help others!
posted on 22 Aug 2023
I applied via Job Portal
Code to filter anagram from an array of strings
Create a dictionary to store sorted strings as keys and original strings as values
Iterate through the array of strings and sort each string to check for anagrams
Return the values of the dictionary to get the filtered anagrams
posted on 12 Sep 2023
I applied via campus placement at Arya College of Engineeringg, Jaipur and was interviewed in Aug 2023. There were 2 interview rounds.
Test contain mix question from computer fundamentals and aptitude
A leaf node in a binary tree is a node that does not have any children.
Traverse the binary tree and check if a node has no left or right child, then it is a leaf node.
Example: In the binary tree 1 -> 2, 3 -> 4, 5, 6 -> 7, 8, the leaf nodes are 4, 5, 7, 8.
Check if a linked list contains a loop by using Floyd's cycle detection algorithm.
Use two pointers, one moving at twice the speed of the other
If there is a loop, the two pointers will eventually meet
Example: 1->2->3->4->5->2 (loop at 2)
Find the first non-repeating element in a string
Create a frequency map of characters in the string
Iterate through the string and check the frequency of each character
Return the first character with frequency 1
I applied via Job Fair and was interviewed in Dec 2022. There were 3 interview rounds.
Basic mathematical questions and aptitude test
MCQ question on programming language and advance level of mathematical questions
I applied via Apna Jobs and was interviewed in Oct 2022. There were 2 interview rounds.
VPN is a secure connection between two or more devices over the internet.
VPN encrypts data to ensure privacy and security
It allows remote access to a private network
It can be used to bypass geo-restrictions and access blocked content
Examples include OpenVPN, Cisco AnyConnect, and NordVPN
Ping cmd is a network diagnostic tool used to test connectivity between two devices.
Ping sends ICMP packets to the destination device and measures the response time.
It can be used to test network latency, packet loss, and network congestion.
Ping can also be used to determine the IP address of a device.
Ping can be run from the command prompt on Windows, macOS, and Linux systems.
Ping can be used with various options such...
Dual booting allows two operating systems to be installed on one computer, giving the user the option to choose which to use.
Create a separate partition for each operating system
Install the first operating system on one partition
Install the second operating system on the other partition
Use a boot manager to choose which operating system to boot into
Examples of boot managers include GRUB and Windows Boot Manager
A virtual machine is a software emulation of a physical computer that can run multiple operating systems and applications.
Virtual machines allow for efficient use of hardware resources by sharing them among multiple virtual machines
They provide a secure and isolated environment for running applications
Virtual machines can be easily created, cloned, and moved between physical hosts
Examples of virtual machine software in
I applied via campus placement at SRM Institute of Science & Technology, Chennai and was interviewed in Jul 2022. There were 5 interview rounds.
There were 48 questions to be done in 60 minutes.
the platform used was below average.
about 1400 gave the test
The Next round was a GD.
about 250 were shortlisted.
it was held in groups of 10 - 13.
there were 2 Panelists observing the body language, the fluency and time you speak for.
It is very important that you either start or conclude the GD.
leaves a good impression.
Data analysis is the process of inspecting, cleaning, transforming, and modeling data to discover useful information.
It involves collecting and organizing data
It includes statistical analysis and visualization
It helps in making informed decisions
Examples include market research, financial analysis, and scientific research
SQL Queries using Joins and sub-queries
Joins are used to combine rows from different tables based on a related column
Sub-queries are queries nested within another query
Joins and sub-queries can be used together to retrieve specific data from multiple tables
I applied via campus placement at Mangayarkarasi Arts and Science College for Women, Madurai and was interviewed in Aug 2022. There were 3 interview rounds.
I applied via Campus Placement and was interviewed in May 2022. There were 4 interview rounds.
Core java, multi-threading, Strings, Exception
I applied via Approached by Company and was interviewed in Jun 2022. There were 4 interview rounds.
Assignments which is based on hypothetical conditions but you can take help of of google
I applied via LinkedIn and was interviewed in Jun 2022. There were 2 interview rounds.
I applied via Telegram and was interviewed in Dec 2021. There were 4 interview rounds.
Was taken on firefox Brower and was easy
Very basic questions like swap numbers etc
Code to reverse a string
Create an empty string to store the reversed string
Loop through the original string from end to start
Append each character to the empty string
Return the reversed string
Tekwissen
Collabera Technologies
Softenger
XcelServ Solutions