Open In App

RedefiningTheWeb Interview Experience

Last Updated : 28 Jul, 2023
Improve
Improve
Like Article
Like
Save
Share
Report

Round 1:

In the first round, they will give you basic aptitude questions. In which they will ask you trigonometry questions, distance problems, and quadratic equations problems.

Round2:

Face-to-Face Interview Question

  • Q1.Tell me about yourself.
  • Q2.What is your favorite Language?
  • Q3.What is the difference between Tupple and List?
  • Q4.What are LIFO and FIFO?
Q5.Write a Program for this
*****
****
***
**
*
Q6.What will be the output of this
for (int i=25;i>0;i--)
{ if(i%3==0)
{ print(i);
}
else
{ print(i);
}
}
  • Q7.what is joined in DBMS?
  • Q8.How do we denote HTML5?
  • Q9.How many types of CSS are there?
  • Q10. Difference between Linked List and Array?
  • Q11. What is the use of a circular linked list?
  • Q12.what is the lambda function?
  • Q13. Define OOPs concept.
  • Q14.what is inheritance?
  • Q15.types of Inheritance?
  • Q16.what is Encapsulation?
  • Q17.What is Abstraction??
  • Q18.example of Abstraction??
  • Q19. Have you implemented the OOps concept?
  • Q20. Do you have any knowledge of Java?
  • Q21.Any further questions for me?

Like Article
Suggest improvement
Previous
Next
Share your thoughts in the comments

Similar Reads