Upload Button Icon Add office photos
Engaged Employer

i

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

Oakland Systems Verified Tick

Compare button icon Compare button icon Compare
2.8

based on 39 Reviews

Filter interviews by

Oakland Systems Interview Questions and Answers

Updated 19 Nov 2024

Oakland Systems Interview Experiences

Popular Designations

5 interviews found

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

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

Round 1 - Group Discussion 

The political conflicts was the topic

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident

Junior Executive Engineer Interview Questions asked at other Companies

Q1. types of dc motor vi characteristic of different dc motor types of circuit breaker about sf6 circuit breaker about pnp & npn transistor , igbt working
View answer (1)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Aptitude Test 

Easy Question were asked in the test

Round 2 - Coding Test 

Very easy question when compared to FAANG

Interview Preparation Tips

Interview preparation tips for other job seekers - Deii parama padi daa

Associate Software Engineer Interview Questions asked at other Companies

Q1. Triplets with Given SumYou are given an array/list ARR consisting of N integers. Your task is to find all the distinct triplets present in the array which adds up to a given number K. An array is said to have a triplet {ARR[i], ARR[j], ARR[... read more
View answer (4)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Not Selected

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

Round 1 - Aptitude Test 

Basic aptituide test

Round 2 - Assignment 

Login page using java and spring mvc

Round 3 - Technical 

(1 Question)

  • Q1. Questions on java and spring

Java Developer Interview Questions asked at other Companies

Q1. Sort 0 1You have been given an integer array/list(ARR) of size N that contains only integers, 0 and 1. Write a function to sort this array/list. Think of a solution which scans the array/list only once and don't require use of an extra arra... read more
View answer (4)
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before Oct 2022. There were 4 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 - Aptitude Test 

Logical and Mathematical Aptitude test. They give priority to them with higher Aptitude score. I must tell u its very hard.

Round 3 - Assignment 

Assignment relared to Java.

Round 4 - Coding Test 

Run the assignment in their own system.

Java Developer Intern Interview Questions asked at other Companies

Q1. What is java ? Whay is java is platform independent language? Why is java not a pure object oriented language? How is java different from c++ ?
View answer (2)

Oakland Systems interview questions for popular designations

 Java Developer

 (2)

 Associate Software Engineer

 (1)

 Java Developer Intern

 (1)

 Junior Executive Engineer

 (1)

Java Developer Interview Questions & Answers

user image Dishant Gaikwad

posted on 11 Apr 2024

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

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

Round 1 - Aptitude Test 

Resining Question, Logical Question

Round 2 - Assignment 

CRUD Operation in Spring MVC in Maven

Java Developer Interview Questions asked at other Companies

Q1. Sort 0 1You have been given an integer array/list(ARR) of size N that contains only integers, 0 and 1. Write a function to sort this array/list. Think of a solution which scans the array/list only once and don't require use of an extra arra... read more
View answer (4)

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via campus placement at DMI College of Engineering, Chennai and was interviewed in Nov 2024. There were 4 interview rounds.

Round 1 - Aptitude Test 

Very basic aptitude concepts asked 40 questions 1 hr time

Round 2 - Coding Test 

2 problems to be solved. Myself solved 1 problem but my friends solved 1.5 problem and taken grade is(partially correct) using Google and AI. At last there selected students who are all solved 1 problem also

Round 3 - Technical 

(6 Questions)

  • Q1. Detailed project explanation
  • Q2. Internship experience
  • Q3. OOPS concepts and Resume screening
  • Q4. SQL joins and basics
  • Q5. Favourite programming language asked and said to solve a 2 simple coding problems
  • Q6. The person who solved 1.5 questions out of 2 questions using Google and AI where caught in technical round
Round 4 - HR 

(1 Question)

  • Q1. Beware in HR round Answering to HR questions is seriously hard . Prepare well and be ready to answer question. HR asking questions is about your point of view.

Interview Preparation Tips

Topics to prepare for Infiniti Software Solutions Software Trainee interview:
  • Oops
  • SQL joins
  • Coding
  • Project
Interview preparation tips for other job seekers - Be genuine in coding round. Student who don't use ai only selected. Prepare well for technical specially OOPS concepts, SQL joins and coding
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Nov 2024. There were 6 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Technical and process related
Round 2 - One-on-one 

(1 Question)

  • Q1. Technical and scenario based
Round 3 - One-on-one 

(1 Question)

  • Q1. Project and process related
Round 4 - Technical 

(1 Question)

  • Q1. With Solution architect
Round 5 - One-on-one 

(1 Question)

  • Q1. Manager round with complete SDLC
Round 6 - HR 

(1 Question)

  • Q1. HR round generic questions and salary discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - Work on no code low code. Very unprofessional company.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

2 coding questions .
topics were array and string

Round 2 - Technical 

(2 Questions)

  • Q1. 2D array question and a linkedlist question (find the middle element of the list)
  • Q2. Dbms questions like keys ,normalization, acid properties, types of network layer , deadlock in os
Round 3 - Technical 

(2 Questions)

  • Q1. Detect loop in a linkedlist
  • Ans. 

    Use Floyd's Tortoise and Hare algorithm to detect loop in a linked list.

    • Initialize two pointers, slow and fast, at the head of the linked list.

    • Move slow pointer by one step and fast pointer by two steps.

    • If they meet at any point, there is a loop in the linked list.

  • Answered by AI
  • Q2. SQL queries basic level .
Round 4 - Technical 

(2 Questions)

  • Q1. Oops questions like inheritance and interface
  • Q2. Sql queries from leetcode hard level

Skills evaluated in this interview

Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Nov 2024. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. What is AML and primary and secondary research?
  • Ans. 

    AML stands for Anti-Money Laundering. Primary research involves collecting data firsthand, while secondary research involves analyzing existing data.

    • AML is a set of procedures, laws, and regulations designed to prevent the illegal generation of income through money laundering.

    • Primary research involves conducting surveys, interviews, and experiments to gather new data.

    • Secondary research involves analyzing existing data ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - I had an interview with Parvesh Mittal and everything went well and I answered all the questions.
Furthermore, I was informed that the HR will be calling to schedule a meet for second round. The very next day I received an email mentioning that they will not be moving further with the application.
PS: Don’t demotivate and waste the time of the candidate. It’s not funny for a candidate who searching for the job seriously just to entertain your timepass process.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Coding Test 

Machine coding round

Round 2 - Technical 

(2 Questions)

  • Q1. TCP/IP related questions, what happens when you search a webpage?
  • Q2. Past projects discussions
Round 3 - HR 

(1 Question)

  • Q1. Behavioural questions on how would you tackle a particular scenario

Oakland Systems Interview FAQs

How many rounds are there in Oakland Systems interview?
Oakland Systems interview process usually has 2-3 rounds. The most common rounds in the Oakland Systems interview process are Aptitude Test, Assignment and Coding Test.
How to prepare for Oakland Systems 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 Oakland Systems. The most common topics and skills that interviewers at Oakland Systems expect are EMR, Nursing, Business Development, Development and IT Hardware.

Tell us how to improve this page.

Oakland Systems Interview Process

based on 4 interviews in last 1 year

Interview experience

4
  
Good
View more

People are getting interviews through

based on 5 Oakland Systems interviews
Job Portal
WalkIn
Campus Placement
Referral
40%
20%
20%
20%
Moderate Confidence
?
Moderate Confidence means the data is based on a sufficient number of responses received from the candidates

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.2k Interviews
Infosys Interview Questions
3.7
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.5k Interviews
Tech Mahindra Interview Questions
3.6
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.7k Interviews
LTIMindtree Interview Questions
3.9
 • 2.9k Interviews
Mphasis Interview Questions
3.4
 • 785 Interviews
View all

Oakland Systems Reviews and Ratings

based on 39 reviews

2.8/5

Rating in categories

3.2

Skill development

2.3

Work-Life balance

2.6

Salary & Benefits

2.7

Job Security

2.4

Company culture

2.5

Promotions/Appraisal

2.7

Work Satisfaction

Explore 39 Reviews and Ratings
Java Developer
32 salaries
unlock blur

₹2 L/yr - ₹7.8 L/yr

Business Analyst
7 salaries
unlock blur

₹3 L/yr - ₹3.2 L/yr

Business Development Executive
7 salaries
unlock blur

₹2.5 L/yr - ₹4.1 L/yr

Java Developer Trainee
6 salaries
unlock blur

₹1 L/yr - ₹3 L/yr

Quality Analyst
5 salaries
unlock blur

₹2 L/yr - ₹3.6 L/yr

Explore more salaries
Compare Oakland Systems with

Infosys

3.7
Compare

TCS

3.7
Compare

Wipro

3.7
Compare

HCLTech

3.5
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