Upload Button Icon Add office photos

Filter interviews by

Poornam Info Vision Jr. Software Trainee Interview Questions and Answers

Updated 9 May 2024

Poornam Info Vision Jr. Software Trainee Interview Experiences

1 interview found

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

I applied via campus placement at Government College, Wayanad and was interviewed in Nov 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

Both computer aptitude and general aptitude

Round 2 - Group Discussion 

Discussion based on simple topics

Interview Preparation Tips

Topics to prepare for Poornam Info Vision Jr. Software Trainee interview:
  • Linux Administration
  • Computer Networking
  • DBMS
Interview preparation tips for other job seekers - Have good communication skills and knowledge in linux commands

Interview questions from similar companies

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

1 hour online test ..

Round 2 - Technical 

(1 Question)

  • Q1. Programming related questions.
Round 3 - Technical 

(1 Question)

  • Q1. DSA round (easy to medium)
Round 4 - HR 

(1 Question)

  • Q1. Technical+ hr round
Round 5 - Behavioral 

(1 Question)

  • Q1. Technical questions.
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-

I applied via Walk-in

Round 1 - Technical 

(2 Questions)

  • Q1. How make a queue using a stack
  • Ans. 

    To implement a queue using a stack, use two stacks and simulate the queue operations.

    • Use two stacks, one for enqueue operation and one for dequeue operation.

    • For enqueue operation, simply push elements onto the stack used for enqueueing.

    • For dequeue operation, if the dequeue stack is empty, pop all elements from enqueue stack and push onto dequeue stack.

    • Then pop from the dequeue stack to simulate dequeue operation.

  • Answered by AI
  • Q2. Create a linked list
  • Ans. 

    A linked list is a data structure consisting of nodes where each node points to the next node in the sequence.

    • Create a Node class with data and next pointer

    • Initialize a head pointer to null

    • Add nodes by updating next pointers

    • Traverse the list by following next pointers

  • Answered by AI

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
-
Result
No response

I applied via Company Website and was interviewed in Jun 2024. There were 2 interview rounds.

Round 1 - HR 

(1 Question)

  • Q1. The recruiter called me in at noon the day after I applied for the role, my resume got shortlisted and the recruiter talked to me for about 19 minutes during which she asked my family background and after ...
Round 2 - Coding Test 

This round was 25 minutes exactly the technical interviewee asked me only 2 to 3 theoretical questions and after that, he told me to share my screen and then started asking me coding problems which consisted of 5 questions purely on code, no theory.
q1- exception handling question of (10/0--> solve this using try catch)
q2-write a class that return the area and perimeter of the rectangle
q3-remove duplicate elements from list of the set (remove_duplicates[(1,2,2,3,4,4,5]))
q4-calculate the sum of the string (sum_of_digits(1234) #output will be 10)

Interview Preparation Tips

Topics to prepare for A3logics Jr Python Developer interview:
  • Core Topic
  • Job Role
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 Jun 2024. There were 2 interview rounds.

Round 1 - Coding Test 

It was ok. I was not able to solve all the questions.

Round 2 - Technical 

(2 Questions)

  • Q1. Remove the last element from a linkedlist
  • Q2. Some basic questions on oops dbms and os
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Print unique numbers in list
  • Ans. 

    Print unique numbers in list

    • Iterate through the list and store each number in a set to keep track of unique numbers

    • Print out the numbers in the set to display the unique numbers

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(5 Questions)

  • Q1. Tell me about
  • Q2. Your self they are asking
  • Q3. What is your weakness
  • Q4. Any questions ask for me
  • Q5. All the best future
Round 2 - Coding Test 

Coding for international

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
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Aptitude Test 

Simple question on maths

Round 2 - Technical 

(2 Questions)

  • Q1. Explain OOPS concept
  • Ans. 

    OOPS (Object-Oriented Programming) is a programming paradigm based on the concept of objects, which can contain data and code.

    • OOPS focuses on creating objects that interact with each other to solve complex problems

    • Key principles include encapsulation, inheritance, polymorphism, and abstraction

    • Encapsulation ensures that the internal state of an object is hidden from the outside world

    • Inheritance allows a class to inherit...

  • Answered by AI
  • Q2. Coding array questions
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - Coding Test 

String , array,recursion.pattern question

Round 2 - Technical 

(3 Questions)

  • Q1. Array string recursion
  • Q2. Sort the o 1 2 0
  • Ans. 

    The numbers should be sorted in ascending order: 0 1 2

    • Use a sorting algorithm like bubble sort, selection sort, or insertion sort

    • Compare each number with the next one and swap if necessary

    • Repeat the process until the array is sorted

  • Answered by AI
  • Q3. Pattern question

Interview Preparation Tips

Interview preparation tips for other job seekers - good at dsa.

Skills evaluated in this interview

Poornam Info Vision Interview FAQs

How many rounds are there in Poornam Info Vision Jr. Software Trainee interview?
Poornam Info Vision interview process usually has 2 rounds. The most common rounds in the Poornam Info Vision interview process are Aptitude Test and Group Discussion.

Tell us how to improve this page.

Poornam Info Vision Jr. Software Trainee Interview Process

based on 1 interview

Interview experience

2
  
Poor
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Infosys Interview Questions
3.6
 • 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
 • 798 Interviews
View all
Software Engineer
54 salaries
unlock blur

₹2.5 L/yr - ₹5 L/yr

Senior Software Engineer
46 salaries
unlock blur

₹4.4 L/yr - ₹9 L/yr

Junior Software Engineer
25 salaries
unlock blur

₹2 L/yr - ₹4 L/yr

Server Administrator
13 salaries
unlock blur

₹2.4 L/yr - ₹5 L/yr

Senior Server Administrator
10 salaries
unlock blur

₹4.2 L/yr - ₹6.5 L/yr

Explore more salaries
Compare Poornam Info Vision 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