Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Opkey Team. If you also belong to the team, you can get access from here

Opkey Verified Tick

Compare button icon Compare button icon Compare
3.1

based on 64 Reviews

Filter interviews by

Opkey Java Developer Interview Questions and Answers

Updated 23 Oct 2024

Opkey Java Developer Interview Experiences

1 interview found

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

It was not too hard , it was easy to crack

Round 2 - Coding Test 

Pattern questions , array questions and string question of easy and medium level

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare core java perfectly with data structure and algorithm and communication

Interview questions from similar companies

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Sort string in java a with java 8 feati

Round 2 - Technical 

(2 Questions)

  • Q1. Opps basic questions for java
  • Q2. Collection basics question for java
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I applied via Campus Placement and was interviewed before Aug 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

Pen paper test in the college

Round 2 - One-on-one 

(2 Questions)

  • Q1. Tell me about yourself
  • Ans. 

    Experienced Java Developer with a passion for creating efficient and scalable applications.

    • Over 5 years of experience in Java development

    • Strong knowledge of object-oriented programming principles

    • Proficient in Spring framework and Hibernate

    • Experience with RESTful web services and microservices architecture

    • Familiar with Agile methodologies and version control systems like Git

  • Answered by AI
  • Q2. About Project and puzzle questions from geeks for geeks
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Nov 2022. There were 2 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - HR 

(2 Questions)

  • Q1. Introduction about your self
  • Q2. About your knowledge

Interview Preparation Tips

Interview preparation tips for other job seekers - Narmal communication skills
Basic about your knowledge

Interview Questionnaire 

2 Questions

  • Q1. Core java,spring,hibernate,JPA,sql
  • Q2. How can we build app and hows it structure according to you
  • Ans. 

    To build a Java app, follow a structured approach by defining requirements, designing architecture, implementing code, and testing.

    • Define clear requirements and gather necessary resources

    • Design the app's architecture, including modules, components, and data flow

    • Implement the code using Java programming language and relevant frameworks

    • Perform thorough testing to ensure functionality, performance, and security

    • Follow codi...

  • Answered by AI

Interview Preparation Tips

Round: Test
Experience: Core java,angular,db,javascript

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Nov 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

Basic aptitude, basic math

Round 2 - Group Discussion 

A group of 10 my topic was technical skills vs soft skills

Round 3 - Technical 

(2 Questions)

  • Q1. Differentiate between Primary key and unique
  • Ans. 

    Primary key uniquely identifies a record in a table, while unique constraint ensures values in a column are unique.

    • Primary key is used to uniquely identify each record in a table

    • Primary key does not allow NULL values

    • Unique constraint ensures that all values in a column are unique

    • Unique constraint allows NULL values

  • Answered by AI
  • Q2. MySQL commands and questions on them.. then hr questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Be strong with MySQL, Java and basic to medium level knowledge on programming
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Nuts and bolts game, to output date in a certain format, one SQL query

Round 2 - Technical 

(2 Questions)

  • Q1. Stacks and Queues
  • Q2. Linked lists, arrays, and many more basic fundamental Dsa questions.
Round 3 - Technical 

(2 Questions)

  • Q1. More about your resume projects.
  • Q2. Puzzles and reasoning is asked

Interview Preparation Tips

Interview preparation tips for other job seekers - Try Puzzles on gfg, knows your projects that you have mentioned in your cv or resume, basic dsa is mostly asked with a focus on dbms.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Data structure and aptitude

Round 2 - Coding Test 

10 mins given for prepare for the problem and after completing the problem (program ) they asked to explain and asked to upgrade the program by reduce time complexity

Round 3 - Technical 

(2 Questions)

  • Q1. Topic given and want to explain
  • Q2. Reverse string without buildin funtion and for loop
  • Ans. 

    Reverse a string without using built-in functions or for loops

    • Use recursion to reverse the string

    • Pass the substring excluding the first character to the recursive function

    • Base case: return the character itself if the length of the string is 1

    • Concatenate the last character of the string with the result of the recursive call

  • Answered by AI
Round 4 - HR 

(2 Questions)

  • Q1. Introduce your self
  • Ans. 

    I am a passionate software developer with experience in Java, Python, and web development.

    • Experienced in Java and Python programming languages

    • Skilled in web development technologies like HTML, CSS, and JavaScript

    • Worked on projects involving database management with SQL

  • Answered by AI
  • Q2. Are you ok with agreement
  • Ans. 

    Yes, I am okay with agreement.

    • I am comfortable with signing agreements related to software development projects.

    • I understand the importance of agreements in protecting both parties involved in a project.

    • I am willing to review and negotiate agreements to ensure they are fair and reasonable.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - be confidence
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Referral and was interviewed in Oct 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Promises in javascript
  • Ans. 

    Promises in JavaScript are objects representing the eventual completion or failure of an asynchronous operation.

    • Promises are used to handle asynchronous operations in JavaScript.

    • They can be in one of three states: pending, fulfilled, or rejected.

    • Promises can be chained using .then() to handle success and .catch() to handle errors.

  • Answered by AI

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Apr 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

C,c++ questions and two coding questions. basic mcq

Round 2 - Technical 

(3 Questions)

  • Q1. Treeset, hashset difference
  • Ans. 

    TreeSet and HashSet are both implementations of the Set interface in Java, but they have some key differences.

    • TreeSet is a sorted set that maintains elements in ascending order, while HashSet does not guarantee any specific order.

    • TreeSet uses a Red-Black tree data structure for storage, which allows for efficient retrieval of elements in sorted order.

    • HashSet uses a hash table for storage, which provides constant-time p...

  • Answered by AI
  • Q2. Oops concept, dbms, programming questions
  • Q3. Set and treeset and hashset

Interview Preparation Tips

Topics to prepare for ResMed Software Developer interview:
  • DBMS
  • OOPS
Interview preparation tips for other job seekers - none

Skills evaluated in this interview

Opkey Interview FAQs

How many rounds are there in Opkey Java Developer interview?
Opkey interview process usually has 2 rounds. The most common rounds in the Opkey interview process are Aptitude Test and Coding Test.
How to prepare for Opkey Java Developer interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Opkey. The most common topics and skills that interviewers at Opkey expect are Development and Java.

Tell us how to improve this page.

Automation Test Engineer
30 salaries
unlock blur

₹2.7 L/yr - ₹8.5 L/yr

Software Engineer
27 salaries
unlock blur

₹2.4 L/yr - ₹7.7 L/yr

Software Developer
12 salaries
unlock blur

₹3 L/yr - ₹10 L/yr

Quality Engineer
12 salaries
unlock blur

₹3 L/yr - ₹4.8 L/yr

Senior Quality Engineer
11 salaries
unlock blur

₹4.8 L/yr - ₹8.5 L/yr

Explore more salaries
Compare Opkey with

QASource

3.2
Compare

Cigniti Technologies

3.8
Compare

Thinksys Software

3.8
Compare

Test Yantra Software Solutions

3.2
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview