Upload Button Icon Add office photos

Filter interviews by

Jstreams Solutions Software Developer Trainee Interview Questions and Answers

Updated 23 Feb 2023

Jstreams Solutions Software Developer Trainee Interview Experiences

1 interview found

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

I applied via Job Portal and was interviewed in Jan 2023. There were 5 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 

Reasoning,aptitude, programming basics

Round 3 - Coding Test 

Coding questions were asked on the basis of resume and projects

Round 4 - HR 

(1 Question)

  • Q1. Technical HR and HR round sone technical questions were asked and situation based questions
Round 5 - Behavioral 

(1 Question)

  • Q1. Its is the final round with Vice President and he's so polite

Interview Preparation Tips

Interview preparation tips for other job seekers - Brush up your skills coding questions and keep learning new skills.
You should know very well what is there in your resume and your projects.
Be honest with your company and resume

Interview questions from similar companies

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

I applied via Company Website and was interviewed in Mar 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

Basic aptitude and technical mcq

Round 2 - Coding Test 

Technical round (Virtual)

Round 3 - HR 

(2 Questions)

  • Q1. Tell me about your self
  • Ans. 

    I am a recent graduate with a degree in Computer Science, passionate about coding and eager to learn and grow in the software development field.

    • Recent graduate with a degree in Computer Science

    • Passionate about coding and software development

    • Eager to learn and grow in the field

  • Answered by AI
  • Q2. Explain about project
  • Ans. 

    Developed a web-based project management tool for tracking tasks and deadlines.

    • Used HTML, CSS, and JavaScript for front-end development

    • Implemented backend functionality using Node.js and MongoDB

    • Incorporated user authentication and authorization features

    • Utilized Agile methodology for project management

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Group Discussion 

Group discussion is a type of discussion that involves people sharing ideas or activities.

Round 2 - Aptitude Test 

Online aptitude test for competitive examinations , entrance examination and recruitment.

Interview Preparation Tips

Interview preparation tips for other job seekers - Industry insights
News about target companies
Job related hacks and tips
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Jan 2024. There was 1 interview round.

Round 1 - Aptitude Test 

Medium level aptitude questions

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare medium level aptitude and programming questions
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Normal aptitude questions like in India Bix

Round 2 - Coding Test 

Python language questions like fibonacci series

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
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 

(2 Questions)

  • Q1. If you know what ever the technical lead ask the question give in a confident manner and if you don't know then don't force your self that you don't know the answers. Just mention that I'm not aware of the...
  • Q2. Practice from google - What is the interview questions for freshers? follow all the questions in all the available URL's.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident
Be Brave
Be straight forward
Be Strong
Give strong and honest statements
Don't panic
Don't neglect
Don't ignore them
Don't give false statements

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

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 - One-on-one 

(4 Questions)

  • Q1. What is a HTTPS? What is a SMTP language ? What is full form of MCA? What do you mean web designer? What is coding?
  • Ans. 

    Answers to common technical questions related to software development.

    • HTTPS is a secure version of HTTP protocol used for secure communication over the internet.

    • SMTP is a protocol used for sending and receiving email messages.

    • MCA stands for Master of Computer Applications, a postgraduate degree in computer science.

    • A web designer is a professional who designs and creates websites.

    • Coding is the process of writing instruc...

  • Answered by AI
  • Q2. Can you talk about inheritance?
  • Ans. 

    Inheritance is a mechanism in object-oriented programming where a new class is created by inheriting properties of an existing class.

    • Inheritance allows for code reuse and promotes code organization.

    • The existing class is called the parent or superclass, and the new class is called the child or subclass.

    • The child class inherits all the properties and methods of the parent class, and can also add its own unique properties...

  • Answered by AI
  • Q3. What do you mean by Topology?
  • Ans. 

    Topology refers to the arrangement of nodes and connections in a network.

    • Topology determines how data flows through a network.

    • Common topologies include bus, star, ring, and mesh.

    • Topology can affect network performance, scalability, and fault tolerance.

  • Answered by AI
  • Q4. What do you mean by communication network
  • Ans. 

    Communication network refers to the infrastructure and technologies used to transmit information between devices and systems.

    • Communication network enables devices and systems to exchange information and data.

    • It includes technologies such as wired and wireless networks, routers, switches, and protocols.

    • Examples of communication networks include the internet, LAN, WAN, Bluetooth, and cellular networks.

  • Answered by AI
