Filter interviews by
I applied via Naukri.com and was interviewed in Aug 2024. There was 1 interview round.
I will handle alerts by prioritizing them based on severity, investigating the root cause, and implementing necessary actions to resolve the issue.
Prioritize alerts based on severity levels (e.g. critical, high, medium, low)
Investigate the root cause of the alert to understand the underlying issue
Collaborate with relevant teams to address and resolve the alert in a timely manner
Implement necessary actions to prevent si...
Dropdowns can be handled by identifying the dropdown element, selecting an option, and verifying the selection.
Identify the dropdown element using its locator (ID, class, etc.)
Use a method like selectByVisibleText() or selectByValue() to choose an option
Verify the selected option to ensure it was successfully chosen
posted on 2 Sep 2023
It consist of general aptitude questions like logical reasoning, realtime problem etc
I applied via Company Website and was interviewed in Jul 2023. There were 3 interview rounds.
Written test pharmacy based questions any questions
Green chemistry and it's applications and herbal medicine compounds
posted on 20 Sep 2024
I applied via Naukri.com and was interviewed in Aug 2024. There was 1 interview round.
I applied via Monster and was interviewed in May 2024. There was 1 interview round.
To select the 3rd highest salary from the employee table, you can use a SQL query with the 'LIMIT' and 'OFFSET' keywords.
Use a SQL query like 'SELECT salary FROM employee ORDER BY salary DESC LIMIT 1 OFFSET 2' to get the 3rd highest salary.
The 'ORDER BY' clause sorts the salaries in descending order, 'LIMIT 1' limits the result to 1 row, and 'OFFSET 2' skips the first two rows.
Make sure to adjust the 'OFFSET' value if
Put is used to create or replace a resource, while patch is used to update a resource partially.
Put is idempotent, meaning multiple identical requests will have the same effect as a single request
Patch is not idempotent, as multiple identical requests may have different effects
Put requires the client to send the entire updated resource, while patch only requires the specific changes to be sent
The == operator checks for reference equality, while the equals method checks for value equality in strings.
Use == to check if two string variables refer to the same object in memory.
Use equals() method to check if two string variables have the same sequence of characters.
Example: String str1 = "hello"; String str2 = "hello"; str1 == str2 will return false, but str1.equals(str2) will return true.
String can be declared using double quotes, single quotes, or the String constructor.
Declare using double quotes: String str1 = "Hello";
Declare using single quotes: String str2 = 'World';
Declare using String constructor: String str3 = new String("Java");
String builder is not synchronized, while String buffer is synchronized.
String builder is faster than String buffer because it is not synchronized.
String buffer is thread-safe, while String builder is not.
String builder is preferred for single-threaded applications, while String buffer is preferred for multi-threaded applications.
Convert array to ArrayList of strings
Create a new ArrayList
Use Arrays.asList() method to convert array to ArrayList
Example: String[] array = {"apple", "banana", "orange"}; ArrayList
I applied via Job Fair and was interviewed in Aug 2024. There were 2 interview rounds.
There were around 20 questions in aptitude section to appear
It had 50 technical knowledge based questions on testing domain
posted on 6 Nov 2023
I applied via Company Website and was interviewed in Oct 2023. There were 2 interview rounds.
Python is a versatile and powerful programming language known for its simplicity and readability.
Python is widely used for web development, data analysis, artificial intelligence, and automation.
It has a large standard library and a vibrant community of developers.
Python code is easy to read and write, making it a great choice for beginners and experienced programmers alike.
A network is a collection of computers, servers, mainframes, network devices, and other devices connected to one another to share data and resources.
Networks can be classified based on their size (LAN, WAN, MAN)
Networks can be wired (Ethernet, fiber optic) or wireless (Wi-Fi, Bluetooth)
Networks can be used for sharing files, printers, internet access, and communication
Examples of networks include the internet, company
Software testing is the process of evaluating a software application to ensure it meets specified requirements and functions correctly.
Software testing involves identifying defects or bugs in the software.
It helps in ensuring the quality and reliability of the software.
Types of software testing include unit testing, integration testing, system testing, and acceptance testing.
Command system network is a centralized system that controls and coordinates various devices and processes.
Command system network typically consists of a central server or controller that communicates with multiple devices or subsystems.
It allows for centralized monitoring, control, and coordination of various processes or equipment.
Examples include industrial automation systems, smart home systems, and military comman
A server is a computer or software program that provides functionality for other programs or devices, often over a network.
A server stores and manages data, files, or applications for clients to access remotely.
Servers can provide services such as email, web hosting, file sharing, and database management.
Examples of servers include web servers like Apache or Nginx, email servers like Microsoft Exchange, and file server
posted on 6 Jul 2024
I applied via Company Website and was interviewed in Jun 2024. There was 1 interview round.
It was basic string and Collection questions. Lot of questions on core java and some selenium framework and architecture related questions.
posted on 12 Jan 2022
I applied via Referral
Senior Software Engineer
77
salaries
| ₹8 L/yr - ₹20 L/yr |
Software Engineer
24
salaries
| ₹4.5 L/yr - ₹12 L/yr |
Technical Lead
22
salaries
| ₹16.4 L/yr - ₹23 L/yr |
Softwaretest Engineer
14
salaries
| ₹4.5 L/yr - ₹10.1 L/yr |
Software Developer
13
salaries
| ₹5.6 L/yr - ₹15.9 L/yr |
TCS
Wipro
Infosys
HCLTech