i
Mobiloitte
Technologies
Filter interviews by
I applied via Campus Placement and was interviewed in Apr 2024. There were 2 interview rounds.
Python, Basic coding question
DevOps is a software development methodology that combines software development with IT operations to shorten the systems development life cycle.
DevOps focuses on collaboration, automation, and integration between developers and IT operations teams.
CI/CD stands for Continuous Integration/Continuous Delivery, a practice of frequently integrating code changes into a shared repository and delivering them to production.
Jen...
Top trending discussions
posted on 5 Jun 2022
I applied via Naukri.com and was interviewed before Jun 2021. There were 3 interview rounds.
CI/CD is a process of continuous integration and continuous delivery/deployment.
CI/CD is a software development approach that involves continuous integration, testing, and delivery/deployment.
It helps to automate the software delivery process and ensures that the code is always in a deployable state.
CI/CD pipeline includes stages like build, test, deploy, and release.
Tools like Jenkins, GitLab, and Travis CI are used t...
I prefer to discuss compensation after understanding the role and responsibilities.
I am open to negotiation based on the job requirements
I am looking for a fair and competitive salary
I am more interested in the opportunity and growth potential than just the salary
I am willing to consider other benefits such as health insurance, retirement plans, etc.
posted on 31 Jan 2022
Instant clone is a feature in VMware Horizon that allows for rapid creation of virtual desktops.
Instant clones are created from a parent VM in a matter of seconds.
They share the same virtual disks as the parent VM, but have their own memory and virtual NICs.
Instant clones use a technology called VMFork to create a copy-on-write clone of the parent VM.
They are ideal for use cases where a large number of identical virtua...
Primary and secondary connections with port numbers are used for communication between client and agent machines.
Primary connection is established using a well-known port number, such as port 80 for HTTP.
Secondary connection is established using a random port number, which is assigned by the client machine.
Primary connection is used for initial communication and negotiation, while secondary connection is used for data ...
Yes, I have experience in deploying Horizon infrastructure.
I have deployed Horizon View infrastructure for virtual desktops.
I have configured and managed Horizon Connection Servers.
I have worked with Horizon Composer for image management.
I have experience in troubleshooting Horizon infrastructure issues.
I have implemented Horizon Workspace for application and data access.
Writable volumes are used to store user or application data separately from the OS and applications.
There are two types of writable volumes: User writable volumes and AppStack writable volumes.
User writable volumes are used to store user-specific data and settings.
AppStack writable volumes are used to store application-specific data and settings.
Writable volumes can be created using VMware App Volumes or Citrix App Lay...
Instant clone creates a copy of the VM while linked clone shares virtual disks with the parent VM.
Instant clone is faster to create than linked clone.
Instant clone uses a copy-on-write mechanism to create a new VM.
Linked clone shares virtual disks with the parent VM and only creates delta disks for changes.
Instant clone is useful for creating many identical VMs quickly.
Linked clone is useful for creating VMs with sligh...
I applied via Campus Placement and was interviewed before Apr 2020. There were 5 interview rounds.
I applied via Naukri.com and was interviewed before Sep 2020. There were 3 interview rounds.
Java supports OOP concepts like encapsulation, inheritance, polymorphism, and abstraction, enhancing code reusability and maintainability.
Encapsulation: Bundling data and methods. Example: private variables with public getters/setters.
Inheritance: Deriving new classes from existing ones. Example: class Dog extends Animal.
Polymorphism: Ability to take many forms. Example: method overriding and overloading.
Abstraction: H...
Basic MySQL commands include creating databases, tables, inserting data, querying, updating, and deleting records.
CREATE DATABASE db_name; // Creates a new database
USE db_name; // Selects the database to use
CREATE TABLE table_name (column1 datatype, column2 datatype); // Creates a new table
INSERT INTO table_name (column1, column2) VALUES (value1, value2); // Inserts data into a table
SELECT * FROM table_name; // Retriev...
posted on 2 May 2023
I applied via Recruitment Consulltant and was interviewed before May 2022. There were 4 interview rounds.
Programming on basics of C
Programming on basics of C
posted on 30 Nov 2022
I applied via LinkedIn and was interviewed before Nov 2021. There were 3 interview rounds.
There are basic aptitude questions for freshers level
I applied via Referral and was interviewed before Feb 2022. There were 4 interview rounds.
Easy level questions on string, linked list and array
TCP is a connection-oriented protocol while UDP is connectionless.
TCP provides reliable, ordered, and error-checked delivery of data while UDP does not guarantee any of these.
TCP is slower but more reliable while UDP is faster but less reliable.
TCP is used for applications that require high reliability and accuracy such as email, file transfer, and web browsing while UDP is used for applications that require speed and ...
A nibble swap program in C
Nibble swap means swapping the 4-bit halves of a byte
Use bitwise operators to perform the swap
Example: unsigned char x = 0xAB; x = ((x & 0x0F) << 4) | ((x & 0xF0) >> 4);
Reverse a linked list in C language.
Create three pointers: current, previous, and next.
Traverse the linked list and change the direction of the pointers.
Return the new head of the reversed linked list.
API call in C
Include the necessary header files
Create a URL string with the required parameters
Use the curl library to make the API call
Handle the response data appropriately
based on 1 interview experience
Difficulty level
Duration
Software Developer
125
salaries
| ₹1 L/yr - ₹8.8 L/yr |
Software Engineer
44
salaries
| ₹2 L/yr - ₹8.4 L/yr |
Software Engineer Trainee
25
salaries
| ₹2 L/yr - ₹4.5 L/yr |
React Native Developer
22
salaries
| ₹2 L/yr - ₹4 L/yr |
Java Developer
22
salaries
| ₹1.5 L/yr - ₹4.2 L/yr |
Softenger
Capital Numbers Infotech
JK Tech
DesignTech Systems