I applied online. The process took 1 day. I interviewed at NiCE (Ra`ananna) in Aug 2015
Interview
It was quite refreshing to go through this interview. You meet with the hiring manager which is the VP of R&D and then you meet another department head and go over best practices for Devops in the cloud. They were interested in continuous integration with zero downtime including using Dockers with and without AWS ElasticBeanstalk and Jenkins.
Interview questions [1]
Question 1
Design a continuous integration workflow and architecture of the environment. What are some of the things you need to think about before rolling out this design?
I applied through an employee referral. The process took 2 months. I interviewed at NiCE (Ra`ananna) in Jan 2024
Interview
Personal interview with protentional direct manager, one hour
Technical interview with 2 Tech professional, four hours
Personal interview with Org. manager, 1 hour
HR interview about personality, hobbies, last job conflict and challenges, one hour
Interview questions [1]
Question 1
Create CF template that creates simple web server on AWS EC2, that has public access.
Create Github project for the template and upload the template
I applied through a staffing agency. The process took 2 months. I interviewed at NiCE (Pune) in Feb 2018
Interview
No ethics of this company as not updating to me on my candidature status.
I’ve undergone 2 technical interviews on office days in Feb month. Both interviews were done F2F on official weekdays for which I had to travel 60km each time. Post my 2nd interview, I was told that I cleared the 2nd round & then I’ll be scheduled for 3rd one. It’s been a month & company is not updating about any further rounds. It was just time waste for me for which I had to take 2 days off from my office.
Guys the company does not have any ethics of updating candidate if the position is still opened or when the interview process will be completed. It’s been 55 days & they just did only 2 rounds of the interview. I was told that there were 2 more rounds. Dead slow interview process.
Interview questions [1]
Question 1
Technical questions were asked but company interview process is dead slow.
I applied online. I interviewed at NiCE in Oct 2017
Interview
The HR calls for details and then described the duty
The a meeting with a technical representative. He ask about way to save a configuration
(Like XML, config, ini, JSON) explore the advantages and disadvantages
Interview questions [1]
Question 1
please use the following tools to implement –
· Virtual box, packer, ansible, red-hat
Requirements –
· OS level requirements
o SELinux disabled
o IPv6 disabled
· Create a Jenkins master server template for installation.
o The server should be installed with java8 and latest Jenkins
o Plugins should be also pre-installed, here are the list -
§ Blue-ocean, ldap, git, maven-release
o The master should include apache-maven for java compilation
o The master should include git client installation (latest version)
· Monitoring
o Install grafana for monitoring Jenkins health and executors or build durations
You should use packer for template, ansible / bash / python for configuration and red-hat as OS.
The outcome should be code that implements the requirements.
This example build configuration installs and configures CentOS 7 x86_64 minimal using Ansible, and then generates two Vagrant box files, for:
VirtualBox
The example can be modified to use more Ansible roles, plays, and included playbooks to fully configure (or partially) configure a box file suitable for deployment for development environments.