Upload Button Icon Add office photos
Engaged Employer

i

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

Posidex Technologies Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Posidex Technologies Java Developer Interview Questions and Answers

Updated 27 Apr 2023

Posidex Technologies Java Developer Interview Experiences

1 interview found

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Technical 

(2 Questions)

  • Q1. Java thread and collection
  • Q2. Linked list in Java
  • Ans. 

    A linked list is a data structure in Java that consists of a sequence of nodes, each containing a reference to the next node.

    • Linked list is a dynamic data structure that can grow or shrink during runtime

    • It can be singly linked or doubly linked

    • Insertion and deletion operations are faster compared to arrays

    • Traversal of linked list is slower compared to arrays

    • Example: LinkedList class in Java

  • Answered by AI

Skills evaluated in this interview

Interview questions from similar companies

I applied via Campus Placement and was interviewed before Aug 2020. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. Regarding my previous experience.
  • Q2. Regarding my background

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and honest

Interview Questionnaire 

1 Question

  • Q1.  It is a telephonic round. First question:Tell me about yourself , second question :method overriding .then he asked about my salary current CTC and expected CTC ,I have answered the same and said that we...

Interview Preparation Tips

Interview preparation tips for other job seekers - Really felt the technical interviewer behaviour is not professional.

I applied via Naukri.com and was interviewed in Feb 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. How meny days working, and working hours
  • Ans. 

    The number of working days and working hours for a Software Developer.

    • Software Developers typically work 5 days a week.

    • The standard working hours for Software Developers are 8 hours per day.

    • However, the actual number of working days and hours may vary depending on the company and project requirements.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - He was asking more then technical question, interviewer and hr are good person, it means helpfull.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Inroduction of capital market

Round 2 - One-on-one 

(1 Question)

  • Q1. What is primary & secondary market, types of corporate actions with example
  • Ans. 

    Primary market is where new securities are issued, while secondary market is where existing securities are traded.

    • Primary market involves the issuance of new securities by companies to raise capital, while secondary market involves the trading of existing securities among investors.

    • Types of corporate actions include stock splits, dividends, mergers and acquisitions, and spin-offs.

    • Stock split is when a company increases...

  • Answered by AI

Associate Interview Questions & Answers

Link Group user image shahila salmani

posted on 13 Oct 2023

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

I applied via Company Website and was interviewed before Oct 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 - Technical 

(4 Questions)

  • Q1. What is share market
  • Ans. 

    Share market is a platform where buying and selling of company stocks and securities takes place.

    • Share market allows companies to raise capital by selling shares to investors

    • Investors can buy and sell shares to make profits

    • Prices of shares fluctuate based on supply and demand, company performance, and economic factors

  • Answered by AI
  • Q2. Dividend is declared by whom?
  • Ans. 

    Dividends are declared by the board of directors of a company.

    • Dividends are typically declared by the board of directors of a company.

    • The board of directors considers various factors such as company performance, financial health, and future growth prospects before declaring dividends.

    • Shareholders receive dividends as a distribution of profits.

    • Dividends can be in the form of cash, stock, or property.

    • Companies may choose...

  • Answered by AI
  • Q3. What is equity management?
  • Ans. 

    Equity management involves the strategic allocation and distribution of company ownership to maximize shareholder value.

    • Involves determining the optimal mix of debt and equity financing for a company

    • Includes managing the issuance of new shares, buybacks, and dividends

    • Strategic decisions to ensure fair treatment of shareholders and maximize returns

    • Examples: IPOs, stock repurchases, dividend policies

  • Answered by AI
  • Q4. What are shares?
  • Ans. 

    Shares represent ownership in a company and entitle the holder to a portion of the company's assets and profits.

    • Shares are units of ownership in a company that are bought and sold on the stock market.

    • Shareholders have voting rights and may receive dividends based on the company's performance.

    • Shares can be classified as common stock or preferred stock, each with different rights and benefits.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and study the basic knowledge about the topic.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Do not use an unprofessional email address such as cool_boy@email.com. It shows a lack of professionalism by the candidate.
View all tips
Round 2 - Technical 

(1 Question)

  • Q1. Tell me about yourself
Round 3 - One-on-one 

