0% found this document useful (0 votes)
3 views

interview-questions

Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
3 views

interview-questions

Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

TECHNICAL INTERVIEW QUESTIONS

1. Diff between statically typed and dynamically typed language.


2. What is the lambda function in Python? Why does it exist in Python?
3. What is *args, **kwargs in function definition?
4. What is Scope in Python?
5. Regular expression
6. Is python platform Independent or Dependent?
7. How is memory managed in Python?
8. What are Python namespaces? Why are they used?
9. How does a framework differ from a library?
10. Does Python support multiple inheritance? How does it solve the diamond
problem?
11. How are dict and set implemented internally? What is the complexity of
retrieving an item? How much memory do these structures consume?
12. What is MRO in Python? How does it work?
13. How are arguments passed to a function in Python — by value or by
reference?
14. Difference between the heap and stack memory
15. Which Data structure supports both insertion and deletion at both the ends
16. What is a priority queue and how it is implemented?
17. What is the benefit of circular queue?
18. Which data structure is used to implement BFS and DFS?
19. What is Time and space complexity?
20. What is the right view of a binary tree?
21. How will you check if a given binary tree is a BST or not.
22. What is constant time time complexity
23. Diff between http and https?
24. What is called responsiveness of the website?
25. What strategies do you use to ensure cross-browser compatibility when
developing user interfaces
26. How would you go about optimizing an algorithm for improved
performance and scalability?
27. What is hashing?
28. Write code for Greatest Common Divisor ,fibonaachi.
29. Write code to check whether the given number is prime with optimized
code
30. Write code to Calculate frequency of characters in a string
31. Find non-repeating characters in a string
32. Write a program to find the sum of Natural Numbers using Recursion.
33. Write a code to Remove all characters from string except alphabets
34. Write a code to find non-repeating elements in an array.
35. Difference between pop and peak
36. Difference between Compiler and Interpreter
37. DDL ,DML and DCL commands
38. Aggregate functions in SQL
39. Types of Join Queries
40. What is a trigger?
41. Write a code to find the mean of a array
42. Write a code to find the zig zag of a array

Ps: Brief Intro, Project Explanation,


Questions related to Certification, courses completed,
Internship details.

You might also like