Upload Button Icon Add office photos

Filter interviews by

Avaaco Elect Sys Lead Technical Writer Interview Questions and Answers

Be the first one to contribute and help others!

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Nov 2024. There was 1 interview round.

Round 1 - Technical 

(7 Questions)

  • Q1. Tell me about yourself.
  • Q2. What do you know about DITA XML, which tags have you used in your documents, what are keywords, and what is DITA mapping, have you ever created graphics or illustrations, types of DITA topics, benefits of ...
  • Q3. What do you know of Agile Methodology and Scrum?
  • Q4. What do you do in case of conflict with SMEs, have you worked with any global audience, what kind of documents have you created, how do you estimate time needed for your document.
  • Q5. How do you receive input, what are DDLC and SDLC, what style guides have you used for creating documents, how do you ensure accuracy in your document.
  • Q6. What is design thinking, have you ever communicated with developers, what do you do when you do not have enough information but the deadline is already near?
  • Q7. Have you worked with any version control systems?

Interview Preparation Tips

Topics to prepare for IBM Senior Technical Writer interview:
  • DITA XML
  • Agile Methodology
  • DDLC
  • SDLC
  • VCS
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(3 Questions)

  • Q1. Scenario based on filter table
  • Q2. Find rolling total without reset
  • Ans. 

    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

  • Answered by AI
  • Q3. Shift one cell Down in table using dax
  • Ans. 

    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

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in Apr 2024. There was 1 interview round.

Round 1 - Technical 

(14 Questions)

  • Q1. What is star schema and snowflake schema?
  • Ans. 

    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...

  • Answered by AI
  • Q2. Explain about your experience in SQL joins
  • Q3. Tell me what ways you improve performance of report?
  • Ans. 

    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

  • Answered by AI
  • Q4. What is data query and data flow?
  • Ans. 

    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...

  • Answered by AI
  • Q5. Difference between power query and direct query
  • Ans. 

    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...

  • Answered by AI
  • Q6. What is RANK & DENSE RANK in SQL
  • Ans. 

    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

  • Answered by AI
  • Q7. What is Calculated column and Measure?
  • Ans. 

    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

  • Answered by AI
  • Q8. Tell me about complex DAX functions you used
  • Ans. 

    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

  • Answered by AI
  • Q9. What is CALCULATED function and how it works?
  • Ans. 

    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...

  • Answered by AI
  • Q10. What is query folding in power BI?
  • Ans. 

    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...

  • Answered by AI
  • Q11. Tell me about types of Context
  • Ans. 

    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

  • Answered by AI
  • Q12. Fundamentals of POWER BI?
  • Ans. 

    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

  • Answered by AI
  • Q13. DDL & DML commands?
  • Q14. Give me an example forINNER JOIN in sql
  • Ans. 

    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

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - its good to prepare for basic questions from power BI and sql. Especially DAX

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

It was like a gaming test

Round 2 - Technical 

(2 Questions)

  • Q1. Basics of engineering Graphics
  • Q2. Two importance of writer
  • Ans. 

    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...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - It's easy be Confident in your communication
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com and was interviewed in Nov 2024. There was 1 interview round.

Round 1 - Coding Test 

It was a real-time scenario that they asked about.

Interview Preparation Tips

Topics to prepare for Genpact Power BI Developer interview:
  • DAX
  • SQL
Interview preparation tips for other job seekers - If you have experience, it is beneficial for you to handle such situations.

Content Writer Interview Questions & Answers

Amazon user image Shruthi K George

posted on 13 Aug 2024

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com and was interviewed in Jul 2024. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. 5 sections - Typing , Dictation , Listening, Fill in the blanks, Email writing
Round 2 - Aptitude Test 

5 questions belonging to different scenarios

Round 3 - HR 

(2 Questions)

  • Q1. Basic self introduction and Team lead introduced themselves
  • Q2. Conversational scenario based question , story based question
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com

Round 1 - Technical 

(1 Question)

  • Q1. Without RLS how can you implement the security to data?
  • Ans. 

    Implement security to data using row-level security (RLS)

    • Use user roles and permissions to restrict access to specific data

    • Leverage Power BI's built-in security features such as dataset security and data categorization

    • Implement dynamic security based on user context or attributes

    • Utilize Power BI's security features like Azure Active Directory integration for authentication and authorization

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed in Aug 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Good practises for wirk
  • Q2. How to handle pressure
  • Ans. 

    I handle pressure by prioritizing tasks, staying organized, taking breaks, and seeking support when needed.

    • Prioritize tasks based on deadlines and importance

    • Stay organized with to-do lists and calendars

    • Take breaks to recharge and prevent burnout

    • Seek support from colleagues or supervisors when feeling overwhelmed

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Good
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Referral and was interviewed in Aug 2024. There was 1 interview round.

Round 1 - HR 

(2 Questions)

  • Q1. About previous experience
  • Q2. About previous project

Interview Preparation Tips

Interview preparation tips for other job seekers - Na
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Coding Test 

Power BI and SQL Coding

Round 3 - HR 

(5 Questions)

  • Q1. Salary discussion ........ TCS offer very low salary as per market standards
  • Q2. Normal Question like your family background
  • Q3. SQL and PLSQL Question
  • Q4. BI Question for RLS
  • Q5. MS Azure automation Question

Interview Preparation Tips

Interview preparation tips for other job seekers - My TCS Application Number is - EP2022CN1607952
i am experience candidate and i clear all technical round of this Interview and Upload all document in TCS Portal but they is one Problem.
In my starting Career i leave one organization less than 15 days that organization Name is Lester Infoservice Turbhe , Mumbai. i already Send resignation email to that Lester Infoservice and they are ok and they does not required notice period but they add PF in my account and TCS want this Organization Reliving letter and Lester infoservice HR Ruchi Mehta is most rude person. they have that resignation email but Ruchi Mehta and Lester intentionally avoid that document. I also ready to give him 3 months salary but Lester Infoservice is not interested to help me. All senior employee know this situation.

TCS Reject me because I cant have reliving letter of Lester Infoservice.
and I already reduce my CTC for joining TCS but they have very strict policy.

I lost this Opportunity to work in TCS ...... Life is not fair sometime you have no option just work hard and Go Forwards ...

Before Applying to TCS please first check this Two Criteria
1. Check your PF account history. All Organization Reliving letter must be present.
2. You don't have more than 2 year GAP in Education and Job Career Experience.

Tell us how to improve this page.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.2k Interviews
Accenture Interview Questions
3.9
 • 8k Interviews
Infosys Interview Questions
3.7
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.5k Interviews
Cognizant Interview Questions
3.8
 • 5.5k Interviews
Amazon Interview Questions
4.1
 • 4.9k Interviews
Capgemini Interview Questions
3.8
 • 4.7k Interviews
Tech Mahindra Interview Questions
3.6
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.7k Interviews
Genpact Interview Questions
3.9
 • 3k Interviews
View all
Project Engineer
3 salaries
unlock blur

₹2.4 L/yr - ₹4.5 L/yr

Assistant Manager Design
3 salaries
unlock blur

₹6.5 L/yr - ₹6.5 L/yr

Explore more salaries
Compare Avaaco Elect Sys with

TCS

3.7
Compare

Accenture

3.9
Compare

Cognizant

3.8
Compare

Infosys

3.7
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview