An open API service indexing awesome lists of open source software.

https://github.com/abbasg-dev/capgemini-interview


https://github.com/abbasg-dev/capgemini-interview

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

          

ReactJs Interview Capgemini

1. Tell me about yourself
2. What are the ES6 features that you know?
3. Difference between rest and spread operators
4. Arrow function and its advantage
5. Controlled and uncontrolled components in React
6. Functional and class components in react. Which one is better?
7. What is the role of actions, reducers and store in redux?

8. Technical Test

Q1. Change the piece of code
obj1 = { a: 10};
const obj2 = obj1;
obj2.a=20;
console.log(obj1);
console.log(obj2)
let obj1;

Q2. Explain Null and Undefined

Q3. Write a mul func which will properly when invoked as below syntax
console.log(mul(2)(3)(4)); // output : 24
consoloe.log(mul(4)(3)(4)); // output : 48

Q4.
Find '1' in the array below and return it in array 'ones' then find it's length.
arr = [1, 0, 0, 0, 1, 1, 0, 1, 0, 1];

9. English test
- Read the paragraph and answer the MCQ based on it
- Synonyms
- Antonyms
- Objective Questions on Verbal ability
- Email Writing