Filter interviews by
Top trending discussions
posted on 8 May 2022
I applied via Naukri.com and was interviewed before May 2021. There were 3 interview rounds.
Php
I applied via Naukri.com and was interviewed before Sep 2021. There were 6 interview rounds.
1 hr time limit. Some technical mathematical question, english grammar related, genral knowledge.
After clearing apti, they will assign machine test. 1 hr time limite.
I applied via Approached by Company and was interviewed in May 2021. There were 3 interview rounds.
SMS call flow involves the process of sending and receiving text messages through mobile networks.
User composes an SMS on their mobile device.
The SMS is sent to the Short Message Service Center (SMSC).
SMSC stores the message and attempts to deliver it to the recipient's device.
If the recipient's device is unavailable, the SMSC retries delivery for a specified time.
Once delivered, the recipient's device receives the SMS...
I applied via Walk-in and was interviewed before Nov 2022. There were 5 interview rounds.
Maths, logical question & some related to programming
One problem statement to write a program.
I applied via Approached by Company and was interviewed in Jan 2024. There was 1 interview round.
PHP reference variables allow multiple variables to point to the same data, enabling efficient memory usage and data manipulation.
Reference variables are created using the '&' operator. Example: $a = 10; $b = &$a; // $b now references $a.
Changes to a reference variable affect the original variable. Example: $b = 20; // Now $a is also 20.
References can be used with functions to modify arguments directly. Example...
The output will be the literal string of the variable, without any variable interpolation.
When a variable is echoed in single quotes, it is treated as a literal string.
No variable interpolation or special characters are interpreted.
The output will include the variable name itself, not its value.
The HAVING clause is used in MySQL to filter the results of a GROUP BY query based on a condition.
The HAVING clause is similar to the WHERE clause, but it operates on grouped rows rather than individual rows.
It is used in conjunction with the GROUP BY clause.
The HAVING clause is used to filter the results of a GROUP BY query based on a condition that applies to the grouped rows.
It is typically used to specify condition...
It was consisted of cloud, docker related questions and some logical questions. There were 5 coding questions 3 were easy level coding questions and 2 were on sql schema realated quetions.
GD was good HR was too supportive everyone got chance to keep and express their points.
I appeared for an interview in Jan 2021.
Round duration - 120 minutes
Round difficulty - Easy
The test had it's webcam on, we were not allowed to go out of the frame.
Calculate the Nth term in the Fibonacci sequence, where the sequence is defined as follows: F(n) = F(n-1) + F(n-2)
, with initial conditions F(1) = F(2) = 1
.
The program calculates the Nth Fibonacci number using a recursive formula.
The Fibonacci series starts with 1, 1, and each subsequent number is the sum of the two preceding numbers.
The program uses a recursive function to calculate the Nth Fibonacci number.
The time complexity of the program is O(2^N), which can be optimized using memoization or dynamic programming.
You are provided with an unsorted array/list ARR
of N
integers. Your task is to determine the length of the longest consecutive sequence present in the array...
The task is to find the length of the longest consecutive sequence in an unsorted array of integers.
Sort the array to bring consecutive numbers together
Iterate through the sorted array and keep track of the current consecutive sequence length
Update the maximum length if a longer sequence is found
Round duration - 30 minutes
Round difficulty - Medium
The interview was online from home.
You are given a string STR
which contains alphabets, numbers, and special characters. Your task is to reverse the string.
STR = "abcde"
"e...
The task is to reverse a given string containing lowercase letters, uppercase letters, digits, and special characters.
Iterate through the string from the last character to the first character and append each character to a new string.
Alternatively, you can use built-in string reversal functions or methods available in your programming language.
To solve the follow-up question with O(1) space complexity, you can use a tw...
Round duration - 20 minutes
Round difficulty - Easy
This was last round. In this round interviewer ask about me and what i know about company. Also he ask about my projects as well as my future goals .
The interviewer was very understanding and supportive.
Tip 1 : Find a good course, and first clear all your fundamentals and implementation of every data structure. You should be thorough with their time as well as space complexities.
Tip 2 : Upon clearing the fundamentals, select a platform where you have a large no of questions, also whose test cases are good. eg. LeetCode, InterviewBit or Codezen. Go and complete 300-400 questions.
Tip 3 : Also whenever you're not able to solve the problem, check out the editorial and then re-attempt it again. Also, check the discussion if there is some good solution to the same problem.
Tip 4 : For OOPS, DS and programming, I recommend Codezen, Leetcode, InterviewBit and GeeksforGeeks.
Tip 5 : For OS, DBMS and Computer Network, I recommend GateSmasher, Knowledge Gate and TutorialsPoint.
Tip 1 : Resume should contain facts, numbers, and data comparison.
Tip 2 : Mention only those projects and internships in your resume that you are comfortable with, that is, you can explain to the interviewee.
Tip 3 : Technical achievements in the field you're applying to, would be good.
Tip 4 : DO NOT FAKE THINGS, the interviewer is smart enough.
I applied via Company Website and was interviewed before Oct 2023. There were 2 interview rounds.
MCQ type questions answers
based on 1 interview experience
based on 5 reviews
Rating in categories
Software Engineer
89
salaries
| ₹3.3 L/yr - ₹7.6 L/yr |
Technical Associate
63
salaries
| ₹2.3 L/yr - ₹7.5 L/yr |
Project Manager
43
salaries
| ₹12.4 L/yr - ₹21 L/yr |
Customer Support Associate
40
salaries
| ₹2 L/yr - ₹4.5 L/yr |
Senior Software Engineer
39
salaries
| ₹6.6 L/yr - ₹12 L/yr |
Ascent HR Technologies Private Limited
Vyapar
Entrata
CodeClouds