Upload Button Icon Add office photos

Filter interviews by

Coriolis Technologies Interview Questions, Process, and Tips

Updated 5 Mar 2025

Top Coriolis Technologies Interview Questions and Answers

View all 10 questions

Coriolis Technologies Interview Experiences

Popular Designations

6 interviews found

Intern Interview Questions & Answers

user image Anonymous

posted on 5 Mar 2025

Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I was interviewed in Feb 2025.

Round 1 - Technical 

(7 Questions)

  • Q1. What SQL query can be used to retrieve names with a length of 5 characters?
  • Ans. 

    Use the SQL LENGTH function to filter names with exactly 5 characters from a database table.

    • Use the SQL SELECT statement to retrieve data from a table.

    • Utilize the LENGTH function to check the length of the name column.

    • Example query: SELECT name FROM users WHERE LENGTH(name) = 5;

  • Answered by AI
  • Q2. Basic searching, sorting algorithms like insertion sort, bubble sort
  • Q3. Write python code to check palindromes
  • Q4. Can you explain a project you worked on?
  • Ans. 

    I developed a mobile app to help users track their daily water intake and stay hydrated.

    • Conducted user research to identify hydration habits and needs.

    • Designed a user-friendly interface with intuitive navigation.

    • Implemented features like reminders and progress tracking.

    • Utilized feedback from beta testers to improve functionality.

    • Collaborated with a team of developers to ensure smooth deployment.

  • Answered by AI
  • Q5. What is the difference between a deep copy and a shallow copy?
  • Ans. 

    Deep copy creates a new object with copies of nested objects, while shallow copy copies references to nested objects.

    • Shallow copy: Copies the object but not the nested objects. Example: Using `copy()` in Python.

    • Deep copy: Creates a new object and recursively copies all nested objects. Example: Using `deepcopy()` in Python.

    • Modifying a nested object in a shallow copy affects the original object.

    • Modifying a nested object ...

  • Answered by AI
  • Q6. What are the different types of languages used in SQL?
  • Ans. 

    SQL includes various language types for data manipulation, definition, control, and transaction management.

    • Data Query Language (DQL): Used for querying data. Example: SELECT * FROM table_name;

    • Data Definition Language (DDL): Used for defining database structures. Example: CREATE TABLE table_name (...);

    • Data Manipulation Language (DML): Used for manipulating data. Example: INSERT INTO table_name VALUES (...);

    • Data Control ...

  • Answered by AI
  • Q7. What is the difference between pass by reference and pass by value?
  • Ans. 

    Pass by reference means passing the address of a variable, while pass by value means passing a copy of the variable's value.

    • Pass by value creates a copy of the variable's value. Example: int a = 5; function(a); // a remains 5.

    • Pass by reference passes the variable's address. Example: int a = 5; function(&a); // a can be modified inside the function.

    • In pass by value, changes made to the parameter do not affect the or...

  • Answered by AI

Intern Interview Questions asked at other Companies

Q1. Case. There is a housing society “The wasteful society”, you collect all the household garbage and sell it to 5 different businesses. Determine what price you will pay to the society members in Rs/kg, given you want to make a profit of 20% ... read more
View answer (8)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Linux Admin, server level, bash script
  • Q2. Docker build, kubernetes

Interview Preparation Tips

Interview preparation tips for other job seekers - Interviewer was very good. Made me very comfirtable

Member Technical Staff Engineer Interview Questions asked at other Companies

Q1. Find maximum element in array
View answer (1)
Coriolis Technologies Interview Questions and Answers for Freshers
illustration image
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Approached by Company and was interviewed in Jun 2023. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all Resume tips
Round 2 - Assignment 

Online test with 35 questions Mcq and 8 tasks. These consists of linux, java, python,
Tasks are like
1) create a cronjobs and take back up on every 7 day of month and other 5-6 tasks on cronjobs concept
2) create a process id and killing a PID. Like 3-4 tasks on this concept
3) create a directories a-z one inside the other and each directory cosists of files a. Txt.. Till z. Txt
4) create a directories 1 -20 each should contain a. Txt to z. Txt
Even no. Directory should be 620 odd should be 741 permission like that
5) create a Git repo and pull the repo and
Add file and commit with message
6)
7)

Round 3 - Technical 

(2 Questions)

  • Q1. Completely from your resume and Testing automation...
  • Q2. Testing automation and on-premise issues
Round 4 - Technical 