(1 Question)

  • Q1. What is capital market
  • Ans. 

    Capital market is a financial market where individuals and institutions trade financial securities.

    • Capital market is where long-term securities like stocks and bonds are bought and sold.

    • It helps companies raise capital by issuing stocks or bonds to investors.

    • Investors can buy and sell securities through stock exchanges like NYSE or NASDAQ.

    • Capital market plays a crucial role in the economy by facilitating investment and

  • Answered by AI
Round 4 - HR 

(1 Question)

  • Q1. What is your goal in life

I applied via Referral and was interviewed in Sep 2021. There were 3 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. Tell me about recent Project Details and what is your Role in this Project.
  • Ans. I explained my project and the modules which I had developed. Informed about Team members and their responsibilities who were working on the same Project. Then my role in the team as well as my responsibilities in the Project.
  • Answered Anonymously
  • Q2. Git and Azure DevOps related Questions
  • Ans. I Explained how we work on AzureDevOps. Explained workflow with Git Repos through DevOps Repositories. Explained Build and Release Pipelines also Explained NuGet Packages using Artifacts
  • Answered Anonymously
  • Q3. Explain Solid Principles and Where to use this with Example
  • Ans. 

    Solid Principles are a set of design principles for writing maintainable and scalable software.

    • Solid Principles consist of five principles: Single Responsibility Principle, Open/Closed Principle, Liskov Substitution Principle, Interface Segregation Principle, and Dependency Inversion Principle.

    • Single Responsibility Principle states that a class should have only one reason to change.

    • Open/Closed Principle states that sof...

  • Answered by AI
  • Q4. Abstraction and Interface Differance
  • Ans. 

    Abstraction focuses on hiding implementation details, while interface defines a contract for classes to follow.

    • Abstraction allows us to focus on the essential features of an object, while hiding unnecessary details.

    • Interface defines a set of methods that a class must implement, providing a contract for how the class should behave.

    • Abstraction is achieved through abstract classes and interfaces in object-oriented program...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't feel uncomfortable if you don't know the exact answer. Whatever you know just explain in your statement. make an easy sentence to explain don't give an exact theoretic answer try to explain with one example.
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Apr 2023. There were 3 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 - Technical 

(1 Question)

  • Q1. All about the background
Round 3 - HR 

(1 Question)

  • Q1. They didn't really asked much
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Asked about my experience as an integration developer

Posidex Technologies Interview FAQs

How many rounds are there in Posidex Technologies Java Developer interview?
Posidex Technologies interview process usually has 2 rounds. The most common rounds in the Posidex Technologies interview process are Resume Shortlist and Technical.
How to prepare for Posidex Technologies 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 Posidex Technologies. The most common topics and skills that interviewers at Posidex Technologies expect are Spring Boot, SQL, J2Ee, Java and Spring Mvc.
What are the top questions asked in Posidex Technologies Java Developer interview?

Some of the top questions asked at the Posidex Technologies Java Developer interview -

  1. linked list in J...read more
  2. java thread and collect...read more

Tell us how to improve this page.

Posidex Technologies Java Developer Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

Link Group Interview Questions
3.8
 • 34 Interviews
Icl Fincorp Interview Questions
3.2
 • 18 Interviews
Innocule Interview Questions
4.3
 • 15 Interviews
PharmaACE Interview Questions
2.6
 • 15 Interviews
Neural IT Interview Questions
2.8
 • 14 Interviews
View all
Posidex Technologies Java Developer Salary
based on 7 salaries
₹2 L/yr - ₹4.7 L/yr
43% less than the average Java Developer Salary in India
View more details
Software Engineer
72 salaries
unlock blur

₹3.3 L/yr - ₹10.8 L/yr

Associate Software Engineer
42 salaries
unlock blur

₹2 L/yr - ₹6 L/yr

QA Engineer
23 salaries
unlock blur

₹3 L/yr - ₹10 L/yr

Senior Software Engineer
13 salaries
unlock blur

₹4.2 L/yr - ₹14.5 L/yr

Software Developer
12 salaries
unlock blur

₹3.2 L/yr - ₹8.5 L/yr

Explore more salaries
Compare Posidex Technologies with

Karvy Financial Services

3.8
Compare

Reliance Money

3.7
Compare

Sonata Finance

3.9
Compare

Bss Microfinance

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