Filter interviews by
I applied via Campus Placement and was interviewed in Sep 2023. There were 6 interview rounds.
Round 1: MCQ Test [60 Minutes]
Topics: Computer Networks, Operating Systems, Object-Oriented Concepts, Linux commands and operations, System Design and Architecture.
Please be cautious while answering, as there is a negative marking system in place.
Half of the students were eliminated during this round.
Difficulty Level: Moderate to High.
Two coding questions based on Strings.
String Minimization
Task: Minimize the length of a string (S) consisting of ‘a, ‘b’, and ‘c’.
Operation: Split the string into two non-empty parts and append the left part to the right part.
Special Rule: While appending, remove matching characters from the boundaries of the appended portions.
Objective: Find the shortest possible resulting string length.
Cyclic Shift
Input:
Integer N represented as a 16-bit binary.
Integer ‘m’ represents the number of positions to shift.
Character ‘c’ can be either ‘L’ for a left shift or ‘R’ for right shift.
Task: Determine the number ‘M’ generated after cyclically shifting the binary representation of N by ‘m’ positions, based on the direction specified by ‘c’ (‘L’ for left, ‘R’ for right).
One SQL query question
Basic SQL query which involved the use of DISTINCT, GROUP BY and NOT IN operators.
Explanation of OSI model layers, HTTP status codes, encryption techniques, security assessment, networking protocols, common ports, and TCP/UDP use cases.
OSI model layers: Physical, Data Link, Network, Transport, Session, Presentation, Application
HTTP status codes: 200 OK, 404 Not Found, 500 Internal Server Error
Encryption techniques: AES, RSA, DES
Security assessment: Vulnerability scanning, Penetration testing, Securi...
Contents
Os
DBMS
Unix
Networking
Three coding questions were given talview platform.
Top trending discussions
I applied via Campus Placement and was interviewed before May 2023. There was 1 interview round.
I applied via Company Website and was interviewed before Oct 2020. There were 3 interview rounds.
I applied via Monster and was interviewed before Apr 2020. There was 1 interview round.
I appeared for an interview in Oct 2016.
I applied via Campus Placement
Boundary traversal of a tree is the process of visiting the nodes on the boundary of a tree in a specific order.
The boundary traversal can be done in three steps: left boundary, leaf nodes, and right boundary.
For the left boundary, start from the root and traverse down the left side of the tree until reaching a leaf node.
For the leaf nodes, perform an inorder traversal to visit all the leaf nodes of the tree.
For the ri...
Find the nearest greater value of a given value in a Binary Search Tree (BST).
Start from the root node and compare the given value with the current node's value.
If the given value is less than the current node's value, move to the left subtree.
If the given value is greater than the current node's value, move to the right subtree.
Keep track of the closest greater value encountered while traversing the tree.
Return the cl...
Given an infinite staircase with a broken kth step, find the maximum height we can reach in n rounds of jumping i steps.
We can start by jumping the maximum number of steps in each round until we reach the broken step.
After reaching the broken step, we can discard the i steps that would land us on the broken step and jump the remaining steps.
We can continue this pattern until we reach the maximum height we can reach wit...
Construct a binary tree of height h and merge bottom nodes to create a cone-like structure.
A binary tree of height h has 2^h - 1 nodes.
Start combining leaf nodes from the bottom level upwards.
Each combination can be visualized as merging two nodes into one.
For example, if h=3, the tree has 7 nodes, and you combine nodes at levels 2 and 1.
The final structure resembles a cone as nodes are merged.
Some of the top questions asked at the Newfold Digital Operations Engineer interview -
based on 2 interview experiences
Difficulty level
Duration
Web Solutions Specialist
87
salaries
| ₹3 L/yr - ₹4.5 L/yr |
Software Engineer
26
salaries
| ₹10 L/yr - ₹22 L/yr |
Senior Hosting Product Specialist
23
salaries
| ₹4.8 L/yr - ₹8.5 L/yr |
Senior Data Engineer
21
salaries
| ₹22 L/yr - ₹25 L/yr |
System Administrator
17
salaries
| ₹5.2 L/yr - ₹9.5 L/yr |
Accenture
Capgemini
Teleperformance
Concentrix Corporation