(5 Questions)

  • Q1. What is LVM?? In servers
  • Ans. 

    LVM stands for Logical Volume Manager and is a tool used for managing disk storage in Linux servers.

    • LVM allows for dynamic resizing of logical volumes without downtime.

    • It provides features like snapshots, striping, mirroring, and thin provisioning.

    • LVM is commonly used in server environments to manage storage efficiently.

    • Example: Creating a new logical volume, resizing an existing logical volume.

  • Answered by AI
  • Q2. If storage is full what to do on on- premises servers
  • Ans. 

    When storage is full on on-premises servers, consider deleting unnecessary files, archiving old data, expanding storage capacity, or optimizing storage usage.

    • Identify and delete unnecessary files or logs to free up space

    • Archive old data that is not frequently accessed

    • Expand storage capacity by adding more disks or upgrading existing ones

    • Optimize storage usage by compressing files or moving them to a different location

  • Answered by AI
  • Q3. How to do partition in centos linux machine
  • Ans. 

    To partition a CentOS Linux machine, you can use tools like fdisk or parted to create, delete, and manage partitions on the disk.

    • Use fdisk command to create, delete, and manage partitions on the disk

    • Use parted command for more advanced partitioning options

    • Make sure to backup important data before partitioning

  • Answered by AI
  • Q4. How to check installed softwares in ubuntu machine
  • Ans. 

    To check installed softwares in Ubuntu machine, you can use the dpkg command.

    • Use dpkg -l to list all installed packages

    • Use dpkg -l | grep to search for specific packages

    • Use dpkg -l | less to view the list page by page

  • Answered by AI
  • Q5. How to keep static ip for onpremise server?
  • Ans. 

    To keep a static IP for an on-premise server, configure the network settings on the server and the DHCP server.

    • Assign a static IP address to the server within the network range

    • Configure the DHCP server to reserve the static IP address for the server's MAC address

    • Ensure that the server's network settings are set to use the static IP address

    • Update DNS records if necessary to reflect the new static IP address

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Coriolis Technologies Senior Devops Engineer interview:
  • Linux Administration
  • Linux System Administration
  • Computers basics
  • Storage
  • Networking
  • Computer Hardware
  • Computer Networking
  • DiskPartitions
Interview preparation tips for other job seekers - Mostly questions will be on basic hardware and storage issues on-premises servers

Skills evaluated in this interview

Senior Devops Engineer Interview Questions asked at other Companies

Q1. What are Terraform life cycles ? and how do we use them ?
View answer (3)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Jun 2022. There were 5 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all Resume tips
Round 2 - Aptitude Test 

Written round had 30+mcq which were based on core java, hibernate, sql and springboot. The level of mcq was medium hard, and 2coding questions were of medium level.

Round 3 - Technical 

(1 Question)

  • Q1. Basic core java and springboot interview with some output questions.
Round 4 - Technical 

(1 Question)

  • Q1. Technical interview with coding Be sure to read about multi threading and exeption handling in detail it will help you
Round 5 - HR 

(1 Question)

  • Q1. Basic questions along with some technical questions and they check your understanding of previous projects you have worked on...

Interview Preparation Tips

Interview preparation tips for other job seekers - Nice work environment and really nice teams.
There are not many people in office so you get to know each other very well. (Most people are working from home).

Member Technical Staff Interview Questions asked at other Companies

Q1. Next Smallest Palindrome Problem Statement Find the next smallest palindrome strictly greater than a given number 'N' represented as a string 'S'. Explanation: You are given a number in string format, and your task is to determine the small... read more
View answer (1)

Coriolis Technologies interview questions for popular designations

 Python Developer

 (1)

 Member Technical Staff

 (1)

 Member Technical Staff Engineer

 (1)

 Software Developer

 (1)

 Senior Devops Engineer

 (1)

 Intern

 (1)

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed before Jan 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Maths and basic coding questions

Round 2 - Coding Test 

Project-related questions, C programme, pointer questions, linked list, trees traversal and DS. LCM and GCD.

Interview Preparation Tips

Interview preparation tips for other job seekers - Work on basic programming questions and DSA

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (42)

Get interview-ready with Top Coriolis Technologies Interview Questions

Interview Questionnaire 

4 Questions

  • Q1. 1.queue question
  • Q2. 2.basic question from django .addtion of element using django question
  • Q3. 3.DNS management system
  • Q4. 4.about Your project

Interview Preparation Tips

Interview preparation tips for other job seekers - Cool and be prepared for ds very well.

Python Developer Interview Questions asked at other Companies

Q1. Tell me the logic of program to reverse a given string word by word without using any built in function.
View answer (9)

Interview questions from similar companies

I applied via Company Website and was interviewed before Dec 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Questions on Java,SQL,some trending technologies(IOT,Big data),pattern questions, programming questions with different approaches.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basics of DSA, have knowledge about the databases, some common dml ,ddl statements, programming knowledge of a particular language like C,Java, python,etc...have good command on oops concepts... little bit of frameworks knowledge will also help

I applied via Referral and was interviewed before Jan 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Java questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basic questions

