Cymulate Full Stack Web Developer interview questions
based on 1 rating - Updated Dec 26, 2020
Difficultinterview difficulty
Very positiveinterview experience
How others got an interview
Oops! No information available yet
Interview search
1 interviews
Cymulate interviews FAQs
Full Stack Web Developer applicants have rated the interview process at Cymulate with 4 out of 5 (where 5 is the highest level of difficulty) and assessed their interview experience as 100% positive. To compare, the company-average is 83.3% positive. This is according to Glassdoor user ratings.
Here are the most commonly searched roles for interview reports -
hr phone call.
zoom call for the challenge.
Build a Web Application in 2 hours.
if you are using node for more then 2 years its semple task.
you also need frontend can use js/react/angular and others
Interview questions [1]
Question 1
Build a Web Application:
Create express.js: “Server1” will have users schema
Create express.js “Server2” will have setting schema (with nested json data)
Use the same MongoDB connection
Server1 need to speek with server2 AES encryption.
server2 answer srver one with AES encryption.
do curd for the settings collection.
front end need to speak with server1 with Authentication via passport.js (JWT)
(React \ EJS Client application)
Buttons for: create, update and delete
Additional Information:
ES6 +
MVC Architecture
Data Encryption transport
Audit log
Clean code