i
rtCamp Solutions
Filter interviews by
I applied via Campus Placement and was interviewed in Jul 2023. There were 2 interview rounds.
Top trending discussions
posted on 27 Sep 2024
I applied via Walk-in and was interviewed in Aug 2024. There were 3 interview rounds.
Basically It is a list of 25 questions having mix of Resoning,Aptitude &English. Each Queztion carries 2 marks and also there was a plus point that it doesn't have any negative marks
I applied via Referral and was interviewed in Sep 2024. There were 3 interview rounds.
In JavaScript, == is used for loose equality comparison, while === is used for strict equality comparison.
== checks for equality after type coercion, while === checks for equality without type coercion
=== is more strict and recommended for use to avoid unexpected behavior
Example: 1 == '1' will return true, but 1 === '1' will return false
True. == compares only values, while === compares both values and data types.
== is used for value comparison, while === is used for both value and data type comparison
Example: 5 == '5' will return true, but 5 === '5' will return false
Example: 5 === 5 will return true, as both value and data type are the same
5 technical questions were asked out of which 3 tests are to be cleared
NVM stands for Node Version Manager, a tool used to manage multiple versions of Node.js on a single machine.
NVM allows developers to easily switch between different versions of Node.js for different projects.
It helps in avoiding conflicts between different projects that require different versions of Node.js.
NVM is commonly used in development environments where different projects have different Node.js version requirem
Node Version Manager (NVM) allows managing multiple Node.js versions on the same machine.
NVM allows you to easily switch between different Node.js versions on your machine.
It helps in handling higher Node.js versions in a lower Node.js version environment.
You can install, uninstall, and switch between Node.js versions using NVM.
Example: 'nvm install 12.18.3' to install a specific Node.js version.
To reverse a list in Python, you can use the built-in reverse() method or slicing technique.
Use the reverse() method to reverse the list in place: list.reverse()
Use slicing to create a new reversed list: reversed_list = list[::-1]
The reverse method() is used to reverse the order of elements in an array.
Use the reverse() method on an array to reverse the order of its elements.
Example: $arr = [1, 2, 3]; reverse($arr); // Output: [3, 2, 1]
posted on 29 Dec 2024
I applied via Walk-in and was interviewed in Nov 2024. There was 1 interview round.
Questions on arrays and string on hacerrank easy to moderate level questions core java asked in technical interview 2 TR round and 1 MR round
posted on 9 Dec 2023
I applied via Campus Placement and was interviewed in Nov 2023. There were 3 interview rounds.
The company came on campus, and it was the very first round in which it was not a group discussion, more it was like an individual interview within a group of 10 people of my college, the interviewer asked question on Polymorphism, Inheritance and difference between class and structure and told everyone to not to speak same answer as the groupmate it was all live and was proctored.
I was the only Person out of sixty one students who were shortlisted for face to face interview in Noida add the company's office itself I reached there add two in the noon There was no receptionist I waited for like 57 minutes on the sofa I knocked the gate nobody answered it again knocked the gate there was a developer standing over I asked him to come out and I had a word with him and what the statement he gave me I was in shock he asked me why are you here and for what purpose you are here I was like bro is this for real I told him I had an interview scheduled and I came all the way from a particular place which is 280 kilometers one side from their office and I started 4 in the morning.
They gave me a coding question paper in which there were two questions number one was reverse a string and input sample input was Helo and we have to reverse that and the next question was of matrix in which the question was there is a matrix of M Cross N Rows you have to spiral traverse it in clockwise direction and output the elements in one day array form this was the question so I had to solve this I solved both the questions but the 1st 1 was absolutely easy I cleared it very easily and the second question it was little bit tricky and it was of medium level so I attempted it and 15 to 20% I made some logic and gave the paper to the HR that I am done with the paper you can give it to the concerned developer and After my paper got checked the developer came It was that developer only Whom I have mentioned in the very first paras he was from Bihar he came to me he told me Explain both the programs I explained him the first one very easily and I explained him the 2nd one program's approach as welI I did knew that it was not absolutely right but yeah I told him the approach that I used so he told me to explain me the very first program which was reversing of string without using the logic which I used the logic that I used was of slicing he said me that he told me that I don't have to use this logic And neither I have to use a direct function he told me you have to solve this program by a logic in which you don't have to define a new variable I was like I asked him questions back and forth for 5 to 7 minutes we had a discussion and I gave him the code in python he said no so I gave him the code in C++, in C++ when I used the loop so I have to initialize i that means I have initialized a new variable I gave him the paper I made my hands up I was like no sir I'm not able to do it if you can do it would be very appreciable so he took the pen and wrote the code and the funniest thing I found about that when he wrote the entire code he defined 3 new variables and I was like you told me not to do that and you're doing it by yourself and I asked the interviewer very politely sir you have defined 3 new variables so he told me no no no the question that I wanted to ask you that there should be low space complexity I was like what the heck bro he didn't ask me this question and to defend his answer he told me that we can erase these things these 3 things I was like if I would have done that you weren't allowing me to erase that and if you did then you can erase that bravo!!! well done this entire process was completed in less than 5 minutes then the HR came she told me we will intimate me the result through my WhatsApp but I asked her again she told me we will intimate you through WhatsApp and when I came out of the office I knew it because they didn't have my WhatsApp number I knew it so moral of the story is I wasted my 20 hours of single day because I traveled back to the same place from where I started I lost my 20 hours just for the sake of 5 minute interview and how on Earth you can judge a software developer trainee interviewe in less than 5 minutes.
Two sections numerical and English consist of 200 questions in each in just 30 mins time each and difficulty is dead easy
Interviewer asked me to print this
XYZYX
YZYX
ZYX
YX
X
I have shown it to him but in return he asked me to print that if I give 5 as user input .He didn't give full clarity before starting the code .....worst experience
posted on 21 Oct 2023
I applied via Naukri.com and was interviewed in Sep 2023. There were 3 interview rounds.
Yes, I have prior experience with Javascript.
I have worked on various projects using Javascript.
I am familiar with popular Javascript libraries and frameworks like React and Node.js.
I have experience in writing clean and efficient Javascript code.
I have used Javascript for both front-end and back-end development.
In the previous round, they give you a link to freecodecamp course - basic javascript.
In this round (Coding) every single question is asked from the exact same course, as is.
posted on 7 Mar 2023
I applied via Naukri.com and was interviewed in Nov 2022. There were 4 interview rounds.
So I was given 1 hour to solve 4 question which are of easy level, the topics are as follows:
1.Map
2.Array
3.String
4.Array
I applied via campus placement at MAHAVEER Teerthanker Mahaveer Institute of Management & Technology, Moradabad and was interviewed in Sep 2022. There were 3 interview rounds.
Web Engineer
14
salaries
| ₹11 L/yr - ₹18 L/yr |
Software Developer
5
salaries
| ₹12 L/yr - ₹15 L/yr |
PHP Developer
4
salaries
| ₹12 L/yr - ₹18 L/yr |
Project Coordinator
4
salaries
| ₹7.8 L/yr - ₹18 L/yr |
Wordpress Developer
4
salaries
| ₹11.4 L/yr - ₹15 L/yr |
Cyber Infrastructure
TCS
Infosys
HCLTech