i
Accrete Globus Technology
Filter interviews by
I applied via Campus Placement and was interviewed in Oct 2024. There were 2 interview rounds.
Profit and loss, Ratio and Proportion
Top trending discussions
posted on 10 Dec 2024
I applied via campus placement at Jaypee Institute of Information Technology, Noida and was interviewed before Dec 2023. There were 4 interview rounds.
Two coding questions and 15 mcq
Yes, I am fine with flexible timings as it allows me to manage my work-life balance effectively.
I am comfortable with flexible timings as it helps me accommodate personal commitments.
I believe in focusing on productivity rather than strict working hours.
I am adaptable and can work efficiently regardless of the time of day.
I can provide examples of times when flexible timings have benefited my work performance.
I applied via Naukri.com and was interviewed in Aug 2024. There were 2 interview rounds.
C and Golang related questions, 2 Hours assement, The test involved writing code by hand in paper in the office (Bengaluru)
Go code to remove duplicate elements from a slice of strings
Use a map to keep track of unique elements
Iterate over the slice and add elements to the map
Create a new slice with unique elements from the map
Arrays have fixed length, slices are dynamic and can grow/shrink. Slices are references to arrays.
Arrays have fixed length, specified at compile time.
Slices are dynamic, can grow or shrink at runtime.
Slices are references to arrays, allowing for more flexibility.
Example: var arr [3]string // array with fixed length of 3
Example: slice := make([]string, 0) // slice with dynamic length
Struct is a user-defined data type that groups related data fields together. Interface defines a set of methods that a type must implement.
Struct is used to create complex data structures by grouping related data fields together.
Interface defines a set of methods that a type must implement. It allows for polymorphism in Go.
Example: type Person struct { Name string; Age int }
Example: type Shape interface { Area() float6...
Containerization is a method of packaging, distributing, and running applications in isolated environments called containers.
Containers are lightweight, portable, and can run on any platform that supports containerization.
They include everything needed to run the application, such as code, runtime, system tools, libraries, and settings.
Popular containerization tools include Docker, Kubernetes, and Podman.
Containerizati...
Implementing a struct in Go code
Define a struct using the 'type' keyword
Add fields to the struct with their respective data types
Access struct fields using dot notation
Goroutine is a lightweight thread managed by Go runtime, allowing concurrent execution of functions.
Goroutines are created using the 'go' keyword in Go programming language.
They are more lightweight than threads and are managed by the Go runtime.
Goroutines allow for concurrent execution of functions without the need for manual thread management.
Example: go myFunction()
Example: go func() { // code here }
Concurrency in Go is achieved using goroutines and channels.
Use goroutines to run functions concurrently
Communicate between goroutines using channels
Avoid using shared memory for synchronization
A channel in Go is a communication mechanism that allows goroutines to communicate with each other.
Buffered channels have a specific capacity and can send multiple values without the need for a corresponding receive operation immediately.
Unbuffered channels have no capacity and require both a send and receive operation to be ready at the same time for communication to occur.
Scaling refers to the ability of a system to handle increasing amounts of work or its potential to accommodate growth.
Horizontal scaling involves adding more machines to distribute the load, while vertical scaling involves increasing the resources of a single machine.
Horizontal scaling is more cost-effective and provides better fault tolerance, but can be more complex to implement.
Vertical scaling is simpler to impleme...
I applied via Campus Placement and was interviewed in Sep 2024. There were 3 interview rounds.
Aptitude questions with some basic coding questions
They have given 3 coding questions and some pseudo codings
I applied via Campus Placement
Dsa problems dp and tress problem
OOPs stands for Object-Oriented Programming. It is a programming paradigm based on the concept of objects.
Advantages of OOPs include code reusability, modularity, flexibility, and easier maintenance.
Encapsulation allows data hiding and protection, reducing complexity and increasing security.
Inheritance enables code reuse and promotes the creation of hierarchical relationships between classes.
Polymorphism allows objects...
jQuery is a JavaScript library that simplifies HTML document traversal and manipulation, event handling, and animation.
jQuery is a fast, small, and feature-rich JavaScript library.
It makes things like HTML document traversal and manipulation, event handling, and animation much simpler with an easy-to-use API.
jQuery simplifies common tasks like AJAX calls and DOM manipulation.
JavaScript is a programming language that en...
Ecom is core platform
PHP is a server-side scripting language used for web development.
PHP stands for Hypertext Preprocessor.
It is open source and widely used for creating dynamic web pages.
Advantages include easy integration with HTML, support for various databases, and compatibility with different operating systems.
PHP code can be embedded within HTML code, making it easy to work with web content.
Popular websites like Facebook and WordPre
posted on 31 Aug 2024
I applied via Naukri.com and was interviewed in Mar 2024. There were 2 interview rounds.
Simple question on maths
OOPS (Object-Oriented Programming) is a programming paradigm based on the concept of objects, which can contain data and code.
OOPS focuses on creating objects that interact with each other to solve complex problems
Key principles include encapsulation, inheritance, polymorphism, and abstraction
Encapsulation ensures that the internal state of an object is hidden from the outside world
Inheritance allows a class to inherit...
I applied via LinkedIn and was interviewed in Aug 2023. There was 1 interview round.
Data security is ensured through various measures such as encryption, access controls, regular backups, and security audits.
Encryption: Data is encrypted using algorithms like AES or RSA to protect it from unauthorized access.
Access controls: User authentication, role-based access control, and strong password policies are implemented to control data access.
Regular backups: Data is regularly backed up to prevent loss or...
AI is used in various aspects of our daily lives, from virtual assistants to recommendation systems.
Virtual assistants like Siri, Alexa, and Google Assistant use AI to understand and respond to voice commands.
Social media platforms use AI algorithms to personalize our news feeds and suggest friends to connect with.
AI-powered recommendation systems suggest products, movies, and music based on our preferences and browsin...
Artificial intelligence is a field of computer science that focuses on creating intelligent machines.
AI involves the development of algorithms and models that enable machines to perform tasks that typically require human intelligence.
It encompasses various subfields such as machine learning, natural language processing, computer vision, and robotics.
AI applications can be found in areas like virtual assistants, autonom...
AL stands for Active Learning and it is a technique used in machine learning to select the most informative data points for labeling.
AL is used to reduce the amount of labeled data needed for training a model.
It involves iteratively selecting the most uncertain or informative data points for annotation.
AL can be used in various machine learning tasks such as classification, regression, and clustering.
By actively select...
Copy, cut, paste, undo are short keys used for manipulating text or objects in software applications.
Copy: Ctrl+C (Windows) or Command+C (Mac)
Cut: Ctrl+X (Windows) or Command+X (Mac)
Paste: Ctrl+V (Windows) or Command+V (Mac)
Undo: Ctrl+Z (Windows) or Command+Z (Mac)
In Excel, you can create a short name for a cell or range of cells using the Name Manager feature.
Open Excel and go to the Formulas tab.
Click on the Name Manager button.
Click on the New button to create a new name.
Enter a short name in the Name field.
Specify the cell or range of cells you want to associate with the short name in the Refers to field.
Click OK to save the short name.
You can now use the short name in formu...
Artificial intelligence (AI) is the simulation of human intelligence in machines that can learn and perform tasks without explicit programming.
AI is a branch of computer science that focuses on creating intelligent machines
Machine learning is a subset of AI that enables machines to learn from data and improve their performance
AI and machine learning are used in various applications such as speech recognition, image cla...
Yes, I can play the piano and the guitar.
I can play the piano and the guitar.
I have been playing the piano for 10 years.
I have been playing the guitar for 5 years.
Python slq apti path json sksa
Find the second most occurrence of a string in an array of strings in JavaScript.
Create a map to store the count of each string in the array
Sort the map by values in descending order to find the most occurrence
Return the key of the second element in the sorted map
Interview experience
based on 1 review
Rating in categories
Business Analyst
21
salaries
| ₹2.5 L/yr - ₹6 L/yr |
Technical Support Engineer
6
salaries
| ₹3.6 L/yr - ₹5 L/yr |
Software Engineer
5
salaries
| ₹3.6 L/yr - ₹7.2 L/yr |
Software Developer
5
salaries
| ₹3 L/yr - ₹8.6 L/yr |
Product Consultant
5
salaries
| ₹2.4 L/yr - ₹4.1 L/yr |
TCS
Infosys
Wipro
HCLTech