Filter interviews by
I applied via Naukri.com and was interviewed before Jul 2023. There were 3 interview rounds.
Aptitude test had all the quants topics
Top trending discussions
Dockerfile is a text document that contains all the commands a user could call on the command line to assemble an image.
Dockerfile is used to build Docker images by specifying a series of instructions.
Each instruction in a Dockerfile creates a layer in the image.
Common instructions include FROM, RUN, COPY, CMD, and ENTRYPOINT.
Example: FROM ubuntu:latest, RUN apt-get update, COPY . /app, CMD ["python", "app.py"]
A Docker file contains instructions to build a Docker image.
Specifies the base image
Sets environment variables
Installs dependencies
Copies files into the image
Defines commands to run when the container starts
I applied via Recruitment Consulltant and was interviewed before Oct 2021. There were 3 interview rounds.
They will ask you simple programs to check your logical abilities.
I applied via Campus Placement and was interviewed in Dec 2020. There was 1 interview round.
Convert given no to corresponding excel no.
Excel no starts from 1 and goes up to 16384
Excel no is calculated using column and row numbers
For example, 1 corresponds to A, 27 corresponds to AA, 28 corresponds to AB, and so on
Find unique characters in a window of k size in a string.
Use a sliding window approach.
Maintain a hash table to keep track of character frequency.
Remove characters from hash table as the window slides.
posted on 16 Apr 2021
I applied via Referral and was interviewed in Oct 2020. There was 1 interview round.
posted on 16 Apr 2021
Implement merge sort and find kth largest element in an array.
Merge sort is a divide and conquer algorithm that recursively divides the array into two halves, sorts them and then merges them.
Kth largest element can be found using quick select algorithm or by sorting the array and returning the kth element from the end.
Merge sort has a time complexity of O(nlogn) and space complexity of O(n).
Quick select has a time comp...
I applied via Naukri.com and was interviewed before Apr 2021. There was 1 interview round.
I applied via LinkedIn and was interviewed before Jun 2021. There were 5 interview rounds.
Its a simple hackathon MCQ questions based on your skills.
I appeared for an interview in Aug 2020.
Remove duplicate entries from array of strings using JavaScript
Use Set to remove duplicates
Convert Set back to array
Use spread operator to convert Set to array
Determines if words in given array are anagram or not using JS
Create a function that takes an array of strings as input
Loop through the array and sort each string alphabetically
Compare the sorted strings to check if they are equal
Return true if all strings are anagrams, else false
based on 1 interview
Interview experience
based on 3 reviews
Rating in categories
Consultant
623
salaries
| ₹6.5 L/yr - ₹19.3 L/yr |
Senior System Analyst
608
salaries
| ₹3.8 L/yr - ₹12.4 L/yr |
Software Engineer
374
salaries
| ₹3 L/yr - ₹13.1 L/yr |
Digital Engineer
316
salaries
| ₹2.6 L/yr - ₹10.1 L/yr |
System Analyst
312
salaries
| ₹3 L/yr - ₹10 L/yr |
ITC Infotech
3i Infotech
Cybage
Xoriant