Filter interviews by
I applied via Naukri.com and was interviewed before May 2022. There were 3 interview rounds.
Ping command is used to test the reachability of a host on an IP network.
Ping sends ICMP echo request packets to the target host
It waits for the host to respond with an ICMP echo reply
Ping measures the round-trip time for the packets to reach the host and come back
It can also show packet loss and network latency
I would check the network connection, router settings, and contact the internet service provider.
Check network connection on the device
Verify router settings and restart if necessary
Contact internet service provider for outage information
DNS - 53, DHCP - 67/68, Active Directory - 389
DNS port number is 53
DHCP port numbers are 67 and 68
Active Directory port number is 389
I am best in troubleshooting hardware and software issues, network configurations, and providing technical support to end users.
Troubleshooting hardware and software issues
Network configurations
Providing technical support to end users
I will troubleshoot the issue, check for backups, and work on restoring the domain controller.
Troubleshoot the issue to identify the root cause
Check for backups and restore if available
Work on restoring the domain controller to bring it back online
Housekeeping of servers involves regular maintenance tasks to ensure optimal performance and security.
Regularly update software and firmware to patch security vulnerabilities
Monitor server performance and address any issues promptly
Clean up unnecessary files and logs to free up disk space
Implement backup and disaster recovery plans to prevent data loss
Document server configurations and changes for future reference
C++ program to reverse a string
Use a loop to iterate through the string
Swap the characters at the beginning and end of the string
Continue swapping until the middle of the string is reached
posted on 3 Oct 2021
I applied via Recruitment Consultant and was interviewed before Oct 2020. There were 4 interview rounds.
I applied via Referral and was interviewed before Apr 2020. There were 3 interview rounds.
I applied via Naukri.com and was interviewed before Jan 2021. There was 1 interview round.
I am a detail-oriented business analyst with strong analytical skills and experience in data analysis and project management.
Experienced in conducting market research and identifying business opportunities
Skilled in data analysis and visualization using tools like Excel and Tableau
Proficient in project management methodologies like Agile and Waterfall
Strong communication and interpersonal skills for effective collabora...
I applied via Approached by Company and was interviewed before Aug 2021. There was 1 interview round.
Abstract class can have implementation while interface cannot. Classes can implement multiple interfaces but only one abstract class.
Abstract class can have constructors while interface cannot.
Abstract class can have non-abstract methods while interface cannot.
Interfaces are used for full abstraction while abstract classes are used for partial abstraction.
Example: Abstract class - Animal with method eat() and subclass ...
I applied via Company Website and was interviewed in Nov 2020. There was 1 interview round.
I appeared for an interview before Jan 2021.
Round duration - 120 Minutes
Round difficulty - Medium
The test included MCQ questions from SQL, Linux Commands, C/C++ programming, Logical Reasoning, Aptitude questions. The other section was the coding round, where 2 SQL queries and 2 coding questions were there.
You are provided with an array/list ARR
of length N
containing only 0s and 1s. Your goal is to determine the number of non-empty subarrays where the numbe...
Count the number of subarrays where the number of 0s is equal to the number of 1s in a given array of 0s and 1s.
Iterate through the array and keep track of the count of 0s and 1s encountered so far.
Use a hashmap to store the count of 0s and 1s encountered at each index.
For each index, check if the count of 0s is equal to the count of 1s encountered so far and update the result accordingly.
Determine if an array contains a Pythagorean triplet by checking whether there are three integers x, y, and z such that x2 + y2 = z2 within the array.
The first lin...
Detect if an array contains a Pythagorean triplet by checking if there are three integers x, y, and z such that x^2 + y^2 = z^2.
Iterate through all possible triplets of numbers in the array and check if they form a Pythagorean triplet.
Use a nested loop to generate all possible combinations of three numbers from the array.
Check if the sum of squares of two numbers is equal to the square of the third number for each trip...
Round duration - 50 Minutes
Round difficulty - Medium
This was a standard DSA round where I was asked to solve 2 questions and also code it in a production ready manner . At the end I was also asked some questions related to Linux and SQL . I was tested on some basic commands of Linux .
Given a string S
, your task is to return all distinct palindromic substrings of the given string in alphabetical order.
A string is considered a pal...
Return all distinct palindromic substrings of a given string in alphabetical order.
Iterate through all possible substrings of the given string.
Check if each substring is a palindrome.
Store distinct palindromic substrings in alphabetical order.
Given two integers a
and b
, your task is to swap these numbers and output the swapped values.
The first line contains a single integer 't', representing the num...
Swap two integers 'a' and 'b' and output the swapped values.
Create a temporary variable to store one of the integers before swapping.
Swap the values of 'a' and 'b' using the temporary variable.
Output the swapped values of 'a' and 'b'.
Normalization is the process of organizing data in a database to reduce redundancy and improve data integrity, while denormalization is the process of intentionally adding redundancy to improve query performance.
Normalization involves breaking down a table into smaller tables and defining relationships between them to reduce redundancy and dependency.
Denormalization involves combining tables or adding redundant data to...
Round duration - 60 Minutes
Round difficulty - Medium
This was a DS/Algo + Core round where I was asked questions related to DBMS , SQL queries and Linux Commands . The first question was of DSA and I was able to code it preety fast . I was also asked to execute some SQL queries on my laptop.
Overall , this round went good according to my opinion.
Your task is to determine if two given strings are anagrams of each other. Two strings are considered anagrams if you can rearrange the letters of one string to form the...
Check if two strings are anagrams of each other by comparing their sorted characters.
Sort the characters of both strings and compare them.
Use a dictionary to count the frequency of characters in each string and compare the dictionaries.
Ensure both strings have the same length before proceeding with comparison.
Handle edge cases like empty strings or strings with different lengths.
Use SQL query with GROUP BY and HAVING clause to delete duplicate emails from a database.
Use GROUP BY clause to group emails together
Use HAVING clause to filter out groups with more than one email
Use DELETE statement to remove duplicate emails
DELETE removes specific rows from a table, while TRUNCATE removes all rows and resets auto-increment values.
DELETE is a DML command, while TRUNCATE is a DDL command.
DELETE can be rolled back, while TRUNCATE cannot be rolled back.
DELETE triggers ON DELETE triggers, while TRUNCATE does not trigger any triggers.
DELETE is slower as it maintains logs, while TRUNCATE is faster as it does not maintain logs.
Example: DELETE FRO...
Round duration - 30 Minutes
Round difficulty - Easy
This was a typical HR round with some standard Behavioral questions .
Tip 1 : Must do Previously asked Interview as well as Online Test Questions.
Tip 2 : Go through all the previous interview experiences from Codestudio and Leetcode.
Tip 3 : Do at-least 2 good projects and you must know every bit of them.
Tip 1 : Have at-least 2 good projects explained in short with all important points covered.
Tip 2 : Every skill must be mentioned.
Tip 3 : Focus on skills, projects and experiences more.
based on 1 interview
Interview experience
Test Center Administrator
23
salaries
| ₹2.1 L/yr - ₹4.4 L/yr |
Accounts Officer
12
salaries
| ₹5 L/yr - ₹8.8 L/yr |
Test Center Manager
9
salaries
| ₹5.4 L/yr - ₹10.5 L/yr |
Quality Test Analyst
8
salaries
| ₹4 L/yr - ₹6 L/yr |
Data Analyst
8
salaries
| ₹3.3 L/yr - ₹11.5 L/yr |
Oracle
Amdocs
Automatic Data Processing (ADP)
24/7 Customer