Filter interviews by
Top trending discussions
posted on 11 May 2022
Very easy
To find length, frequency of each character and list of unique characters of a string.
Iterate through the string and count the frequency of each character using a hash table.
Create a list of unique characters by iterating through the hash table.
Calculate the length of the string using the built-in length function.
Return the frequency, length and list of unique characters as an array of strings.
To check if a string is palindrome or not.
Compare the first and last characters of the string and continue towards the middle until all characters have been compared.
If all characters match, the string is a palindrome.
If any characters do not match, the string is not a palindrome.
posted on 25 Sep 2021
I applied via Campus Placement
posted on 25 Feb 2022
NA
posted on 16 Sep 2021
I applied via LinkedIn and was interviewed in Sep 2024. There was 1 interview round.
Hard assert is a type of assertion in test automation that stops the test execution immediately when a failure occurs.
Hard assert is used to validate the expected outcome of a test case
If the assertion fails, the test execution is halted and marked as failed
It is commonly used in automated test scripts to ensure the correctness of the application under test
Soft assert is a way to continue the execution of a test case even after an assertion failure.
Soft assert does not stop the execution of the test case when an assertion fails.
It is useful when you want to log the failure but continue with the remaining test steps.
Soft assert is commonly used in test automation frameworks like TestNG in Java.
I applied via Job Portal and was interviewed in Apr 2023. There were 4 interview rounds.
Linux is an open-source operating system based on Unix. Commands can be added using the terminal or by installing packages.
Linux is free and can be customized to suit specific needs
Commands can be added using the terminal by creating a script or alias
Packages can be installed using package managers like apt-get or yum
Examples of commands include ls, cd, mkdir, rm, etc.
I applied via Recruitment Consulltant and was interviewed in Nov 2022. There were 3 interview rounds.
I have been working as a Software Engineer for the past 5 years, specializing in developing web applications using Java and JavaScript.
Proficient in Java and JavaScript
Experience in developing web applications
Strong understanding of software development principles
Familiarity with agile methodologies
Knowledge of database management systems
Experience with version control systems like Git
Ability to work in a team and comm
Coding Round two questions with OOPs concepts
posted on 15 May 2022
Procedure is a set of SQL statements executed in a sequence, while package is a collection of procedures, functions, and variables.
Procedure is a standalone unit of code, while package is a group of related procedures and functions.
Procedure is compiled every time it is executed, while package is compiled only once.
Package provides better modularity, encapsulation, and reusability than procedure.
Package can have privat...
I applied via Company Website and was interviewed in Aug 2021. There were 4 interview rounds.
based on 3 reviews
Rating in categories
Digital Associate
305
salaries
| ₹2 L/yr - ₹3.6 L/yr |
Cloud Support Engineer
280
salaries
| ₹11.4 L/yr - ₹33.3 L/yr |
Cloud Support Associate
160
salaries
| ₹7.8 L/yr - ₹22.5 L/yr |
Cloud Engineer
122
salaries
| ₹10 L/yr - ₹36 L/yr |
Solution Architect
86
salaries
| ₹25 L/yr - ₹86.6 L/yr |
Amazon
Microsoft Azure
IBM
Oracle