i
Globant
Filter interviews by
CI is Continuous Integration, where code changes are integrated into a shared repository frequently. CD is Continuous Delivery/Deployment, where code changes are automatically deployed to production.
CI focuses on automating the integration of code changes from multiple developers in a shared repository.
CD focuses on automating the deployment of code changes to production environments.
CI ensures that code changes a...
Cloud Run is a managed compute platform that enables you to run stateless containers that are invocable via HTTP requests.
Allows you to run stateless containers without worrying about infrastructure
Automatically scales based on incoming requests
Supports both HTTP and gRPC requests
Can be deployed from various sources like Docker images or source code
API calls in React Native involve using fetch or axios to communicate with a server and retrieve data.
Use fetch or axios to make API calls in React Native
Handle the response using promises or async/await
Parse the data received from the API call and update the UI accordingly
I approach product discovery by conducting market research, gathering user feedback, analyzing data, and collaborating with cross-functional teams.
Conduct market research to understand industry trends and competitors
Gather user feedback through surveys, interviews, and usability testing
Analyze data from user interactions, A/B testing, and product metrics
Collaborate with cross-functional teams including designers, ...
To create a go-to-market strategy for an app in Dubai, analyze the local market, competition, cultural differences, and adjust marketing tactics accordingly.
Conduct market research in Dubai to understand the target audience, competition, and market trends.
Adapt the app to cater to the preferences and needs of the Dubai market.
Localize the app content, language, and features to resonate with the Dubai audience.
Iden...
Key aspects of product discovery involve understanding user needs, market research, prototyping, and testing.
Conduct user research to understand the needs and preferences of social media app users.
Analyze market trends and competitor offerings to identify gaps and opportunities.
Create prototypes to visualize the app's features and gather feedback from stakeholders.
Test the prototypes with target users to validate ...
A structured approach to developing a mobile app for the client, focusing on requirements, design, and user experience.
Conduct stakeholder interviews to gather requirements and understand the client's vision.
Perform market research to identify target audience and competitors, e.g., analyzing similar apps.
Define user personas and user journeys to ensure the app meets user needs effectively.
Create wireframes and pro...
API error codes are unique identifiers used to indicate specific errors in an API response.
API error codes are typically numeric or alphanumeric codes that correspond to specific errors in the API.
Each error code should have a corresponding explanation in the API documentation to help developers understand the issue.
Examples of API error codes include 400 Bad Request, 401 Unauthorized, and 404 Not Found.
Type coercion is the process of converting one data type to another in programming.
Type coercion can happen implicitly or explicitly in programming languages.
Implicit type coercion occurs when the language automatically converts data types during operations.
Explicit type coercion occurs when the programmer manually converts data types using functions or operators.
Example: In JavaScript, the addition operator (+) c...
I used a keyword-driven automation framework in my project.
The framework was designed to allow testers to write test cases using keywords and reusable functions.
Test scripts were written in a tabular format, making it easy to understand and maintain.
The framework included libraries for common functions like logging, reporting, and data handling.
Test data was stored in external files like Excel sheets or CSV files ...
I applied via Referral and was interviewed in Jul 2024. There were 3 interview rounds.
A structured approach to developing a mobile app for the client, focusing on requirements, design, and user experience.
Conduct stakeholder interviews to gather requirements and understand the client's vision.
Perform market research to identify target audience and competitors, e.g., analyzing similar apps.
Define user personas and user journeys to ensure the app meets user needs effectively.
Create wireframes and prototyp...
Key documents in SDLC include BRD, FRD, SRS, test cases, user manuals, and project plan.
Business Requirements Document (BRD) outlines the business problem and proposed solution
Functional Requirements Document (FRD) details the functional specifications of the system
Software Requirements Specification (SRS) defines the software requirements for the project
Test cases document outlines the test scenarios and expected resu...
To create a go-to-market strategy for an app in Dubai, analyze the local market, competition, cultural differences, and adjust marketing tactics accordingly.
Conduct market research in Dubai to understand the target audience, competition, and market trends.
Adapt the app to cater to the preferences and needs of the Dubai market.
Localize the app content, language, and features to resonate with the Dubai audience.
Identify ...
I would suggest using a user-friendly design, implementing SEO strategies, and utilizing social media for marketing.
Focus on user-friendly design to enhance user experience
Implement SEO strategies to improve search engine visibility
Utilize social media for marketing and promotion
Consider implementing an online store for direct sales
Collect customer data for targeted marketing campaigns
I approach product discovery by conducting market research, gathering user feedback, analyzing data, and collaborating with cross-functional teams.
Conduct market research to understand industry trends and competitors
Gather user feedback through surveys, interviews, and usability testing
Analyze data from user interactions, A/B testing, and product metrics
Collaborate with cross-functional teams including designers, devel...
Key aspects of product discovery involve understanding user needs, market research, prototyping, and testing.
Conduct user research to understand the needs and preferences of social media app users.
Analyze market trends and competitor offerings to identify gaps and opportunities.
Create prototypes to visualize the app's features and gather feedback from stakeholders.
Test the prototypes with target users to validate assum...
I applied via Company Website and was interviewed in Sep 2024. There were 3 interview rounds.
Sort positive integers in an array
Filter out negative integers from the array
Use Array.sort() method to sort the remaining positive integers
Return the sorted array
API calls in React Native involve using fetch or axios to communicate with a server and retrieve data.
Use fetch or axios to make API calls in React Native
Handle the response using promises or async/await
Parse the data received from the API call and update the UI accordingly
I applied via Naukri.com and was interviewed in Apr 2024. There were 3 interview rounds.
In this first round it was of 45mins which included MCQ question and 1 coding question.
Answers to common interview questions for Automation Test Engineer position.
Const is used for constant values that cannot be reassigned, var is used for variable declaration, and char is a data type for storing characters in programming languages.
OOPs concepts include inheritance, encapsulation, polymorphism, and abstraction. Example: Inheritance allows a class to inherit properties and methods from another class.
JavaS...
Type coercion is the process of converting one data type to another in programming.
Type coercion can happen implicitly or explicitly in programming languages.
Implicit type coercion occurs when the language automatically converts data types during operations.
Explicit type coercion occurs when the programmer manually converts data types using functions or operators.
Example: In JavaScript, the addition operator (+) can pe...
Inheritance is a mechanism in object-oriented programming where a class inherits properties and behaviors from another class. Polymorphism allows objects of different classes to be treated as objects of a common superclass.
Inheritance allows for code reusability by defining a new class based on an existing class.
Polymorphism enables flexibility in programming by allowing objects to be treated as instances of their pare...
API error codes are unique identifiers used to indicate specific errors in an API response.
API error codes are typically numeric or alphanumeric codes that correspond to specific errors in the API.
Each error code should have a corresponding explanation in the API documentation to help developers understand the issue.
Examples of API error codes include 400 Bad Request, 401 Unauthorized, and 404 Not Found.
I appeared for an interview in Apr 2024.
I appeared for an interview in Sep 2024, where I was asked the following questions.
I applied via LinkedIn and was interviewed in Mar 2024. There was 1 interview round.
I used a keyword-driven automation framework in my project.
The framework was designed to allow testers to write test cases using keywords and reusable functions.
Test scripts were written in a tabular format, making it easy to understand and maintain.
The framework included libraries for common functions like logging, reporting, and data handling.
Test data was stored in external files like Excel sheets or CSV files for e...
I applied via Naukri.com and was interviewed before Jan 2024. There were 3 interview rounds.
GCP stands for Google Cloud Platform, a suite of cloud computing services provided by Google.
GCP offers services such as computing, storage, databases, machine learning, and more.
It allows users to build, deploy, and scale applications on Google's infrastructure.
GCP provides tools for monitoring, logging, and managing resources efficiently.
Examples of GCP services include Compute Engine, Cloud Storage, BigQuery, and Ku...
Cloud Run is a managed compute platform that enables you to run stateless containers that are invocable via HTTP requests.
Allows you to run stateless containers without worrying about infrastructure
Automatically scales based on incoming requests
Supports both HTTP and gRPC requests
Can be deployed from various sources like Docker images or source code
CI is Continuous Integration, where code changes are integrated into a shared repository frequently. CD is Continuous Delivery/Deployment, where code changes are automatically deployed to production.
CI focuses on automating the integration of code changes from multiple developers in a shared repository.
CD focuses on automating the deployment of code changes to production environments.
CI ensures that code changes are te...
I applied via LinkedIn and was interviewed before Nov 2023. There were 3 interview rounds.
I applied via Company Website and was interviewed in Sep 2022. There were 2 interview rounds.
I applied via Naukri.com and was interviewed in Jun 2021. There were 3 interview rounds.
Difference between IEnumerable and IQueryable
IEnumerable is used for in-memory collections while IQueryable is used for querying data from a database
IEnumerable executes the query on the client-side while IQueryable executes the query on the server-side
IQueryable supports deferred execution while IEnumerable does not
HtmlHelper is used to generate HTML controls in MVC views, while html is used for static HTML markup.
HtmlHelper is a class in MVC that helps generate HTML controls with strongly-typed views
HtmlHelper provides intellisense support and compile-time checking for HTML controls
html is used for static HTML markup in MVC views
Abstract classes are partially implemented classes that can have both abstract and non-abstract members. Interfaces are fully abstract classes that define a contract for implementing classes.
Abstract classes can have constructors, fields, and non-abstract methods, while interfaces cannot.
A class can inherit from only one abstract class, but it can implement multiple interfaces.
Abstract classes can provide default imple...
Query to find 4th highest salary
Use the 'ROW_NUMBER' function to assign a rank to each salary
Order the salaries in descending order
Select the salary with rank 4
MVC is a web application framework for building web pages, while WebAPI is a framework for building HTTP services.
MVC is used for building web applications that return HTML views to the client.
WebAPI is used for building HTTP services that return data in JSON or XML format.
MVC has a view engine that generates HTML output, while WebAPI does not.
MVC has a controller that handles user input and updates the model, while We...
Top trending discussions
Some of the top questions asked at the Globant interview for freshers -
The duration of Globant interview process can vary, but typically it takes about less than 2 weeks to complete.
based on 7 interview experiences
Difficulty level
Duration
based on 989 reviews
Rating in categories
13-16 Yrs
₹ 36-46.1 LPA
Senior Software Engineer
1.9k
salaries
| ₹15.6 L/yr - ₹30 L/yr |
Software Engineer
347
salaries
| ₹7 L/yr - ₹24 L/yr |
Automation Test Engineer
258
salaries
| ₹6 L/yr - ₹25.3 L/yr |
Technical Lead
231
salaries
| ₹15.9 L/yr - ₹41 L/yr |
Senior Automation Test Engineer
225
salaries
| ₹9.5 L/yr - ₹30 L/yr |
Accenture
Synechron
Movate
Sopra Steria