Filter interviews by
I applied via Recruitment Consultant and was interviewed in Sep 2019. There was 1 interview round.
WordPress customize theme integration involves modifying an existing theme to meet specific requirements.
Identify the specific requirements for the customization
Create a child theme to avoid losing changes during updates
Use hooks and filters to modify the theme's functionality
Use CSS to modify the theme's appearance
Test the customization thoroughly before deploying to production
Var is function scoped and let is block scoped.
Var declarations are hoisted to the top of the function, let declarations are not.
Var can be redeclared in the same scope, let cannot.
Var can be declared without initialization, let cannot.
Let is preferred over var in modern JavaScript.
Example: var x = 10; if (true) { var x = 20; } console.log(x); // Output: 20 let y = 10; if (true) { let y = 20; } console.log(y); //
I applied via Company Website and was interviewed before Sep 2021. There were 4 interview rounds.
Logical Aptitude, Verbal, Numerical
2 codes one small and easy , another big and medium difficultly
I applied via LinkedIn and was interviewed before Sep 2021. There were 3 interview rounds.
Good problemtic Skills and knowledge check and sharpness
C Language use for programs and Oracle and Java in learning process
Yes, there are many operators and logical programs used in various fields.
Operators like +, -, *, / are used in mathematical calculations.
Logical programs like if-else, switch-case are used in programming.
Operators like AND, OR, NOT are used in boolean logic.
Operators like >, <, == are used in comparisons.
Examples of logical programs include sorting algorithms, search algorithms, etc.
I applied via Referral and was interviewed in Nov 2020. There were 5 interview rounds.
I applied via Naukri.com and was interviewed in Apr 2021. There were 3 interview rounds.
Software Developer
3
salaries
| ₹2.4 L/yr - ₹5 L/yr |
TCS
Accenture
Wipro
Cognizant