Fullstack Intern
Fullstack Intern Interview Questions and Answers
Q1. 1) comfortable language 2) what is call by reference and call by value 3) is java pure object oriented 4) is pointers used in java 5) what is constructor 6) write a java program in online compiler
Interview questions for full stack intern position
1) Comfortable language - Java
2) Call by reference - passing memory address, call by value - passing value
3) Java is not pure object oriented as it supports primitive data types
4) Pointers are not used in Java
5) Constructor is a special method used to initialize objects
6) Java program example: public class Main { public static void main(String[] args) { System.out.println("Hello World!"); }}
Q2. If there is an array of numbers give the sum of number of each element in array
To find the sum of numbers in an array, loop through the array and add each element to a running total.
Create a variable to hold the running total
Loop through the array and add each element to the running total
Return the running total
Fullstack Intern Jobs
Interview Questions of Similar Designations
Interview experiences of popular companies
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
Reviews
Interviews
Salaries
Users/Month