Round 3 - Coding Test 

What is a CSS and what is a HTML

Interview Preparation Tips

Interview preparation tips for other job seekers - Wonderful,very nice, amazing, fabulous,nice to hear

Skills evaluated in this interview

I applied via LinkedIn and was interviewed in Dec 2021. There were 3 interview rounds.

Interview Questionnaire 

6 Questions

  • Q1. Question are-(1) write code for print hello world in c and c++
  • Q2. 2- what is prime number
  • Ans. 

    A prime number is a positive integer greater than 1 that has no positive integer divisors other than 1 and itself.

    • Prime numbers are only divisible by 1 and themselves.

    • Examples of prime numbers include 2, 3, 5, 7, 11, 13, 17, 19, 23, 29, 31, 37, 41, 43, 47, 53, 59, 61, 67, 71, 73, 79, 83, 89, and 97.

    • The number 1 is not considered a prime number.

  • Answered by AI
  • Q3. Write the program of even odd
  • Ans. 

    Program to determine if a number is even or odd.

    • Use the modulo operator (%) to check if the number is divisible by 2.

    • If the remainder is 0, the number is even. Otherwise, it is odd.

    • Example: int num = 5; if(num % 2 == 0) { printf("Even"); } else { printf("Odd"); }

  • Answered by AI
  • Q4. Then he start asking questions from chemistry this is surprising for a IT student . First question what in periodic table and which type of elements in this
  • Q5. Then he asked difference between metal and meteloid
  • Q6. Then asked what is Pythagoras theorem then bodmas rule and then interview was end

Interview Preparation Tips

Interview preparation tips for other job seekers - If you want to succeed in this company then you have to read basics of your subject that you mentioned in your resume and learn to do coding

Skills evaluated in this interview

I applied via AmbitionBox and was interviewed in May 2022. There were 2 interview rounds.

Round 1 - Coding Test 

HTML and CSS or javascript

Round 2 - Aptitude Test 

About professional aptitude

Interview Preparation Tips

Interview preparation tips for other job seekers - Please take the interview online. And if di any mistake or wrong answer then please suggest me and give me a opportunities for improving

Interview Questionnaire 

1 Question

  • Q1. Tell me about yourself

Interview Preparation Tips

Interview preparation tips for other job seekers - It's really nice to talk about this, means it provides a nice talking environment.

Jstreams Solutions Interview FAQs

How many rounds are there in Jstreams Solutions Software Developer Trainee interview?
Jstreams Solutions interview process usually has 5 rounds. The most common rounds in the Jstreams Solutions interview process are Resume Shortlist, Aptitude Test and Coding Test.
How to prepare for Jstreams Solutions Software Developer Trainee 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 Jstreams Solutions. The most common topics and skills that interviewers at Jstreams Solutions expect are Groovy, Javascript, Life Cycle, Oracle and Production Support.

Tell us how to improve this page.

People are getting interviews through

based on 1 Jstreams Solutions interview
Job Portal
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.
Senior Marketing Executive
3 salaries
unlock blur

₹6.5 L/yr - ₹8.5 L/yr

Senior Support Engineer
3 salaries
unlock blur

₹4.5 L/yr - ₹8 L/yr

Explore more salaries
Compare Jstreams Solutions with

TCS

3.7
Compare

Accenture

3.9
Compare

Wipro

3.7
Compare

Cognizant

3.8
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