Tip 1 : Get familiar with at least one programming language(C,PYTHON or JAVA)
Tip 2 : Should have good knowledge on core subjects.
Tip 3 : Prepare well on Data Structures and Algorithms.
Tip 1 : Atleast mention one project in your resume
Tip 2 : Mention programming skills which you are good at.
This round has four sections
Round 1
------------
Numerical Ability(40 mins)
Verbal Ability(30 mins)
Reasoning Ability(50 mins)
Coding
1. Programming logic(15 mins)
2. 2 coding questions(45 mins)
Each pair should be sorted i.e the first value should be less than or equals to the second value.
Return the list of pairs sorted in non-decreasing order of their first value. In case if two pairs have the same first value, the pair with a smaller second value should come first.
It was hr interview taken on cisco webex platform.
How long do you think you will work for us after we hire you?
Are you applying for other jobs? Do you have any other offer in hand?
Why do you want this job?
Tip 1 : Behave calm
Tip 2 : prepare for interview well
Tip 3 : Be confident
Here's your problem of the day
Solving this problem will increase your chance to get selected in this company
How do you write a single-line comment in C++?