Filter interviews by
I am a recent graduate with a degree in Computer Science and a passion for coding. I have experience with Java, Python, and web development.
Recent graduate with a degree in Computer Science
Passionate about coding and software development
Proficient in Java, Python, and web development
Experience with projects such as building a web application using Django framework
I have experience with Java, Python, SQL, and Git.
Proficient in Java programming language
Familiar with Python scripting
Experience with SQL databases
Knowledge of version control using Git
I successfully managed a tight deadline by prioritizing tasks and collaborating with team members effectively.
Prioritized tasks based on urgency and impact on project timeline
Communicated effectively with team members to delegate responsibilities and ensure timely completion
Remained calm and focused under pressure to meet project deadline
Top trending discussions
posted on 19 Nov 2020
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)
based on 1 interview
Interview experience
Research Analyst
11
salaries
| ₹4.8 L/yr - ₹9 L/yr |
Senior Research Analyst
4
salaries
| ₹8.8 L/yr - ₹10 L/yr |
Team Lead
4
salaries
| ₹11 L/yr - ₹15.4 L/yr |
Data Research Analyst
3
salaries
| ₹5.5 L/yr - ₹7.3 L/yr |
TCS
Accenture
Infosys
Wipro