

InterviewSolution
Saved Bookmarks
This section includes InterviewSolutions, each offering curated multiple-choice questions to sharpen your knowledge and support exam preparation. Choose a topic below to get started.
51. |
java 8 features, design pattern |
Answer» | |
52. |
basics on oops? |
Answer» | |
53. |
There is a big file containing numbers and we have to sort all of them |
Answer» | |
54. |
What technical challenges have you faced in your work till now and how did you overcome it? |
Answer» | |
55. |
Image data structure: An image(square image) can be stored as a tree: A node is white if the image is white, is black if the image is black, and is mixed if it contains both. White and black nodes are leaves, whereas a mixed node will have exactly 4 child |
Answer» | |
56. |
Difference between deep and shallow copy? |
Answer» | |
57. |
Basic C++, and Data structure focus on pointers and virtual function, vptr, vtable |
Answer» | |
58. |
basic question on c c++ java |
Answer» | |
59. |
A String was given with a lot of words in it and I had to reverse all the words |
Answer» | |
60. |
Explain insertion sort,quicksort |
Answer» | |
61. |
Asked on Java, C, Data Structures, Algorithms, Puzzles, Paper Coding |
Answer» | |
62. |
how multithreading is carried in java |
Answer» | |
63. |
Define IP tables |
Answer» | |
64. |
Maven Build and Deployment |
Answer» | |
65. |
How is the control of program passed from main() to any other function? where is the return address of main stored? |
Answer» | |
66. |
Core python |
Answer» | |
67. |
what does a QA do |
Answer» | |
68. |
Angular build and deployment |
Answer» | |
69. |
basic c, c++, java questions |
Answer» | |
70. |
Apart from technical questions a few HR questions were asked. For example: Why do you want to join this company? |
Answer» | |
71. |
Given a tree, WAP such that a matrix is generated so that: Tree: 1 / 2 3 | / 4 5 6 Matrix: 0 1 2 3 4 5 6 1 0 1 1 1 1 1 2 0 0 0 1 0 0 3 0 0 0 0 1 1 4 0 0 0 0 0 0 5 0 0 0 0 0 0 6 0 0 0 0 0 0 |
Answer» | |
72. |
object class methods |
Answer» | |
73. |
Given an array, sort the zeroes from non zeros for example Input: 1 2 0 0 7 4 42 0 0 0 6 Output: 1 2 7 4 42 6 0 0 0 0 0 |
Answer» | |
74. |
Preprocessor directives,volatile keyword |
Answer» | |
75. |
Was your project made on latest software |
Answer» | |
76. |
Java Spring Boot Structure |
Answer» | |
77. |
Given a compact data structure to store strings sequentially, one byte stores length l of the string, next l bytes contain the string characters. Write a code to insert the given string at the ith place, making sure the DS is still compact. Write tests to |
Answer» | |
78. |
Given an integer(consider 4 bytes) find which byte is zero |
Answer» | |
79. |
A person can take one or two steps at a time. Find the number of ways in which n steps can be travelled |
Answer» | |
80. |
what is multithreaing |
Answer» | |
81. |
I'm fresher can I join? |
Answer» | |
82. |
What are some of the most popular Data interchange formats when using APIs |
Answer» | |
83. |
About yourself? |
Answer» | |
84. |
Coding |
Answer» | |
85. |
Sql,Plsql |
Answer» | |
86. |
What are you doing to overcome your weakness? |
Answer» | |
87. |
Write a query to find name of a player with maximum number of runs in a match on given date and given venue |
Answer» | |
88. |
website having several web-pages. And also there are lot many user who are accessing the web-site. say user 1 has access pattern : x->y->z->a->b->c->d->e->f user 2 has access pattern : z->a->b->c->d user 3 has access pattern : y->z->a->b->c->d user 4 has |
Answer» | |
89. |
Test cases for an installation software like check if sufficient memory available,check for a previous version,check to undo all the changes made to the system while quitting the installation. 5.2 puzzles |
Answer» | |
90. |
How would you change the format of all the phone numbers in 1000 static html pages? |
Answer» | |
91. |
Take a infix expression as input and print its postfix expression |
Answer» | |
92. |
basics of os, oops, db |
Answer» | |
93. |
Where are global (initialized + uninitialized) variables and local variables of a program stored? |
Answer» | |
94. |
What makes you unique |
Answer» | |
95. |
Write a program to reverse a linked list. → how will you do it if you are allowed to use extra space? |
Answer» | |
96. |
Find Min and Max of an array in only one traversal |
Answer» | |
97. |
Normalized form is better or storing in a single table/ 2 tables is better? |
Answer» | |
98. |
Java (OOps) |
Answer» | |
99. |
How would you describe yourself? |
Answer» | |
100. |
Questions related to database ,sql and plsql |
Answer» | |