Upload Button Icon Add office photos
Engaged Employer

i

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

Simple Logic IT Verified Tick

Compare button icon Compare button icon Compare
4.2

based on 111 Reviews

Filter interviews by

Simple Logic IT Junior Java Developer Interview Questions and Answers

Updated 7 Dec 2024

Simple Logic IT Junior Java Developer Interview Experiences

1 interview found

Junior Java Developer Interview Questions & Answers

user image Mayank Sudesh Rokade

posted on 7 Dec 2024

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

Worst ever nothing serious

Round 2 - Technical 

(2 Questions)

  • Q1. Basic Oops questions
  • Q2. Database Questions
Round 3 - Behavioral 

(1 Question)

  • Q1. General questions

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed in Oct 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Simple question...….. ।।

Round 2 - Technical 

(2 Questions)

  • Q1. Java questions Opps, coding ques
  • Q2. Opps Coding । । ।
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Recruitment Consulltant and was interviewed in May 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Lookup vs graphlookup in mongodb
  • Ans. 

    Lookup is used to perform a left outer join in MongoDB, while graphlookup is used to perform recursive graph traversal.

    • Lookup is used to perform a left outer join between two collections in MongoDB.

    • Graphlookup is used to perform recursive graph traversal in a collection that contains graph data.

    • Lookup can only perform a single level join, while graphlookup can perform multiple levels of traversal.

    • Lookup is faster than

  • Answered by AI
  • Q2. Count frequency of each character in string
  • Ans. 

    Use a hashmap to count the frequency of each character in a string.

    • Create a hashmap to store characters as keys and their frequencies as values.

    • Iterate through the string and update the hashmap accordingly.

    • Return the hashmap with character frequencies.

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. Create a rest api all the way from controller to repository using NOTEPAD
  • Ans. 

    Creating a REST API from controller to repository using NOTEPAD

    • Create a controller class with mapping annotations for REST endpoints

    • Implement service layer to handle business logic and interact with repository

    • Define repository interface with methods for data access operations

    • Use Spring Boot for easy setup and configuration

    • Test API endpoints using tools like Postman

  • Answered by AI
  • Q2. Couldnt write custom mongodb query at repository layer in notepad which rejected my candidature.

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
-
Result
Selected Selected

I applied via Naukri.com

Round 1 - Technical 

(1 Question)

  • Q1. Data structures Core java Spring boot Hibernate

Interview Preparation Tips

Interview preparation tips for other job seekers - Nice company

I applied via Naukri.com and was interviewed in Jun 2022. There were 3 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Oops, Interfaces, Exception Handling, Collections, SQL, etc
  • Q2. Coding Question - Find 2nd largest element in array with least time complexity
  • Ans. 

    Find the 2nd largest element in an array with the least time complexity.

    • Sort the array in descending order and return the element at index 1.

    • Initialize two variables to keep track of the largest and second largest elements.

    • Iterate through the array and update the variables accordingly.

    • Return the second largest element.

  • Answered by AI
Round 2 - One-on-one 

(2 Questions)

  • Q1. Coding Question - print * matrix
  • Q2. HashMap, HashSet, Spring, Spring Framework, Microservices, etc
Round 3 - Behavioral 

(2 Questions)

  • Q1. Basic Details, CTC Info
  • Q2. Tech Stack, Challenges Faced in career

Interview Preparation Tips

Interview preparation tips for other job seekers - There were total 3 round, L1, L2 and Manager round.
Question were easy to moderate level.
Answered all questions perfectly, still after 3rd round, they rejected me without any reason.
After clearing Technical rounds, They will ask you that you have to work in mandatory Night Shifts.

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Apr 2023. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Java fundamentals
  • Q2. Spring fundamentals
Round 2 - Technical 

(2 Questions)

  • Q1. Managerial round
  • Q2. Scenario based questions
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed in Oct 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Simple question...….. ।।

Round 2 - Technical 

(2 Questions)

  • Q1. Java questions Opps, coding ques
  • Q2. Opps Coding । । ।
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is kafka? how to implement it
  • Ans. 

    Kafka is a distributed streaming platform used for building real-time data pipelines and streaming applications.

    • Kafka is designed to handle high-throughput, fault-tolerant, and scalable real-time data streams.

    • It uses topics to categorize data streams, producers publish messages to topics, and consumers subscribe to topics to process messages.

    • Kafka can be implemented using Kafka APIs in Java, Scala, or other programming...

  • Answered by AI
  • Q2. What is Oauth and what is use of it?
  • Ans. 

    OAuth is an open standard for access delegation, commonly used as a way for Internet users to grant websites or applications access to their information on other websites but without giving them the passwords.

    • OAuth allows users to grant access to their information on one site to another site without sharing their credentials.

    • It is commonly used for authentication and authorization in APIs.

    • OAuth uses tokens to access re...

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Mar 2024. There were 4 interview rounds.

Round 1 - Aptitude Test 

Normal apti questions test is easy

Round 2 - Coding Test 

Opps,java basics, question on array and string as an array

Round 3 - Technical 

(1 Question)

  • Q1. Machine round collection framework pattern design array mid term SIngleton design pattern
Round 4 - HR 

(1 Question)

  • Q1. More dmbs and sql questions salary

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus on array and string get basics clear little dmbs and youll clear this with flying colours
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Definition of oops
  • Ans. 

    Object-oriented programming paradigm that focuses on objects and classes for code organization and reusability.

    • Encapsulation: bundling data and methods that operate on the data into a single unit (object)

    • Inheritance: ability of a class to inherit properties and behavior from another class

    • Polymorphism: ability to present the same interface for different data types

  • Answered by AI

Simple Logic IT Interview FAQs

How many rounds are there in Simple Logic IT Junior Java Developer interview?
Simple Logic IT interview process usually has 3 rounds. The most common rounds in the Simple Logic IT interview process are Aptitude Test, Technical and Behavioral.
What are the top questions asked in Simple Logic IT Junior Java Developer interview?

Some of the top questions asked at the Simple Logic IT Junior Java Developer interview -

  1. Basic Oops questi...read more
  2. Database Questi...read more

Tell us how to improve this page.

Simple Logic IT Junior Java Developer Interview Process

based on 1 interview

Interview experience

1
  
Bad
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Infosys Interview Questions
3.7
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 3k Interviews
Mphasis Interview Questions
3.4
 • 797 Interviews
View all
Associate Technical Consultant
61 salaries
unlock blur

₹4 L/yr - ₹11 L/yr

Oracle Database Administrator
58 salaries
unlock blur

₹2.4 L/yr - ₹10.1 L/yr

Middleware Administrator
22 salaries
unlock blur

₹2.2 L/yr - ₹9.3 L/yr

Linux System Administrator
15 salaries
unlock blur

₹4 L/yr - ₹9.9 L/yr

Linux Administrator
13 salaries
unlock blur

₹3.1 L/yr - ₹7 L/yr

Explore more salaries
Compare Simple Logic IT with

TCS

3.7
Compare

Infosys

3.7
Compare

Wipro

3.7
Compare

HCLTech

3.5
Compare
Did you find this page helpful?
Yes No
write
Share an Interview