i
KritiKal Solutions
Filter interviews by
I applied via Company Website and was interviewed before Dec 2023. There were 3 interview rounds.
1. Basic string question.
2. solid principal
3. Front end questions
1. Coding question
2. React intermediate questions
I am impressed by the company's innovative projects and collaborative work culture.
I admire the company's commitment to cutting-edge technology.
I am excited about the opportunity to work with a talented team of engineers.
I believe my skills and experience align well with the company's goals and values.
Top trending discussions
Program to print the Fibonacci series up to a given number.
Take input from user for the limit of the series.
Initialize two variables with 0 and 1 respectively.
Use a loop to generate the series and print each number.
Add the previous two numbers to get the next number in the series.
I appeared for an interview before Jun 2016.
I applied via Company Website and was interviewed before Oct 2022. There were 3 interview rounds.
An interface in software engineering defines a contract for classes to implement, specifying methods and properties.
Defines a set of methods and properties that a class must implement
Does not contain any implementation details, only method signatures
Used to achieve abstraction and multiple inheritance in programming
Examples: Java interfaces, C# interfaces
I applied via Job Portal and was interviewed before May 2023. There was 1 interview round.
I applied via Company Website and was interviewed in Jul 2024. There were 2 interview rounds.
Palindrome code should be designed to check if a given string is the same forwards and backwards.
Create a function that takes a string as input
Remove any spaces and punctuation from the string
Reverse the string and compare it to the original string to check if it is a palindrome
I applied via Referral and was interviewed before Feb 2022. There were 4 interview rounds.
Easy level questions on string, linked list and array
TCP is a connection-oriented protocol while UDP is connectionless.
TCP provides reliable, ordered, and error-checked delivery of data while UDP does not guarantee any of these.
TCP is slower but more reliable while UDP is faster but less reliable.
TCP is used for applications that require high reliability and accuracy such as email, file transfer, and web browsing while UDP is used for applications that require speed and ...
A nibble swap program in C
Nibble swap means swapping the 4-bit halves of a byte
Use bitwise operators to perform the swap
Example: unsigned char x = 0xAB; x = ((x & 0x0F) << 4) | ((x & 0xF0) >> 4);
Reverse a linked list in C language.
Create three pointers: current, previous, and next.
Traverse the linked list and change the direction of the pointers.
Return the new head of the reversed linked list.
API call in C
Include the necessary header files
Create a URL string with the required parameters
Use the curl library to make the API call
Handle the response data appropriately
I applied via Recruitment Consulltant and was interviewed before May 2022. There were 4 interview rounds.
Programming on basics of C
Programming on basics of C
posted on 14 Sep 2023
based on 1 interview
Interview experience
based on 12 reviews
Rating in categories
Software Engineer
46
salaries
| ₹5.8 L/yr - ₹13 L/yr |
Senior Software Engineer
30
salaries
| ₹8 L/yr - ₹20 L/yr |
Lead Engineer
14
salaries
| ₹9 L/yr - ₹26.8 L/yr |
Senior Test Engineer
13
salaries
| ₹5.1 L/yr - ₹7.8 L/yr |
Software Developer
10
salaries
| ₹6 L/yr - ₹10 L/yr |
HCL Infosystems
Accel Frontline
PC Solutions
RNF Technologies