Upload Button Icon Add office photos

Filter interviews by

Techmicra Interview Questions and Answers

Updated 28 May 2024

Techmicra Interview Experiences

Popular Designations

2 interviews found

SQL Developer Interview Questions & Answers

user image Anonymous

posted on 14 Apr 2024

Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Internshala and was interviewed in Mar 2024. There was 1 interview round.

Round 1 - One-on-one 

(5 Questions)

  • Q1. Create table, put values in it.
  • Ans. 

    Creating a table and inserting values in SQL.

    • Use CREATE TABLE statement to create a table.

    • Use INSERT INTO statement to insert values into the table.

    • Specify column names and data types when creating the table.

    • Provide values for each column when inserting data into the table.

  • Answered by AI
  • Q2. Input values in it in Mysql
  • Ans. 

    To input values in MySQL, use the INSERT INTO statement with the table name and column names.

    • Use INSERT INTO statement followed by the table name

    • Specify the column names in parentheses after the table name

    • Provide the values to be inserted in the corresponding order

  • Answered by AI
  • Q3. Find today date
  • Ans. 

    Use the GETDATE() function in SQL to find today's date.

    • Use the GETDATE() function in SQL to get the current date and time

    • To get only the date part, use the CONVERT function with the appropriate style code

    • Example: SELECT CONVERT(date, GETDATE()) AS TodayDate;

  • Answered by AI
  • Q4. Second Maximum Salary, Name
  • Q5. Rank using window sliding in mysql
  • Ans. 

    Rank using window sliding in MySQL

    • Use the RANK() function with window sliding to assign ranks to rows based on specified criteria

    • Specify the window frame using ORDER BY and PARTITION BY clauses

    • Example: SELECT id, name, RANK() OVER (PARTITION BY department ORDER BY salary DESC) AS rank FROM employees

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare

Skills evaluated in this interview

SQL Developer Interview Questions asked at other Companies

Q1. How is a change request in application serviced by development team (business analysis, code analysis, discussion with BA, requirment freeze, etc.)
View answer (4)

Intern Interview Questions & Answers

user image Anonymous

posted on 28 May 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. What is a left join?
  • Ans. 

    A left join is a type of SQL join that returns all rows from the left table and the matched rows from the right table.

    • Left join is used to combine rows from two or more tables based on a related column between them.

    • If there is no match found in the right table, NULL values are returned for the columns of the right table.

    • Example: SELECT * FROM table1 LEFT JOIN table2 ON table1.id = table2.id;

  • Answered by AI

Skills evaluated in this interview

Intern Interview Questions asked at other Companies

Q1. Case. There is a housing society “The wasteful society”, you collect all the household garbage and sell it to 5 different businesses. Determine what price you will pay to the society members in Rs/kg, given you want to make a profit of 20% ... read more
View answer (8)

Jobs at Techmicra

View all

Interview questions from similar companies

I applied via Company Website and was interviewed before Sep 2021. There were 4 interview rounds.

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 - Aptitude Test 

Logical Aptitude, Verbal, Numerical

Round 3 - Coding Test 

2 codes one small and easy , another big and medium difficultly

Round 4 - Behavioral 

(2 Questions)

  • Q1. Introduction , Academic Project,
  • Q2. Coding Questions, Company Related Questions

Interview Preparation Tips

Topics to prepare for TCS Software Developer interview:
  • Coding
Interview preparation tips for other job seekers - In aptitude focus on Logical and Verbal aptitude and work on projects and coding skills

Analyst Interview Questions & Answers

TCS user image Anonymous

posted on 30 Sep 2022

I applied via LinkedIn and was interviewed before Sep 2021. There were 3 interview rounds.

Round 1 - Aptitude Test 

Good problemtic Skills and knowledge check and sharpness

Round 2 - Coding Test 

C Language use for programs and Oracle and Java in learning process

Round 3 - HR 

(3 Questions)

  • Q1. Any coding Question and stay for job purpose
  • Q2. Any operators working or any logical program tell
  • Ans. 

    Yes, there are many operators and logical programs used in various fields.

    • Operators like +, -, *, / are used in mathematical calculations.

    • Logical programs like if-else, switch-case are used in programming.

    • Operators like AND, OR, NOT are used in boolean logic.

    • Operators like >, <, == are used in comparisons.

    • Examples of logical programs include sorting algorithms, search algorithms, etc.

  • Answered by AI
  • Q3. Check my comutication with others

Interview Preparation Tips

Topics to prepare for TCS Analyst interview:
  • c and
Interview preparation tips for other job seekers - good guide for my job purpose so best choose to our qualification

I applied via Referral and was interviewed in Nov 2020. There were 5 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Introduction for your reference
  • Q2. Introduction to the same
  • Q3. Introduction to the smoky

Interview Preparation Tips

Interview preparation tips for other job seekers - Introduction to the smoky and thanks for your

Interview Questionnaire 

1 Question

  • Q1. Training?

Interview Preparation Tips

Interview preparation tips for other job seekers - Best training in India. No doubt

Interview Questionnaire 

1 Question

  • Q1. Related to my subject

Interview Questionnaire 

2 Questions

  • Q1. Python
  • Q2. Webdevelopment

I applied via Naukri.com and was interviewed in Apr 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Add your questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Share your interview advice and tips

Interview Questionnaire 

1 Question

  • Q1. Some basic programming and technical questions of python

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well ! :) All the best

Techmicra Interview FAQs

How many rounds are there in Techmicra interview?
Techmicra interview process usually has 1 rounds. The most common rounds in the Techmicra interview process are Technical and One-on-one Round.
How to prepare for Techmicra interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Techmicra. The most common topics and skills that interviewers at Techmicra expect are Application Development, Web Development, Debugging, PHP and Web Technologies.
What are the top questions asked in Techmicra interview?

Some of the top questions asked at the Techmicra interview -

  1. Create table, put values in ...read more
  2. Rank using window sliding in my...read more
  3. Input values in it in My...read more

Tell us how to improve this page.

Techmicra Interview Process

based on 2 interviews

Interview experience

3.5
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.5k Interviews
Accenture Interview Questions
3.8
 • 8.2k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Cognizant Interview Questions
3.7
 • 5.6k Interviews
Amazon Interview Questions
4.1
 • 5k Interviews
Capgemini Interview Questions
3.7
 • 4.8k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
Genpact Interview Questions
3.8
 • 3.1k Interviews
View all

Techmicra Reviews and Ratings

based on 3 reviews

4.0/5

Rating in categories

4.0

Skill development

4.0

Work-life balance

4.0

Salary

4.0

Job security

4.0

Company culture

4.0

Promotions

4.0

Work satisfaction

Explore 3 Reviews and Ratings
Android Developer

Ahmedabad

8-13 Yrs

Not Disclosed

Web / Graphics Designer

Ahmedabad

1-4 Yrs

Not Disclosed

PHP Developer

Ahmedabad

3-8 Yrs

Not Disclosed

Explore more jobs
Compare Techmicra with

TCS

3.7
Compare

Accenture

3.8
Compare

Wipro

3.7
Compare

Cognizant

3.7
Compare
Did you find this page helpful?
Yes No
write
Share an Interview