Filter interviews by
I applied via Approached by Company and was interviewed before Jun 2023. There were 2 interview rounds.
Tech stack refers to the combination of programming languages, tools, frameworks, and technologies used to build and run a software application.
Tech stack includes programming languages like Java, Python, JavaScript, etc.
It also includes tools like Git, Jenkins, Docker, etc.
Frameworks such as React, Angular, Spring, etc., are part of the tech stack.
Technologies like AWS, MySQL, MongoDB, etc., are also included in the t
Top trending discussions
I applied via Company Website and was interviewed in Nov 2024. There was 1 interview round.
Experienced technical writer with a background in software development and a passion for clear and concise communication.
Over 5 years of experience in technical writing for software products
Proficient in creating user guides, API documentation, and release notes
Strong background in software development, allowing for effective collaboration with engineers
Skilled in translating complex technical concepts into easy-to-und...
DITA XML is a structured content standard used for creating technical documentation.
DITA XML is a structured content standard for technical documentation
Commonly used tags include <topic>, <title>, <body>, <section>
Keywords are used to categorize content for easy retrieval
DITA mapping is the process of linking topics together in a hierarchy
Graphics and illustrations can be created and included i...
Agile Methodology and Scrum are popular project management frameworks used in software development.
Agile Methodology is a flexible approach to software development that emphasizes incremental delivery, collaboration, and continuous improvement.
Scrum is a specific Agile framework that divides work into sprints, with daily stand-up meetings and regular reviews.
Scrum roles include Product Owner, Scrum Master, and Developm...
In case of conflict with SMEs, I prioritize clear communication and collaboration. I have experience working with global audiences, creating various types of documents, and estimating time needed for each project.
In case of conflict with SMEs, I prioritize clear communication and collaboration to find a resolution that meets both our needs.
I have worked with global audiences by adapting my writing style to suit differe...
I receive input through meetings and emails, DDLC is Document Development Life Cycle, SDLC is Software Development Life Cycle, I use APA and Chicago style guides, I ensure accuracy through thorough research and review.
Receive input through meetings with subject matter experts and stakeholders
DDLC (Document Development Life Cycle) is the process of creating, editing, and publishing documents
SDLC (Software Development Li...
Design thinking is a problem-solving approach that focuses on understanding the user's needs and creating innovative solutions.
Design thinking involves empathizing with users, defining the problem, ideating solutions, prototyping, and testing.
Yes, I have communicated with developers to understand technical aspects and constraints of the project.
When lacking information near a deadline, I prioritize the most critical as...
Yes, I have experience working with version control systems.
I have used Git for version control in my previous roles.
I am familiar with branching, merging, and resolving conflicts in Git.
I have also worked with SVN (Subversion) in the past.
Calculate rolling total without resetting at specified interval
Use DAX formula with functions like CALCULATE, FILTER, and EARLIER
Create a measure that calculates the running total based on the current and previous rows
Consider using variables to store intermediate results for efficiency
Use DAX function to shift one cell down in a table
Use the LAG function in DAX to shift values down in a column
Specify the number of rows to shift as a parameter in the LAG function
Example: LAG([Column], 1) will shift values in 'Column' down by one row
I applied via Naukri.com and was interviewed in Aug 2024. There were 2 interview rounds.
I am a passionate content writer with a background in journalism and a love for storytelling.
Background in journalism
Passionate about storytelling
Experience in creating engaging content
Strong research skills
Familiarity with SEO best practices
I have over 5 years of experience in content writing for various industries including technology, travel, and lifestyle.
Created engaging and SEO-friendly content for websites, blogs, and social media platforms
Conducted thorough research on topics to ensure accuracy and credibility
Worked closely with marketing teams to develop content strategies and campaigns
Managed editorial calendars and deadlines to ensure timely del...
Seeking new challenges and opportunities for growth.
Desire for career advancement
Limited opportunities for growth in previous company
Seeking new challenges and experiences
This company offers opportunities for growth, learning, and development in the field of content writing.
Provides mentorship and training programs to enhance writing skills
Offers exposure to diverse projects and industries
Encourages creativity and innovation in content creation
Opportunities for career advancement and networking
Access to tools and resources for professional development
Cardinality refers to the uniqueness of values in a column or relationship.
Cardinality is the number of unique values in a column or relationship.
High cardinality means a column has many unique values, while low cardinality means few unique values.
For example, a column like 'Customer ID' may have high cardinality, while 'Gender' may have low cardinality.
SQL query to retrieve data from a table
Use SELECT statement to specify columns to retrieve
Use FROM statement to specify the table to retrieve data from
Use WHERE statement to filter the data based on conditions
I applied via Referral and was interviewed in Sep 2024. There was 1 interview round.
Duplicates are identical copies of data, while references are pointers to the same data in memory.
Duplicates are exact copies of the original data.
References point to the same data in memory.
Duplicates can lead to inconsistencies in data analysis.
References are more memory efficient than duplicates.
Incremental refresh in Power BI allows for loading only new or modified data to improve performance.
Set up incremental refresh policy in Power BI Service
Define a range of values for the refresh policy
Use parameters to filter data based on the refresh policy
Schedule regular refreshes to update the dataset
I was interviewed in Jul 2024.
Brief information about Business Intelligence (BI) tools.
I applied via LinkedIn and was interviewed in Apr 2024. There was 1 interview round.
Star schema is a data warehouse schema where a central fact table is connected to multiple dimension tables. Snowflake schema is a normalized form of star schema.
Star schema consists of a central fact table connected to multiple dimension tables
Snowflake schema is a normalized form of star schema where dimension tables are further normalized into sub-dimension tables
Star schema is denormalized for faster query performa...
Performance of reports can be improved by optimizing queries, reducing data volume, using efficient visuals, and caching data.
Optimize queries by removing unnecessary columns and filters
Reduce data volume by aggregating data at the source or using incremental refresh
Use efficient visuals like matrix instead of tables for large datasets
Cache data to reduce query times for frequently accessed data
Data query is the process of retrieving specific data from a database, while data flow is the movement of data from one point to another.
Data query involves writing SQL queries to extract specific data from a database
Data flow refers to the movement of data from source to destination through various transformations
Data query is used to filter and retrieve relevant data, while data flow ensures data is processed and mov...
Power Query is used to import and transform data within Power BI, while Direct Query allows real-time data access from the data source.
Power Query is used to import and transform data within Power BI before loading it into the data model.
Direct Query allows Power BI to query the data source directly in real-time, without importing the data into the data model.
Power Query is suitable for smaller datasets that can be loa...
RANK assigns a unique rank to each row based on a specified column, while DENSE RANK assigns a unique rank to each distinct row.
RANK function is used to assign a unique rank to each row based on a specified column
DENSE RANK function is used to assign a unique rank to each distinct row, skipping ranks if there are ties
RANK and DENSE RANK are commonly used in SQL queries to rank data based on certain criteria
Calculated column is a static column in a table calculated based on a formula, while Measure is a dynamic calculation based on aggregated data.
Calculated column is created in Power BI using DAX formula and stored in the data model.
Measure is a calculation performed on the fly based on the context of the visualization.
Calculated columns are static and can be used for filtering and sorting, while Measures are dynamic and
I have used complex DAX functions like CALCULATE, FILTER, SUMX, etc. to perform advanced calculations in Power BI.
Used CALCULATE function to apply filters and context changes to calculations
Utilized FILTER function to filter data based on specific conditions
Implemented SUMX function to iterate over a table and perform calculations for each row
CALCULATED function is used in Power BI to create custom calculations based on existing data in a report.
CALCULATED function is used to create custom calculations in DAX (Data Analysis Expressions) language.
It allows users to define complex calculations based on existing data in the report.
CALCULATED function can be used with other DAX functions to perform calculations like aggregations, comparisons, and conditional lo...
Query folding in Power BI is a process where Power BI pushes the data transformation steps back to the data source.
Query folding improves performance by reducing the amount of data loaded into Power BI.
It allows Power BI to leverage the capabilities of the data source for data transformation.
Commonly used with relational databases like SQL Server, Oracle, etc.
Example: When filtering data in Power BI, query folding will...
Types of context refer to the different ways in which data can be analyzed and interpreted in Power BI.
Row context: evaluates calculations row by row
Filter context: applies filters to data before calculations
Query context: used in DAX queries to retrieve data
Relationship context: determines how tables are related
Power BI is a business analytics tool by Microsoft that provides interactive visualizations and business intelligence capabilities.
Power BI is a business analytics tool by Microsoft
It allows users to create interactive visualizations and reports
Users can connect to various data sources to import data
Power BI offers a wide range of data visualization options such as charts, graphs, and maps
Users can share and collaborat
INNER JOIN is used to combine rows from two or more tables based on a related column between them.
Use INNER JOIN to retrieve rows from both tables that have matching values in the specified column
Syntax: SELECT column_name(s) FROM table1 INNER JOIN table2 ON table1.column_name = table2.column_name
Example: SELECT Orders.OrderID, Customers.CustomerName FROM Orders INNER JOIN Customers ON Orders.CustomerID = Customers.Cus
It was like a gaming test
Two important aspects of a writer are creativity and attention to detail.
Creativity allows a writer to come up with unique and engaging content.
Attention to detail ensures that the content is accurate and well-organized.
For example, a technical writer may need to creatively explain complex concepts in a clear and concise manner, while also paying close attention to grammar and formatting.
Another example could be a crea...
based on 1 interview
Interview experience
based on 1 review
Rating in categories
Senior Consultant
28
salaries
| ₹14 L/yr - ₹28 L/yr |
Consultant
21
salaries
| ₹7.2 L/yr - ₹16.4 L/yr |
Automation Developer
11
salaries
| ₹5 L/yr - ₹18 L/yr |
Junior Consultant
9
salaries
| ₹7 L/yr - ₹8.5 L/yr |
RPA Developer
7
salaries
| ₹6.5 L/yr - ₹15 L/yr |
Automation Anywhere
Uipath
Blue Prism
Pegasystems