Fullstack Intern
Fullstack Intern Interview Questions and Answers

Asked in Full Creative

Q. 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!"); }}

Asked in Reckonsys Tech Labs

Q. Given an array of numbers, return the sum of each element in the 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

