i
Cerence
Filter interviews by
I applied via Referral and was interviewed before Mar 2022. There were 4 interview rounds.
Related to reverse printing, to find the greatest number from the given number series
Related to the project i have done during freelancing
Top trending discussions
posted on 19 Dec 2024
I applied via Campus Placement
It was good 20 mcqs 3 coding questions
posted on 15 Oct 2024
I applied via Campus Placement
posted on 2 Sep 2024
I applied via Naukri.com and was interviewed in Aug 2024. There were 3 interview rounds.
DSA modrate and java question was asked
Dsa and java related questions were asked
A linked list is a data structure where each element points to the next element in the sequence.
Nodes contain data and a reference to the next node
Insertion and deletion can be done efficiently
Traversal starts from the head node
Example: Singly linked list, Doubly linked list
posted on 1 Mar 2024
I applied via campus placement at Siddaganga Institute of Technology (SIT) and was interviewed before May 2020. There were 5 interview rounds.
I applied via Campus Placement and was interviewed in Nov 2024. There were 2 interview rounds.
The assessment included a written test comprising multiple-choice questions (MCQs) based on technical knowledge and aptitude. Each correct answer was awarded 1 mark, while incorrect answers incurred a penalty of -0.25 marks. The subsequent section featured two coding questions and two SQL queries, for which candidates were required to write the complete code.
HTTP is unsecured protocol while HTTPS is secured protocol using SSL/TLS encryption.
HTTP stands for Hypertext Transfer Protocol, while HTTPS stands for Hypertext Transfer Protocol Secure.
HTTP operates on port 80, while HTTPS operates on port 443.
HTTP does not encrypt data, while HTTPS encrypts data using SSL/TLS.
HTTPS provides authentication and data integrity, while HTTP does not.
Example: http://www.example.com vs htt
Multiple sections on aptitude, coding
I applied via LinkedIn and was interviewed in Nov 2024. There were 2 interview rounds.
It was a written tet with three sections one technical mcq second apti and three coding questions
I applied via campus placement at Manipal Institute of Technology (MIT)
60 mins test , consisting mcqs and 1 coding question
Detect cycle in LinkedList by using Floyd's Tortoise and Hare algorithm.
Use two pointers, slow and fast, to traverse the LinkedList.
If there is a cycle, the fast pointer will eventually meet the slow pointer.
Initialize slow and fast pointers at the head of the LinkedList.
Move slow pointer by one step and fast pointer by two steps.
If fast pointer reaches the end of the LinkedList, there is no cycle.
based on 6 reviews
Rating in categories
Software Engineer
124
salaries
| ₹6 L/yr - ₹18 L/yr |
Senior Software Engineer
99
salaries
| ₹12 L/yr - ₹30 L/yr |
Software Quality Assurance Engineer
58
salaries
| ₹7 L/yr - ₹14.3 L/yr |
Associate Software Engineer
28
salaries
| ₹4.4 L/yr - ₹8.9 L/yr |
Software Developer
24
salaries
| ₹7.7 L/yr - ₹22 L/yr |
TCS
Infosys
Wipro
HCLTech