i
Ascendeum
Filter interviews by
I applied via LinkedIn and was interviewed in Nov 2023. There were 5 interview rounds.
Print a diamond structure using letters.
Use selenium to open and browse websites. I completed it.
Selenium again. Find value of a parameter in the website. Any guy proficient in selenium will do it in 20 minutes. I did it in 40 minutes because I don't use selenium often.
I applied via Indeed and was interviewed in Mar 2023. There were 3 interview rounds.
First round is a basic task where you have to use python selenium to open a website and than calculate the total time needed in opening and closing the website.
In the second round they asked me to write a code in python which prints the second highest number in the list( remember you need to remove the duplicates and than print the list ). And try to do this question using two lists(one original list that contains the numbers and another empty list with it ). I did using sets and lists for removing the duplicates and than printing the second highest number in the list. They said they will get back to me but they did not select. I should have done it using two different lists.
Top trending discussions
I applied via Campus Placement and was interviewed in Jan 2021. There were 3 interview rounds.
Swap two numbers with and without temporary variable
Without temporary variable: Use addition and subtraction
With temporary variable: Use a third variable to store the value of one of the numbers
Example without temporary variable: a=5, b=7; a=a+b; b=a-b; a=a-b;
Example with temporary variable: a=5, b=7; temp=a; a=b; b=temp;
I applied via Naukri.com and was interviewed in Oct 2020. There was 1 interview round.
Second level cache is a caching mechanism used to improve performance by storing frequently accessed data in memory.
Second level cache is implemented at the application level and can be configured using frameworks like Hibernate.
To optimize SQL queries, one can use indexes, avoid using SELECT *, and use JOINs instead of subqueries.
SOLID principles are a set of design principles for writing maintainable and scalable cod...
To deploy an application in AWS, you need to create an EC2 instance, configure security groups, install necessary software, and upload your application code.
Create an EC2 instance in the desired region and select the appropriate instance type
Configure security groups to allow traffic to and from the instance
Install necessary software and dependencies on the instance
Upload your application code to the instance
Start the ...
I applied via Company Website and was interviewed before Aug 2020. There were 4 interview rounds.
I applied via Campus Placement and was interviewed in Dec 2020. There were 4 interview rounds.
I applied via Recruitment Consulltant and was interviewed before Jun 2021. There was 1 interview round.
BigInteger is used for mathematical operations involving very large integers in Java.
BigInteger is used when the range of values supported by primitive data types like int and long is not sufficient.
It is commonly used in cryptography and security applications.
It provides methods for arithmetic, bitwise, and logical operations on large integers.
Example: calculating factorial of a large number, generating large prime nu
Merge Sort Algo code in java
Divide the array into two halves
Recursively sort the two halves
Merge the sorted halves
Time complexity: O(n log n)
I applied via Naukri.com and was interviewed in Aug 2020. There was 1 interview round.
based on 2 interviews
Interview experience
HR Assistant
11
salaries
| ₹2.2 L/yr - ₹4.1 L/yr |
Associate Data Scientist
7
salaries
| ₹10 L/yr - ₹14 L/yr |
Front end Developer
6
salaries
| ₹6 L/yr - ₹12.3 L/yr |
Data Engineer
5
salaries
| ₹7.5 L/yr - ₹9.5 L/yr |
Assistant Project Manager
4
salaries
| ₹3 L/yr - ₹12 L/yr |
TCS
Accenture
Cognizant
Infosys