i
OodlesTechnologies
Filter interviews by
The typeof() method in JavaScript returns the data type of a variable or expression.
typeof() returns a string indicating the type of the operand.
It can be used with variables, literals, or expressions.
Common return values include 'number', 'string', 'boolean', 'object', 'function', and 'undefined'.
Javascript is single-threaded.
Javascript runs on a single thread called the event loop.
This means that it can only execute one task at a time.
However, it can delegate tasks to other threads using web workers.
This allows for parallel processing without blocking the main thread.
Async/await is a syntax for writing asynchronous code in a synchronous way.
Async/await is built on top of Promises.
Async functions always return a Promise.
Await can only be used inside an async function.
Async/await makes code easier to read and write compared to using callbacks or Promises.
Intercepter and class are both used in JavaScript, but serve different purposes.
Intercepter is used to intercept and modify HTTP requests and responses.
Class is used to create objects with properties and methods.
Intercepter is commonly used in frameworks like Angular and React.
Class is a fundamental concept in object-oriented programming.
Intercepter can be used to add authentication headers to requests.
Class can be use...
I applied via Company Website and was interviewed in Nov 2021. There were 3 interview rounds.
I applied via Naukri.com and was interviewed in Oct 2021. There was 1 interview round.
Job description outlines duties and responsibilities of a job, while job specification outlines qualifications and skills required for the job.
Job description explains what the job entails, while job specification explains what qualifications and skills are needed to perform the job.
Job description is a summary of the job, while job specification is a detailed list of qualifications and skills required for the job.
Job ...
Recruitment process involves sourcing, screening, interviewing, and selecting candidates for a job.
Identify job opening and create job description
Source candidates through job portals, social media, referrals, etc.
Screen resumes and shortlist candidates
Conduct interviews and assessments
Select the best candidate and make an offer
Onboard the new hire
Yes, I am planning to pursue a Master's degree in Human Resource Management.
I have already researched various universities and programs that align with my career goals.
I plan to continue working while pursuing my degree part-time.
I believe that further education will enhance my skills and knowledge in the field of HR.
I am also interested in attending conferences and workshops to stay up-to-date with industry trends.
I applied via Naukri.com and was interviewed before Jun 2022. There were 3 interview rounds.
Basic to intermediate questions on javascript
z index determines the stacking order of elements on a webpage.
z index is a CSS property that specifies the stack order of an element
Elements with a higher z index value will be displayed on top of elements with a lower value
Default z index value is 0, negative values are allowed
z index only works on positioned elements (position: relative, absolute, fixed)
Position relative is relative to its normal position, while position absolute is relative to its nearest positioned ancestor.
Position relative moves an element relative to its normal position.
Position absolute moves an element relative to its nearest positioned ancestor.
Position absolute elements are taken out of the normal flow of the document.
Design a carousel using jQuery and css
OodlesTechnologies interview questions for popular designations
I applied via Referral and was interviewed in Nov 2021. There were 2 interview rounds.
Get interview-ready with Top OodlesTechnologies Interview Questions
I applied via AmbitionBox and was interviewed in Dec 2021. There were 2 interview rounds.
I applied via Naukri.com and was interviewed in Nov 2021. There were 3 interview rounds.
I applied via Naukri.com and was interviewed in Aug 2021. There was 1 interview round.
I was interviewed in Jan 2021.
Round duration - 40 minutes
Round difficulty - Easy
The steps are as follows:
We are going to have two loops outer-loop and inner-loop
Round duration - 20 minutes
Round difficulty - Easy
As we know that all three traversals, i.e. pre-order, in-order and post-order, visit the tree node at once. We can use any of them. Here we are going to use pre-order traversal for the explanation. So while traversing in the pre-order traversal, we will keep track of horizontal distance of the node which is going to be visited from the root node, and we also keep track of the vertical level of ...
Approach:
We need to delete the node K from the linked list. The most general way to delete the node K from a singly linked list is to get access to the previous node of K. We can get access to the previous node by traversing from the head of the linked list. Let’s denote this previous node as P. Then, we update the next pointer of P to the next pointer of K.
Although the reference to node K is giv...
Tip 1 : Practice Questions as much as you can
Tip 2 : Do at least 2 projects
Tip 3 : Do practice a lot of questions on linked list and stacks as these are two most important data structures asked in the interview.
Tip 4 : Also, try to implement it yourself without seeing the solution.
Tip 5 : Also prepare for Computer Science subjects like Operating System, Database Management System, Computer Networks, etc. I prepared them through Coding Ninjas notes which were simpler and easy to understand.
Tip 1 : Keep your resume short and up to mark and check spellings before submitting it for the interview process.
Tip 2 : Have projects and internships on your resume
Tip 3 : Never lie in your resume
Top trending discussions
Interview experience
based on 282 reviews
Rating in categories
Front end Developer
74
salaries
| ₹2 L/yr - ₹7 L/yr |
Associate Consultant
62
salaries
| ₹1.8 L/yr - ₹6 L/yr |
Associate Development Consultant
59
salaries
| ₹2 L/yr - ₹7.6 L/yr |
Senior Associate Consultant
47
salaries
| ₹3 L/yr - ₹10 L/yr |
Associate Consultant Developer
42
salaries
| ₹1.2 L/yr - ₹7.1 L/yr |
TCS
Infosys
Wipro
HCLTech