Full Stack android Developer
Full Stack android Developer Interview Questions and Answers
Q1. Reverse String without using reverse in Java script
Use a loop to reverse a string in JavaScript without using the reverse method.
Create an empty string to store the reversed string.
Iterate through the original string from the last character to the first.
Append each character to the empty string.
Return the reversed string.
Q2. Create rest api using Crud in react.js
Creating a REST API using CRUD operations in React.js
Use Axios or Fetch to make HTTP requests to the API endpoints
Implement GET, POST, PUT, and DELETE methods for CRUD operations
Set up routes and controllers to handle different API endpoints
Use state management libraries like Redux or Context API for managing data
Q3. Fibonnaci series using python
Fibonacci series is a sequence of numbers where each number is the sum of the two preceding ones.
Initialize variables for the first two numbers in the sequence (0 and 1)
Use a loop to calculate the next number by adding the previous two numbers
Repeat the process until reaching the desired length of the sequence
Full Stack android Developer Jobs
0Interview Questions of Similar Designations
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