i
Xoriant
Work with us
Filter interviews by
Terraform is an Infrastructure as Code tool for building, changing, and versioning infrastructure safely and efficiently.
Use HCL (HashiCorp Configuration Language) to define infrastructure resources.
Organize configurations into modules for reusability.
Utilize state files to track resource changes and manage infrastructure lifecycle.
Example: Define an AWS EC2 instance with 'resource "aws_instance" "example" { ... }...
Led a team to develop a scalable e-commerce platform using microservices architecture, enhancing user experience and performance.
Utilized microservices architecture to improve scalability and maintainability.
Implemented RESTful APIs for seamless integration with third-party services.
Adopted Agile methodologies for iterative development and faster delivery.
Incorporated automated testing to ensure code quality and r...
Agile methodology is an iterative approach to software development that emphasizes flexibility, collaboration, and customer feedback.
Focuses on delivering small, incremental changes to software, allowing for quick adjustments based on user feedback.
Encourages collaboration between cross-functional teams, including developers, testers, and stakeholders.
Utilizes time-boxed iterations called sprints, typically lastin...
A trigger is a database object that automatically executes a specified action in response to certain events on a table or view.
Triggers can be defined for events like INSERT, UPDATE, or DELETE.
They can enforce business rules, such as preventing invalid data entry.
Example: A trigger can automatically update a timestamp column when a record is modified.
Triggers can also be used for auditing changes to data.
Example: ...
Triggers are database objects that automatically execute in response to specific events on a table or view.
Triggers can be classified into three types: BEFORE, AFTER, and INSTEAD OF.
BEFORE triggers execute before the triggering event (e.g., INSERT, UPDATE, DELETE). Example: A BEFORE INSERT trigger can validate data.
AFTER triggers execute after the triggering event. Example: An AFTER DELETE trigger can log the dele...
Implementing a mentorship program to foster connections and enhance employee engagement across all levels of the organization.
Pairing new employees with experienced mentors to guide them through their onboarding process.
Organizing regular mentorship meetings to discuss career goals and provide feedback.
Encouraging cross-departmental mentorship to promote collaboration and knowledge sharing.
Measuring the program's ...
Experienced Quality Engineer with a strong background in QA methodologies and process improvements across various industries.
Implemented automated testing frameworks, reducing manual testing time by 30%.
Conducted root cause analysis for defects, leading to a 25% decrease in recurring issues.
Collaborated with cross-functional teams to enhance product quality and compliance with industry standards.
Developed and exec...
Regression testing is the process of retesting software after changes to ensure that previously working features still work correctly.
Regression testing is performed to make sure that new code changes have not adversely affected existing functionality.
It involves running previously executed test cases to verify that no new bugs have been introduced.
Regression testing helps in maintaining the overall quality and st...
Load testing is a type of performance testing that simulates real-world usage to evaluate how a system performs under specific conditions.
Simulates real-world usage to test system performance
Measures response times, throughput, and resource utilization
Helps identify bottlenecks and optimize system performance
Examples: testing how a website handles a large number of simultaneous users or how an application performs...
Scheduled script runs on a predefined schedule, while Map reduce script processes large datasets in parallel.
Scheduled script is used for automating tasks at specific times, like sending reports daily at 8am.
Map reduce script is used for processing large datasets by splitting them into smaller chunks and processing them in parallel.
Scheduled script is typically used for routine tasks, while Map reduce script is us...
I applied via Naukri.com and was interviewed before Jan 2024. There was 1 interview round.
Load testing is a type of performance testing that simulates real-world usage to evaluate how a system performs under specific conditions.
Simulates real-world usage to test system performance
Measures response times, throughput, and resource utilization
Helps identify bottlenecks and optimize system performance
Examples: testing how a website handles a large number of simultaneous users or how an application performs unde...
Regression testing is the process of retesting software after changes to ensure that previously working features still work correctly.
Regression testing is performed to make sure that new code changes have not adversely affected existing functionality.
It involves running previously executed test cases to verify that no new bugs have been introduced.
Regression testing helps in maintaining the overall quality and stabili...
I applied via Recruitment Consulltant and was interviewed in Nov 2024. There were 3 interview rounds.
Key topics in Generative AI include Retrieval-Augmented Generation (RAG) and Large Language Models (LLM).
RAG combines generative models with retrieval mechanisms to improve text generation.
LLMs like GPT-3 and BERT are pre-trained on large text corpora to generate human-like text.
Ethical considerations in using LLMs for text generation, such as bias and misinformation.
Applications of RAG and LLMs in natural language pro...
I have a strong understanding of the existing project and the technology stacks used.
The existing project is a data analytics platform used for analyzing customer behavior and making data-driven decisions.
The technology stacks used include Python for data processing, SQL for database management, and Tableau for data visualization.
I have experience working with machine learning algorithms such as regression, classificat...
I have contributed to improving data processing efficiency by implementing advanced machine learning algorithms and optimizing existing models.
Implemented advanced machine learning algorithms to improve predictive accuracy
Optimized existing models to increase efficiency and reduce processing time
Developed automated data processing pipelines to streamline workflow
Collaborated with cross-functional teams to integrate new...
Work challenges and solutions in data science role
One challenge is handling large volumes of data efficiently, solution is implementing parallel processing techniques like MapReduce
Another challenge is ensuring data quality, solution is developing data validation processes and implementing data cleaning algorithms
Dealing with complex algorithms is a challenge, solution is continuous learning and staying updated with la...
Generative AI and NLP are advanced technologies used to create content and understand human language.
Generative AI involves creating new content, such as images, music, or text, using algorithms like GANs.
NLP focuses on understanding and generating human language, used in chatbots, sentiment analysis, and language translation.
Use cases of Generative AI include deepfake videos, art generation, and text generation.
NLP is...
I applied via Recruitment Consulltant and was interviewed in Nov 2024. There were 3 interview rounds.
I applied via Naukri.com and was interviewed in Nov 2024. There were 3 interview rounds.
Migration of projects from server to cloud involves planning, testing, and executing the transfer of data and applications.
Assess the current server setup and identify all projects and data to be migrated
Choose a suitable cloud provider and plan the migration process
Test the migration process with a small project before moving larger ones
Ensure data security and compliance during the migration
Update any necessary confi...
Jira project configuration involves setting up workflows, issue types, fields, permissions, and notifications.
Define issue types (e.g. bug, task, story)
Create custom fields to capture specific information
Set up workflows to define the lifecycle of an issue
Configure permissions to control who can view and edit issues
Manage notifications to keep stakeholders informed
Scheduled script runs on a predefined schedule, while Map reduce script processes large datasets in parallel.
Scheduled script is used for automating tasks at specific times, like sending reports daily at 8am.
Map reduce script is used for processing large datasets by splitting them into smaller chunks and processing them in parallel.
Scheduled script is typically used for routine tasks, while Map reduce script is used fo...
Types of scripts in NetSuite include SuiteScript, SuiteTalk, SuiteFlow, and SuiteBuilder.
SuiteScript: JavaScript-based scripts for customizing NetSuite functionality.
SuiteTalk: Web services integration for connecting NetSuite with external systems.
SuiteFlow: Visual workflow tool for automating business processes.
SuiteBuilder: Customization tool for modifying NetSuite forms, fields, and records.
I applied via Naukri.com and was interviewed in Nov 2024. There was 1 interview round.
The basics questions are there regarding basic concepts of computer engineering
SDLC stands for Software Development Life Cycle, a process used by software development teams to design, develop, and test high-quality software.
SDLC is a structured process that consists of several phases such as planning, analysis, design, implementation, testing, and maintenance.
Each phase has its own set of activities and deliverables to ensure the successful completion of the software project.
Examples of SDLC mode...
I applied via Approached by Company and was interviewed in Oct 2024. There were 2 interview rounds.
Hooks are a new addition in React 16.8 that allow you to use state and other React features without writing a class.
Hooks are functions that let you use state and other React features in functional components.
useState() is a hook that allows you to add state to functional components.
useEffect() is a hook that allows you to perform side effects in functional components.
Custom hooks are reusable functions that can contai...
Create weather application in react native with unit test scripts
I appeared for an interview in May 2025, where I was asked the following questions.
Our CSR procedures focus on community engagement, sustainability, and ethical practices to create a positive impact.
Conduct regular assessments of community needs to align our CSR initiatives with local priorities.
Implement sustainability programs, such as reducing waste and promoting recycling in the workplace.
Encourage employee volunteerism by providing paid time off for community service activities.
Partner with loca...
Implementing a mentorship program to foster connections and enhance employee engagement across all levels of the organization.
Pairing new employees with experienced mentors to guide them through their onboarding process.
Organizing regular mentorship meetings to discuss career goals and provide feedback.
Encouraging cross-departmental mentorship to promote collaboration and knowledge sharing.
Measuring the program's succe...
Top trending discussions
Some of the top questions asked at the Xoriant interview -
The duration of Xoriant interview process can vary, but typically it takes about less than 2 weeks to complete.
based on 197 interview experiences
Difficulty level
Duration
based on 2.1k reviews
Rating in categories
Senior Software Engineer
1.8k
salaries
| ₹8.6 L/yr - ₹31.5 L/yr |
Software Engineer
1.7k
salaries
| ₹4.5 L/yr - ₹14 L/yr |
Softwaretest Engineer
609
salaries
| ₹2.5 L/yr - ₹9 L/yr |
Technical Lead
590
salaries
| ₹11.5 L/yr - ₹40 L/yr |
Senior Test Engineer
512
salaries
| ₹9 L/yr - ₹30 L/yr |
CitiusTech
HTC Global Services
HERE Technologies
Collabera Technologies