https://github.com/abbasg-dev/capgemini-interview
https://github.com/abbasg-dev/capgemini-interview
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/abbasg-dev/capgemini-interview
- Owner: abbasg-dev
- Created: 2022-01-16T16:14:22.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-01-16T16:29:38.000Z (over 4 years ago)
- Last Synced: 2025-01-18T20:43:55.434Z (over 1 year ago)
- Language: JavaScript
- Size: 274 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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