I applied via Campus Placement and was interviewed before Feb 2021. There were 3 interview rounds.

Round 1 - Aptitude Test 

Aptitude round consists Logical reasoning, General Aptitude, Grammar related questions etc. All are moderate level questions.

Round 2 - Technical 

(3 Questions)

  • Q1. Explain OOPs w.r.t Java
  • Ans. 

    OOPs is a programming paradigm that uses objects to represent real-world entities. Java is an OOPs language.

    • OOPs stands for Object-Oriented Programming System

    • Java is a class-based OOPs language

    • Encapsulation, Inheritance, Polymorphism, and Abstraction are the four pillars of OOPs

    • Objects have state and behavior

    • Java supports interfaces, which allow for multiple inheritance

    • Example: A car can be represented as an object wit...

  • Answered by AI
  • Q2. Explain about the projects that you have worked on
  • Q3. Explain how Java solves machine dependency of code execution
  • Ans. 

    Java solves machine dependency by using bytecode and virtual machine.

    • Java code is compiled into bytecode which is platform-independent

    • The bytecode is executed by the Java Virtual Machine (JVM) which is platform-specific

    • JVM translates bytecode into machine code for the specific platform

    • This allows Java code to run on any platform with a JVM installed

    • Example: A Java program compiled on Windows can run on Linux or Mac as

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Why should we hire you?
  • Q2. Tell me about yourself.

Interview Preparation Tips

Topics to prepare for Infosys System Engineer interview:
  • Java
Interview preparation tips for other job seekers - Keep it simple, Prepare basics of 1st preferred Programming Language.

Skills evaluated in this interview

I applied via Campus Placement and was interviewed before May 2021. There were 2 interview rounds.

Round 1 - Aptitude Test 

Numerical ability and logical reasoning followed by some coding mcqs

Round 2 - Technical 

(1 Question)

  • Q1. Print 1 to 100 without for loop
  • Ans. 

    Printing 1 to 100 without for loop

    • Use recursion to print numbers from 1 to 99

    • Print 100 outside the recursion

    • Use a base case to stop recursion at 100

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare from interview bit and practice mcqs
Contribute & help others!
anonymous
You can choose to be anonymous

Coriolis Technologies Interview FAQs

How many rounds are there in Coriolis Technologies interview?
Coriolis Technologies interview process usually has 2-3 rounds. The most common rounds in the Coriolis Technologies interview process are Technical, Resume Shortlist and Aptitude Test.
How to prepare for Coriolis Technologies interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Coriolis Technologies. The most common topics and skills that interviewers at Coriolis Technologies expect are Troubleshooting, Angularjs, Bootstrap, CSS and Development.
What are the top questions asked in Coriolis Technologies interview?

Some of the top questions asked at the Coriolis Technologies interview -

  1. If storage is full what to do on on- premises serv...read more
  2. How to check installed softwares in ubuntu mach...read more
  3. How to keep static ip for onpremise serv...read more

Recently Viewed

LIST OF COMPANIES

Palo Alto Networks

Overview

JOBS

Flexera Software

No Jobs

JOBS

Bharti Airtel

No Jobs

JOBS

Mobile Programming

No Jobs

SALARIES

Palo Alto Networks

SALARIES

PKF Sridhar & Santhanam LLP, Chartered Accountants

LIST OF COMPANIES

Flexera Software

Overview

JOBS

Lodha Group

No Jobs

JOBS

Kirtane & Pandit

No Jobs

JOBS

Cognizant

No Jobs

Tell us how to improve this page.

Coriolis Technologies Interview Process

based on 6 interviews

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Cognizant Interview Questions
3.7
 • 5.6k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 2.9k Interviews
Mphasis Interview Questions
3.4
 • 791 Interviews
View all

Coriolis Technologies Reviews and Ratings

based on 37 reviews

4.5/5

Rating in categories

4.1

Skill development

4.5

Work-life balance

3.8

Salary

4.5

Job security

4.4

Company culture

3.8

Promotions

4.2

Work satisfaction

Explore 37 Reviews and Ratings
Member Technical Staff
117 salaries
unlock blur Lock Unlock

₹0 L/yr - ₹0 L/yr

Software Developer
17 salaries
unlock blur Lock Unlock

₹0 L/yr - ₹0 L/yr

Software Engineer
14 salaries
unlock blur Lock Unlock

₹0 L/yr - ₹0 L/yr

Java Developer
9 salaries
unlock blur Lock Unlock

₹0 L/yr - ₹0 L/yr

Golang Developer
9 salaries
unlock blur Lock Unlock

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Coriolis Technologies with

TCS

3.7
Compare

Infosys

3.6
Compare

Wipro

3.7
Compare

HCLTech

3.5
Compare
Did you find this page helpful?
Yes No
write
Share an Interview